$u_{xx} − 7u_{tx} + 12u_{tt} = 0$, $−1<x<1$, $t>0$, $u(0,x) = x^2$, $u_t(0,x) = e^x$ for x≥0
Attempt (Factorization Method): Factoring the differential operator, $0 = (∂^2/∂x^2)u - 7(∂/∂x)(∂/∂t)u + 12(∂^2/∂t^2)u = (∂^2/∂x^2 + 2(∂/∂x)(∂/∂t) + ∂^2/∂t^2)(u – (7/2)u + 12u) = (∂/∂x + ∂/∂t)^2(19/2)u = ∇^2(19/2)u = ∇^2U(x,t)$ where $U = (19/2)u$
$∂^2U/∂x^2 + ∂^2U/∂t^2 = 0$
$U(x,t) = f(x)g(t)$ where $f(x) = U(0,x) = (19/2)u(0,x) = 19x^2/2$
$(∂^2/∂x^2)(f(x)g(t)) + (∂^2/∂t^2)(f(x)g(t)) = 0$
$f''(x)g(t) + f(x)g''(t) = 0$
Set $g(t) = a(x)sin(t) + b(x)cos(t)$,
$g''(t) = -a(x)sin(t) – b(x)cos(t)$
$f''(x)(a(x)sin(t) + b(x)cos(t)) - f(x)(a(x)sin(t) + b(x)cos(t)) = 0$
$(a(x)sin(t) + b(x)cos(t))(f''(x) – f(x)) = 0$
$(a(x)sin(t) + b(x)cos(t))(19 – 19x^2/2) = 0$
$(a(x)sin(t) + b(x)cos(t))(2 – x^2) = 0$
I heard that to solve the Laplace equation $∇^2U(x,t) = 0$ we needed to rearrange the terms to obtain $f''(x)/f(x) = -g''(t)/g(t)$ but how does this help us?
But then we get a(x) = b(x) = 0 so that g(t) = 0 and thus U = u = 0 which doesn't satisfy the initial condition.
The professor said to use the coordinate method; where does that occur?