Partial Differential Equation with initial conditions

alex12
Messages
1
Reaction score
0
Hello! This is my first post to this excellent forum! I would like some help with this exercise:

u_{xx} (x,y) + u_{yy} (x,y) = 0, with 0 < x < 2 \pi, 0 < y < 4 \pi
u_x (0,y) = 0, \, u_x(2 \pi, y) = 0, \, 0< y < 4 \pi
u(x,0) = a \cos(2x), \, u(x, 4 \pi) = a \cos^3(x), \, 0<x<2\pi

I think that the first step is to set u(x,y) = X(x) Y(y), from which the first equation becomes X''(x) Y(y) + X(x) Y''(y) = 0. And by dividing with X(x) Y(y) with obtain \frac{X''(x)}{X(x)} = \frac{Y''(y)}{Y(y)} = - \lambda

Now, be obtain two ordinary PDEs, X''(x) + \lambda X(x) = 0, and Y''(y) - \lambda Y(y) = 0.

I don't know how to continue from now one. Especially what to do with the non-homogeneous initial conditions.

Thank you very much in advance!
 
Physics news on Phys.org
Without analyzing the equations in detail, consider:

(a) λ is a constant (parameter) shared by both equations;
(b) the ODE's can be solved in the "ordinary" way; don't stop until you have the general solutions for both!
(c) the boundary conditions will not be applied until you have found the general solutions; you may end up having to "patch together" pieces drawn from the two sets of general solutions which are continuous where the patches join.
 
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...

Similar threads

Back
Top