lavster
- 213
- 0
Homework Statement
solve for u:
u_t=G + \mu(u_{rr}+\frac{1}{r}u_r)
with boundary conditions u=0 on r=a and u_r=0 on r=0
where G is a constant, u is a function of r only and u_r is the derivative of u with respect to r etc
Homework Equations
the solution is:
\frac{G_0 a^2}{4\mu}(1-\frac{r^2}{a^2}
The Attempt at a Solution
u is independent of t so u_t=0.
it is an inhomogeneous differential equation so i thought youd solve (u_rr+\frac{1}{r}u_r)=0 first.
I then thought ud let p=u_r to get p_r+\frac{1}{r}p and then use separation of variables integral thing to get p = r+c where c is a constant. (initially i got logs but i took the exponential).
then i converted back to u : u_r=r+c to get u=\frac{r^2}{2}+rc+d. This looks wrong and i have no idea how to introduce the \frac{G}{/mu} term.
any help will be much appreciated!