1. In the derivation of $\frac{d}{dx}[\arcsin(x)]$, one sets $y = \arcsin(x)$ so that $\sin(y) = x$. Differentiating implicitly gives $\cos(y)\frac{dy}{dx} = 1$. Which step correctly converts $\cos(y)$ back to a function of $x$?
- A.Since $\cos(y) = \sqrt{1+x^2}$, we get $\frac{dy}{dx} = \frac{1}{\sqrt{1+x^2}}$
- B.Since $\cos(y) = 1-x^2$, we get $\frac{dy}{dx} = \frac{1}{1-x^2}$
- C.Since $\cos(y) = \sqrt{1-x^2}$, we get $\frac{dy}{dx} = \frac{1}{\sqrt{1-x^2}}$
- D.Since $\cos(y) = x$, we get $\frac{dy}{dx} = \frac{1}{x}$
View Answer
Answer: Since $\cos(y) = \sqrt{1-x^2}$, we get $\frac{dy}{dx} = \frac{1}{\sqrt{1-x^2}}$
Use the Pythagorean identity: From $\sin(y)=x$ and $\sin^2(y)+\cos^2(y)=1$, we get $\cos^2(y)=1-x^2$. Since $y \in [-\pi/2, \pi/2]$, $\cos(y) \geq 0$, so $\cos(y) = \sqrt{1-x^2}$. Why the correct answer works: Option C correctly identifies $\cos(y) = \sqrt{1-x^2}$, yielding $\frac{dy}{dx} = \frac{1}{\sqrt{1-x^2}}$. Why distractors fail: Option A uses $1+x^2$ instead of $1-x^2$. Option B omits the square root. Option D incorrectly claims $\cos(y) = x$, confusing it with $\sin(y)=x$.