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

Question

If x = x(y) is the solution of the differential equation ydxdy=2x+y3(y+1)ey,x(1)=0y{{dx} \over {dy}} = 2x + {y^3}(y + 1){e^y},\,x(1) = 0; then x(e) is equal to :

Options

Solution

Key Concepts and Formulas

  • First-Order Linear Differential Equation: A differential equation of the form dxdy+P(y)x=Q(y)\frac{dx}{dy} + P(y)x = Q(y), where P(y)P(y) and Q(y)Q(y) are functions of yy only.
  • Integrating Factor (IF): IF=eP(y)dyIF = e^{\int P(y) dy}. Multiplying the differential equation by the IF makes the left-hand side a perfect derivative.
  • General Solution: x(IF)=Q(y)(IF)dy+Cx \cdot (IF) = \int Q(y) \cdot (IF) \, dy + C, where C is the constant of integration.
  • Integration by Parts: udv=uvvdu\int u \, dv = uv - \int v \, du

Step-by-Step Solution

Step 1: Rewrite the Differential Equation in Standard Linear Form

We are given the differential equation ydxdy=2x+y3(y+1)eyy\frac{dx}{dy} = 2x + y^3(y + 1){e^y}. Our goal is to rewrite it in the standard form dxdy+P(y)x=Q(y)\frac{dx}{dy} + P(y)x = Q(y). First, rearrange the equation to isolate the dxdy\frac{dx}{dy} term and group the xx term: ydxdy2x=y3(y+1)eyy\frac{dx}{dy} - 2x = y^3(y + 1){e^y} Now, divide both sides by yy (assuming y0y \neq 0, which is valid since we are evaluating at y=1y=1 and y=ey=e): dxdy2yx=y3(y+1)eyy\frac{dx}{dy} - \frac{2}{y}x = \frac{y^3(y + 1){e^y}}{y} Simplify: dxdy2yx=y2(y+1)ey\frac{dx}{dy} - \frac{2}{y}x = y^2(y + 1){e^y} Now, we can identify P(y)P(y) and Q(y)Q(y): P(y)=2yP(y) = -\frac{2}{y} Q(y)=y2(y+1)eyQ(y) = y^2(y + 1){e^y}

Step 2: Calculate the Integrating Factor (IF)

The Integrating Factor is given by IF=eP(y)dyIF = e^{\int P(y) dy}. We have P(y)=2yP(y) = -\frac{2}{y}, so we need to calculate P(y)dy\int P(y) dy: P(y)dy=2ydy=21ydy=2lny\int P(y) dy = \int -\frac{2}{y} dy = -2 \int \frac{1}{y} dy = -2 \ln|y| Since yy is positive in our domain (1 and e), we can drop the absolute value: 2lny=ln(y2)=ln(1y2) -2 \ln y = \ln(y^{-2}) = \ln\left(\frac{1}{y^2}\right) Now, calculate the Integrating Factor: IF=eln(1y2)=1y2IF = e^{\ln\left(\frac{1}{y^2}\right)} = \frac{1}{y^2}

Step 3: Find the General Solution

The general solution is given by x(IF)=Q(y)(IF)dy+Cx \cdot (IF) = \int Q(y) \cdot (IF) \, dy + C. Substitute IF=1y2IF = \frac{1}{y^2} and Q(y)=y2(y+1)eyQ(y) = y^2(y + 1){e^y}: x1y2=y2(y+1)ey1y2dy+Cx \cdot \frac{1}{y^2} = \int y^2(y + 1){e^y} \cdot \frac{1}{y^2} \, dy + C Simplify: xy2=(y+1)eydy+C\frac{x}{y^2} = \int (y + 1){e^y} \, dy + C Now, we need to evaluate (y+1)eydy\int (y + 1){e^y} \, dy. We use integration by parts with u=y+1u = y + 1 and dv=eydydv = {e^y} \, dy. Then du=dydu = dy and v=eyv = {e^y}. (y+1)eydy=(y+1)eyeydy=(y+1)eyey=yey+eyey=yey\int (y + 1){e^y} \, dy = (y + 1){e^y} - \int {e^y} \, dy = (y + 1){e^y} - {e^y} = y{e^y} + {e^y} - {e^y} = y{e^y} Substitute this back into the general solution: xy2=yey+C\frac{x}{y^2} = y{e^y} + C Multiply both sides by y2y^2 to solve for xx: x(y)=y2(yey+C)x(y) = y^2(y{e^y} + C)

Step 4: Apply the Initial Condition to Find the Particular Solution

We are given x(1)=0x(1) = 0. Substitute y=1y = 1 and x=0x = 0 into the general solution: 0=(1)2(1e1+C)0 = (1)^2(1 \cdot {e^1} + C) 0=1(e+C)0 = 1(e + C) C=eC = -e Now, substitute C=eC = -e back into the general solution to get the particular solution: x(y)=y2(yeye)x(y) = y^2(y{e^y} - e)

Step 5: Evaluate x(e)

We want to find x(e)x(e). Substitute y=ey = e into the particular solution: x(e)=(e)2(eeee)x(e) = (e)^2(e \cdot {e^e} - e) x(e)=e2(ee+1e)x(e) = {e^2}({e^{e+1}} - e) Factor out an ee from the parenthesis: x(e)=e2e(ee1)x(e) = {e^2} \cdot e({e^e} - 1) x(e)=e3(ee1)x(e) = {e^3}({e^e} - 1)

Common Mistakes & Tips

  • Sign Errors: Be extra careful with the negative signs when calculating P(y)P(y) and integrating.
  • Integration by Parts: Remember the correct formula for integration by parts and carefully choose uu and dvdv. A good choice makes the integral simpler.
  • Constant of Integration: Don't forget the constant of integration, CC, when finding the general solution.

Summary

We solved the given first-order linear differential equation by first rewriting it in standard form, calculating the integrating factor, finding the general solution, and then using the initial condition to find the particular solution. Finally, we evaluated the particular solution at y=ey=e to find the value of x(e)x(e). The value of x(e)x(e) is e3(ee1){e^3}({e^e} - 1).

The final answer is e3(ee1)\boxed{{e^3}({e^e} - 1)}, which corresponds to option (A).

Practice More Differential Equations Questions

View All Questions