I need help with this:
Write $u_{tt} = c^2u_{xx}$, $\quad u(x,0)=f(x)$, $\quad u_t(x,0)=g(x)$ as an initial value problem for the vector $(u_1, u_2)=(u_t,u_x)$. Reduce the system to the canonical form, $v_t +\Lambda v_x=cv + d$, and solve the problem.
Solve the mixed problem:$\quad u_{tt}-c^2u_{xx}=0, \quad$ for $\quad x>0, t>0$
$\quad\quad\quad\quad\quad\quad\quad\quad\ u(x,0) =f(x), \quad u_t(x,0)=g(x),\quad for \quad x>0$
$\quad\quad\quad\quad\quad\quad\quad\quad\ u_t(0,t) + au_x(0,t)=h(t),\quad t>0$
with $a$ = constant.
I really need help to solve this. I had no idea to how to convert to canonical form. Thanks
Frankly the question makes no sense. This equation is second order in both $x$ and $t$ (it is a "wave equation") so any canonical form must be second order also, not a first order equation. What we can do is take new variables $p= x- ct$ and $q= x+ ct$. Then we have $\frac{\partial u}{\partial x}= \frac{\partial u}{\partial p}\frac{\partial p}{\partial x}+ \frac{\partial u}{\partial q}\frac{\partial q}{\partial x}= \frac{\partial u}{\partial p}+ \frac{\partial u}{\partial q}$ since $\frac{\partial p}{\partial x}= \frac{\partial q}{\partial x}= 1$. Similarly, $\frac{\partial u}{\partial t}$$= \frac{\partial u}{\partial p}\frac{\partial p}{\partial t}+ \frac{\partial u}{\partial q}\frac{\partial q}{\partial t}= -c\frac{\partial u}{\partial p}+ c\frac{\partial u}{\partial q}$. Taking the derivatives again, $\frac{\partial^2u}{\partial x^2}= \frac{\partial^2u}{\partial p^2}+ 2\frac{\partial u}{\partial pq}+ \frac{\partial^2 u}{\partial q^2}$ and $\frac{\partial^2 u}{\partial t^2}= c^2\frac{\partial^2 u}{\partial p^2}- 2c^2\frac{\partial^2 u}{\partial pq}+ c^2\frac{\partial^2 u}{\partial q^2}$.
Putting those into $\frac{\partial^2 u}{\partial t^2}= c^2\frac{\partial^2 u}{\partial x^2}$, we have $c^2\frac{\partial^2 u}{\partial p^2}- 2c^2\frac{\partial^2 u}{\partial pq}+ c^2\frac{\partial^2 u}{\partial q^2}= c^2\left(\frac{\partial^2u}{\partial p^2}+ 2\frac{\partial u}{\partial pq}+ \frac{\partial^2 u}{\partial q^2}\right)$ which reduces to $-\frac{\partial^2 u}{\partial pq}= \frac{\partial^2 u}{\partial pq}$ or $4\frac{\partial u}{\partial pq}= 0$. That last is, of course, the same as $\frac{\partial u}{\partial pq}= 0$ which can then write as $\frac{\partial}{\partial p}\left(\frac{\partial u}{\partial q}\right)= 0$. The derivative of a function with respect to $p$ is $0$ means the function is constant with respect to $p$- it must be a function of $q$ only- but it could be any function of $q$, say $\frac{\partial u}{\partial q}= f(q)$. Integrating with respect to $q$, and writing the integral of $f(q)$ with respect to $q$, $F(q)$, we have $u(p, q)= F(q)+ G(p)$ were $G(p)$ is any arbitrary function of $p$ only (it is the "constant of integration" when we are integrating with respect to $q$, just as $f(q)$ was the "constant of integration when we are integrating with respect to $ p$). That is, the general solution to $\frac{\partial^2 u}{\partial t^2}= c^2\frac{\partial^2 u}{\partial x^2}$ is $u(x, t)= F(x- ct)+ G(x+ ct)$ where $F$ and $G$ can be any twice differentiable functions of a single variable.
Given that $u(x, 0)= f(x)$ we must have $u(x, 0)= F(x)+ G(x)= f(x).$ Given that $u_t(x, 0)= -cF'(x)+ cG'(x)= g(x),$ differentiating that first equation with respect to $x$, $u_x(x, 0)= F'(x)+ G'(x)= f(x)$ so $cF'(x)+ cG'(x)= cf(x)$ and adding the previous equation, $2cG'(x)= cf(x)+ g(x)$. $G(x)$ is the anti-derivative of $(cf(x)+ g(x))/2$ and then $F(x)= f(x)- G(x)$ there will still be one undetermined numerical constant.