Solving Simple PDEs for Beginners

  • Thread starter Thread starter phonic
  • Start date Start date
  • Tags Tags
    Pde
phonic
Messages
28
Reaction score
0
Dear All,

I got some trobule in solving the following simple-looking PDE's. Can anyone give a hint about how to solve it? thanks a lot! I guess the solution is of the form y(u,v)=A[\cos(k(u-f(v))-B]\cosh(v)-C. But I don't know a formal way to solve.
\frac{\partial^4y(u,v)}{\partial u^2 \partial v^2} +k^2 \frac{\partial^2y(u,v)}{\partial v^2}=0

\frac{\partial^2y(u,v)}{\partial u^2} +k^2 y(u,v) +b=0

Boundary condition:

\frac{\partial y(u,v)}{\partial v}|_{v=0}=0
\frac{\partial y(u,v)}{\partial u}|_{u=0,v=0}=0
 
Physics news on Phys.org
If you differentiate the second equation twice with respect to v, you will see that it is basically the same equation as the first equation. Just integrate the first equation twice to get rid of the partial derivatives wrt v and you end up with two almost identical second order ODE's.

And in the second equation, the fact that y depends on v is not important, so to simplify things, you could start by solving y" + k^2y+b=0
When you have found the solution, it is trivial to extend it to the case where y depends on v.
 
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