How to solve this partial differential equation which is a Laplace equation

dimension10
Messages
371
Reaction score
0
I was trying to solve this partial differential equation which arose because I wanted to find a general solution to the Laplace equation in the case f=f(x,y).

\frac{{\partial}^{2}f}{{\partial x}^{2}}+\frac{{\partial}^{2}f}{{\partial y}^{2}}=0

Thanks in advance.
 
Physics news on Phys.org
The general solution would be a harmonic function, if there was a general solution for an unbounded Laplace equation. The reason why I said "would be" is because without bounds, the Laplace equation has an infinite number of solutions.

You really have to give the boundary conditions when dealing with Laplace equation, and in general for PDEs, boundary and initial conditions.
 
The general solution is:

f(x,y)=g(z)+h(\overline{z}),\quad z=x+iy

where g and h are arbitrary C^2 functions of a single variable z=x+iy. We can show this by factoring the equation:

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

where:

u=\frac{\partial f}{\partial x}+i\frac{\partial f}{\partial y}

So first solve:

u_t-iu_x=0

which is an easy first-order equation which turns out to be u=g(x+it) then substitute that into:

f_x+if_y=g(x+it)

another easy one to obtain so that the general solution is:

f(x,y)=g(x+it)+h(x-it)

Note that means the general solution is not analytic since it contains \overline{z} but analyticity is not a requirement for the solution but only differentiability.
 
Last edited:
jackmell said:
The general solution is:

f(x,y)=g(z)+h(\overline{z}),\quad z=x+iy

where g and h are arbitrary C^2 functions of a single variable z=x+iy. We can show this by factoring the equation:

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

where:

u=\frac{\partial f}{\partial x}+i\frac{\partial f}{\partial y}

So first solve:

u_t-iu_x=0

which is an easy first-order equation which turns out to be u=g(x+it) then substitute that into:

f_x+if_y=g(x+it)

another easy one to obtain so that the general solution is:

f(x,y)=g(x+it)+h(x-it)

Note that means the general solution is not analytic since it contains \overline{z} but analyticity is not a requirement for the solution but only differentiability.

Thanks.
 
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