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

Question

Let y=f(x)y=f(x) be the solution of the differential equation y(x+1)dxx2dy=0,y(1)=ey(x+1)dx-x^2dy=0,y(1)=e. Then limx0+f(x)\mathop {\lim }\limits_{x \to {0^ + }} f(x) is equal to

Options

Solution

Key Concepts and Formulas

  • Separable Differential Equations: A differential equation of the form g(y)dy=h(x)dxg(y)dy = h(x)dx can be solved by integrating both sides: g(y)dy=h(x)dx\int g(y)dy = \int h(x)dx.
  • Integration Techniques: Basic integration rules are needed, particularly 1ydy=lny+C\int \frac{1}{y} dy = \ln|y| + C and partial fraction decomposition.
  • Limits: Understanding how to evaluate limits, especially as xx approaches 0.

Step-by-Step Solution

Step 1: Separate the variables

The given differential equation is y(x+1)dxx2dy=0y(x+1)dx - x^2dy = 0. We want to rewrite this in the form g(y)dy=h(x)dxg(y)dy = h(x)dx. y(x+1)dx=x2dyy(x+1)dx = x^2dy dyy=x+1x2dx\frac{dy}{y} = \frac{x+1}{x^2}dx This separates the variables, with yy on the left and xx on the right.

Step 2: Integrate both sides

Now we integrate both sides of the equation: dyy=x+1x2dx\int \frac{dy}{y} = \int \frac{x+1}{x^2}dx dyy=(xx2+1x2)dx\int \frac{dy}{y} = \int \left(\frac{x}{x^2} + \frac{1}{x^2}\right)dx dyy=(1x+1x2)dx\int \frac{dy}{y} = \int \left(\frac{1}{x} + \frac{1}{x^2}\right)dx Integrating both sides, we get: lny=lnx1x+C\ln|y| = \ln|x| - \frac{1}{x} + C where CC is the constant of integration.

Step 3: Apply the initial condition

We are given the initial condition y(1)=ey(1) = e. This means when x=1x=1, y=ey=e. Substituting these values into the equation: lne=ln111+C\ln|e| = \ln|1| - \frac{1}{1} + C 1=01+C1 = 0 - 1 + C C=2C = 2

Step 4: Substitute the value of C and solve for y

Substitute C=2C=2 back into the equation: lny=lnx1x+2\ln|y| = \ln|x| - \frac{1}{x} + 2 Since we are considering the limit as x0+x \to 0^+, we can assume x>0x>0 and y>0y>0. Thus we can drop the absolute value signs. lny=lnx1x+2\ln y = \ln x - \frac{1}{x} + 2 Now, exponentiate both sides to solve for yy: y=elnx1x+2y = e^{\ln x - \frac{1}{x} + 2} y=elnxe1xe2y = e^{\ln x} \cdot e^{-\frac{1}{x}} \cdot e^2 y=xe1xe2y = x e^{-\frac{1}{x}} e^2 y=e2xe1xy = e^2 x e^{-\frac{1}{x}} So, f(x)=e2xe1xf(x) = e^2 x e^{-\frac{1}{x}}.

Step 5: Evaluate the limit

We want to find limx0+f(x)=limx0+e2xe1x\lim_{x \to 0^+} f(x) = \lim_{x \to 0^+} e^2 x e^{-\frac{1}{x}}. We can rewrite this as: limx0+e2xe1x\lim_{x \to 0^+} e^2 \frac{x}{e^{\frac{1}{x}}} As x0+x \to 0^+, 1x\frac{1}{x} \to \infty, so e1xe^{\frac{1}{x}} \to \infty. Thus, we have the indeterminate form 0\frac{0}{\infty}, which equals 0. limx0+e2xe1x=e20=0\lim_{x \to 0^+} e^2 \frac{x}{e^{\frac{1}{x}}} = e^2 \cdot 0 = 0

Step 6: Re-examine the initial condition

The limit obtained does not match the correct answer. Let's examine our separation of variables and integration. The steps look correct. However, the correct answer suggests that the limit should be e2e^2. We made a mistake during the separation of variables.

Let's go back to Step 1: y(x+1)dxx2dy=0y(x+1)dx - x^2dy = 0 y(x+1)dx=x2dyy(x+1)dx = x^2dy dyy=x+1x2dx\frac{dy}{y} = \frac{x+1}{x^2}dx This step is indeed correct.

Let's check Step 2: dyy=x+1x2dx\int \frac{dy}{y} = \int \frac{x+1}{x^2}dx dyy=(1x+1x2)dx\int \frac{dy}{y} = \int (\frac{1}{x} + \frac{1}{x^2})dx lny=lnx1x+C\ln|y| = \ln|x| - \frac{1}{x} + C

Step 3: lne=ln111+C\ln|e| = \ln|1| - \frac{1}{1} + C 1=01+C1 = 0 - 1 + C C=2C = 2

Step 4: lny=lnx1x+2\ln y = \ln x - \frac{1}{x} + 2 y=elnx1x+2y = e^{\ln x - \frac{1}{x} + 2} y=elnxe1xe2y = e^{\ln x} e^{-\frac{1}{x}} e^2 y=xe1xe2y = xe^{-\frac{1}{x}}e^2 y=e2xe1xy = e^2xe^{-\frac{1}{x}}

Step 5: limx0+e2xe1x=limx0+e2xe1x\lim_{x \to 0^+} e^2xe^{-\frac{1}{x}} = \lim_{x \to 0^+} \frac{e^2x}{e^{\frac{1}{x}}}. Let u=1xu = \frac{1}{x}. Then as x0+x \to 0^+, uu \to \infty. Also, x=1ux = \frac{1}{u}. So the limit becomes: limue2(1u)eu=limue2ueu=0\lim_{u \to \infty} \frac{e^2(\frac{1}{u})}{e^u} = \lim_{u \to \infty} \frac{e^2}{ue^u} = 0

It seems there is an error in the given answer. Let's try L'Hopital's rule: limx0+e2xe1x=e2limx0+1e1x(1x2)=e2limx0+x2e1x=0\lim_{x \to 0^+} \frac{e^2x}{e^{\frac{1}{x}}} = e^2 \lim_{x \to 0^+} \frac{1}{e^{\frac{1}{x}}(-\frac{1}{x^2})} = e^2 \lim_{x \to 0^+} \frac{-x^2}{e^{\frac{1}{x}}} = 0

Let's use L'Hopital's rule on limue2ueu\lim_{u \to \infty} \frac{e^2}{ue^u}. Then the limit becomes limu0eu+ueu=0\lim_{u \to \infty} \frac{0}{e^u + ue^u} = 0.

The correct answer given is e2e^2. Let's find where the mistake lies. The mistake is in the original differential equation. The correct answer should be 0.

lny=lnx1x+2\ln y = \ln x - \frac{1}{x} + 2 y=elnx1x+2=xe1xe2y = e^{\ln x - \frac{1}{x} + 2} = x e^{-\frac{1}{x}} e^2 limx0+xe1xe2=e2limx0+xe1x\lim_{x \to 0^+} x e^{-\frac{1}{x}} e^2 = e^2 \lim_{x \to 0^+} \frac{x}{e^{\frac{1}{x}}} Apply L'Hopital's Rule e2limx0+1e1x(1x2)=e2limx0+x2e1x=0e^2 \lim_{x \to 0^+} \frac{1}{e^{\frac{1}{x}}(-\frac{1}{x^2})} = e^2 \lim_{x \to 0^+} \frac{-x^2}{e^{\frac{1}{x}}} = 0.

The correct answer is 0. There may be a typo in the correct answer.

Common Mistakes & Tips

  • Always double-check the separation of variables and integration steps.
  • Be careful with indeterminate forms when evaluating limits.
  • L'Hopital's rule can be useful for evaluating limits of the form 00\frac{0}{0} or \frac{\infty}{\infty}.

Summary

We solved the separable differential equation by separating the variables, integrating both sides, and applying the initial condition to find the particular solution. We then evaluated the limit as xx approaches 00 from the right. The limit is 0.

Final Answer

The final answer is \boxed{0}, which corresponds to option (B).

Practice More Differential Equations Questions

View All Questions