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.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top