Author Topic: Problem 2 (noon)  (Read 5199 times)

Victor Ivrii

  • Administrator
  • Elder Member
  • *****
  • Posts: 2607
  • Karma: 0
    • View Profile
    • Personal website of Victor Ivrii
Problem 2 (noon)
« on: November 19, 2019, 04:19:53 AM »
Consider equation
\begin{equation}
y'''+y''+4y'+4y=-24e^{-2t}.
\label{2-1}
\end{equation}
(a) Write a differential equation for Wronskian of $y_1,y_2,y_3$, which are solutions for homogeneous equation and solve it.

(b) Find fundamental system $\{y_1,y_2,y_3\}$ of solutions for homogeneous equation, and find their Wronskian. Compare with (a).

(c) Find the general solution of (\ref{2-1}).

Kole Robertson

  • Newbie
  • *
  • Posts: 1
  • Karma: 3
    • View Profile
Re: Problem 2 (noon)
« Reply #1 on: November 19, 2019, 04:53:54 AM »
(a) By Abel's identity, W($y_{1}, y_{2}, y_{3}$)(t) = cexp($\int -1dt$) = ce$^{-t}$
(b) The characteristic equation reads $$ r^{3} + r^{2} + 4r + 4 = (r+1)(r^{2} + 4)$$
Which has solutions r = -1, 2i, -2i. Hence, the solutions to the homogenous equation are:$$y_{1} = e^{-t},\; y_{2} = cos(2t), \;y_{3} = sin(2t)$$
so $$W = det(\begin{bmatrix} e^{-t} & cos(2t) & sin(2t) \\ -e^{-t} & -2sin(2t) & 2cos(2t) \\ e^{-t} & -4cos(2t) & -4sin(2t) \end{bmatrix}) = 10e^{-t}$$
So c in part a is 10.
(c) The form of the particular solution is A$e^{-2t}$, so
$$-8Ae^{-2t} +4Ae^{-2t} -8Ae^{-2t} + 4Ae^{-2t} = -24e^{-2t} \Rightarrow -8Ae^{-2t} = -24e^{-2t} \Rightarrow A = 3$$
hence, the solution is $$y = c_{1}e^{-t} + c_{2}cos(2t) + c_{3}sin(2t) + 3e^{-2t}$$

OK, except LaTeX sucks:

2)  "operators" should be escaped: \cos, \sin, \tan, \ln

$$
\boxed{y= 3e^{-2t}  + C_1e^{-t} +C_2\cos(2t) +C_3\sin(2t).}
$$
« Last Edit: November 24, 2019, 09:12:22 AM by Victor Ivrii »

Xi Jiang

  • Newbie
  • *
  • Posts: 1
  • Karma: 0
    • View Profile
Re: Problem 2 (noon)
« Reply #2 on: November 19, 2019, 04:54:24 AM »
a)W=ce-∫p(t)dt with p(t)=1.
  Thus, W=ce-t

NANAC

  • Jr. Member
  • **
  • Posts: 10
  • Karma: 2
    • View Profile
Re: Problem 2 (noon)
« Reply #3 on: November 19, 2019, 09:11:36 AM »
Please see the attachment for the answer

baixiaox

  • Jr. Member
  • **
  • Posts: 10
  • Karma: 0
    • View Profile
Re: Problem 2 (noon)
« Reply #4 on: November 19, 2019, 05:37:38 PM »
answer for tt2 question2

Mingdi Xie

  • Jr. Member
  • **
  • Posts: 14
  • Karma: 0
    • View Profile
Re: Problem 2 (noon)
« Reply #5 on: November 20, 2019, 02:38:35 PM »
Here is my solution :)