Question 61 of 96intermediate🔧 ApplyLong Answer4 marks

In each of the Exercises 1 to 10, show that the given differential equation is homogeneous and solve each of them.

(x2y2)dx+2xydy=0(x^2 - y^2) \, dx + 2xy \, dy = 0

Correct Answer

The general solution is x2+y2=Cxx^2 + y^2 = Cx, where CC is an arbitrary constant.

Exercise: EXERCISE 9.4 | Q: 4 | (Chapter: 22)
For More Understanding

Explanation

This is Exercise 4 from Exercise 9.4. The question requires showing the differential equation is homogeneous and then solving it.

A homogeneous differential equation can be identified when each term has the same total degree. The solution uses the standard substitution y=vxy = vx to reduce it to a separable form.

Solution Steps

  1. Step 1: Rewrite the equation in standard form

    (x2y2)dx+2xydy=0(x^2 - y^2) \, dx + 2xy \, dy = 0

    dydx=y2x22xy\frac{dy}{dx} = \frac{y^2 - x^2}{2xy}

  2. Step 2: Show that the equation is homogeneous

    f(x,y)=y2x22xyf(x, y) = \frac{y^2 - x^2}{2xy}

    f(tx,ty)=(ty)2(tx)22(tx)(ty)=t2(y2x2)2t2xy=y2x22xy=t0f(x,y)f(tx, ty) = \frac{(ty)^2 - (tx)^2}{2(tx)(ty)} = \frac{t^2(y^2 - x^2)}{2t^2xy} = \frac{y^2 - x^2}{2xy} = t^0 \cdot f(x, y)

    Since f(tx,ty)=t0f(x,y)f(tx, ty) = t^0 \cdot f(x, y), the equation is homogeneous of degree 0.

  3. Step 3: Apply substitution y = vx

    Let y=vxy = vx, so dydx=v+xdvdx\dfrac{dy}{dx} = v + x\dfrac{dv}{dx}

    v+xdvdx=v2x2x22xvx=v212vv + x\frac{dv}{dx} = \frac{v^2 x^2 - x^2}{2x \cdot vx} = \frac{v^2 - 1}{2v}

  4. Step 4: Separate variables and integrate

    xdvdx=v212vv=v212v22v=v2+12vx\frac{dv}{dx} = \frac{v^2 - 1}{2v} - v = \frac{v^2 - 1 - 2v^2}{2v} = -\frac{v^2 + 1}{2v}

    2vv2+1dv=dxx\frac{2v}{v^2 + 1} \, dv = -\frac{dx}{x}

    Integrating:

    ln(v2+1)=lnx+lnC\ln(v^2 + 1) = -\ln x + \ln C

    ln(v2+1)+lnx=lnC\ln(v^2 + 1) + \ln x = \ln C

    x(v2+1)=Cx(v^2 + 1) = C

  5. Step 5: Substitute back v = y/x

    x(y2x2+1)=Cx\left(\frac{y^2}{x^2} + 1\right) = C

    x2+y2x=C\frac{x^2 + y^2}{x} = C

    x2+y2=Cxx^2 + y^2 = Cx (where CC is an arbitrary constant)