Author Topic: TT1--Problem 2  (Read 14355 times)

Victor Ivrii

  • Administrator
  • Elder Member
  • *****
  • Posts: 2607
  • Karma: 0
    • View Profile
    • Personal website of Victor Ivrii
TT1--Problem 2
« on: February 13, 2013, 10:38:31 PM »
(a) Consider equation
\begin{equation*}
(\cos(t)+t\sin(t))y''-t\cos(t)y'+y\cos(t)=0.
\end{equation*}
Find wronskian $W=W[y_1,y_2](t)$ of two solutions such that $W(0)=1$.
 
(b) Check that  one of the solutions is $y_1(t)=t$. Find another solution $y_2$ such that $W[y_1,y_2](\pi/2)=\pi/2$
and $y_2(\pi/2)=0$.

Jeong Yeon Yook

  • Full Member
  • ***
  • Posts: 20
  • Karma: 8
    • View Profile
Re: TT1--Problem 2
« Reply #1 on: February 13, 2013, 11:07:35 PM »
part a)

Jeong Yeon Yook

  • Full Member
  • ***
  • Posts: 20
  • Karma: 8
    • View Profile
Re: TT1--Problem 2
« Reply #2 on: February 13, 2013, 11:14:33 PM »
Part (b).

Can I please get bonus marks?  :'( I couldn't do it under limited time and exam pressure. I don't know how how I couldn't see things in the exam center room.  Now things work out....

Marcia Bianchi

  • Newbie
  • *
  • Posts: 4
  • Karma: 3
    • View Profile
Re: TT1--Problem 2
« Reply #3 on: February 13, 2013, 11:39:32 PM »
part a)

Victor Ivrii

  • Administrator
  • Elder Member
  • *****
  • Posts: 2607
  • Karma: 0
    • View Profile
    • Personal website of Victor Ivrii
Re: TT1--Problem 2
« Reply #4 on: February 14, 2013, 05:00:19 AM »
See my comments to Problem 1. Waiting for typed solution.


Alexander Jankowski

  • Full Member
  • ***
  • Posts: 23
  • Karma: 19
    • View Profile
Re: TT1--Problem 2
« Reply #5 on: February 14, 2013, 08:52:15 AM »
(a) We first re-write the differential equation as

\begin{equation*}
y'' - \frac{t\cos{t}}{\cos{t} + t\sin{t}}y' + \frac{\cos{t}}{\cos{t} + t\sin{t}} = 0.
\end{equation*}

Then, according to Abel's identity,

\begin{equation*}
W(y_1,y_2)(t) = c \exp{\left(-\int{\left(\frac{-t\cos{t}}{\cos{t} + t\sin{t}}\right)dt}\right)}.
\end{equation*}

Let $u = \cos{t} + t\sin{t}$ so that $du = t\cos{t}dt$. Then,

\begin{equation*}
W(y_1,y_2)(t) = c \exp{\int{\frac{du}{u}}} = c \exp {\ln{|t\sin{t} + \cos{t}|}} = c|t\sin{t} + \cos{t}|.
\end{equation*}

Using $W(0) = 1$ yields

\begin{equation*}
1 = C|0\cdot\sin{0} + \cos{0}| \Longleftrightarrow C = 1.
\end{equation*}

Therefore, the desired Wronskian is

\begin{equation*}
W(y_1,y_2)(t) = |t\sin{t} + \cos{t}|.
\end{equation*}

I do not yet know how to solve (b) without guessing, as applying reduction of order yields a rather unpleasant integral.

Victor Ivrii

  • Administrator
  • Elder Member
  • *****
  • Posts: 2607
  • Karma: 0
    • View Profile
    • Personal website of Victor Ivrii
Re: TT1--Problem 2
« Reply #6 on: February 14, 2013, 10:18:48 AM »
I do not yet know how to solve (b) without guessing, as applying reduction of order yields a rather unpleasant integral.

You don't need absolute value as a priory everything works on intervals where leading coefficient $\cos(t)+t\sin(t)$ does not vanish.

Also look at  J. Y. Yook' solution: knowing $W(y_1,y_2)$ and $y_1$ you get $1$-st order ODE for $y_2$ which could be solved. Alternatively (it is equivalent albeit more lengthy solution) you look $y_2=zy_1$ and you get $1$-st order ODE for $z'$.

Rudolf-Harri Oberg

  • Jr. Member
  • **
  • Posts: 9
  • Karma: 9
    • View Profile
Re: TT1--Problem 2
« Reply #7 on: February 14, 2013, 12:08:10 PM »
Part B, Alternative solution.
Assume the second solution is of the form $y_2=z(t)t$. Plugging that into the ODE, we get that
$tz''+(2+t \frac{-t \cos (t)}{\cos(t)+t \sin(t)})z'=0$ (look at reduction of order at pg 171, formula 30). This is a first order ODE for z'. So, plug for example $u=z'$. This equation is separable and simplifies to

$$tu'=(\frac{t^2 \cos(t)}{\cos(t)+t \sin(t)}-2)u$$
$$\frac{1}{u}du=\frac{1}{t}(\frac{t^2 \cos(t)}{\cos(t)+t \sin(t)}-2)dt$$.
Now "just" integrate and you get
$$\ln u= \ln(t\sin(t)+\cos(t))-2\ln (t) + \ln C_1$$ or
$$z'=u=\frac{t\sin(t)+\cos(t)}{t^2}$$ (forget the constant)
Now we have to integrate once again to get
$z=\frac{-\cos(t)}{t}+C$; so in conclusion we get that $y_2=zy_1=\frac{-\cos(t)}{t}t+Ct=-cos(t)+Ct$

We need $y_2(\frac{\pi}{2})=0$ which yields C=0. So, $y_2=-\cos(t)$ is the function we are looking for. Also note that 
$W(y_1,y_2)(\frac{\pi}{2})=-\cos(\frac{\pi}{2})+\frac{\pi}{2}\sin (\frac{\pi}{2})=\frac{\pi}{2}$, so the Wronskian condition is also satisfied.

Comment: I went for this solution idea during my test. Unfortunately, given half a page of room, exam pressure and those nasty integrals, I could not get to the final solution.
« Last Edit: February 14, 2013, 12:33:26 PM by Rudolf-Harri Oberg »

Victor Ivrii

  • Administrator
  • Elder Member
  • *****
  • Posts: 2607
  • Karma: 0
    • View Profile
    • Personal website of Victor Ivrii
Re: TT1--Problem 2
« Reply #8 on: February 14, 2013, 04:21:29 PM »
You cannot say  a priory that $C_1=0$ as we know $W(y_1,y_2)$ not up to a constant but exactly