Toronto Math Forum

MAT244--2019F => MAT244--Test & Quizzes => Quiz-3 => Topic started by: Yiheng Bian on October 12, 2019, 12:57:19 AM

Title: TUT0101 QUIZ3
Post by: Yiheng Bian on October 12, 2019, 12:57:19 AM
Answer
Title: Re: TUT0101 QUIZ3
Post by: Yiheng Bian on October 12, 2019, 01:54:57 AM
$$
\text {If the Wronskian W of f and g is } 3e^{4t}
\text {, and if f(t)=} e^{2t}
\text {, find g(t)}
$$
$$
\begin{bmatrix}
    e^{2t} & g(t)  \\

   
   2e^{2t} &g'(t)
\end{bmatrix}
$$
$$
g'(t)*e^{2t}-2e^{2t}=3e^{4t}
$$
$$
g'(t)-2g(t)=3e^{2t}
$$
$$
So, p(t)=-2
$$
$$
Therefore,\mu=e^{-2t}
$$
$$
e^{-2t}g'(t)-2e^{-2t}g(t)=3e^{2t}*e^{-2t}
$$
$$
(e^{-2t}g(t))'=3
$$
$$
e^{-2t}g(t)=3t+c
$$
$$
g(t)= \frac {3t+c}{e^{-2t}}\
$$