Skip to main content
Back to Differential Equations
JEE Main 2021
Differential Equations
Differential Equations
Hard

Question

If the curve, y = y(x) represented by the solution of the differential equation (2xy 2 - y)dx + xdy = 0, passes through the intersection of the lines, 2x - 3y = 1 and 3x + 2y = 8, then |y(1)| is equal to _________.

Answer: 2

Solution

Key Concepts and Formulas

  • Bernoulli's Differential Equation: A differential equation of the form dydx+P(x)y=Q(x)yn\frac{dy}{dx} + P(x)y = Q(x)y^n can be transformed into a linear differential equation.
  • Substitution for Bernoulli's Equation: Let z=y1nz = y^{1-n}. Then, dzdx=(1n)yndydx\frac{dz}{dx} = (1-n)y^{-n}\frac{dy}{dx}.
  • Integrating Factor for Linear Differential Equation: For a linear differential equation of the form dzdx+P(x)z=Q(x)\frac{dz}{dx} + P'(x)z = Q'(x), the integrating factor is given by I.F.=eP(x)dxI.F. = e^{\int P'(x) dx}. The solution is z(I.F.)=Q(x)(I.F.)dx+Cz \cdot (I.F.) = \int Q'(x) \cdot (I.F.) dx + C.

Step-by-Step Solution

Step 1: Identify and Rearrange the Differential Equation

The given differential equation is (2xy2y)dx+xdy=0(2xy^2 - y)dx + xdy = 0. We want to express it in a recognizable form. Divide by dxdx: 2xy2y+xdydx=02xy^2 - y + x\frac{dy}{dx} = 0 Rearrange to isolate dydx\frac{dy}{dx}: xdydx=y2xy2x\frac{dy}{dx} = y - 2xy^2 Divide by xx: dydx=yx2y2\frac{dy}{dx} = \frac{y}{x} - 2y^2 Rewrite: dydx1xy=2y2\frac{dy}{dx} - \frac{1}{x}y = -2y^2 This is a Bernoulli's differential equation.

Step 2: Transform into a Linear Differential Equation

We have the Bernoulli equation dydx1xy=2y2\frac{dy}{dx} - \frac{1}{x}y = -2y^2. Here, P(x)=1xP(x) = -\frac{1}{x}, Q(x)=2Q(x) = -2, and n=2n = 2. Let z=y1n=y1=1yz = y^{1-n} = y^{-1} = \frac{1}{y}. Then, dzdx=y2dydx=1y2dydx\frac{dz}{dx} = -y^{-2}\frac{dy}{dx} = -\frac{1}{y^2}\frac{dy}{dx}. Divide the original equation by y2y^2: 1y2dydx1x1y=2\frac{1}{y^2}\frac{dy}{dx} - \frac{1}{x}\frac{1}{y} = -2 Substitute z=1yz = \frac{1}{y} and 1y2dydx=dzdx\frac{1}{y^2}\frac{dy}{dx} = -\frac{dz}{dx}: dzdx1xz=2-\frac{dz}{dx} - \frac{1}{x}z = -2 Multiply by -1: dzdx+1xz=2\frac{dz}{dx} + \frac{1}{x}z = 2 This is a linear differential equation.

Step 3: Solve the Linear Differential Equation

We have dzdx+1xz=2\frac{dz}{dx} + \frac{1}{x}z = 2. Here, P(x)=1xP'(x) = \frac{1}{x} and Q(x)=2Q'(x) = 2. Calculate the integrating factor: I.F.=eP(x)dx=e1xdx=elnx=xI.F. = e^{\int P'(x) dx} = e^{\int \frac{1}{x} dx} = e^{\ln|x|} = x Multiply the equation by the integrating factor: xdzdx+z=2xx\frac{dz}{dx} + z = 2x zx=2xdx+Czx = \int 2x \, dx + C zx=x2+Czx = x^2 + C

Step 4: Substitute Back and Solve for y

Substitute z=1yz = \frac{1}{y}: xy=x2+C\frac{x}{y} = x^2 + C y=xx2+Cy = \frac{x}{x^2 + C}

Step 5: Find the Intersection Point

The curve passes through the intersection of 2x3y=12x - 3y = 1 and 3x+2y=83x + 2y = 8. Solve this system of equations. Multiply the first equation by 2 and the second by 3: 4x6y=24x - 6y = 2 9x+6y=249x + 6y = 24 Add the equations: 13x=2613x = 26 x=2x = 2 Substitute x=2x = 2 into 2x3y=12x - 3y = 1: 2(2)3y=12(2) - 3y = 1 43y=14 - 3y = 1 3y=33y = 3 y=1y = 1 The intersection point is (2,1)(2, 1).

Step 6: Use the Intersection Point to Find C

The curve y=xx2+Cy = \frac{x}{x^2 + C} passes through (2,1)(2, 1). 1=222+C1 = \frac{2}{2^2 + C} 1=24+C1 = \frac{2}{4 + C} 4+C=24 + C = 2 C=2C = -2

Step 7: Find the Specific Solution

The particular solution is y=xx22y = \frac{x}{x^2 - 2}.

Step 8: Calculate |y(1)|

We want to find y(1)|y(1)|. y(1)=1122=112=11=1y(1) = \frac{1}{1^2 - 2} = \frac{1}{1 - 2} = \frac{1}{-1} = -1 y(1)=1=1|y(1)| = |-1| = 1

Common Mistakes & Tips

  • Remember to divide the entire Bernoulli equation by yny^n before making the substitution.
  • Be careful with signs when differentiating the substitution z=y1nz = y^{1-n}.
  • Double-check your integration and algebraic manipulations.

Summary

We identified the differential equation as a Bernoulli equation, transformed it into a linear differential equation using an appropriate substitution, solved the linear equation using an integrating factor, found the constant of integration using the intersection point of two lines, and finally calculated the absolute value of y(1)y(1). The final answer is 1.

Final Answer The final answer is \boxed{1}.

Practice More Differential Equations Questions

View All Questions