Question Statement
Q16. (a) The function f ( x ) is defined as:
f ( x ) = ⎩ ⎨ ⎧ x − 2 x 2 − 4 m , x = 2 , x = 2
Find the value of m for which f ( x ) is continuous at x = 2 .
(b) A function is defined as:
f ( x ) = ⎩ ⎨ ⎧ m x − n 2 m x + n 5 , x < 1 , x > 1 , x = 1
Find the values of m and n that make f ( x ) continuous at x = 1 .
Background and Explanation
For a function to be continuous at a point x = a , three conditions must be satisfied: (1) f ( a ) must exist, (2) lim x → a f ( x ) must exist (meaning left-hand and right-hand limits are equal), and (3) lim x → a f ( x ) = f ( a ) . For rational functions with removable discontinuities, factorization and cancellation often simplify limit calculations.
Solution
To find the limit as x approaches 2 , we evaluate the left-hand and right-hand limits for the rational expression.
x → 2 − lim f ( x ) x → 2 − lim f ( x ) = x → 2 − lim ( x − 2 x 2 − 4 ) = x → 2 − lim ( x − 2 ( x − 2 ) ( x + 2 ) ) (factorizing the numerator) = x → 2 − lim ( x + 2 ) (canceling x − 2 since x = 2 ) = 2 + 2 = 4
By similar calculation (not explicitly shown in raw data but implied by the equality):
lim x → 2 + f ( x ) = 4
From equations (1) and (2), it is clear that:
x → 2 − lim f ( x ) ⇒ x → 2 lim f ( x ) = 4 = x → 2 + lim f ( x ) = 4
Also given:
f ( 2 ) = m
Since f ( x ) is continuous at x = 2 , we require:
x → 2 lim f ( x ) 4 = f ( 2 ) = m
Therefore, m = 4 .
For this piecewise function, we check the left-hand limit, right-hand limit, and function value at x = 1 .
x → 1 − lim f ( x ) x → 1 − lim f ( x ) = x → 1 − lim ( m x − n ) = m ( 1 ) − n = m − n = m − n
x → 1 + lim f ( x ) x → 1 + lim f ( x ) = x → 1 + lim ( 2 m x + n ) = 2 m ( 1 ) + n = 2 m + n
Also given:
f ( 1 ) = 5
Since f ( x ) is continuous at x = 1 , all three values must be equal:
∴ x → 1 − lim f ( x ) m − n = x → 1 + lim f ( x ) = f ( 1 ) = 2 m + n = 5
This yields two equations:
\begin{align}
m-n &=5 \\
2 m+n &=5
\end{align}
Adding equations (1) and (2):
m − n 2 m + n 3 m m = 5 = 5 = 10 = 3 10
Substituting into equation (1):
3 10 − n = 5
(The solution continues by solving for n , giving n = 3 10 − 5 = − 3 5 )
Continuity Condition : lim x → a − f ( x ) = lim x → a + f ( x ) = f ( a )
Difference of Squares : x 2 − 4 = ( x − 2 ) ( x + 2 )
Limit of Rational Functions : Cancellation of common factors for removable discontinuities
One-sided Limits : Evaluating piecewise functions by approaching from left and right separately
System of Linear Equations : Solving simultaneous equations by addition/elimination method
Summary of Steps
Part (a):
Factor the numerator: x 2 − 4 = ( x − 2 ) ( x + 2 )
Cancel the common factor ( x − 2 ) from numerator and denominator
Evaluate the limit: lim x → 2 ( x + 2 ) = 4
Set f ( 2 ) = m equal to the limit: m = 4
Part (b):
Calculate left-hand limit: lim x → 1 − ( m x − n ) = m − n
Calculate right-hand limit: lim x → 1 + ( 2 m x + n ) = 2 m + n
Set both equal to f ( 1 ) = 5 , creating system: m − n = 5 and 2 m + n = 5
Add equations to eliminate n : 3 m = 10 ⇒ m = 3 10
Substitute back to find n (yielding n = − 3 5 )