KillerZ
- 116
- 0
Homework Statement
Verify that the indicated function y = \Phi(x) is an explicit solution of the given first-order differential equation. Give at least one interval I of definition.
Homework Equations
2y^{'} = y^{3}cos x
y = (1 - sin x)^{-1/2}
The Attempt at a Solution
I think I did the first part right but I am not sure about the interval I of definition.
y^{'} = -\frac{1}{2}(1 - sin x)^{-3/2}(- cos x)
Left hand side:
2y^{'} = 2(-\frac{1}{2}(1 - sin x)^{-3/2}(- cos x))
= -(1 - sin x)^{-3/2}(- cos x)
= (1 - sin x)^{-3/2}(cos x)
Right hand side:
y^{3}cos x = ((1 - sin x)^{-1/2})^{3}(cos x)
= (1 - sin x)^{-3/2}(cos x)
Therefore y = (1 - sin x)^{-1/2} is a solution.
I = (-\infty, \pi/2) or (\pi/2, \infty) is the interval I of definition.