Question Statement
Given the piecewise function:
f(x)={mxx2,x<4,x≥4
Find the value of m such that f(x) is continuous at x=4.
Background and Explanation
For a function to be continuous at a point x=a, the left-hand limit (approaching from values less than a) must equal the right-hand limit (approaching from values greater than a). This ensures the function has no jump discontinuity at that point.
Solution
To determine the value of m that makes f(x) continuous at x=4, we calculate both the left-hand and right-hand limits and set them equal.
For x<4, the function is defined as f(x)=mx. Therefore:
x→4−limf(x)x→4−limf(x)=x→4−lim(mx)=m(4)=4m
For x≥4, the function is defined as f(x)=x2. Therefore:
x→4+limf(x)x→4+limf(x)=x→4+lim(x2)=(4)2=16
Since f(x) is continuous at x=4, the left-hand limit must equal the right-hand limit:
x→4−limf(x)4mm=x→4+limf(x)=16=4
Therefore, m=4.
- Continuity Condition: A function f(x) is continuous at x=a if limx→a−f(x)=limx→a+f(x)=f(a)
- Left-Hand Limit: limx→a−f(x) — the value approached as x approaches a from the left
- Right-Hand Limit: limx→a+f(x) — the value approached as x approaches a from the right
- Direct Substitution: For continuous elementary functions, limx→af(x)=f(a)
Summary of Steps
- Identify the left piece: For x<4, use f(x)=mx and calculate limx→4−mx=4m
- Identify the right piece: For x≥4, use f(x)=x2 and calculate limx→4+x2=16
- Set limits equal: For continuity, 4m=16
- Solve: Divide both sides by 4 to get m=4