Understanding d/dx (sin-1x) & Deriving dy/dx = -sin-2xcosx

  • Context: Undergrad 
  • Thread starter Thread starter Kyoma
  • Start date Start date
  • Tags Tags
    deriving
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
Kyoma
Messages
95
Reaction score
0
d/dx (sin-1x) = [itex]\frac{1}{\sqrt{1-x<sup>2</sup>}}[/itex]

But using chain rule, I got:

dy/dx = -sin-2xcosx

Why?
 
Physics news on Phys.org
Kyoma said:
d/dx (sin-1x) = [itex]\frac{1}{\sqrt{1-x<sup>2</sup>}}[/itex]

But using chain rule, I got:

dy/dx = -sin-2xcosx

Why?

sin-1x is not equal to [itex]\frac{1}{\sin x}[/itex]. sin-1x stands for the arcsin of x, or more specifically, the angle y that satisfies sin y = x.

I've always personally disliked the notation sin-1x, but it is what it is.
 
If [itex]y= sin^{-1}(x)[/itex] then [itex]x= sin(y)[/itex].

[tex]\frac{dx}{dy}= cos(y)[/tex]

so that
[tex]\frac{dy}{dx}= \frac{1}{cos(y)}[/tex]

but [tex]y= sin^{-1}(x)[/tex] so [tex]cos(sin^{-1}(x))= \sqrt{1- sin^2(sin^{-1}(x))}= \sqrt{1- x^2}[/tex]

so
[tex]\frac{d(sin^{-1}(x)}{dx}= \frac{1}{\sqrt{1- x^2}}[/tex]

As gb7nash said, the "-1", applied to functions denotes the "inverse function" (the inverse for function composition), not the reciprocal (the inverse for multiplication).