Deriving D/dx of Inverse Trig Functions

  • Thread starter Thread starter Chocolaty
  • Start date Start date
  • Tags Tags
    Inverse Trig
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
8 replies · 5K views
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
StatusX said:
chain rule?

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

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

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

[tex]y=\sqrt{u}=u^{\frac{1}{2}}[/tex]
[tex]y'=\frac{1}{2\sqrt{u}}*du[/tex]

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

[tex]u=\tan^{-1}(x)[/tex]
[tex]du=\frac{1}{x^2+1}[/tex]
The second line is wrong, Jameson.
It should read:
[tex]du=\frac{dx}{x^2+1}[/tex].
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:
[tex]du=\frac{dx}{x^2+1}[/tex].
dx, not 1 :wink:.

Tsk tsk. Sorry bout that. Fixed.