roam
- 1,265
- 12
Homework Statement
Find a one-parameter family of solutions to the differential equation:
\frac{dy}{dt} = \frac{t \ cos 2t}{y}
Are there any solutions to the differential equation that are missing from the set of solutions you found? Explain.
The Attempt at a Solution
I used the separation of variables to find the solution as follows:
\int ydy = \int t \ cos (2t) dt
\frac{y^2}{2} = \frac{1}{4} (2t \ sin (2t)+ cos(2t)) + c
\therefore y = \sqrt{t \ sin (2t)+ \frac{1}{2} \ cos (2t) + k}
And this is defined as long as there is no negative under the square root. So, how do I know whether there are any missing solutions or not? And how do I identify them?