Non-Homogeneous Heat Equation (Insulated Bar Question)

  • Thread starter Thread starter speedycatz
  • Start date Start date
  • Tags Tags
    Heat Heat equation
speedycatz
Messages
2
Reaction score
0

Homework Statement


Find U(x,t)

dU/dt = d2U/dx2 + sin x

Boundary Conditions:
dU/dx (0,t) = 0

and

U(1,t) = 0

Initial Condition: U(x,0) = cos 7*π*x

2. The attempt at a solution

I start off with:
d2(Un)/dx2 = λnUn (as an initial value problem)

[d(Un)/dx](0) = 0; [d(Un)/dx](1) = 0

My teacher told me to use the orthogonality later on, but at this point I'm stuck.
Can anyone enlighten me? Thanks!
 
Physics news on Phys.org
ok, so so far you have assumed separatino of variables, that is u(x,t) = U(x)T(t) and

so now you'll need to find the eigenfunctions of the homogenous boundary value problem
U_n''(x) = \lambda_n U_n(x)
U_n(0) = 0
U_n'(1) = 0

now solve the ODE above for 3 separate cases λn <0, =0, >0 and see which values of λn are allowable for the given boundary conditions. This yields the eigenvalues & eigenfunctions for the boundary value problem.
 
lanedance said:
ok, so so far you have assumed separatino of variables, that is u(x,t) = U(x)T(t) and

so now you'll need to find the eigenfunctions of the homogenous boundary value problem
U_n&#039;&#039;(x) = \lambda_n U_n(x)
U_n(0) = 0
U_n&#039;(1) = 0

now solve the ODE above for 3 separate cases λn <0, =0, >0 and see which values of λn are allowable for the given boundary conditions. This yields the eigenvalues & eigenfunctions for the boundary value problem.

I get like U_n = cos(n \pi x) and \lambda _n = -(n \pi)^2
Is that correct?
 
do they satisfy you boundary conditions?

look ok for the 2nd, not so sure about the first
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top