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

Question

If a curve y = f(x), passing through the point (1, 2), is the solution of the differential equation, 2x 2 dy= (2xy + y 2 )dx, then f(12)f\left( {{1 \over 2}} \right) is equal to :

Options

Solution

Key Concepts and Formulas

  • Bernoulli's Differential Equation: A differential equation of the form dydx+P(x)y=Q(x)yn\frac{dy}{dx} + P(x)y = Q(x)y^n, where nn is a real number (except 0 or 1).
  • Transformation for Bernoulli's Equation: Substitute v=y1nv = y^{1-n} to transform Bernoulli's equation into a linear differential equation.
  • Integrating Factor (I.F.) for Linear Differential Equation: For dvdx+P(x)v=Q(x)\frac{dv}{dx} + P'(x)v = Q'(x), the I.F. is eP(x)dxe^{\int P'(x)dx}, and the solution is v(I.F.)=Q(x)(I.F.)dx+Cv \cdot (\text{I.F.}) = \int Q'(x) \cdot (\text{I.F.}) dx + C.

Step-by-Step Solution

Step 1: Identify and Rewrite the Differential Equation

We are given the differential equation 2x2dy=(2xy+y2)dx2x^2 dy = (2xy + y^2)dx. Our first goal is to express this in the standard dydx\frac{dy}{dx} form.

Divide both sides by 2x2dx2x^2 dx: dydx=2xy+y22x2\frac{dy}{dx} = \frac{2xy + y^2}{2x^2}

Simplify the right-hand side: dydx=yx+12(yx)2\frac{dy}{dx} = \frac{y}{x} + \frac{1}{2}\left(\frac{y}{x}\right)^2

Rearrange to resemble Bernoulli's form: dydx1xy=12x2y2\frac{dy}{dx} - \frac{1}{x}y = \frac{1}{2x^2}y^2

Why: Rewriting the equation in this form allows us to recognize it as a Bernoulli differential equation. This identification is crucial for applying the correct solution method.

Step 2: Transform the Bernoulli Equation into a Linear Equation

The equation is now in the Bernoulli form dydx+P(x)y=Q(x)yn\frac{dy}{dx} + P(x)y = Q(x)y^n with n=2n=2. We use the substitution v=y1n=y1=1yv = y^{1-n} = y^{-1} = \frac{1}{y}.

Differentiate v=1yv = \frac{1}{y} with respect to xx: dvdx=1y2dydx\frac{dv}{dx} = -\frac{1}{y^2}\frac{dy}{dx}

Now, divide the original equation by y2y^2: 1y2dydx1x1y=12x2\frac{1}{y^2}\frac{dy}{dx} - \frac{1}{x}\frac{1}{y} = \frac{1}{2x^2}

Substitute v=1yv = \frac{1}{y} and dvdx=1y2dydx\frac{dv}{dx} = -\frac{1}{y^2}\frac{dy}{dx}: dvdx1xv=12x2-\frac{dv}{dx} - \frac{1}{x}v = \frac{1}{2x^2}

Multiply by -1: dvdx+1xv=12x2\frac{dv}{dx} + \frac{1}{x}v = -\frac{1}{2x^2}

Why: This transformation converts the non-linear Bernoulli equation into a linear first-order differential equation, which can be solved using an integrating factor.

Step 3: Solve the Linear Differential Equation

The equation is now in the form dvdx+P(x)v=Q(x)\frac{dv}{dx} + P'(x)v = Q'(x), where P(x)=1xP'(x) = \frac{1}{x} and Q(x)=12x2Q'(x) = -\frac{1}{2x^2}.

Calculate the integrating factor: I.F.=eP(x)dx=e1xdx=elnx=x\text{I.F.} = e^{\int P'(x)dx} = e^{\int \frac{1}{x}dx} = e^{\ln x} = x

Multiply the equation by the integrating factor: xdvdx+1xxv=12x2xx\frac{dv}{dx} + \frac{1}{x}xv = -\frac{1}{2x^2}x xdvdx+v=12xx\frac{dv}{dx} + v = -\frac{1}{2x}

Integrate both sides with respect to xx: (xdvdx+v)dx=12xdx\int \left(x\frac{dv}{dx} + v\right) dx = \int -\frac{1}{2x} dx vx=12lnx+Cvx = -\frac{1}{2}\ln x + C

Why: Multiplying by the integrating factor allows us to write the left-hand side as the derivative of a product, making integration straightforward.

Step 4: Substitute Back and Apply the Initial Condition

Substitute v=1yv = \frac{1}{y}: xy=12lnx+C\frac{x}{y} = -\frac{1}{2}\ln x + C

Apply the initial condition (1,2)(1, 2): 12=12ln1+C\frac{1}{2} = -\frac{1}{2}\ln 1 + C Since ln1=0\ln 1 = 0: 12=C\frac{1}{2} = C

Substitute C=12C = \frac{1}{2} back into the equation: xy=12lnx+12\frac{x}{y} = -\frac{1}{2}\ln x + \frac{1}{2} xy=12(1lnx)\frac{x}{y} = \frac{1}{2}(1 - \ln x) y=2x1lnxy = \frac{2x}{1 - \ln x}

Why: Applying the initial condition allows us to find the particular solution that satisfies the given condition.

Step 5: Evaluate f(1/2)

Now we need to find f(12)f\left(\frac{1}{2}\right): f(12)=2(12)1ln(12)=11ln(21)=11+ln2f\left(\frac{1}{2}\right) = \frac{2\left(\frac{1}{2}\right)}{1 - \ln\left(\frac{1}{2}\right)} = \frac{1}{1 - \ln(2^{-1})} = \frac{1}{1 + \ln 2}

Why: This is the final step to answer the question by finding the value of the function at the specified point.

Common Mistakes & Tips

  • Sign Errors: Be extremely careful with signs, especially when differentiating and substituting.
  • Forgetting the Constant of Integration: Always include the constant of integration (CC) after performing an indefinite integral.
  • Incorrectly Identifying Bernoulli's Equation: Ensure the equation is truly in the correct form before applying the Bernoulli transformation.

Summary

We solved the given differential equation by recognizing it as a Bernoulli equation, transforming it into a linear first-order differential equation, solving the linear equation using an integrating factor, and applying the initial condition to find the particular solution. Finally, we evaluated the function at x=12x = \frac{1}{2} to obtain the answer.

Final Answer

The final answer is 11+lne2\boxed{\frac{1}{1 + \ln_e 2}}, which corresponds to option (B).

Practice More Differential Equations Questions

View All Questions