Question

Difficulty: HardLimits and Continuity of Functions
A piecewise function f(x)f(x) is defined by
f(x)={2x25x3x3,for x3 a22,for x=3f(x) = \begin{cases} \frac{2x^2 - 5x - 3}{x - 3}, & \text{for } x \neq 3 \ a^2 - 2, & \text{for } x = 3 \end{cases}
If f(x)f(x) is continuous at x=3x = 3 and a>0a > 0, what is the numerical value of aa?

Answer: 3

Answer

The numerical value of a is 3.
For f(x)f(x) to be continuous at x=3x = 3, the defined value f(3)=a22f(3) = a^2 - 2 must equal limx3f(x)\lim_{x \to 3} f(x). Factoring the numerator gives (2x+1)(x3)x3=2x+1\frac{(2x + 1)(x - 3)}{x - 3} = 2x + 1 for x3x \neq 3. Taking the limit as x3x \to 3 yields 2(3)+1=72(3) + 1 = 7. Setting a22=7a^2 - 2 = 7 leads to a2=9a^2 = 9, which gives a=3a = 3 under the constraint a>0a > 0.

Step-by-Step Solution

1
Evaluate the limit of f(x)f(x) as x3x \to 3
Factor the numerator 2x25x3=(2x+1)(x3)2x^2 - 5x - 3 = (2x + 1)(x - 3). For x3x \neq 3, f(x)=2x+1f(x) = 2x + 1. Thus, limx3f(x)=2(3)+1=7\lim_{x \to 3} f(x) = 2(3) + 1 = 7.
Direct substitution gives an indeterminate form 00\frac{0}{0}, so canceling the common factor (x3)(x - 3) allows direct evaluation of the limit.
2
Apply the definition of continuity at x=3x = 3
f(3)=a22=7f(3) = a^2 - 2 = 7.
For a function to be continuous at a point cc, the function value f(c)f(c) must equal the limit limxcf(x)\lim_{x \to c} f(x).
3
Solve for the parameter aa
a2=9    a=3a^2 = 9 \implies a = 3 (since a>0a > 0).
Solving a2=9a^2 = 9 gives solutions 33 and 3-3. The condition a>0a > 0 specifies the positive root.

Key Concept

Continuity of a Piecewise Function at a Point
Rate this question