markmil2002 Average Member
USA 11 Posts
sahsjing Advanced Member
USA 2399 Posts
Subhotosh Khan Advanced Member
USA 9115 Posts
quote:Originally posted by markmil2002I'm trying to find the derivitive of f(x) = (x + 1)/(ln x) After doing some math I got -2x/x but I don't think that is correct.
quote:Originally posted by Subhotosh Khanquote:Originally posted by markmil2002I'm trying to find the derivitive of f(x) = (x + 1)/(ln x) After doing some math I got -2x/x but I don't think that is correct.f(x) = u(x)/v(x)df/dx = (u'*v - v'*u)/v2.................(1)In your case:u(x) = x2 + 1 .................... u' = 2xv(x) = ln(x) ................................ v' = 1/xUsing these in (1)df/dx = [(2x) * ln(x) - (x2 + 1) * (1/x)]/{ln(x)}2Now simplify and continue...