What is the Method for Finding Partial Derivatives with Extra Functions?

Jacobpm64
Messages
235
Reaction score
0

Homework Statement


If z = ax^2 + bxy + cy^2 and u = xy, find \left(\frac{\partial z}{\partial x}\right)_{y} and \left(\frac{\partial z}{\partial x}\right)_{u} .


Homework Equations


I have Euler's chain rule, the "splitter" and the "inverter" for dealing with partial derivatives.


The Attempt at a Solution


I think finding \left(\frac{\partial z}{\partial x}\right)_{y} is easy.
\left(\frac{\partial z}{\partial x}\right)_{y} = 2ax + by

However, I do not know how to begin to find \left(\frac{\partial z}{\partial x}\right)_{u} because of the extra function u. One thought is substituting u for xy in the second term on the right side of the original equation ( i wouldn't know how to differentiate it though).

Any kind of direction would be helpful.

Thanks in advance.
 
Physics news on Phys.org
Jacobpm64 said:

Homework Statement


If z = ax^2 + bxy + cy^2 and u = xy, find \left(\frac{\partial z}{\partial x}\right)_{y} and \left(\frac{\partial z}{\partial x}\right)_{u} .


Homework Equations


I have Euler's chain rule, the "splitter" and the "inverter" for dealing with partial derivatives.


The Attempt at a Solution


I think finding \left(\frac{\partial z}{\partial x}\right)_{y} is easy.
\left(\frac{\partial z}{\partial x}\right)_{y} = 2ax + by

However, I do not know how to begin to find \left(\frac{\partial z}{\partial x}\right)_{u} because of the extra function u. One thought is substituting u for xy in the second term on the right side of the original equation ( i wouldn't know how to differentiate it though).

Any kind of direction would be helpful.

Thanks in advance.

Replace y in the function by u/x.
 
All right, let me try your suggestion:

z = ax^2 + bx\left(\frac{u}{x}\right) + c\left(\frac{u}{x}\right)^2
z = ax^2 + bu + \frac{cu^2}{x^2}

\left(\frac{\partial z}{\partial x}\right)_{u} = 2ax - \frac{2cu^2}{x^3}

I guess I can resubstitute to get:
\left(\frac{\partial z}{\partial x}\right)_{u} = 2ax - \frac{2cy^2}{x}

Is this correct?

Thanks in advance.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top