Finding the derivative of trig function

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
josh_123
Messages
15
Reaction score
0
Find dy/dx of these functions:

1. y=sin-1(1/3x)
dy/dx=1/(√1-(1/3x)2 (1/3)
dy/dx=1/(3√1-(1/9x2)

However the book answer is 1/√9-x2). How did they get this?

2. y=sin-1(1/x)
dy/dx=1/√1-(1/x)2 (-1/x2)
If i tried to simplified it by multiply it by x^2/x^2then
dy/dx= -x^2/x4√x2-1 which equal -1/x2√x2-1 However the book answer is -1/absx√x2-1. Can you explain to me how they get this?

3. find dy/dx by implicit differentiation
sin-1(xy)=cos-1(x-y)
so d/dx[sin^-1(xy)=cos^-1(x-y)]
1/√1-(xy)2 (y+x) (dy/dx)=-1/√1-(x-y)2 (0)
(y+x)/√1-(xy)^2 (dy/dx)=0
dy/dx= (- y+x)/(√1-(xy)2)

The formula i used for all these problems are
d/dx[sin-1u]=1/√1-u2 (du/dx)
d/dx[cos-1u]=-1/√1-u2 (du/dx)

~Thank you so much in advance. I really need help before my big test!
 
Physics news on Phys.org
For the first one, they just stuck the 3 in the denominator that came from the chain rule back into the radical.

[tex]\frac{1}{3\sqrt{1-\frac{1}{9}x^{2}}}[/tex]
[tex]\frac{1}{\sqrt{9(1-\frac{1}{9}x^{2})}}[/tex]
[tex]\frac{1}{\sqrt{(9-\frac{9}{9}x^{2})}}[/tex]
[tex]\frac{1}{\sqrt{(9-x^{2})}}[/tex]
 
Last edited:
thank you what about the other two?