What is the derivative of a function raised to another function?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 3K views
fermio
Messages
38
Reaction score
0

Homework Statement



[tex]y'=((3x^2+2x+5)^{8x^3+2x^2 +4})'=?[/tex]

Homework Equations





The Attempt at a Solution



[tex]((3x^2+2x+5)^{8x^3+2x^2 +4})'=(8x^3+2x^2+4)(3x^2+2x+5)^{8x^3+2x^2 +4-1}(24x^2+4x)(6x+2)[/tex]
 
Physics news on Phys.org
The power rule only holds when the exponent is a constant (not a function of x).
 
Last edited:
The function [tex]f(x)=g(x)^{h(x)}[/tex] can be written

[tex]f(x)=e^{\ln g(x)^{h(x)}}=e^{h(x)\,\ln g(x)}[/tex]

Now you can take the derivative, i.e.

[tex]f'(x)=e^{h(x)\,\ln g(x)}\left(h(x)\,\ln g(x)\right)'\Rightarrow f'(x)=f(x)\left(h(x)\,\ln g(x)\right)'[/tex]
 
[tex]((3x^2+2x+5)^{8x^3+2x^2 +4})'=(3x^2+2x+5)^{8x^3+2x^2 +4}((24x^2+4x)\ln(3x^2+2x+5)+(8x^3+2x^2 +4)\frac{6x+2}{3x^2+2x+5})[/tex]
 
You missed a parethensis after [tex](3x^2+2x+5)^{8x^3+2x^2 +4}[/tex], but you are correct :smile:
 
Rainbow Child said:
The function [tex]f(x)=g(x)^{h(x)}[/tex] can be written

[tex]f(x)=e^{\ln g(x)^{h(x)}}=e^{h(x)\,\ln g(x)}[/tex]

Now you can take the derivative, i.e.

[tex]f'(x)=e^{h(x)\,\ln g(x)}\left(h(x)\,\ln g(x)\right)'\Rightarrow f'(x)=f(x)\left(h(x)\,\ln g(x)\right)'[/tex]

Or, much the same thing, write ln(f(x))= h(x)ln(g(x)) and use the product and chain rules: (1/f)f '= h'(x) ln(g(x))+ (h(x)/g(x)) g'(x) so f '= [h'(x) ln(g(x)+(h(x)/g(x))g'(x)]f(x).