Solve the initial value problem $y′=(x+y−2)^2$?

65 Views Asked by At

I don't usually have problems with solving ODEs but somehow I can't solve this one. I know that I have to substitute with $u$ and $u'$ but that's it...

1

There are 1 best solutions below

2
On BEST ANSWER

Hint

Substitute $z=x+y-2=$ and $z'=y'+1$

Then solve $$z'-1=z^2$$ $$\int \frac {dz}{z^2+1}=x+K$$