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

Question

If x=x(t)x=x(t) is the solution of the differential equation (t+1)dx=(2x+(t+1)4)dt,x(0)=2(t+1) \mathrm{d} x=\left(2 x+(t+1)^4\right) \mathrm{dt}, x(0)=2, then, x(1)x(1) equals _________.

Answer: 1

Solution

Key Concepts and Formulas

  • Linear First-Order 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 functions of xx.
  • Integrating Factor (IF): For a linear first-order differential equation, the integrating factor is given by IF=eP(x)dx\text{IF} = e^{\int P(x) \, dx}.
  • General Solution: The general solution of a linear first-order differential equation is given by y(IF)=Q(x)(IF)dx+Cy \cdot (\text{IF}) = \int Q(x) \cdot (\text{IF}) \, dx + C, where CC is the constant of integration.

Step-by-Step Solution

Step 1: Transform the Given Differential Equation into Standard Linear Form

We are given the differential equation (t+1)dx=(2x+(t+1)4)dt(t+1) dx = (2x + (t+1)^4) dt. Our goal is to rewrite this equation in the standard linear form dxdt+P(t)x=Q(t)\frac{dx}{dt} + P(t)x = Q(t).

  • Divide both sides by dtdt to isolate dxdt\frac{dx}{dt}: (t+1)dxdt=2x+(t+1)4(t+1) \frac{dx}{dt} = 2x + (t+1)^4
  • Divide both sides by (t+1)(t+1) to make the coefficient of dxdt\frac{dx}{dt} equal to 1: dxdt=2xt+1+(t+1)4t+1\frac{dx}{dt} = \frac{2x}{t+1} + \frac{(t+1)^4}{t+1}
  • Simplify the equation: dxdt=2xt+1+(t+1)3\frac{dx}{dt} = \frac{2x}{t+1} + (t+1)^3
  • Rearrange the equation to match the standard form: dxdt2t+1x=(t+1)3\frac{dx}{dt} - \frac{2}{t+1}x = (t+1)^3
  • Identify P(t)P(t) and Q(t)Q(t): Comparing with the standard form, we have: P(t)=2t+1P(t) = -\frac{2}{t+1} Q(t)=(t+1)3Q(t) = (t+1)^3

Step 2: Calculate the Integrating Factor (IF)

The integrating factor is given by IF=eP(t)dt\text{IF} = e^{\int P(t) \, dt}.

  • Substitute P(t)P(t): IF=e2t+1dt\text{IF} = e^{\int -\frac{2}{t+1} \, dt}
  • Evaluate the integral: 2t+1dt=21t+1dt=2lnt+1=2ln(t+1)\int -\frac{2}{t+1} \, dt = -2 \int \frac{1}{t+1} \, dt = -2 \ln|t+1| = -2 \ln(t+1) Since we are looking for x(1)x(1) given x(0)=2x(0) = 2, we can assume t+1>0t+1>0 and drop the absolute value.
  • Simplify the integrating factor using logarithm and exponential properties: IF=e2ln(t+1)=eln(t+1)2=(t+1)2=1(t+1)2\text{IF} = e^{-2 \ln(t+1)} = e^{\ln(t+1)^{-2}} = (t+1)^{-2} = \frac{1}{(t+1)^2}

Step 3: Find the General Solution

The general solution is given by xIF=Q(t)IFdt+Cx \cdot \text{IF} = \int Q(t) \cdot \text{IF} \, dt + C.

  • Substitute xx, IF, and Q(t)Q(t): x1(t+1)2=(t+1)31(t+1)2dt+Cx \cdot \frac{1}{(t+1)^2} = \int (t+1)^3 \cdot \frac{1}{(t+1)^2} \, dt + C
  • Simplify the integrand: x(t+1)2=(t+1)dt+C\frac{x}{(t+1)^2} = \int (t+1) \, dt + C
  • Perform the integration: (t+1)dt=t22+t\int (t+1) \, dt = \frac{t^2}{2} + t
  • Write the general solution: x(t+1)2=t22+t+C\frac{x}{(t+1)^2} = \frac{t^2}{2} + t + C
  • Express x(t)x(t) explicitly: x(t)=(t22+t+C)(t+1)2x(t) = \left(\frac{t^2}{2} + t + C\right)(t+1)^2

Step 4: Apply the Initial Condition to Find C

We are given the initial condition x(0)=2x(0) = 2.

  • Substitute t=0t=0 and x=2x=2: 2=(022+0+C)(0+1)22 = \left(\frac{0^2}{2} + 0 + C\right)(0+1)^2
  • Solve for CC: 2=(0+0+C)(1)22 = (0 + 0 + C)(1)^2 2=C2 = C
  • Write the particular solution: x(t)=(t22+t+2)(t+1)2x(t) = \left(\frac{t^2}{2} + t + 2\right)(t+1)^2

Step 5: Calculate x(1)x(1)

We need to find the value of x(1)x(1).

  • Substitute t=1t=1: x(1)=(122+1+2)(1+1)2x(1) = \left(\frac{1^2}{2} + 1 + 2\right)(1+1)^2
  • Perform the arithmetic: x(1)=(12+1+2)(2)2x(1) = \left(\frac{1}{2} + 1 + 2\right)(2)^2 x(1)=(12+3)(4)x(1) = \left(\frac{1}{2} + 3\right)(4) x(1)=(72)(4)x(1) = \left(\frac{7}{2}\right)(4) x(1)=14x(1) = 14

Common Mistakes & Tips:

  • Sign of P(t): Be careful with the sign of P(t)P(t) when identifying it from the standard form. A wrong sign will lead to an incorrect integrating factor and ultimately a wrong answer.
  • Constant of Integration: Always remember to add the constant of integration, CC, after evaluating the integral in the general solution.
  • Simplification: Simplify the expressions as much as possible before integrating and substituting values to avoid arithmetic errors.

Summary

We solved the given first-order linear differential equation by first transforming it into the standard form, then finding the integrating factor. We used the integrating factor to find the general solution and applied the initial condition to determine the constant of integration, resulting in the particular solution. Finally, we evaluated the particular solution at t=1t=1 to find x(1)x(1). The final answer is 14.

The final answer is \boxed{14}.

Practice More Differential Equations Questions

View All Questions