Roman C. answered 08/24/13
Masters of Education Graduate with Mathematics Expertise
Logarithmic differentiation.
y = xsin x
ln y = (sin x) ln x ← taking the natural log of both sides.
y'/y = (cos x) ln x + (sin x)/x ← Using the product rule and implicit differentiation.
y' = y((cos x) ln x + (sin x)/x) ← multiplying by y.
y' = xsin x ((cos x) ln x + (sin x)/x) ← substitution.
Note that if you use logarithmic differentiation to differentiate y = uv with respect to x, you will get the following:
y' = vuv-1 * du/dx + uv ln u * dv/dx.
Notice anything familiar?