Question

Difficulty: Very hardLimits and Continuity of Functions
A piecewise function f(x)f(x) is defined by
f(x)={sin(3x)+tan(5x)2x,x0a25,x=0f(x) = \begin{cases} \frac{\sin(3x) + \tan(5x)}{2x}, & x \neq 0 \\ a^2 - 5, & x = 0 \end{cases}
If f(x)f(x) is continuous at x=0x = 0, where a>0a > 0, determine the numerical value of aa.

Answer: 3

Answer

The numerical value of aa is 3.
For the function to be continuous at x=0x = 0, the limit as x0x \to 0 must equal the function value f(0)f(0). Splitting the trigonometric limit gives 32+52=4\frac{3}{2} + \frac{5}{2} = 4. Setting a25=4a^2 - 5 = 4 yields a2=9a^2 = 9. Because a>0a > 0, taking the positive square root gives a=3a = 3.

Step-by-Step Solution

1
Evaluate the limit of the trigonometric expression as xx approaches 0.
\lim_{x \to 0} \frac{\sin(3x) + \tan(5x)}{2x} = 4
Using standard trigonometric limit principles: \lim_{x \to 0} \frac{\sin(kx)}{x} = k and \lim_{x \to 0} \frac{\tan(kx)}{x} = k.
2
Equate the limit value to f(0)f(0) to ensure continuity at x=0x = 0.
a^2 - 5 = 4
By definition, a function is continuous at x = c if and only if \lim_{x \to c} f(x) = f(c).
3
Solve the resulting quadratic equation for the positive constant aa.
a = 3
Adding 5 to both sides gives a^2 = 9; taking the principal square root gives a = 3 since a > 0.

Key Concept

Limits and Continuity of Functions
Rate this question