PDA

View Full Version : Deriv of xtanx


PrudensOptimus
Oct10-03, 12:24 AM
y = x tan x

y' = tan x + x*sec^2(x)

y'' = sec^2(x) + d/dx (x*sec^2(x))

= ... + (d/dx(sec^2(x)) + sec^2(x))

= ... + (2secx + sec^2(x))

= 2sec^3 x + sec^4(x)

what did I do wrong?? in book it says y'' = something else.

mathman
Oct10-03, 12:43 AM
= ... + (2secx + sec^2(x))
First term should have d/dx(secx)=tanx.secx multipled, i.e. first term is 2sec2x.tanx.

HallsofIvy
Oct10-03, 07:53 AM
= ... + (d/dx(sec^2(x)) + sec^2(x))

= ... + (2secx + sec^2(x))

= 2sec^3 x + sec^4(x)

You multiplied the first "sec^2 x" instead of adding!

PrudensOptimus
Oct11-03, 12:47 AM
I found the answer this morning,

something like

2sec^2 x(tanx + 1)