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

Question

Let y = y(x), x > 1, be the solution of the differential equation (x1)dydx+2xy=1x1(x - 1){{dy} \over {dx}} + 2xy = {1 \over {x - 1}}, with y(2)=1+e42e4y(2) = {{1 + {e^4}} \over {2{e^4}}}. If y(3)=eα+1βeαy(3) = {{{e^\alpha } + 1} \over {\beta {e^\alpha }}}, then the value of α+β\alpha + \beta is equal to _________.

Answer: 2

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).
  • Integrating Factor (IF): For the equation dydx+P(x)y=Q(x)\frac{dy}{dx} + P(x)y = Q(x), the integrating factor is IF=eP(x)dxIF = e^{\int P(x) dx}.
  • Solution: The solution to the first-order linear differential equation is given by yIF=(Q(x)IF)dx+Cy \cdot IF = \int (Q(x) \cdot IF) dx + C, where C is the constant of integration.

Step-by-Step Solution

Step 1: Convert the given differential equation to standard form.

The given differential equation is (x1)dydx+2xy=1x1(x - 1)\frac{dy}{dx} + 2xy = \frac{1}{x - 1}. To get it into the standard form dydx+P(x)y=Q(x)\frac{dy}{dx} + P(x)y = Q(x), we divide the entire equation by (x1)(x - 1):

dydx+2xx1y=1(x1)2\frac{dy}{dx} + \frac{2x}{x - 1}y = \frac{1}{(x - 1)^2}

Now we can identify P(x)=2xx1P(x) = \frac{2x}{x - 1} and Q(x)=1(x1)2Q(x) = \frac{1}{(x - 1)^2}.

Step 2: Calculate the integrating factor (IF).

The integrating factor is given by IF=eP(x)dxIF = e^{\int P(x) dx}. We need to calculate P(x)dx=2xx1dx\int P(x) dx = \int \frac{2x}{x - 1} dx. We can rewrite 2xx1\frac{2x}{x - 1} as 2(x1)+2x1=2+2x1\frac{2(x - 1) + 2}{x - 1} = 2 + \frac{2}{x - 1}.

Therefore, 2xx1dx=(2+2x1)dx=2x+2lnx1=2x+ln(x1)2\int \frac{2x}{x - 1} dx = \int (2 + \frac{2}{x - 1}) dx = 2x + 2\ln|x - 1| = 2x + \ln(x - 1)^2 (since x>1x > 1).

The integrating factor is then:

IF=e2x+ln(x1)2=e2xeln(x1)2=(x1)2e2xIF = e^{2x + \ln(x - 1)^2} = e^{2x} \cdot e^{\ln(x - 1)^2} = (x - 1)^2 e^{2x}

Step 3: Find the general solution.

The general solution is given by yIF=(Q(x)IF)dx+Cy \cdot IF = \int (Q(x) \cdot IF) dx + C. Substituting the values of IFIF and Q(x)Q(x), we get:

y(x1)2e2x=(1(x1)2(x1)2e2x)dx+Cy(x - 1)^2 e^{2x} = \int \left(\frac{1}{(x - 1)^2} \cdot (x - 1)^2 e^{2x}\right) dx + C

y(x1)2e2x=e2xdx+Cy(x - 1)^2 e^{2x} = \int e^{2x} dx + C

y(x1)2e2x=12e2x+Cy(x - 1)^2 e^{2x} = \frac{1}{2}e^{2x} + C

y=12e2x+C(x1)2e2x=12(x1)2+C(x1)2e2xy = \frac{\frac{1}{2}e^{2x} + C}{(x - 1)^2 e^{2x}} = \frac{1}{2(x - 1)^2} + \frac{C}{(x - 1)^2 e^{2x}}

Step 4: Use the initial condition to find the particular solution.

We are given that y(2)=1+e42e4y(2) = \frac{1 + e^4}{2e^4}. Substituting x=2x = 2 into the general solution, we get:

1+e42e4=12(21)2+C(21)2e2(2)\frac{1 + e^4}{2e^4} = \frac{1}{2(2 - 1)^2} + \frac{C}{(2 - 1)^2 e^{2(2)}}

1+e42e4=12+Ce4\frac{1 + e^4}{2e^4} = \frac{1}{2} + \frac{C}{e^4}

1+e42e412=Ce4\frac{1 + e^4}{2e^4} - \frac{1}{2} = \frac{C}{e^4}

1+e4e42e4=Ce4\frac{1 + e^4 - e^4}{2e^4} = \frac{C}{e^4}

12e4=Ce4\frac{1}{2e^4} = \frac{C}{e^4}

Therefore, C=12C = \frac{1}{2}.

The particular solution is:

y=12(x1)2+12(x1)2e2x=e2x+12(x1)2e2xy = \frac{1}{2(x - 1)^2} + \frac{1}{2(x - 1)^2 e^{2x}} = \frac{e^{2x} + 1}{2(x - 1)^2 e^{2x}}

Step 5: Evaluate y(3).

We need to find y(3)y(3). Substituting x=3x = 3 into the particular solution, we get:

y(3)=e2(3)+12(31)2e2(3)=e6+12(2)2e6=e6+18e6y(3) = \frac{e^{2(3)} + 1}{2(3 - 1)^2 e^{2(3)}} = \frac{e^6 + 1}{2(2)^2 e^6} = \frac{e^6 + 1}{8e^6}

Step 6: Compare with the given form and find alpha and beta.

We are given that y(3)=eα+1βeαy(3) = \frac{e^\alpha + 1}{\beta e^\alpha}. Comparing this with y(3)=e6+18e6y(3) = \frac{e^6 + 1}{8e^6}, we can see that α=6\alpha = 6 and β=8\beta = 8.

Step 7: Calculate alpha + beta.

Finally, we calculate α+β=6+8=14\alpha + \beta = 6 + 8 = 14.

Common Mistakes & Tips

  • Careless Integration: Be careful when integrating P(x)P(x) to find the integrating factor. A small mistake here can ruin the entire solution.
  • Algebraic Errors: Pay close attention to algebraic manipulations, especially when simplifying the solution after finding the integrating factor.
  • Don't Forget the Constant of Integration: Always remember to add the constant of integration (CC) when performing indefinite integrals. Solve for C using the given initial condition.

Summary

We solved the given first-order linear differential equation by first converting it to standard form and then finding the integrating factor. Using the integrating factor, we obtained the general solution and then used the initial condition to find the particular solution. Finally, we evaluated the solution at x=3x=3 and compared it with the given form to find α\alpha and β\beta, and then calculated α+β\alpha + \beta.

The final answer is \boxed{14}.

Practice More Differential Equations Questions

View All Questions