Trouble solving a differential equation

rmas
Messages
6
Reaction score
0
Hi,

How can I solve this equation (finding f(x,y)) ?

\left (\frac{\partial f}{\partial x} \right )^2+ \left( \frac{\partial f}{\partial y} \right )^2=0

Thanks a lot.
 
Physics news on Phys.org
Can't you factor that with some i's? You know, like if I had:

(x^2+y^2)=0 and I wanted to factor it, then I'd write:

(x+iy)(x-iy)=0

Then that means:

(x+iy)=0

or:

x-iy=0

Ok, same dif then. Now do yours.

Nothing wrong with complex solutions. Try not to be intimidated by them.
 
Both term in the equation are greater than or equal to zero, so the equation says that they must both be zero and hence:
<br /> \frac{\partial f}{\partial x}=\frac{\partial f}{\partial y}=0<br />
So what does this say about f?
 
Thank you very much jackmell, that is very helpful.

hunt_mat said:
Both term in the equation are greater than or equal to zero, so the equation says that they must both be zero and hence:
<br /> \frac{\partial f}{\partial x}=\frac{\partial f}{\partial y}=0<br />
So what does this say about f?
The partial derivatives vanish, I suppose it means that f is constant ?
 
Yep.
 
What about f(x,y) = exp(x)exp(i*y)

Then first derivative w.r.t. x is just f(x,y)

First derivative w.r.t. y is i*f(x,y)

Sum of their squares is zero, yet they are not constant.

f is necessarily constant under the constraint that f has first partial derivatives which are functions mapping to the real numbers. Then the two squared terms are necessarily zero or greater, so must be zero. Then f would have to be constant.
 
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...
Back
Top