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

Question

Let y=y1(x)y=y_{1}(x) and y=y2(x)y=y_{2}(x) be two distinct solutions of the differential equation dydx=x+y\frac{d y}{d x}=x+y, with y1(0)=0y_{1}(0)=0 and y2(0)=1y_{2}(0)=1 respectively. Then, the number of points of intersection of y=y1(x)y=y_{1}(x) and y=y2(x)y=y_{2}(x) is

Options

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), solved using an integrating factor or, in some cases, a suitable substitution.
  • Method of Substitution: A technique for simplifying differential equations by introducing a new variable that is a function of the original variables. This often transforms the equation into a separable form.
  • Uniqueness Theorem for First-Order ODEs: Given dydx=f(x,y)\frac{dy}{dx} = f(x,y), if f(x,y)f(x,y) and fy\frac{\partial f}{\partial y} are continuous in a region RR, then for any point (x0,y0)(x_0, y_0) in RR, there exists a unique solution y(x)y(x) passing through (x0,y0)(x_0, y_0).

Step-by-Step Solution

Step 1: Introduce the Substitution

  • Why this step? The given differential equation dydx=x+y\frac{dy}{dx} = x+y has the form dydx=f(ax+by+c)\frac{dy}{dx} = f(ax+by+c) which can be simplified by substituting t=x+yt = x+y. This will transform the equation into a separable one.
  • Let t=x+yt = x+y.
  • Differentiate both sides with respect to xx: dtdx=ddx(x+y)=1+dydx\frac{dt}{dx} = \frac{d}{dx}(x+y) = 1 + \frac{dy}{dx}
  • Solve for dydx\frac{dy}{dx}: dydx=dtdx1\frac{dy}{dx} = \frac{dt}{dx} - 1

Step 2: Substitute into the Differential Equation

  • Why this step? To rewrite the original differential equation in terms of tt and xx only, eliminating yy and dydx\frac{dy}{dx}.
  • Substitute t=x+yt = x+y and dydx=dtdx1\frac{dy}{dx} = \frac{dt}{dx} - 1 into the original equation: dtdx1=t\frac{dt}{dx} - 1 = t
  • Rearrange the equation: dtdx=t+1\frac{dt}{dx} = t + 1

Step 3: Separate Variables

  • Why this step? To isolate the variables tt and xx on opposite sides of the equation, making it integrable.
  • Assuming t+10t+1 \neq 0, divide both sides by (t+1)(t+1) and multiply by dxdx: dtt+1=dx\frac{dt}{t+1} = dx

Step 4: Integrate Both Sides

  • Why this step? To find the general relationship between tt and xx by performing the inverse operation of differentiation.
  • Integrate both sides: dtt+1=dx\int \frac{dt}{t+1} = \int dx
  • Evaluate the integrals: lnt+1=x+C0\ln|t+1| = x + C_0 where C0C_0 is the constant of integration.

Step 5: Solve for tt and Back-Substitute

  • Why this step? To express the general solution in terms of the original variables xx and yy.
  • Exponentiate both sides: t+1=ex+C0=exeC0|t+1| = e^{x + C_0} = e^x e^{C_0}
  • Let K=eC0K = e^{C_0}, where K>0K > 0. Then: t+1=Kex|t+1| = K e^x
  • This implies t+1=±Kext+1 = \pm K e^x. Let C=±KC = \pm K, where CC can be any non-zero real number. t+1=Cex,C0t+1 = C e^x, \quad C \neq 0
  • Substitute back t=x+yt = x+y: x+y+1=Cex,C0x+y+1 = C e^x, \quad C \neq 0
  • Consider the case t+1=0t+1=0: If t+1=0t+1=0, then x+y+1=0x+y+1=0, or y=x1y=-x-1. Substituting into the original DE: 1=x+(x1)    1=1-1 = x + (-x-1) \implies -1 = -1. So y=x1y=-x-1 is also a solution. This solution corresponds to C=0C=0 in the general form x+y+1=Cexx+y+1 = C e^x.
  • Therefore, the complete general solution is: x+y+1=Cexx+y+1 = C e^x where CC is any real number.

Step 6: Apply Initial Conditions to Find Specific Solutions

  • Why this step? To determine the particular solutions y1(x)y_1(x) and y2(x)y_2(x) that satisfy the given initial conditions.

For y1(x)y_1(x):

  • Given y1(0)=0y_1(0) = 0. Substitute x=0x=0 and y=0y=0 into the general solution: 0+0+1=Ce00 + 0 + 1 = C e^0 1=C1 = C
  • So, C1=1C_1 = 1. The specific solution y1(x)y_1(x) is: x+y1(x)+1=exx + y_1(x) + 1 = e^x y1(x)=exx1y_1(x) = e^x - x - 1

For y2(x)y_2(x):

  • Given y2(0)=1y_2(0) = 1. Substitute x=0x=0 and y=1y=1 into the general solution: 0+1+1=Ce00 + 1 + 1 = C e^0 2=C2 = C
  • So, C2=2C_2 = 2. The specific solution y2(x)y_2(x) is: x+y2(x)+1=2exx + y_2(x) + 1 = 2 e^x y2(x)=2exx1y_2(x) = 2 e^x - x - 1

Step 7: Find Points of Intersection

  • Why this step? To determine if the two solution curves intersect by checking if there are any xx values for which y1(x)=y2(x)y_1(x) = y_2(x).
  • Set y1(x)=y2(x)y_1(x) = y_2(x): exx1=2exx1e^x - x - 1 = 2 e^x - x - 1
  • Simplify: ex=2exe^x = 2 e^x ex=0e^x = 0
  • Analysis: Since ex>0e^x > 0 for all xx, the equation ex=0e^x = 0 has no solution. Therefore, the two curves do not intersect.

Common Mistakes & Tips

  • Constant of Integration: Forgetting the constant of integration is a common mistake.
  • Checking for t+1=0t+1=0: Always remember to check if the case where the divisor is zero (t+1=0t+1=0 in this case) yields a valid solution.
  • Uniqueness Theorem: Recognizing the applicability of the uniqueness theorem can save significant time.

Summary

We solved the given differential equation using substitution to obtain a general solution. Then, we applied the initial conditions to find the particular solutions y1(x)y_1(x) and y2(x)y_2(x). Finally, we set y1(x)=y2(x)y_1(x) = y_2(x) to find the points of intersection and determined that there are no such points. Therefore, the number of points of intersection is 0.

Final Answer

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

Practice More Differential Equations Questions

View All Questions