fluidistic
Gold Member
- 3,928
- 272
Homework Statement
A sphere of radius R at temperature T=0 is put into a bath at time t=0 whose temperature is T_0.
Calculate the temperature inside the sphere \forall t \geq 0, T(\vec x ,t ).
Homework Equations
Heat equation: \frac{\partial T }{\partial t} \cdot \frac{1}{\kappa} -\triangle T =0
The Attempt at a Solution
I will use separation of variables as well as making the assumption that due to the symmetry of the problem, T will only depend on r and t and not on theta and phi (I'm talking about spherical coordinates).
Thus T(\vec x , t ) = T(r,t)=\tau (t) R(r).
Plugging this back into the PDE and taking the Laplacian in spherical coordinates, the PDE reduces to 2 ODE's, namely \begin{cases} \frac{1}{\kappa } \frac{\tau '}{\tau } =-C \\ \frac{2R'}{rR} + \frac{R''}{R}=-C \end{cases} where C is a constant.
I solved the first ODE, the solution is \tau (t)=Ae^{-\kappa C t}.
I rewrote the second ODE into the form R''+\frac{2R'}{r}+CR=0. To solve this DE I tried the Frobenius's method. Namely R(r)=\sum _{n=0}^ \infty a_n r^{n+\mu}. The secular equation gave me \mu =-1 or \mu =0. Since they differ by an integer I can only get one solution using this method and I'll have to use variation of parameters to get the linearly independent other solution.
So I have to take the lowest mu value, namely -1 here.
I reached that a_0 is arbitrary as well as a_1 but a_0 cannot be 0. Furthermore I obtained the following recurrence relation: a_n=\frac{-Ca_{n-2}}{n^2-n}, \forall n \geq 2.
Choosing a_0=1 and a_1=0, I sought to obtain the general form of a_n. But I was not successful.
I reached that \forall n \geq 1, a_n =\begin{cases} 0 \text{ if n is odd} \\ \frac{ (-1)^{n/2}C^{n/2}}{(n^2-n)[(n-2)^2-(n-2)]...(2^2-2)} \text{ if n is even} \end{cases}.
I'm basically stuck at rewriting the denominator of a_n when n is even. Can somebody help me?
This looks pretty awful!