Deriving D/dx of Inverse Trig Functions

  • Thread starter Thread starter Chocolaty
  • Start date Start date
  • Tags Tags
    Inverse Trig
Chocolaty
Messages
48
Reaction score
0
How do you derive a function where the trig is under a square root
like this:
y=sqr(tan^-1(x))
y=(tan^-1(x))^(1/2)

i know that y=tan^-1u(x) => dy/dx=1/(1+u^2)*du/dx

But how do I work it out? The book doesn't give the answers to pair numbers :(
 
Physics news on Phys.org
chain rule?
 
StatusX said:
chain rule?

Yea that's what I was going to say.
 
Yeah, chain rule.

u=\tan^{-1}(x)
du=\frac{dx}{x^2+1}

So using u-substitution you can write you function as this.

y=\sqrt{u}=u^{\frac{1}{2}}
y'=\frac{1}{2\sqrt{u}}*du

I think you can make the necessary substitution now.
 
Last edited by a moderator:
Jameson said:
Yeah, chain rule.

u=\tan^{-1}(x)
du=\frac{1}{x^2+1}
The second line is wrong, Jameson.
It should read:
du=\frac{dx}{x^2+1}.
dx, not 1 :wink:.
----------
Have you worked out the problem, Chocolaty?
 
Last edited:
VietDao29 said:
----------
Have you worked out the problem, d_leet?

Yes I have.
 
d_leet said:
Yes I have.
Ooops, sorry, I mean Chocolaty :biggrin:...
Hope you don't mind. :rolleyes:
 
VietDao29 said:
Ooops, sorry, I mean Chocolaty :biggrin:...
Hope you don't mind. :rolleyes:

lol That's alright.
 
VietDao29 said:
The second line is wrong, Jameson.
It should read:
du=\frac{dx}{x^2+1}.
dx, not 1 :wink:.

Tsk tsk. Sorry bout that. Fixed.
 
Back
Top