View Single Post
Old Mar 17, 2009 | 03:00 PM
  #41  
Red X's Avatar
Red X
x pǝɹ
 
Joined: Feb 2003
Posts: 6,246
Likes: 1
From: Upstate
Default

Originally Posted by cpvdh
oh holy fuck dont do it that way

y=ln(x^4 + 5x^2)^(3/2)
use ln manip. to get
y=(3/2)(ln(x^4 + 5x^2)

then use the def of deriv of ln to get
y'=(3/2) [(1/(x^4 + 5x^2))(4x^3 + 10x)]

simplify
y'=(12x^3 + 30x)/(2x^4 + 10x^2)


basically y=ln(x)
y'=(dx/x)
but only for lower level stuff, dont do this in 253 or above
ok good call!

Last edited by Red X; Mar 17, 2009 at 03:15 PM.
Reply