Leptos
- 172
- 0
Homework Statement
xy' = yf(xy)
Homework Equations
The Attempt at a Solution
Attempt #1: F is a function of the product of x and y so I first thought of trying v = xy so dv = xdv + vdx but that would transform the equation into xy' = 1dv - vdx = yf(v).
Attempt #2: I tried vx = y and vy = x but nothing I've tried so far would transform the general form into something separable.
Attempt #3: I tried setting p = y' which would transform the original equation into xp = p2/2f(xy) since y = p2/2 which leads to 2x = pf(xy) but this is also a dead end.
I'm not sure how to deal with a function of the product x*y...