If the following is true, find fx(4, 0). f(x,y) = root3(x^3+y^3)
Fill in x,y... x=4 y=0 right?
This is calc 3, do you know this?
It's actually f sub x (4, 0)
Alright no need for attitude. Have a nice time figuring it out.
The way you wrote it is a little strange. root3? Did you mean to say `cube root` or is the 3 underneath a `square root` ?
\[\Large f(x,y)\quad=\quad (x^3+y^3)^{1/3}\]So we differentiate the outer function, then the chain rule tells us to multiply by the derivative of the inner function.\[\Large f_x(x,y)\quad=\quad \frac{1}{3}(x^3+y^3)^{-2/3}\cdot \frac{\partial}{\partial x}(x^3+y^3)\]
Since we're taking a partial derivative, with respect to x, we treat this y^3 as constant. The derivative of a constant is 0.\[\Large f_x(x,y)\quad=\quad \frac{1}{3}(x^3+y^3)^{-2/3}\cdot (3x^2+0)\]
\[\Large f_x(x,y)=\frac{3x^2}{3(x^3+y^3)^{2/3}}\]
\[\Large f_x(4,0)=\frac{3\cdot 4^2}{3(4^3+0^3)^{2/3}}\]
Hopefully that was what you meant by root3 :\
Join our real-time social learning platform and learn together with your friends!