How Do You Solve the 1D Heat Equation with Trigonometric Initial Conditions?

prolix
Messages
2
Reaction score
0
problem

u_t=u_xx, x is in [0,1], t>0

with
u(0,t)=u(1,t)=0, t>0
u(x,0)=sin(pi*x)-sin(3*pi*x), x is in (0,1)


i think its solution is of the form

u(x,t)=sigma(n=1 to infinity){a_n*sin(n*pi*x)*exp(-n^2*pi^2*t)

where a_n=2*integral(0 to 1){ (sin(pi*x)-sin(3*pi*x)) * sin(n*pi*x) }

but i have a_n = 0, for all n..

i don't know where is my mistake..
 
Physics news on Phys.org
Can you write your initial condition as a sin series?

u(x,0)=\sum b_n sin(n \pi x)

How does this compare to your sin series for

u(x,t)

Can you relate a_n to b_n?
 
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