I'm trying to solve an initial value problem. I know how to do the problem once integrated but solving the differential equation is where I'm finding trouble.
$$dy/dx = 3 +\sqrt {2y+17x-3}$$
I'd thought that maybe squaring both sides will get rid of the square root but that doesn't work so I was hoping someone would point me in the right direction of how to go about seperating $y$ and $x.$
The differential equation $$dy/dx = 3 +\sqrt {2y+17x-3}$$
is not separable but a change of variable turns it into a separable equation.
Let $$ u=2y+17x-3$$
Then $$du/dx = 2dy/dx +17$$
Substitute in the original equation to get $$du/dx =2 \sqrt u +23$$
Which is separable.
Solve for $u$ and back substitute your solution to find $ y$ as a function of $x$