Derivative Help

Solve dF/dt given: F(x,y)=-6x^3-8y^5
where x(t)=-4t^4 and y(t)=6t
Use chain rule:

dF/dt = dF/dx * dx/dt + dF/dy * dy/dt

Please share your work and tell us EXACTLY where you are stuck.
 
So far I only have achieve getting to dF/dx[-4t^4] is -16t
dF/dy[6t] is 6
And I can't figure out how to do dx/dt or dy/dt
Ans i need help with how to put it into the chain rule to solve.
 
If x=-4t^4, why is the trouble with finding dx/dt

Could you find dy/dx for y=-4x^4?
 
So far I only have achieve getting to dF/dx[-4t^4] is -16t
dF/dy[6t] is 6
And I can't figure out how to do dx/dt or dy/dt
Ans i need help with how to put it into the chain rule to so
1st use equal signs instead of 'is'
What if you never were told that x(t)=-4t^4 and y(t)=6t and were just given F(x,y)=-6x^3-8y^5. How would you find dF/dx and DF/dy?? Please answer that question first.
 
Would I just take a second derivative of 4t^4 to get dx/dt?
So, dF/dx[4t^4]=16t^3
dx/dt[16t^3]=48t^2
?
I think you're so lost. Ignore t for now. Compute:
[math]\frac{\partial F}{\partial x}=\frac{\partial(6x^3-8y^5)}{\partial x}=?\\ \frac{\partial F}{\partial y}=\frac{\partial(6x^3-8y^5)}{\partial y}=?\\[/math]
 
If you are not asked to use the chain rule, you can do it directly by substituting the values of \(\displaystyle x\) and \(\displaystyle y\) in \(\displaystyle F\).

\(\displaystyle F(x,y)\) will become \(\displaystyle F(t)\).

\(\displaystyle F(t) = -6(-4t^4)^3 - 8(6t)^5 = 384t^{12} - 62208t^5\)

Now you can find \(\displaystyle \frac{dF}{dt}\) in one shot.

But if I were you, I would always use the chain rule. It is more fancy and it allows you to solve complicated functions without any headaches.

\(\displaystyle \frac{dF}{dt} = \frac{\partial F}{\partial x}\frac{dx}{dt} + \frac{\partial F}{\partial y}\frac{dy}{dt}\)

If this partial symbol \(\displaystyle \partial\) makes you confused, you can remove it and assume the derivative like this,

\(\displaystyle \frac{dF}{dt} = \frac{d F}{d x}\frac{dx}{dt} + \frac{d F}{d y}\frac{dy}{dt}\)

The brain is supposed to function better now:devilish:
 
I think you're so lost. Ignore t for now. Compute:
[math]\frac{\partial F}{\partial x}=\frac{\partial(6x^3-8y^5)}{\partial x}=?\\ \frac{\partial F}{\partial y}=\frac{\partial(6x^3-8y^5)}{\partial y}=?\\[/math]
I am indeed so lost. So
If you are not asked to use the chain rule, you can do it directly by substituting the values of \(\displaystyle x\) and \(\displaystyle y\) in \(\displaystyle F\).

\(\displaystyle F(x,y)\) will become \(\displaystyle F(t)\).

\(\displaystyle F(t) = -6(-4t^4)^3 - 8(6t)^5 = 384t^{12} - 62208t^5\)

Now you can find \(\displaystyle \frac{dF}{dt}\) in one shot.

But if I were you, I would always use the chain rule. It is more fancy and it allows you to solve complicated functions without any headaches.

\(\displaystyle \frac{dF}{dt} = \frac{\partial F}{\partial x}\frac{dx}{dt} + \frac{\partial F}{\partial y}\frac{dy}{dt}\)

If this partial symbol \(\displaystyle \partial\) makes you confused, you can remove it and assume the derivative like this,

\(\displaystyle \frac{dF}{dt} = \frac{d F}{d x}\frac{dx}{dt} + \frac{d F}{d y}\frac{dy}{dt}\)

The brain is supposed to function better now:devilish:
So...
dF/dt= 4608t^11-311,040t^4??
This just seems wrong
Can you please show what it would like like doing the chain rule?
That's where I'm getting lost. I don't know how to do any of this...thank you for your help.
 
I think you're so lost. Ignore t for now. Compute:
[math]\frac{\partial F}{\partial x}=\frac{\partial(6x^3-8y^5)}{\partial x}=?\\ \frac{\partial F}{\partial y}=\frac{\partial(6x^3-8y^5)}{\partial y}=?\\[/math]
I don't know how to do this...would I take the derivative of each one so the first answer would be: 18x^2-8y^5?
And the second would be 6x^3-40y^5?
 
I don't know how to do this...would I take the derivative of each one so the first answer would be: 18x^2-8y^5?
And the second would be 6x^3-40y^5?
When you are computing partial derivative respect to x, treaty y as a constant and vice versa:
[math]\frac{\partial F}{\partial x}=\frac{\partial(6x^3-8y^5)}{\partial x}=18x^2\\ \frac{\partial F}{\partial y}=\frac{\partial(6x^3-8y^5)}{\partial y}=-40y^4\\[/math]Now, compute:
[math]\frac{dx}{dt}=\frac{d(-4t^4)}{dt}=?\\ \frac{dy}{dt}=\frac{d(6t)}{dt}=?\\[/math]Then, put it all together using chain rule:
[math]\frac{dF}{dt}=\frac{\partial F}{\partial x}\frac{dx}{dt}+ \frac{\partial F}{\partial y}\frac{dy}{dt}[/math]Lastly, convert [imath]x\,\&\, y[/imath] in terms of [imath]t[/imath] only.
 
So for the second part dx/dt=-16t^3
And dy/dt=6?
You missed the negative. Understanding what derivatives mean will help you be less confused.
The interpretation of the derivative [imath]f'(x)[/imath] in a single variable case is the rate of change of the function as [imath]x[/imath] changes. The problem with multivariable functions is that there is more than one variable. In other words, what do we do if we only want one of the variables to change, or if we want more than one of them to change? If we’re going to allow more than one of the variables to change, there will be an infinite number of ways for them to change. That's why we treat other variables as constants when computing partial derivatives.

Now you have all the pieces of the puzzle, put them together.
 
OK great thank you! Would this be correct?
dF/dt=(18x^2)*(-16t^3)+(-40y^4)(6)
And you cannot combine them can you?
 
Use chain rule:

dF/dt = dF/dx * dx/dt + dF/dy * dy/dt
F = 6*x^3 - 8*y^5

dF/dt = 3*6*x^2 * (dx/dt) - 8*5*y^4 * (dy/dt)
where x(t)=-4t^4 and y(t)=6t
So:

dF/dt = 18 * (-4*t^4)^2 * (-4*4*t^3) - 40 *(6*t)^4 * (6)

= 18 * 16 * (-16) * t^8 *t^3 - 40*1296*6 * t^4 = ?​
There could be "sign" mistake/s in my calculations - too early in the morning (yea - that's the ticket.....)
 
But it's x(t)...and y(t) so I would want to plug in those equations for t?
Correct. The goal is to put everything in terms of t, hence the meaning of the notation [imath]\frac{dF}{\red{dt}}[/imath], i.e. how is F changed as t changes?
 
Top