Could someone show the steps for finding the derivative of y(t) = e^4t when using the chain rule. In particular, I need to see the steps for case 2 below. This is not a homework problem. It is for my own understanding.
I give 3 ways for solving this below and two of them make sense to me and give the correct answer. However, one case doesn't seem to work.
We start with y(t) = e^4t and the goal is to differentiate it 3 different ways using the chain rule.
To start, I rewrite the y(t) = e^4t in three different ways:
y(t) = (e^4)^t
y(t) = (e^t)^4
y(t) = e^u where u=4t
Here are my steps in each case:
case 1: y(t) = (e^t)^4
f(t) = (x)^4
g(t) = e^t
y'(t) = f'(g(x))*g'(x) (chain rule)
= 4(e^t)^3 * e^t
= 4(e^t)^(3+1)
= 4(e^t)^4
= 4e^(4t) (correct)
case 2: y(t) = (e^4)^t
f(t) = (x)^t
g(t) = e^4
y'(t) = f'(g(x))*g'(x) (chain rule)
= t(e^4)^(t-1) * 0 (e^4 is a constant)
= 0 ???
what went wrong?
case 3:
let u = 4t
d/dt[e^u] = e^u * du/dt
= e^u * 4
= 4e^(4t) (correct)
What is wrong with case 2?
I give 3 ways for solving this below and two of them make sense to me and give the correct answer. However, one case doesn't seem to work.
We start with y(t) = e^4t and the goal is to differentiate it 3 different ways using the chain rule.
To start, I rewrite the y(t) = e^4t in three different ways:
y(t) = (e^4)^t
y(t) = (e^t)^4
y(t) = e^u where u=4t
Here are my steps in each case:
case 1: y(t) = (e^t)^4
f(t) = (x)^4
g(t) = e^t
y'(t) = f'(g(x))*g'(x) (chain rule)
= 4(e^t)^3 * e^t
= 4(e^t)^(3+1)
= 4(e^t)^4
= 4e^(4t) (correct)
case 2: y(t) = (e^4)^t
f(t) = (x)^t
g(t) = e^4
y'(t) = f'(g(x))*g'(x) (chain rule)
= t(e^4)^(t-1) * 0 (e^4 is a constant)
= 0 ???
what went wrong?
case 3:
let u = 4t
d/dt[e^u] = e^u * du/dt
= e^u * 4
= 4e^(4t) (correct)
What is wrong with case 2?