Guess a particular solution of the differential equation
$$ x^{\prime} - (1-2 t) x + x^2 = 2 t $$
I am trying to "guess" a solution to this ODE, but how should I go about doing so because I am sure, since this ODE is "guessable", there should be some kind process that tells me what form the solution should take, right?
$$x^{\prime}-(1-2 t) x+x^2=2 t$$ $$x^{\prime}+(x-1)+2t(x-1)+(x-1)^2=0$$ Note that $x=1$ is a solution...You can start from that to transform the Riccati's DE into a Bernoulli's DE. Try to substitute: $$x(t)=1+u(t)$$