The curve \(y = \frac{x}{1+x\tan{x}}\) attains maxima
Step-by-step Solution:
Correct Answer: D (at $x = \cos x$)
To find the condition under which the curve attains a maximum, we need to find the first derivative of the function, set it to zero to find the critical points, and then test these points.
The given function is $y = \frac{x}{1+x\tan x}$. We use the quotient rule for differentiation, which states that $(\frac{u}{v})' = \frac{u'v - uv'}{v^2}$.
Applying the quotient rule:
$$ \frac{dy}{dx} = \frac{(1)(1+x\tan x) - (x)(\tan x + x\sec^2 x)}{(1+x\tan x)^2} $$
$$ \frac{dy}{dx} = \frac{1 + x\tan x - x\tan x - x^2\sec^2 x}{(1+x\tan x)^2} $$
$$ \frac{dy}{dx} = \frac{1 - x^2\sec^2 x}{(1+x\tan x)^2} $$
For a maximum or minimum, we set the first derivative to zero, $\frac{dy}{dx} = 0$. This occurs when the numerator is zero.
$1 - x^2\sec^2 x = 0$
$1 = x^2\sec^2 x$
Since $\sec^2 x = \frac{1}{\cos^2 x}$, we have:
$1 = \frac{x^2}{\cos^2 x} \implies x^2 = \cos^2 x$
Taking the square root of both sides gives the conditions for the critical points:
$|x| = |\cos x| \implies x = \cos x \quad \text{or} \quad x = -\cos x$
To determine which condition corresponds to a maximum, we can use the First Derivative Test. The sign of $\frac{dy}{dx}$ is determined by the sign of its numerator, $1 - x^2\sec^2 x$, which can be rewritten as $\frac{\cos^2 x - x^2}{\cos^2 x}$. Since $\cos^2 x$ is non-negative, the sign depends on the expression $g(x) = \cos^2 x - x^2$.
Therefore, the curve attains a maximum at $x = \cos x$.