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

Question

Let y=y(x)\mathrm{y}=\mathrm{y}(\mathrm{x}) be the solution of the differential equation (xy5x21+x2)dx+(1+x2)dy=0,y(0)=0\left(x y-5 x^2 \sqrt{1+x^2}\right) d x+\left(1+x^2\right) d y=0, y(0)=0. Then y(3)y(\sqrt{3}) is equal to

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

Step-by-Step Solution

Step 1: Rearrange the Differential Equation into Standard Linear Form

We are given the differential equation (xy5x21+x2)dx+(1+x2)dy=0(xy - 5x^2\sqrt{1+x^2})dx + (1+x^2)dy = 0. Our goal is to rewrite it in the standard linear form dydx+P(x)y=Q(x)\frac{dy}{dx} + P(x)y = Q(x).

  1. Isolate the dydy term: Move the dxdx term to the right side: (1+x2)dy=(xy5x21+x2)dx(1+x^2)dy = -(xy - 5x^2\sqrt{1+x^2})dx (1+x2)dy=(xy+5x21+x2)dx(1+x^2)dy = (-xy + 5x^2\sqrt{1+x^2})dx

  2. Obtain dydx\frac{dy}{dx}: Divide both sides by dxdx: (1+x2)dydx=xy+5x21+x2(1+x^2)\frac{dy}{dx} = -xy + 5x^2\sqrt{1+x^2}

  3. Move the yy term to the left side: (1+x2)dydx+xy=5x21+x2(1+x^2)\frac{dy}{dx} + xy = 5x^2\sqrt{1+x^2}

  4. Make the coefficient of dydx\frac{dy}{dx} equal to 1: Divide the entire equation by (1+x2)(1+x^2): dydx+x1+x2y=5x21+x21+x2\frac{dy}{dx} + \frac{x}{1+x^2}y = \frac{5x^2\sqrt{1+x^2}}{1+x^2} Simplify: dydx+x1+x2y=5x21+x2\frac{dy}{dx} + \frac{x}{1+x^2}y = \frac{5x^2}{\sqrt{1+x^2}}

Now we have the equation in standard form, with P(x)=x1+x2P(x) = \frac{x}{1+x^2} and Q(x)=5x21+x2Q(x) = \frac{5x^2}{\sqrt{1+x^2}}.

Step 2: Calculate the Integrating Factor (I.F.)

The integrating factor is given by I.F.=eP(x)dxI.F. = e^{\int P(x) dx}.

  1. Calculate the integral of P(x)P(x): P(x)dx=x1+x2dx\int P(x) dx = \int \frac{x}{1+x^2} dx Let u=1+x2u = 1+x^2. Then du=2xdxdu = 2x dx, so xdx=12dux dx = \frac{1}{2} du. x1+x2dx=1u12du=121udu=12lnu+C1=12ln(1+x2)+C1\int \frac{x}{1+x^2} dx = \int \frac{1}{u} \cdot \frac{1}{2} du = \frac{1}{2} \int \frac{1}{u} du = \frac{1}{2} \ln|u| + C_1 = \frac{1}{2} \ln(1+x^2) + C_1 We omit the constant of integration C1C_1 when calculating the integrating factor.

  2. Compute the Integrating Factor: I.F.=eP(x)dx=e12ln(1+x2)=eln((1+x2)1/2)=(1+x2)1/2=1+x2I.F. = e^{\int P(x) dx} = e^{\frac{1}{2} \ln(1+x^2)} = e^{\ln((1+x^2)^{1/2})} = (1+x^2)^{1/2} = \sqrt{1+x^2}

Step 3: Find the General Solution

The general solution is given by y(I.F.)=Q(x)(I.F.)dx+Cy \cdot (I.F.) = \int Q(x) \cdot (I.F.) dx + C.

  1. Substitute Q(x)Q(x) and I.F. into the formula: y1+x2=5x21+x21+x2dx+Cy\sqrt{1+x^2} = \int \frac{5x^2}{\sqrt{1+x^2}} \cdot \sqrt{1+x^2} dx + C

  2. Simplify the integrand: y1+x2=5x2dx+Cy\sqrt{1+x^2} = \int 5x^2 dx + C

  3. Perform the integration: y1+x2=5x2dx+C=5x33+C=5x33+Cy\sqrt{1+x^2} = 5 \int x^2 dx + C = 5 \cdot \frac{x^3}{3} + C = \frac{5x^3}{3} + C

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

We are given y(0)=0y(0) = 0.

  1. Substitute x=0x=0 and y=0y=0 into the general solution: 01+02=5(0)33+C0 \cdot \sqrt{1+0^2} = \frac{5(0)^3}{3} + C 0=0+C0 = 0 + C C=0C = 0

  2. Substitute C=0C=0 back into the general solution: y1+x2=5x33y\sqrt{1+x^2} = \frac{5x^3}{3}

  3. Express yy explicitly as a function of xx: y(x)=5x331+x2y(x) = \frac{5x^3}{3\sqrt{1+x^2}}

Step 5: Evaluate y(3)y(\sqrt{3})

We need to find the value of yy when x=3x = \sqrt{3}.

  1. Substitute x=3x = \sqrt{3} into the particular solution: y(3)=5(3)331+(3)2=5(33)31+3=15334=15332=1536=532y(\sqrt{3}) = \frac{5(\sqrt{3})^3}{3\sqrt{1+(\sqrt{3})^2}} = \frac{5(3\sqrt{3})}{3\sqrt{1+3}} = \frac{15\sqrt{3}}{3\sqrt{4}} = \frac{15\sqrt{3}}{3 \cdot 2} = \frac{15\sqrt{3}}{6} = \frac{5\sqrt{3}}{2}

Common Mistakes & Tips

  • Standard Form: Always make sure the differential equation is in standard linear form before identifying P(x)P(x) and Q(x)Q(x).
  • Integrating Factor: Remember to exponentiate the integral of P(x)P(x) to find the integrating factor.
  • Constant of Integration: Don't forget the constant of integration CC when finding the general solution, and use the initial condition to determine its value.

Summary

We solved the given first-order linear differential equation by first transforming it into the standard form, then calculating the integrating factor. Using the integrating factor, we found the general solution and applied the initial condition y(0)=0y(0) = 0 to determine the constant of integration and obtain the particular solution. Finally, we evaluated the particular solution at x=3x = \sqrt{3} to find y(3)=532y(\sqrt{3}) = \frac{5\sqrt{3}}{2}.

Final Answer

The final answer is 532\boxed{\frac{5\sqrt{3}}{2}}, which corresponds to option (A).

Practice More Differential Equations Questions

View All Questions