Dayaan M. answered 3d
Experienced Math and Computer Science Tutor - Helping Students Excel
To find the slope of the curve y = e4x at x=0, we can first take the derivative of the function since taking the derivative of any function gives us the slope of the tangent line at any specific point on a curve. So, we draw a tangent line that goes through x=0 on that curve and we are basically finding the slope of that point.
We can find the derivative by applying the chain rule here which is used when you are differentiating a function inside another function (composite function). In this case 4x is inside of ex.
Chain rule:
If y = f(g(x))
then dy/dx = f'(g(x)) • g'(x)
Lets apply chain rule:
Inside: g(x) = 4x → g'(x) = 4
Outside: f(u) = eu → f'(u) = eu
dy/dx = e4x • 4 = 4e4x
Can also be written as:
y' = 4e4x
Now, since we are finding the slope at x=0, we can plug in 0 for x into the derivative:
y'(0) = 4e4(0) = 4e0 = 4(1) = 4
So, the slope of the curve y = e4x at x = 0 is 4.