Author Topic: Web bonus problem : Week 3 (#4)  (Read 5252 times)

Victor Ivrii

  • Administrator
  • Elder Member
  • *****
  • Posts: 2607
  • Karma: 0
    • View Profile
    • Personal website of Victor Ivrii

Jeremy Li 2

  • Full Member
  • ***
  • Posts: 15
  • Karma: 0
    • View Profile
Re: Web bonus problem : Week 3 (#4)
« Reply #1 on: November 30, 2015, 05:49:35 PM »
I didn't really make it that far on this problem, but I thought I ought to post as far as I got in case anyone has any ideas.

Plugging $u(x,t)=\phi(x-vt)$ into the given PDEs:
\begin{equation}
v^2\phi''-\phi''+\phi-2\phi^3=0\\
v^2\phi''-\phi''-\phi+2\phi^3=0
\end{equation}

And so we get
\begin{equation}
(v^2-1)\phi''=2\phi^3-\phi\\
(v^2-1)\phi''=\phi-2\phi^3
\end{equation}

This ODE looks very difficult - any ideas?

Chi Ma

  • Full Member
  • ***
  • Posts: 16
  • Karma: 0
    • View Profile
Re: Web bonus problem : Week 3 (#4)
« Reply #2 on: December 06, 2015, 12:46:20 AM »
We look for solutions such that $u_{tt}-u_{xx}=u(1-2u^2)=0$.
$u_{tt}-u_{xx}=0$ implies that $u(x,t) = f(x \pm t)$ for some function $f$.
$u(1-2u^2)=0$ implies that either $u = 0$ or $u = \pm \frac{1}{\sqrt 2}$.

A kink may be described by
\begin{equation}
u(x,t) = \left\{\begin{array}{21}
 &\pm \frac{1}{\sqrt 2} \qquad & x \ge t\\
 & 0 & x < t \end{array} \right.
\end{equation}

A soliton may be described by
\begin{equation}
u(x,t) = \left\{\begin{array}{21}
 &\pm \frac{1}{\sqrt 2} \qquad & x = t\\
 & 0 & x \neq t \end{array} \right.
\end{equation}
« Last Edit: December 10, 2015, 07:10:23 PM by Chi Ma »

Victor Ivrii

  • Administrator
  • Elder Member
  • *****
  • Posts: 2607
  • Karma: 0
    • View Profile
    • Personal website of Victor Ivrii
Re: Web bonus problem : Week 3 (#4)
« Reply #3 on: December 22, 2015, 02:58:59 AM »
We have 2nd order ODE with no explicit $x$. Could be reduced to 1st order by the standard $\phi'=\psi$, $\phi''=\psi'=\frac{d\psi}{d\phi}\phi'$.