- #1
Spoony
- 77
- 0
Homework Statement
I have the damped wave equation;
[tex]u_{tt} = 4 u_{xx} -2 u_{t}[/tex]
which is to be solved on region 0 < x < 2
with boundary conditions;
[tex] u(0,t) = 2, u(2,t) = 1. [/tex]
i must;
1) find steady state solution [tex] u_{steady}(x) [/tex] and apply boundary conditions.
2) find [tex]\theta(x,t) = u(x,t) - u_{steady}[/tex] and find PDE and boundary conditions obeyed by theta.
3) use theta = f(t)g(x) to obtain 2 separate ODE's with separation constant
4) then i must solve the homogeneous problem for theta and then recover the general solution for u
5) finally i must find the solution for u using intial conditions
[tex] u(x,0) = 2 - x/2 , u_{t} (x,0) = x^{2}(2-x) [/tex]
and I am given
(this is between 2 and 0) [tex] \int x^{2} (2-x) sin(\frac{n\pi}{2} x) dx = \frac{32(1+2(-1)^{n}}{n^{3}\pi^{3}} [/tex]
The Attempt at a Solution
1) steady state solution [tex] u_{steady} [/tex] implies [tex] u_{t} = 0 [/tex] which reduces the PDE to [tex] 4 u_{xx} = 0 \rightarrow u_{xx} = 0[/tex] after intergration, [tex] u_{steady} = ax + b [/tex] applying boundary conditions leads to [tex] u_{steady} = - \frac{1}{2}x + 2 [/tex]
2) As
[tex] \theta (x,t) = u(x,t) - u_{st} [/tex]
and [tex] u_{st} [/tex] is a function of x only then [tex] \theta _{t} = \theta _{tt} = 0 [/tex] . Using the fact that [tex] u_{st} = - \frac{1}{2}x + 2 [/tex] leads to [tex] \frac{\partial^{2} u_{st}}{\partial x^{2}} = 0 [/tex] and therefore [tex] theta_{xx} = 0 [/tex]
which doesn't affect the PDE for u, only changes u to theta.
Oh and both boundary conditions become 0.
3) Inserting
[tex] \theta (x,t) = f(t)g(x) [/tex] into the PDE leads to;
[tex] f''(t)g(x) = 4f(t)g''(x) - 2g(x)f'(t) [/tex]
reranging leads to;
[tex] \frac{f''(t) + 2f(t)}{4f(t)} = \frac{g''(x)}{g(x)} [/tex]
And each side is a function of its argument only and are equal to each other, so each side equals the same constant, which for the sake of this question must be [tex] -\Lambda [/tex] to create a trig solution for g(x) (need trig solution as boundary conditions require that g must equal 0 in 2 places g(0) = g(2) = 0) .
4) this is where i start to struggle, the ODE for g(x) is;
(note; i have used [tex] \Lambda = \lambda ^{2} [/tex]
[tex] g''(x) + \Lambda g(x) = 0 [/tex] which leads to [tex] g(x) = Acos(\lambda x) + Bsin(\lambda x) [/tex] with boundary conditions g(0) = g(2) = 0.
Using those boundary conditions, A = 0 and B = 0 OR [tex] sin(2 \lambda) = 0 [/tex]
B=0 is trivial case, so it is ignored, if [tex] sin(2 \lambda) = 0 [/tex] then; [tex] 2 \lambda = n \pi [/tex] which leads to [tex] \lambda = \frac{n \pi}{2} [/tex]
this is all fine and dandy, but then when i look at the ODE for f(t)
[tex] f''(t) + 2f'(t) + 4 \Lambda f(t) = 0 [/tex] and applying the value for [tex] \Lambda = \lambda ^{2} [/tex] leads to
[tex] f''(t) + 2f'(t) + 4 \frac{n^{2} \pi ^{2}}{4} f(t) = 0 [/tex]
Once i cancel the 4 I am left with an ODE, i try using [tex] A e^{mx} [/tex] as a solution but it leaves me with;
[tex] m^{2} + 2m = -n^{2} \pi ^{2} [/tex] which has no solutions for m unless m = 0, so I am stuck there, i need to find the separation constant such that i can get solutions to both of these ODE's :(
Help is really appreciated, i think its the fact that there is an extra partial u by t in there, only examples we have really are when both partials are second order.
Last edited: