Solve: $u_t+(u_x)^ 2=0$ , $u(x, 0)=-x^2$ and show that the solution breaks down when $t=\dfrac{1}{4}$ .
Since the differential equation is not linear, I like to know how to solve such equation. If you are in details It would be great!
Solve: $u_t+(u_x)^ 2=0$ , $u(x, 0)=-x^2$ and show that the solution breaks down when $t=\dfrac{1}{4}$ .
Since the differential equation is not linear, I like to know how to solve such equation. If you are in details It would be great!
Copyright © 2021 JogjaFile Inc.
$u_t+(u_x)^2=0$
$u_{tx}+2u_xu_{xx}=0$
Let $v=u_x$ ,
Then $v_t+2vv_x=0$ with $v(x,0)=-2x$
Follow the method in http://en.wikipedia.org/wiki/Method_of_characteristics#Example:
$\dfrac{dt}{ds}=1$ , letting $t(0)=0$ , we have $t=s$
$\dfrac{dv}{ds}=0$ , letting $v(0)=v_0$ , we have $v=v_0$
$\dfrac{dx}{ds}=2v=2v_0$ , letting $x(0)=f(v_0)$ , we have $x=2v_0s+f(v_0)=2vt+f(v)$ , i.e. $v=F(x-2vt)$
$v(x,0)=-2x$ :
$F(x)=-2x$
$\therefore v=-2(x-2vt)$
$v=-2x+4vt$
$v=\dfrac{2x}{4t-1}$
$u_x=\dfrac{2x}{4t-1}$
$u(x,t)=\dfrac{x^2}{4t-1}+g(t)$
$u_t=-\dfrac{4x^2}{(4t-1)^2}+g_t(t)$
$\therefore-\dfrac{4x^2}{(4t-1)^2}+g_t(t)+\dfrac{4x^2}{(4t-1)^2}=0$
$g_t(t)=0$
$g(t)=C$
$\therefore u(x,t)=\dfrac{x^2}{4t-1}+C$
$u(x,0)=-x^2$ :
$C=0$
$\therefore u(x,t)=\dfrac{x^2}{4t-1}$
Hence the solution breaks down when $t=\dfrac{1}{4}$ .