Prove the Second Derivative of a Multivariate Function Using the Chain Rule

Yagoda
Messages
45
Reaction score
0

Homework Statement


Let h(u,v) = f(a(u,v), b(u,v)), where a_u = b_v and a_v = -b_u.
Show that h_{uu} + h_{vv} = (f_{xx} + f_{yy}) (a^2_u + a^2_v).


Homework Equations





The Attempt at a Solution

I suppose my first question is where the x's and y's come from. (I thought at first it was a typo in the problem, but this type of setup appears in several other exercises in the book).
To try to make it easier to understand I tried letting the a's and x's and b's be y's so that we get h(u,v) = f(x(u,v), y(u,v)), but then I realized that to prove the result we need apparently both a's, b's, x's and y's.

To compute h_{uu} we would begin by getting h_u, but I'm having trouble figuring this out since I think all the letters are tripping me up.
 
Physics news on Phys.org
x=a(u,v) and y=b(u,v)

First revisit the simple chain rule:

y = g(f(x)) which we can write as y = g(u) with u=f(x)

dy/dx = dg/du * du/dx

and so in your case they want you to compute the second derivative of h

ph/pu = pf/px * px/pu + pf/py * py/pu (think p as the partial derivative operator)
 
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