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

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
Jacobpm64
Messages
235
Reaction score
0

Homework Statement


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


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 [tex]\left(\frac{\partial z}{\partial x}\right)_{y}[/tex] is easy.
[tex]\left(\frac{\partial z}{\partial x}\right)_{y} = 2ax + by[/tex]

However, I do not know how to begin to find [tex]\left(\frac{\partial z}{\partial x}\right)_{u}[/tex] 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 [tex]z = ax^2 + bxy + cy^2[/tex] and [tex]u = xy[/tex], find [tex]\left(\frac{\partial z}{\partial x}\right)_{y}[/tex] and [tex]\left(\frac{\partial z}{\partial x}\right)_{u}[/tex] .


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 [tex]\left(\frac{\partial z}{\partial x}\right)_{y}[/tex] is easy.
[tex]\left(\frac{\partial z}{\partial x}\right)_{y} = 2ax + by[/tex]

However, I do not know how to begin to find [tex]\left(\frac{\partial z}{\partial x}\right)_{u}[/tex] 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:

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

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

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

Is this correct?

Thanks in advance.