JEE Challenger
More from Differential Equations

Solve First Order Differential Equation and Evaluate Expression

Let y(x)y(x) be the solution of the differential equation

x2dydx+xy=x2+y2,x>1e,x^2 \frac{dy}{dx} + xy = x^2 + y^2, \quad x > \frac{1}{e},

satisfying y(1)=0y(1) = 0. Then the value of 2(y(e))2y(e2)2 \frac{(y(e))^2}{y(e^2)} is __________.

Official Numerical Answer0.7 to 0.8

Step-by-Step Solution

To solve the given differential equation x2dydx+xy=x2+y2,x>1ex^2 \frac{dy}{dx} + xy = x^2 + y^2, \quad x > \frac{1}{e}

we can rewrite it by dividing the entire equation by x2x^2: dydx+yx=1+(yx)2\frac{dy}{dx} + \frac{y}{x} = 1 + \left(\frac{y}{x}\right)^2

This is a homogeneous first-order differential equation. Let y=vxy = vx, where vv is a function of xx. Differentiating with respect to xx, we get: dydx=v+xdvdx\frac{dy}{dx} = v + x \frac{dv}{dx}

Substituting y=vxy = vx and dydx\frac{dy}{dx} into the differential equation gives: v+xdvdx+v=1+v2v + x \frac{dv}{dx} + v = 1 + v^2 xdvdx=v22v+1x \frac{dv}{dx} = v^2 - 2v + 1 xdvdx=(v1)2x \frac{dv}{dx} = (v - 1)^2

Separating the variables, we have: dv(v1)2=dxx\frac{dv}{(v - 1)^2} = \frac{dx}{x}

Integrating both sides: dv(v1)2=dxx\int \frac{dv}{(v - 1)^2} = \int \frac{dx}{x} 1v1=lnx+C-\frac{1}{v - 1} = \ln x + C

Since v=yxv = \frac{y}{x}, this becomes: 1yx1=lnx+C-\frac{1}{\frac{y}{x} - 1} = \ln x + C xxy=lnx+C\frac{x}{x - y} = \ln x + C

We are given the initial condition y(1)=0y(1) = 0. Substituting x=1x = 1 and y=0y = 0: 110=ln1+C    C=1\frac{1}{1 - 0} = \ln 1 + C \implies C = 1

Thus, the particular solution is: xxy=1+lnx\frac{x}{x - y} = 1 + \ln x

Rearranging for xyx - y: xy=x1+lnxx - y = \frac{x}{1 + \ln x} y(x)=xx1+lnx=xlnx1+lnxy(x) = x - \frac{x}{1 + \ln x} = \frac{x \ln x}{1 + \ln x}

Now, we evaluate y(e)y(e) and y(e2)y(e^2):

  1. For x=ex = e: y(e)=elne1+lne=e11+1=e2y(e) = \frac{e \ln e}{1 + \ln e} = \frac{e \cdot 1}{1 + 1} = \frac{e}{2}

  2. For x=e2x = e^2: y(e2)=e2ln(e2)1+ln(e2)=e221+2=2e23y(e^2) = \frac{e^2 \ln(e^2)}{1 + \ln(e^2)} = \frac{e^2 \cdot 2}{1 + 2} = \frac{2e^2}{3}

Finally, we evaluate the required expression 2(y(e))2y(e2)2 \frac{(y(e))^2}{y(e^2)}: 2(y(e))2y(e2)=2(e2)22e23=2e242e23=2(e24×32e2)=238=34=0.752 \frac{(y(e))^2}{y(e^2)} = 2 \cdot \frac{\left(\frac{e}{2}\right)^2}{\frac{2e^2}{3}} = 2 \cdot \frac{\frac{e^2}{4}}{\frac{2e^2}{3}} = 2 \cdot \left(\frac{e^2}{4} \times \frac{3}{2e^2}\right) = 2 \cdot \frac{3}{8} = \frac{3}{4} = 0.75

The value of the expression is 0.750.75.

Solve First Order Differential Equation and Evaluate Expression | Mathematics PYQ Solution - JEE Challenger