"Solve $x'(t) = 2-tx^2 - t + 2x^2,$ with $x(0) = 0$"
Alright, so I assume that by "solve $x'(t)$" it means "find $x(t).$" To get $x(t)$ from $x'(t),$ I'll need the integral:
$\int 2 - tx^2 - t + 2x^2 dt$ = $2t - \frac{t^2 x^2}{2} - \frac{t^2}{2} + 2tx^2 + C$
From this point on, though, I'm a bit lost. If I just plug a $0$ in for every $t$ everything goes to zero anyways except for $C$, so I guess that could imply that $C$ is just $0$? That seems overly simplistic and like I'm skipping some steps, though. Would anyone be able to point me in the right direction on this?
You face a differential equation $$x' = 2-tx^2 - t + 2x^2$$ that is to say $$x'(t)=(2-t)(1+x^2)$$ which is separable and can write $$\frac {dx}{1+x^2}=(2-t)\,dt$$ Integrate both sides to get $$\tan^{-1}(x)=2t-\frac 12 t^2+C$$ from which $$x=\tan\left(2t-\frac 12 t^2+C \right)$$ Now, apply the condition to get the value of $C$.