Part (a). Rewrite the equation as \(y' - 2ty = t\text{,}\) a first-order linear ODE with integrating factor \(\mu(t) = e^{-t^2}\text{.}\) Multiplying through gives
\begin{equation*}
\frac{d}{dt}\!\left(e^{-t^2}y\right) = te^{-t^2},
\end{equation*}
so integrating both sides yields
\begin{equation*}
e^{-t^2}y = -\tfrac{1}{2}e^{-t^2} + C,\quad\text{i.e.,}\quad y = -\tfrac{1}{2} + Ce^{t^2}.
\end{equation*}
Applying \(y(0)=1\) gives \(C = \tfrac{3}{2}\text{,}\) so the exact solution is
\begin{equation*}
y(t) = \frac{3e^{t^2}-1}{2}.
\end{equation*}
Part (b). The Picard iterates are defined by
\begin{equation*}
\phi_n(t) = 1 + \int_0^t \bigl(2s\,\phi_{n-1}(s)+s\bigr)\,ds, \qquad \phi_0(t)=1.
\end{equation*}
Computing the first few iterates:
\begin{align*}
\phi_1(t) &= 1 + \int_0^t(2s+s)\,ds = 1 + \frac{3t^2}{2},\\
\phi_2(t) &= 1 + \int_0^t\!\left(2s\!\left(1+\frac{3s^2}{2}\right)+s\right)ds
= 1 + \frac{3t^2}{2} + \frac{3t^4}{4},\\
\phi_3(t) &= 1 + \frac{3t^2}{2} + \frac{3t^4}{4} + \frac{3t^6}{12}.
\end{align*}
The pattern is
\begin{equation*}
\phi_n(t) = -\frac{1}{2} + \frac{3}{2}\sum_{k=0}^{n}\frac{(t^2)^k}{k!}.
\end{equation*}
Part (c). Since the Taylor series for \(e^{t^2}\) converges for all \(t\text{,}\)
\begin{equation*}
\lim_{n\to\infty}\phi_n(t)
= -\frac{1}{2}+\frac{3}{2}\sum_{k=0}^{\infty}\frac{(t^2)^k}{k!}
= -\frac{1}{2}+\frac{3}{2}e^{t^2}
= \frac{3e^{t^2}-1}{2},
\end{equation*}
which is exactly the solution found in part (a). \(\square\)