How to solve $y'=(2x+y)^2$?

124 Views Asked by At

I need to solve the ODE

$$y'=(2x+y)^2$$

This ODE is Riccati's equation , but I can't bring it to a simpler form. Thanks

1

There are 1 best solutions below

2
On BEST ANSWER

Substitute $$u=2x+y$$ then you will get $$y'=u'-2$$ can you finish?