Help solving this Heat Equation please

Karl Karlsson
Messages
104
Reaction score
12
Homework Statement
***
Relevant Equations
***
I want to solve the heat equation below:
sk.png

I don't understand where the expression for ##2/R\cdot\int_0^R q\cdot sin(k_nr)\cdot r \, dr## came from. The r dependent function is calculated as ##sin(k_nr)/r## not ##sin(k_nr)\cdot r##. I don't even know if ##sin(k_nr)/r## are orthogonal for different ##k_n## values. Why is ##q_n = 2/R\cdot\int_0^R q\cdot sin(k_nr)\cdot r \, dr## ?
 
Physics news on Phys.org
I think you're expanding a step function ##q(r) = q## for ##r = [0,R]## and ##q(r)=0## for ##r > R## in terms of the ##\sin(k_nr)/r## functions. You're using separation of variables. The functions ##\sin(k_nr)/r## are the spherical Bessels.
 
As is indicated by the \equiv sign, this is a definition of q_n. From the line immediately above, we can infer that <br /> q(r) = \sum_{m=1}^\infty \frac{q_m}{r} \sin(k_mr).<br /> Now multply by r \sin(k_n r) and integrate between 0 and R: <br /> \int_0^R q(r) \sin (k_nr) r\,dr = \sum_{m=1}^\infty q_m \int_0^R \sin(k_mr) \sin(k_nr)\,dr. You should recognise that the integral on the right is zero unless k_n = \frac{n\pi}{R} = \frac{m\pi}{R} = k_m (ie. n = m), in which case it is R/2 as you are integrating \sin^2 (k_n r) = \frac12(1 - \cos (2k_n r)) over a whole number of periods.
 
Last edited:
  • Like
Likes Karl Karlsson
pasmith said:
As is indicated by the \equiv sign, this is a definition of q_n. From the line immediately above, we can infer that <br /> q(r) = \sum_{m=1}^\infty \frac{q_m}{r} \sin(k_mr).<br /> Now multply by r \sin(k_n r) and integrate between 0 and R: <br /> \int_0^R q(r) \sin k_nr\,dr = \sum_{m=1}^\infty q_m \int_0^R \sin(k_mr) \sin(k_nr)\,dr. You should recognise that the integral on the right is zero unless k_n = \frac{n\pi}{R} = \frac{m\pi}{R} = k_m (ie. n = m), in which case it is R/2 as you are integrating \sin^2 (k_n r) = \frac12(1 - \cos (2k_n r)) over a whole number of periods.
Thanks!
 
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