Let's say I have function $z=f(x,y)=x^2+xy+y^2$
Please verify if my understanding of partial derivative is correct..I have put it in my words below:
I understand that a partial derivative with respect to $x$ gives me equation of slope if $y$ is kept constant. When we keep $y$ constant, we take a plane perpendicular to $y$ axis, curve $z$ will intersect that plane and that intersection will be a line or a curve. The partial derivative with respect to $x$ is $2x+y$ and therefore that is the equation of tangent at any point on that line. That tangent line will be parallel to $x$ axis.
Now if we take partial derivative of (partial derivative of $x$) with respect to $y$ what do I get? In this case it will be derivative of $2x+y$ and it will come out to be $1$. Does it has any meaning? Also what is the total derivative in this case? what does total derivative give? In case of $z$ curve if I want to find coordinates of point that has the maximum or minimum value then how could we calculate it?
thanks
I tried wiki search but couldn't understand the concepts. I also looked at a few coursera courses but I felt that they explain calculations than explaining the concept.