Derivative. arctan(x - sqrt(1+x^2))

  • Thread starter Thread starter smith007
  • Start date Start date
  • Tags Tags
    Derivative
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 43K views
smith007
Messages
9
Reaction score
0

Homework Statement



Find the derivative of the function. Simplify where possible.
arctan(x - sqrt(1+x2))

Homework Equations



Chain rule

The Attempt at a Solution



let u = x - sqrt(1+x2)

y = tan-1(u)

dy/du = 1/(1+ u2)
sub in u.
dy/du = 1/1 + (x - sqrt(1+x2))2


du/dx = 1 - 1/2 (1+x2)-1/2 (2x)

dy/dx = (1/1 + (x - sqrt(1+x2))2) (1 - 1/2 (1+x2)-1/2 (2x))


I always seem to forget 1 term and I am basically wondering if my method here is correct.
 
Physics news on Phys.org
Looks right to me. It would be good to include another pair of parentheses in the first term:

dy/dx = (1/(1 + (x - sqrt(1+x2))2)) (1 - 1/2 (1+x2)-1/2 (2x))
 
Thank you.

I am new to the forums here and I must say they are great!