- #1
fluidistic
Gold Member
- 3,949
- 264
Homework Statement
A sphere of radius R at temperature T=0 is put into a bath at time t=0 whose temperature is [itex]T_0[/itex].
Calculate the temperature inside the sphere [itex]\forall t \geq 0[/itex], [itex]T(\vec x ,t )[/itex].
Homework Equations
Heat equation: [tex]\frac{\partial T }{\partial t} \cdot \frac{1}{\kappa} -\triangle T =0[/tex]
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 [itex]T(\vec x , t ) = T(r,t)=\tau (t) R(r)[/itex].
Plugging this back into the PDE and taking the Laplacian in spherical coordinates, the PDE reduces to 2 ODE's, namely [tex]\begin{cases} \frac{1}{\kappa } \frac{\tau '}{\tau } =-C \\ \frac{2R'}{rR} + \frac{R''}{R}=-C \end{cases}[/tex] where C is a constant.
I solved the first ODE, the solution is [itex]\tau (t)=Ae^{-\kappa C t}[/itex].
I rewrote the second ODE into the form [itex]R''+\frac{2R'}{r}+CR=0[/itex]. To solve this DE I tried the Frobenius's method. Namely [itex]R(r)=\sum _{n=0}^ \infty a_n r^{n+\mu}[/itex]. The secular equation gave me [itex]\mu =-1[/itex] or [itex]\mu =0[/itex]. 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 [itex]a_0[/itex] is arbitrary as well as [itex]a_1[/itex] but [itex]a_0[/itex] cannot be 0. Furthermore I obtained the following recurrence relation: [itex]a_n=\frac{-Ca_{n-2}}{n^2-n}[/itex], [itex]\forall n \geq 2[/itex].
Choosing [itex]a_0=1[/itex] and [itex]a_1=0[/itex], I sought to obtain the general form of [itex]a_n[/itex]. But I was not successful.
I reached that [itex]\forall n \geq 1[/itex], [tex]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}[/tex].
I'm basically stuck at rewriting the denominator of [itex]a_n[/itex] when n is even. Can somebody help me?
This looks pretty awful!