TranscendArcu
- 277
- 0
Homework Statement
Solve the differential equation: \frac{dy}{dx} = cos^2 (x) cos^2 (2y)
The Attempt at a Solution
I rewrote the equation
\frac{dy}{cos^2 (2y)} = sec^2 (2y) = cos^2 (x) dx. Then I integrated,
\frac{tan(2y)}{2} = \frac{1}{2} (x + sin(x)cos(x)) + c. Then I solved for y,
y = \frac{tan^{-1} (x + sin(x)cos(x) + c)}{2}
But this isn't the answer my book gives (or at least it doesn't look very similar). Where did I go wrong?