Solve the initial value problem
$$4\bigg(\sin(t)\frac{dy}{dt}+\cos(t)y\bigg)=\cos(t)\sin^3(t)$$
for $0<t<\pi$ and $y(\pi/2)=20$. Put the problem in standard form.
I've calculated the integrating factor as being $\sin(t)$ I just can't seem to solve $y(t)$.
Edit (After reading your answers):
Here is the work that I have so far; I multiplied every term by the integrating factor $p(t)=\sin(t)$ $$\sin(t)\frac{dy}{dt}+\cos(t)y=\frac{1}{4}\cos(t)\sin^3(t)$$
Then took the total differential of the left side;
$$\frac{d}{dt}(\sin(t)y)=\frac{1}{4}\cos(t)\sin^3(t)$$
Then integrated from ($\pi/2\to t$);
$$\sin(t)y(t)-\sin(\pi/2)y(\pi/2)=\frac{1}{16}\sin^4(t)-\frac{1}{16}\sin^4(\pi/2)$$
$$\implies \sin(t)y(t)=20+\frac{1}{16}(\sin^4(t)-1)$$ $$\implies y(t)=\frac{321}{16}\csc(t)+\frac{1}{16}\sin^3(t)$$
If we put $$z=\sin (t)y $$
the equation becomes
$$\frac {dz}{dt}=\frac {1}{4}\sin^3 (t)\cos (t) $$ $$=\frac {1}{16}\frac {d \sin^4 (t)}{dt} $$
hence by integration, $$z=\frac {1}{16}\sin^4 (t)+C $$
You can finish.