How to derive the derivative formula of arctan x?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 99K views
dnt
Messages
238
Reaction score
0

Homework Statement



basically what the topic states - derive the formula for the derivative of arctan x.

Homework Equations



d/dx (arctan x) = 1/(1+x^2)

The Attempt at a Solution



strange question because we already know the answer. but I am not sure how to start this.

i know arctan x = y

therefore tan y = x

but what can i do with this? do i need to draw a right triangle and label all the sides? can someone help me get started? thanks.
 
Physics news on Phys.org
Do you know the Inverse function theorem? Using it and a right triangle (as you said), gives the result pretty quickly.
 
You could indeed draw a triangle knowing that the tangent is equal to x. In a triangle, if you're given that the tangent of some angle y is equal to x, what do you know about the lengths of the sides?
 
the opposite would be x, the adjacent is 1 and the hypoteneuse is the square root of 1+x^2

after that I am stuck.
 
You got tan y = x, you want dy/dx, so use implicit differentiation.
 
[tex]y=arctan x[/tex]

Therefore [tex]x=\tan y[/tex], Quite easy to see.

[tex]\frac{dx}{dy}=\sec^2 y[/tex]

Using the Pythagorean Identity [itex]\sec^2 y = \tan^2 y +1[/itex] we can get this: [tex]\frac{dx}{dy}=\tan^2 y +1[/tex].

Flip the fraction since we want dy/dx, not dx/dy. And also, as seen on my second line tan y=x, so tan^2 y = x^2.

Thats how we get

[tex]\frac{dy}{dx}=\frac{1}{x^2+1}[/tex]
 
  • Like
Likes   Reactions: Mahathepp
[tex]y=\arctan x[/tex]

[tex]\tan y =x[/tex]

[tex]\frac{d}{dx}\tan y= \frac{1}{\cos^{2}y}\frac{dy}{dx}=1[/tex]

[tex]\frac{dy}{dx} =\cos^{2} y=\left(\frac{1}{\sqrt{1+x^{2}}}\right)^{2}=\frac{1}{1+x^{2}}[/tex]