Author Topic: P2-Morning  (Read 4885 times)

Victor Ivrii

  • Administrator
  • Elder Member
  • *****
  • Posts: 2607
  • Karma: 0
    • View Profile
    • Personal website of Victor Ivrii
P2-Morning
« on: February 15, 2018, 05:10:58 PM »
(a)  Find Wronskian  $W(y_1,y_2)(x)$ of a fundamental set of solutions $y_1(x) , y_2(x)$ for ODE 
\begin{equation*}
-x^2\bigl(\ln(x)-1\bigr)y''+xy'-y=0
\end{equation*}

(b) Check that $y_1(x)=x$ is a solution and find another linearly independent solution.
 
(c) Write the general solution,  and find solution such that ${y(1)=1, y'(1)=0}$.


Cheryl Lao

  • Newbie
  • *
  • Posts: 3
  • Karma: 1
    • View Profile
Re: P2-Morning
« Reply #1 on: February 15, 2018, 11:08:39 PM »
Sorry about the image quality! I'm not sure if the pictures are too small or not but the max file size is 256kb

Meng Wu

  • Elder Member
  • *****
  • Posts: 91
  • Karma: 36
  • MAT3342018F
    • View Profile
Re: P2-Morning
« Reply #2 on: February 16, 2018, 01:15:55 AM »
$(a)$ $\\$
First we divide both sides by $-x^2(ln(x)-1)$:
$$y’’-{x \over x^2(ln(x)-1)}y’+{1 \over x^2(ln(x)-1)}y=0$$
Let $p(t)=-{x \over x^2(ln(x)-1)}$ and $q(t)={1 \over x^2(ln(x)-1)}.$ $\\$
Noting $p(t)$ and $q(t)$ are continuous everywhere except when $x^2(ln(x)-1)\neq0$.
$\\$
By Abel’s Theorem:$$\begin{align}W(y_1,y_2)(x)&=cexp(-\int{p(x)dx})\\&=cexp(-\int-{x \over x^2(ln(x)-1)}dx)\\&=ce^{ln|ln|x|-1|}\\&=c(ln|x|-1)\end{align}$$
Let $c=1$, then $W(y_1,y_2)(x)=ln|x|-1$. $\\$
$(b)$ $\\$
Since $y_1(x)=x,$ then
$$\cases{y_1’(x)=1\\y_1’’(x)=0}$$
Substitute these values back to the ODE:
$$\begin{align}0-{x \over x^2(ln(x)-1)}\cdot 1 + {1 \over x^2(ln(x)-1)}\cdot x=0\end{align}$$
Thus $y_1=(x)$ is indeed a solution. $\\$
Now we need to find $y_2(x)$ $\\$
Since we already know: $$\begin{align}W(y_1,y_2)(x)&=\begin{array}{|c c|}y_1(x)& y_2(x) \\ y_1’(x) & y_2’(x)\end{array}=ln|x|-1\\&=\begin{array}{|c c|}x& y_2(x) \\ 1& y_2’(x)\end{array}=xy_2’(x)-y_2(x)=ln|x|-1\end{align}$$
Hence, we have $$xy_2’-y_2=ln|x|-1$$
Divide both sides by $x$:
$$y_2’-{1\over x}y_2={ln|x|\over x}-{1 \over x}$$
$$\mu(x)=exp(\int-{1\over x}dx)=e^{-ln|x|}=x^{-1}$$
Multiply both sides by $x^{-1}:$ $\\$
$$\begin{align}x^{-1}y_2’-x^{-2}y_2&=x^{-2}ln|x|-x^{-2}\end{align}$$
Hence, $$(x^{-1}y_2)’=x^{-2}ln|x|-x^{-2}$$
Integrating both sides:
$$\int{(x^{-1}y_2)’}dx=\int{x^{-2}\ln|x|-x^{-2}}dx$$
$$\begin{align}x^{-1}y_2&=\int{x^{-2}\ln|x|}dx-\int{x^{-2}}dx\end{align}$$
For $\int{x^{-2}\ln|x|}dx$, we use Integral by parts: $\\$
Let $\cases{u=\ln|x|\\du={1\over x}dx}$   and $\cases{dv=x^{-2}dx\\v=-x^{-1}}$ $\\$
Thus:$$\begin{align}\int{x^{-2}\ln|x|}dx&=-x^{-1}\ln|x|-\int{-x^{-1}\cdot {1\over x}}dx\\&=-x^{-1}\ln|x|+\int{x^{-2}}dx \\&= -x^{-1}\ln|x|-x^{-1}+c\end{align}$$
Therefore,$$\begin{align}x^{-1}y_2&=\int{x^{-2}\ln|x|}dx-\int{x^{-2}}dx\\&=-x^{-1}\ln|x|-x^{-1}+c-\int{x^{-2}}dx\\&=-x^{-1}\ln|x|-x^{-1}+c+x^{-1}\\&=-x^{-1}\ln|x|+c\end{align}$$
Hence,$$y_2=-\ln|x|+cx$$
Let $c=1$, we have $$y_2=-\ln|x|+x$$
Since we already know that $W(y_1,y_2)(x)=\ln|x|-1\neq 0$,
Hence $y_2(x)$ is indeed another linearly independent solution. $\\$
$(c)$ $\\$
For $W(y_1,y_2)(x)=\ln|x|-1\neq 0$, we have general solution $$y=c_1y_1+c_2y_2=c_1x+c_2(-\ln|x|+x)$$ where $c_1$ and $c_2$ are some arbitrary constants.
Now, $$y’=c_1-{c_2\over x}+c_2$$
Let $x=1$ and $y=1$, $x=1$ and $y’=0$, we have
$$\cases{c_1+c_2=1\\c_1=0}\implies \cases{c_1=0\\c_2=1}$$
Therefore, the solution for the IVP is $$y(x)=-\ln|x|+x$$
« Last Edit: February 21, 2018, 10:27:36 AM by Meng Wu »

Victor Ivrii

  • Administrator
  • Elder Member
  • *****
  • Posts: 2607
  • Karma: 0
    • View Profile
    • Personal website of Victor Ivrii
Re: P2-Morning
« Reply #3 on: February 21, 2018, 09:11:30 AM »
Cheryl
Almost unreadable.

Meng
(9) is OK, but (10) is not
« Last Edit: February 21, 2018, 09:17:50 AM by Victor Ivrii »

Meng Wu

  • Elder Member
  • *****
  • Posts: 91
  • Karma: 36
  • MAT3342018F
    • View Profile
Re: P2-Morning
« Reply #4 on: February 21, 2018, 10:28:50 AM »
Cheryl
Almost unreadable.

Meng
(9) is OK, but (10) is not

How about now?