Find the interval where the solution exists (ODE)

initial-value-problemsordinary differential equations

Find the interval where the solution exists of the following ODE and initial condition:
$ty' + 4y=2t^2, y(3)=1$

My attempt:

If I solve this with integrating factor, I get the solution $y=\frac{1}{3}t^2-\frac{2*3^4}{t^4}$. Clearly, $y$ has a discontinuity at $t=0$, so the solution is not defined there, but the initial ODE is also discontinous there. Here comes my question: Is it correct to say that the solution exists for $t\in(-\infty,0)\cup(0,\infty)$ or should it instead be that the solution exists for $t\in(0,\infty)$ since the initial condition is in this interval? And should you reach this conclusion at the very beginning of the problem rather than at the end, because to find the integrating factor requires writing the ODE on standard form and thus dividing by t?

Best Answer

While the expression itself is defined on $\Bbb R\setminus \{0\}$, the solution of the IVP has always only a single interval as domain, here due to the initial point thus $(0,\infty)$.

For linear DE the maximal domain is always the largest interval containing the initial point where the coefficient functions and right side are continuous, and the leading coefficient is non-zero.

Related Question