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

Question

If for x \ge 0, y = y(x) is the solution of the differential equation (x + 1)dy = ((x + 1) 2 + y – 3)dx, y(2) = 0, then y(3) is equal to _______.

Answer: 1

Solution

Key Concepts and Formulas

  • First-Order Linear Differential Equation: A differential equation of the form dydx+P(x)y=Q(x)\frac{dy}{dx} + P(x)y = Q(x), where P(x)P(x) and Q(x)Q(x) are continuous functions of xx.
  • Integrating Factor (I.F.): The integrating factor is given by I.F. =eP(x)dx= e^{\int P(x) dx}.
  • General Solution: The general solution of a first-order linear differential equation is given by y(I.F.)=Q(x)(I.F.)dx+Cy \cdot (\text{I.F.}) = \int Q(x) \cdot (\text{I.F.}) dx + C, where CC is the constant of integration.

Step-by-Step Solution

Step 1: Transform the given differential equation into the standard linear form.

The given differential equation is: (x+1)dy=((x+1)2+y3)dx(x + 1)dy = ((x + 1)^2 + y – 3)dx Our goal is to rewrite this in the form dydx+P(x)y=Q(x)\frac{dy}{dx} + P(x)y = Q(x).

  1. Isolate dydx\frac{dy}{dx}: Divide both sides by (x+1)dx(x+1)dx: dydx=(x+1)2+y3x+1\frac{dy}{dx} = \frac{(x + 1)^2 + y – 3}{x + 1}

  2. Separate terms and move the term containing yy to the left side: dydx=(x+1)2x+1+yx+13x+1\frac{dy}{dx} = \frac{(x + 1)^2}{x + 1} + \frac{y}{x + 1} - \frac{3}{x + 1} dydx=(x+1)+yx+13x+1\frac{dy}{dx} = (x + 1) + \frac{y}{x + 1} - \frac{3}{x + 1} dydx1x+1y=(x+1)3x+1\frac{dy}{dx} - \frac{1}{x + 1}y = (x + 1) - \frac{3}{x + 1} This is now in the standard linear form.

Step 2: Identify P(x)P(x) and Q(x)Q(x).

Comparing the equation dydx1x+1y=(x+1)3x+1\frac{dy}{dx} - \frac{1}{x + 1}y = (x + 1) - \frac{3}{x + 1} with the standard form dydx+P(x)y=Q(x)\frac{dy}{dx} + P(x)y = Q(x), we can identify: P(x)=1x+1P(x) = -\frac{1}{x + 1} Q(x)=(x+1)3x+1Q(x) = (x + 1) - \frac{3}{x + 1}

Step 3: Calculate the Integrating Factor (I.F.).

The integrating factor is given by I.F.=eP(x)dx\text{I.F.} = e^{\int P(x) dx}. So, I.F.=e1x+1dx\text{I.F.} = e^{\int -\frac{1}{x + 1} dx} I.F.=e1x+1dx\text{I.F.} = e^{-\int \frac{1}{x + 1} dx} I.F.=elnx+1\text{I.F.} = e^{-\ln|x + 1|} Since x0x \ge 0, x+1>0x+1 > 0, so x+1=x+1|x+1| = x+1. I.F.=eln(x+1)\text{I.F.} = e^{-\ln(x + 1)} I.F.=eln(x+1)1\text{I.F.} = e^{\ln(x + 1)^{-1}} I.F.=(x+1)1=1x+1\text{I.F.} = (x + 1)^{-1} = \frac{1}{x + 1}

Step 4: Apply the General Solution Formula.

The general solution is given by y(I.F.)=Q(x)(I.F.)dx+Cy \cdot (\text{I.F.}) = \int Q(x) \cdot (\text{I.F.}) dx + C. Substituting the values of I.F. and Q(x)Q(x), we get: y(1x+1)=((x+1)3x+1)(1x+1)dx+Cy \left( \frac{1}{x + 1} \right) = \int \left( (x + 1) - \frac{3}{x + 1} \right) \left( \frac{1}{x + 1} \right) dx + C

Step 5: Perform the Integration.

Simplify the integrand: yx+1=(x+1x+13(x+1)2)dx+C\frac{y}{x + 1} = \int \left( \frac{x + 1}{x + 1} - \frac{3}{(x + 1)^2} \right) dx + C yx+1=(13(x+1)2)dx+C\frac{y}{x + 1} = \int \left( 1 - \frac{3}{(x + 1)^2} \right) dx + C Integrate term by term: yx+1=1dx3(x+1)2dx+C\frac{y}{x + 1} = \int 1 \, dx - 3 \int (x + 1)^{-2} \, dx + C yx+1=x3(x+1)11+C\frac{y}{x + 1} = x - 3 \frac{(x + 1)^{-1}}{-1} + C yx+1=x+3x+1+C\frac{y}{x + 1} = x + \frac{3}{x + 1} + C

Step 6: Use the Initial Condition to Find CC.

We are given y(2)=0y(2) = 0. Substitute x=2x = 2 and y=0y = 0 into the general solution: 02+1=2+32+1+C\frac{0}{2 + 1} = 2 + \frac{3}{2 + 1} + C 0=2+33+C0 = 2 + \frac{3}{3} + C 0=2+1+C0 = 2 + 1 + C C=3C = -3

Step 7: Write the Particular Solution.

Substitute C=3C = -3 back into the general solution: yx+1=x+3x+13\frac{y}{x + 1} = x + \frac{3}{x + 1} - 3

Step 8: Evaluate y(3)y(3).

We want to find y(3)y(3), so substitute x=3x = 3: y3+1=3+33+13\frac{y}{3 + 1} = 3 + \frac{3}{3 + 1} - 3 y4=3+343\frac{y}{4} = 3 + \frac{3}{4} - 3 y4=34\frac{y}{4} = \frac{3}{4} y=3y = 3 Thus, y(3)=3y(3) = 3.

Common Mistakes & Tips:

  • Always rewrite the differential equation into the standard form before identifying P(x)P(x) and Q(x)Q(x).
  • Pay close attention to signs, especially when calculating the integrating factor and integrating.
  • Do not forget to add the constant of integration, CC, after performing the indefinite integration.

Summary:

We transformed the given differential equation into the standard linear form, calculated the integrating factor, found the general solution, and used the initial condition to determine the constant of integration. Finally, we evaluated y(3)y(3) to find the answer.

The final answer is \boxed{3}.

Practice More Differential Equations Questions

View All Questions