What is the different between these two forms of the derivative of arcsine?

43 Views Asked by At

It is known that the derivative of an inverse function is given as $$ g'(y)=\frac{1}{f'(x)} \implies \frac{dx}{dy} = \frac{1}{\frac{dy}{dx}} $$ So if $\arcsin(y)$ is differentiated: $$ \arcsin(y)' = \frac{1}{\cos(x)} = \frac{1}{\sqrt{1-y^2}} $$ but then when I graph them, I get different results, and I was also wondering why if we take the integral of sec(x), why would it not be arcsin(y)? Perhaps it is related to some interval issue I don't understand? Any explanations are appreciated.

1

There are 1 best solutions below

2
On

Notice that $x$ and $y$ are not independent from each other in these calculations. They are related via $y = \sin x$. We then have $$ \sqrt{1-y^2} = \sqrt{1 - \cos^2x} = \sqrt{\sin^2x} = \sin x, $$ where $x$ is appropriately restricted so that $\sin x$ is invertible. When you integrate $\sec x$, you are doing so with repsect to $x$. There are no $y$'s involved. If you wish to change it to a $y$ integral, you must perform change of variables in the integral with $y = \sin x$, $dy = \cos x dx$.