cklabyrinth
- 7
- 0
Homework Statement
[itex]y'sin(2t) = 2(y+cos(t))[/itex]
[itex]y(\frac{∏}{4}) = 0[/itex]
Homework Equations
[itex]\frac{dy}{dx} + p(x)y = q(x)[/itex]
[itex]y = \frac{\int u(x) q(x) dx + C}{u(x)}[/itex]
where
[itex]u(x) = exp(\int p(x)dx)[/itex]
The Attempt at a Solution
I've set the equation in the form above, simplified the RHS and solved for u(x):
[itex]\frac{dy}{dt} - \frac{2}{sin(2t)}y = \frac{2cos(t)}{sin(2t)}[/itex]RHS simplification:
[itex]\frac{2cos(t)}{sin(2t)} = \frac{2cos(t)}{2cos(t)sin(t)} = csc(t)[/itex]
which gives:
[itex]\frac{dy}{dt} - \frac{2}{sin(2t)}y = csc(t)[/itex]
[itex]u(x) = exp(\int -\frac{2}{sin(2t)}dt)[/itex]
u-sub with u = 2t in the integration gives:
[itex]u(x) = exp(\int -csc(u)du) = exp(ln|cos(2t)|) = |cos(2t)|[/itex]
then:
[itex]y = \frac{\int |cos(2t)|csc(t)dt}{|cos(2t)|} + C[/itex]And I'm stuck here on the indefinite integral in the numerator:
[itex]\int |cos(2t)|csc(t)dt[/itex]
I've tried replacing cos(2t) with [itex]cos^2(t) - sin^2(t)[/itex] but that ends up leaving me with [itex]\int cot(t)cos(t)dt - \int sin(t)dt[/itex] which I find just as hard. Any ideas on where I'm going wrong?
Last edited: