Partial Derivative of Function

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
triden
Messages
172
Reaction score
0

Homework Statement



I am doing some gradient questions and having a little trouble understanding the partial derivatives to obtain the gradient. Most particularly in this question:

f(x,y) = [tex]\frac{1}{3}[/tex][tex](x^{2}+y^{2})^{2}[/tex]

Homework Equations



So to find the gradient we take the partial derivative with respect to x and then y.

The Attempt at a Solution



I know the answer is

[tex]\nu[/tex](x,y) = [tex]\frac{4}{3}x[/tex][tex](x^{2}+y^{2})[/tex]

but my brain says it should be

[tex]\nu[/tex](x,y) = [tex]\frac{4}{3}x[/tex]

why does the (x^2 + y^2) term still stick around? When I do the partial derivative of the x term, do I not treat the Y term as constant? If so, shouldt it disappear?

Thanks
 
Physics news on Phys.org
treat the y as a constant when you differntiate only. You must still retain the y, in general the partial derivative w.r.t. x is still a function of both x & y

using chain rule below
[tex] f_x<br /> = \frac{\partial}{\partial x}(x^{2}+y^{2})^{2}<br /> = 2(x^{2}+y^{2})\frac{\partial}{\partial x}(x^{2}+y^{2})<br /> = 2(x^{2}+y^{2})2x[/tex]
 
Last edited:
Ah yes, I got it. It was just a stupid logic error in my head. Thanks for the help!