Complex Algebra Help: Finding u(x,y) & Proving Result

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
rsnd
Messages
26
Reaction score
0

Homework Statement



I am told: [itex]{\frac {{\it du}}{{\it dx}}}=y[/itex] and [itex]{\frac {{\it du}}{{\it dy}}}=x[/itex]. Need to find u(x,y) which is a real valued function and prove the result.

Homework Equations





The Attempt at a Solution



Well, I think the answer is of the form u(x,y) = xy + c because the answer makes sense but how should I go about proving it?

Thanks
 
Physics news on Phys.org
By integrating and reasoning logically.

[tex]\frac{\partial u}{\partial x}=y[/tex]

Therefor, integrating wrt x:

[tex]\int\frac{\partial u}{\partial x}dx=\int ydx[/tex]

[tex]u(x,y)= yx+\phi(y)[/tex]

phi(y) is kind of like the constant of integration, but we reckon that in the most general case, it may actually be a function of y. Make sure you understand why.

We can do the same with the other equation:

[tex]\frac{\partial u}{\partial y}=x[/tex]

[tex]u(x,y)=xy+\psi(x)[/tex]

Now compare the two equations. What do you conclude about the forms of [itex]\phi(y)[/itex] and [itex]\psi(x)[/itex]?
 
I would have done this slightly differently.
You are given that
[tex]\frac{\partial u}{\partial x}= y[/tex]
so [itex]u(x,y)= xy+ \phi (y)[/itex]
as quasar987 said.

Now differentiate that with respect to y:
[tex]\frac{\partial u}{\partial y}= x+ \frac{d\phi}{dy}[/tex]
and that must be equal to x. What does that tell you about
[tex]\frac{d\phi}{dy}[/tex]?

(I said slightly differently!)