1

1. Solve the equation

$$ u_x^3-u_y=0~, $$ with $u(x,0)=2x^\frac{3}{2}$

2. Solve the equation

$$ u=xu_x+yu_y+\frac{1}{2}(u_x^2+u_y^2)~, $$ with $u(x,0)=\dfrac{1}{2}(1-x^2)$

How I solve these problems if I learnt PDE three weeks ago?

doraemonpaul
  • 16,178
  • 3
  • 31
  • 75
Richard
  • 591
  • 4
    Is the hypothesis 'if I learnt PDE three weeks ago' really necessary? – Git Gud Mar 04 '14 at 14:14
  • Not at all. I just want to figure out an answer. – Richard Mar 04 '14 at 14:30
  • 1
    What have you tried? Any specific point that confuses you where we could help? Just dumping the solutions on you is unlikely to help you solve later problems... – vonbrand Mar 04 '14 at 14:40
  • I've just learn how to solve the First-Order PDE and the second. The first time I thinking the first question is connenct with the functions I've learnt, just like wave equation. I want to use the skill to decrease the order of u_x but I can't. – Richard Mar 04 '14 at 14:45
  • Actually, I would like to know the meaning of the exponent "3" on "u_x" behind the formula. – Richard Mar 04 '14 at 14:47
  • @user131605: You don't need to know the meaning of the exponent "$3$" on "$u_x$" behind the formula. It is not a must to link every PDEs with the real meanings. – doraemonpaul Mar 13 '14 at 00:02

1 Answers1

0

$1.$

$u_x^3-u_y=0$

$u_{xy}-3u_x^2u_{xx}=0$

Let $v=u_x$ ,

Then $v_y-3v^2v_x=0$ with $v(x,0)=3\sqrt x$

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{dv}{dt}=0$ , letting $v(0)=v_0$ , we have $v=v_0$

$\dfrac{dx}{dt}=-3v^2=-3v_0^2$ , letting $x(0)=f(v_0)$ , we have $x=-3v_0^2t+f(v_0)=-3v^2y+f(v)$ , i.e. $v=F(x+3v^2y)$

$v(x,0)=3\sqrt x$ :

$F(x)=3\sqrt x$

$\therefore v=3\sqrt{x+3v^2y}$

$v^2=9(x+3v^2y)$

$v^2=9x+27v^2y$

$v^2-27v^2y=9x$

$v^2(1-27y)=9x$

$v^2=\dfrac{9x}{1-27y}$

$v=\pm\dfrac{3\sqrt x}{\sqrt{1-27y}}$

$u_x=\pm\dfrac{3\sqrt x}{\sqrt{1-27y}}$

$u(x,y)=\pm\dfrac{2x^\frac{3}{2}}{\sqrt{1-27y}}+g(y)$

$u_y=\pm\dfrac{27x^\frac{3}{2}}{(1-27y)^\frac{3}{2}}+g_y(y)$

$\therefore\pm\dfrac{27x^\frac{3}{2}}{(1-27y)^\frac{3}{2}}\mp\dfrac{27x^\frac{3}{2}}{(1-27y)^\frac{3}{2}}-g_y(y)=0$

$g_y(y)=0$

$g(y)=C$

$\therefore u(x,y)=\pm\dfrac{2x^\frac{3}{2}}{\sqrt{1-27y}}+C$

$u(x,0)=2x^\frac{3}{2}$ :

$C=0$ and the negative part reject

$\therefore u(x,y)=\dfrac{2x^\frac{3}{2}}{\sqrt{1-27y}}$

doraemonpaul
  • 16,178
  • 3
  • 31
  • 75