Differentiate: f(x)=e^(x^3): Solve Homework Equation

  • Thread starter Thread starter bondgirl007
  • Start date Start date
  • Tags Tags
    Derivative Ln
bondgirl007
Messages
73
Reaction score
0

Homework Statement



Differentiate:
f(x) = e^(x^3)

Homework Equations





The Attempt at a Solution



lnf(x) = ln(e) + 3ln(x)
1 / f(x) f'(x) = 1 + 3x^2 / x^3
f'(x) = ( e^(x^3) * 3X^2 ) / x^3

However, my book says the answer is 3x^2*e^(x^3).

Any help would be greatly appreciated! I've been stuck on this question for ages!
 
Physics news on Phys.org
You don't need to take the logarithm, just differentiate it using the chain rule. Let y=x^3, then \frac{df}{dx}=\frac{d}{dy}e^y\cdot\frac{dy}{dx}
 
You are going about the whole problem the long way. Just use the chain rule. But if you do want to go the long way, ln(e^(x^3))=x^3*ln(e)=x^3. So ln(f(x))=x^3.
 
Thanks a lot!
 
I need help with another question.

Differentiate:
y=\sqrt{}x^x
 
bondgirl007 said:
I need help with another question.

Differentiate:
y=\sqrt{}x^x

I assume you mean:

y=\sqrt{x^x}

Use the same method, first the chain rule for the square root, giving you:

\frac{dy}{dx}=\frac{1}{2}\left(x^x\right)^{-\frac{1}{2}}\cdot \frac{d}{dx}\left(x^x\right)

After this consider the general formula:

\frac{d}{dx}\left[f(x)\right]^{g(x)}=\left[f(x)\right]^{g(x)}\cdot ln[f(x)]\cdot \frac{d}{dx}[g(x)]+g(x) \cdot \left[f(x)\right]^{g(x)-1}\cdot \frac{d}{dx}[f(x)]

In this case f(x)=x and g(x)=x

Do not try to remember the formula, instead try to remember how to derive it. You can apply it then to any case you need. It is proven using the chain rule as well, after taking the logarithm.
 
To differentate u= x^x, you might want to use "logarithmic differentiation":
ln(y)= x ln(x).
 
Back
Top