Finding dy/dx for y = x ln x

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
8 replies · 3K views
footprints
Messages
100
Reaction score
0
y = x ln x

[tex]\frac{dy}{dx} = \frac{1}{x ln x} \cdot 1[/tex]

Is that correct?
 
Physics news on Phys.org
wrong... use product rule

[tex]\frac{d}{dx} (fg) = \frac{df}{dx}g+f\frac{dg}{dx}[/tex]
 
And how would that look like? Which is f & which one is g? :confused:
 
Hmm I'm not great at this but,

y = x lnx
I was gunna say.. that whenever you take the derivative of logs.. 1/function * derivative of that function
so that'd give you
y = (1/xlnx)(1/x)
but by using the product rule...
y = 1(xlnx) + x(1/x))
Hmm, definitely don't listen to me, i don't know WHats going on. Here to learn!
 
SphericalStrife said:
Hmm I'm not great at this but,

y = x lnx
I was gunna say.. that whenever you take the derivative of logs.. 1/function * derivative of that function
so that'd give you
y = (1/xlnx)(1/x)
I was taught that way. How did you get 1/x?
 
hmm I think i might just be being stupid. 1/x is the known derivative of lnx.. but i guess with that other x there.. x lnx, you would need to use product rule like that guy said?
 
Oh I see...
SphericalStrife said:
1/x is the known derivative of lnx
How do you know it?
 
Use product rule. f(x)=x and g(x)=ln(x)
Now just find derivatives
y = x'*lnx + x*ln(x)'
 
Yeah I got it. Thank you.