Understanding Partial Derivatives and the Wave Equation

TheAntithesis
Messages
13
Reaction score
0

Homework Statement



Let f = f(u,v) where u = x+y , v = x-y
Find f_{xx} and f_{yy} in terms of f_u, f_v, f_{uu}, f_{vv}, f_{uv}

Then express the wave equation \frac{\partial^2f}{\partial x^2} - \frac{\partial^2f}{\partial y^2} = 0

Homework Equations



Chain rule, product rule

The Attempt at a Solution



I've solved the partial derivatives f_{xx} = f_{uu) + 2f_{uv} + f_{vv} and f_{yy} = f_{uu) - 2f_{uv} + f_{vv}

So then \frac{\partial^2f}{\partial x^2} - \frac{\partial^2f}{\partial y^2} = 0 is not true unless f_{uv} = 0, how am I meant to express it?
 
Physics news on Phys.org
TheAntithesis said:

Homework Statement



Let f = f(u,v) where u = x+y , v = x-y
Find f_{xx} and f_{yy} in terms of f_u, f_v, f_{uu}, f_{vv}, f_{uv}

Then express the wave equation \frac{\partial^2f}{\partial x^2} - \frac{\partial^2f}{\partial y^2} = 0

Homework Equations



Chain rule, product rule

The Attempt at a Solution



I've solved the partial derivatives f_{xx} = f_{uu) + 2f_{uv} + f_{vv} and f_{yy} = f_{uu) - 2f_{uv} + f_{vv}

So then \frac{\partial^2f}{\partial x^2} - \frac{\partial^2f}{\partial y^2} = 0 is not true unless f_{uv} = 0, how am I meant to express it?

You have just expressed it! f_{uv} = 0.

RGV
 
I was thinking it couldn't be that simple, apparently it is lol, thanks
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top