What is the Solution to a Heat Conduction Problem in a Rod?

EV33
Messages
192
Reaction score
0

Homework Statement


Find the solution of the heat conduction problem:

100Uxx=Ut, 0<x<1, t>0;

U(0,t)=0, U(1,t)=0, t>0;

U(x,0)=sin(2\pix)-sin(5\pix), 0\leqx\leq1

Homework Equations



U(x,t)=\sumcne(-n2\pi2\alpha2t)/L2sin((n\pix)/L)

(sum from n=1 to infinity)


cn=2/L \intf(x)sin((n\pix)/L)dx (evalutated from 0 to L)

The Attempt at a Solution




cn=2\int(sin(2\pix)-sin(5\pix))sin(n\pix)dx=0 (evalutated from 0 to 1)

I did this tedious integral by hand and got zero and verified it with my calculator. Therefore, I think that I am setting up the problem wrong. So if this is not how to set up cn then what should I do different?


Thank you for your time.
 
Last edited:
Physics news on Phys.org
None of those pi's should be superscripts. Not sure why they came out like that.
 
Strictly speaking they didn't. LaTeX is typically put slightly out of line with the text. I recommend that you NOT put indvidual symbols in LaTeX but entire formulas. Using "[ itex ]... [ /itex ]" (without the spaces, of course) will keep short formulas better in line with text. [ tex ]... [ /tex ] will look better on separate lines from text.

Where did that "\alpha" come from? There is no \alpha in your problem. I get
e^{-100n^2\pi^2 t}
for the exponential.

You don't really need to do any integral.

I get
\sum C_n e^{-100n^2\pi^2 t}sin(n\pi x)
and at t= 0 that is
\sum C_n sin(n\pi x)= sin(2\pi x)- sin(5\pi x)
It should be obvious from that what each C_n must be.
 
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