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

  • Thread starter Thread starter bondgirl007
  • Start date Start date
  • Tags Tags
    Derivative Ln
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
6 replies · 5K views
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
Thanks a lot!
 
I need help with another question.

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

Differentiate:
y=[tex]\sqrt{}x^x[/tex]

I assume you mean:

[tex]y=\sqrt{x^x}[/tex]

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

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

After this consider the general formula:

[tex]\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)][/tex]

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.