Given: (3x2 - 2y) dx + (x2y + 2x) dy = 0, y(-1) = 4
This is a first-order nonlinear ordinary differential equation.
1) Solve for the general solution
2) Use the point (-1,4) to find the specific solution
Part 1:
Because the differential form is exact, we know
(3x2 - 2y) dx + (x2y + 2x) dy = dƒ(x,y) = 0
for some ƒ(x,y). We obtain ƒ(x,y) through anti-differentiation using partial derivatives.
∫ (3x2 - 2y) dx = x3 - 2xy + C1(y)
∫ (x2y + 2x) dy = (1/ln x) x2y + 2xy + C2(x)
NOTE: ∫ au du = (1/ln a) au +C
We know that f(x,y) must be in both solution spaces.
The complete candidate solution space for f is
ƒ(x,y) = x3 + (1/ln x) x2y + C3
Part 2:
ƒ(-1,4) = (-1)3 + (1/ln (-1)) * (-1)2(4) + C3 = 0
NOTE: 1/ln (-1) is undefined since ln(-1) is illegal.
= -1 + Undefined * (1) + C3 = 0
= -1 + Undefined + C3 = 0
Therefore, the general solution is correct, however there is no specific solution that passes through point (-1,4) unless we dive into complex math.