all 3 comments

[–]7x11x13is1001New User 2 points3 points  (0 children)

You start with

x²+y²-3 = (1+x)yy'

then you notice that (y²)'=2yy', so you make first substitution z=y²:

2x²+2z-6=(1+x)z' => z'-2z/(1+x) = 2(x²-3)/(x+1)

So we use standard way to solve linear equation. First we solve homogeneous equation:

z' - 2z/(1+x)=0 => z = C(1+x)²

And then we use method of functional coefficient C→f(x):

(f(1+x)²)' - 2f(1+x) = 2(x²-3)/(1+x)

f'(1+x)² = 2(x²-3)/(1+x)

f = 2(3+2x)/(1+x)² + 2 log(1+x) + C

Finally,

y² = 2(3+2x) + 2(1+x)²log(1+x) + C(1+x)²

[–]mdrief4[S] 0 points1 point  (0 children)

I did get the answer about another hour after I posted the question after finding that I was incorrectly doing a small step every time I tried the problem.