How Do You Solve a Second-Order Linear PDE with Given Boundary Conditions?

  • Thread starter Thread starter pablo4429
  • Start date Start date
  • Tags Tags
    Pde
pablo4429
Messages
19
Reaction score
0
Finding basic solutions to a PDE??

So the problem is:
x_o=0
\varphi'' + 4\varphi' + \lambda\varphi=0

which satisfies \varphi(0)=3 and \varphi'(0)=-1

I really don't even know where to start, I think its like an ODE right where we assume a solution, usually sin or an exponential and plug it in for each psi and its derivatives, find roots and plud back into a general solution and use BC to find constants. In the text though, they give psi as a linear combo of psi 1 and psi 2 with some coefficients in front. The answer they give is an exponential multiplied by a sin term and a cos term for psi 1 and an exponential multiplied by a sin term.
thanks for any help all
 
Physics news on Phys.org


the equation is linear with constant coefficients. Try
\phi=Ae^{st}
which will give you a condition on s, for which you get two solutions, s_{1},s_{2}. Then plug
\phi=Ae^{s_{1}t}+Be^{s_{2}t}
into the boundary conditions to get the coefficients
 
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