Finding Derivative of y = 4^(-x + 3)

  • Thread starter Thread starter Jacobpm64
  • Start date Start date
  • Tags Tags
    Derivatives
Jacobpm64
Messages
235
Reaction score
0
Find dy/dx if y = 4^(-x + 3)

I really don't know how to go about doing this.. never had to take the derivative of something with a variable as an exponent..

Thanks for the help in advance.
 
Physics news on Phys.org
This derivative requires the logarithmic change of base rule.
log_ax = lnx/lna
So this would become:
F(x) = 4^(3-x)
F'(x) = ln4 * (-4^(3-x))
= -2ln2 * 4^(3-x)
 
The derivative of a^x is \ln{a} \cdot a^x but don't forget the chain rule.
 
Last edited:
TD said:
The derivative of x^a is \ln{a} \cdot x^a but don't forget the chain rule.

You probably meant that the derivative of a^x is \ln{a} \cdot a^x?
 
Little_Rascal said:
You probably meant that the derivative of a^x is \ln{a} \cdot a^x?
Of course (it's still morning here :blushing:)

Adjusted.
 
Or just: if y= ax, then ln(y)= x ln(a). Differentiate both sides, using the chain rule on the left.
 
Tx said:
This derivative requires the logarithmic change of base rule.
log_ax = lnx/lna
So this would become:
F(x) = 4^(3-x)
F'(x) = ln4 * (-4^(3-x))
= -2ln2 * 4^(3-x)


ok i understand that the formula for derivative of a^x is ln a * a^x

so i understand the step
F'(x) = ln 4 * (-4^(3-x)) <--- how did the 4 become negative?
and then i don't understand the next step at all...
 
The 4 becomes -4 because of the chain rule, since it says (3-x) and not just x, you have to multiply with the derivative of (3-x), which is -1 causing the sign change.
Then he just used a property of logaritms, being that ln(a^b) = b.ln(a) so ln(4) = ln(2²) = 2ln(2).
 
ah, thanks a lot :)
 
Back
Top