PDE with oscillating boundary conditions

robl123
Messages
2
Reaction score
0
Hi,

Say I have this pde:

u_t=\alpha u_{xx}
u(0,t)=\sin{x}+\sin{2x}
u(L,t)=0

I know the solution for the pde below is v(x,t):

v_t=\alpha v_{xx}
v(0,t)=\sin{x}
v(L,t)=0

And I know the solution for the pde below is w(x,t)

w_t=\alpha w_{xx}
w(0,t)=\sin{2x}
w(L,t)=0

Would the complete solution be u(x,t)=v(x,t)+w(x,t)?
 
Physics news on Phys.org
Your first boundary conditions are screwed up: the left side is a function of t and the right side is a function of x. Assuming you fix that, then yes, functions satisfying pieces of the boundary conditions can be added together just as you've done. You can confirm thus just by substituting u into the original PDE and using the linearity of differentiation.
 
Thanks!

I was worried I was doing it wrong. I meant to write u(0,t)=\sin{t}+\sin{2t} , ...
 
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