I think you're being confused by the notation. I'll attempt to clear it up, then I"ll try to help you out.
F(g(x) means we have a function inside another function. So, let's look at what we have here:
e^.013t. That .013t is contained in an "e^x" like function, where x = .013t. Well, we can call that .013t = G(t) if we want.
Now, we want an F(g(t). We're going to call e^x "F(x)." Now, we have F(x) = e^x. . What does this mean?
Well, it means we can replace x for something like F(1) = e^1. Or, F(5) = e^5.
Or, usefully:
F(g(t)) = e^(g(t)) = e^.013t
So, Now we have that F(g(t)) form. The differentiation says
F'(g(t)) * g'(t).
This means we need two things: We need the derivative of F'(g(t)) (the derivative of e^x) and the derivative of G(t) (.013t) and then we multiply them together.
Does this help?
Example:
y = (x^2 + 3)^3 .
We want to express it in the form of F(g(x)). Notice how we have an inside function (x^2 + 3) and an outside function a Something^3. Well, we'll call the inside function g(x) = x^2 + 3. That outside ^3 function will be called F(u) = u^3
So, we have F(g(x)) = (x^2 + 3)^3 [ /tex]<br />
<br />
The chain rule says "Take the derivative of the outside funciton and multiply it by the derivative of the inside funciton" or F'(g(x)) * g'(x)<br />
<br />
So, the derivative of the outside function ^3 = 3u^2. (Remember, that "u" here is actually standing for our x^2 + 3)<br />
The derivative of our inside function (the x^2 +3 ) is G'(x) = 2x<br />
<br />
Now, Multiply 3u^2 * 2x<br />
<br />
Remember, we said u = g(x) = x^2 +3<br />
<br />
So, our derivative is<br />
<br />
3(x^2 +3)^2 *2x<br />
<br />
The trick here is to see an "Inside function" and an "Outside function". THe outside function contains the inside function. Does this help at all, or do you want me to help walk you through it a bit more?