The flood wave in a river follows the conservation law $$ A_t + (A^{3/2})_x = 0 $$ where $A(x,t)$ is the cross sectional area of the water at the location $x$ and time $t$. A sudden heavy rain creates a flood with river cross sectional area along its path as follows (set it as $t=0$) $$ A(x,0) = \left\lbrace\begin{aligned} &1 && x\leq 0 \\ &4 && 0 < x \leq 10\\ &1 && x> 10 \end{aligned}\right. . $$
(a) Find and draw the characteristics of the equation.
(b) Find the solution of cross sectional area along the river at $t=1$.
(c) Assume a town is located at $x=31$, when will the flood crest reach it?
TRY:
First, we write the PDE as $A_t + \frac{3}{2} A^{1/2} A_x = 0 $
Now, solving this equation using method of characteristiscs, we obtain
$$ x = \frac{3}{2} \sqrt{ A(r,0) } t + r $$
for characteristics equation and solution is implicity given by
$$ A(x,t) = \phi ( x - 3/2 \sqrt{ A } s ) $$
where $\phi(x) = A(x,0) $. So, we have characteristic are described by
$$ x = \begin{cases} 3/2 t + r,& r \leq 0 \\ 3t + r,& 0 < r \leq 10 \\ 3/2t+r,& r > 10 \end{cases} $$
am I correct so far?
