1

Solve the equation

$$u_x^2+u_y^2=u^2, \\ u(x,0)=1$$

Is there anybody who can help me?

Shuhao Cao
  • 18,935
Anna
  • 29
  • I used function $F(x,y,z,p,q)=\frac{1}{2}(p^2+q^2-z^2)$ $$x'(s)=p \y'(s)=q\ z'(s)=p^2+q^2 \ p'(s)=pz \q'(s)=qz$$ – Anna Jun 27 '13 at 12:17
  • Any solution of your PDE is radially symmetric, i.e. of the form $u(x,y)=f(r)$ where $r=\sqrt{x^2+y^2}$, and radial function can not satisfy the condition $u(x,0)=1$. – HorizonsMaths Jun 28 '13 at 09:48

2 Answers2

1

Hint: Try to find a solution of the form $u(x,y)=f(x)g(y)$.

Tomás
  • 22,559
1

Let $u=e^v$ ,

Then $u_x=e^vv_x$

$u_y=e^vv_y$

$\therefore(e^vv_x)^2+(e^vv_y)^2=(e^v)^2$ with $v(x,0)=0$

$e^{2v}v_x^2+e^{2v}v_y^2=e^{2v}$ with $v(x,0)=0$

$v_x^2+v_y^2=1$ with $v(x,0)=0$

$v_y^2=1-v_x^2$ with $v(x,0)=0$

$v_y=\pm\sqrt{1-v_x^2}$ with $v(x,0)=0$

$v_{xy}=\mp\dfrac{v_xv_{xx}}{\sqrt{1-v_x^2}}$ with $v(x,0)=0$

Let $w=v_x$ ,

Then $w_y=\mp\dfrac{ww_x}{\sqrt{1-w^2}}$ with $w(x,0)=0$

$w_y\pm\dfrac{ww_x}{\sqrt{1-w^2}}=0$ with $w(x,0)=0$

Follow the method in http://en.wikipedia.org/wiki/Method_of_characteristics#Example:

$\dfrac{dy}{dt}=1$ , letting $y(0)=0$ , we have $y=t$

$\dfrac{dw}{dt}=0$ , letting $w(0)=w_0$ , we have $w=w_0$

$\dfrac{dx}{dt}=\pm\dfrac{w}{\sqrt{1-w^2}}=\pm\dfrac{w_0}{\sqrt{1-w_0^2}}$ , letting $x(0)=f(w_0)$ , we have $x=\pm\dfrac{w_0t}{\sqrt{1-w_0^2}}+f(w_0)=\pm\dfrac{wy}{\sqrt{1-w^2}}+f(w)$ , i.e. $w=F\left(x\mp\dfrac{wy}{\sqrt{1-w^2}}\right)$

$w(x,0)=0$ :

$F(x)=0$

$\therefore w=0$

$v_x=0$

$v(x,y)=g(y)$

$v_y=g_y(y)$

$\therefore(g_y(y))^2=1$

$g_y(y)=\pm1$

$g(y)=\pm y+C$

$\therefore v(x,y)=\pm y+C$

$v(x,0)=0$ :

$C=0$

$\therefore v(x,y)=\pm y$

Hence $u(x,y)=e^{\pm y}$

doraemonpaul
  • 16,178
  • 3
  • 31
  • 75