Sign in
12thPass logo
New chatPYQ LibraryDoubtsRank report
Sign in to see Recents

Your guest activity stays on this device

Sign in to save progress →
Sign in

Differential Equations question

2021 · 1 Sep · Shift 2 · Q28
Guest · filters and generic practice availableBrowsing as a guest · PYQ filters and generic practice are available. Sign in only for personalised features and saved progress.
  1. PYQ Library
  2. /JEE Main
  3. /Mathematics
  4. /Differential Equations
  5. /2021 · 1 Sep · Shift 2 · Q28

Differential Equations question

2021 · 1 Sep · Shift 2 · Q28

JEE MainMathematicsDifferential EquationsMCQ+4 / −1
If y = y(x) is the solution curve of the differential equation x2dy+(y−1x)dx=0{x^2}dy + \left( {y - {1 \over x}} \right)dx = 0x2dy+(y−x1​)dx=0; x > 0 and y(1) = 1, then y(12)y\left( {{1 \over 2}} \right)y(21​) is equal to :
  1. A
    32−1e{3 \over 2} - {1 \over {\sqrt e }}23​−e​1​
  2. B
    3+1e3 + {1 \over {\sqrt e }}3+e​1​
  3. C
    3 + e
  4. D
    3 −-− e
View written solutionFree

Correct answer: D

  1. Rewrite the differential equation

Given x2 dy+(y−1x)dx=0.x^2\,dy + \left(y - \frac{1}{x}\right)dx = 0.x2dy+(y−x1​)dx=0.

Divide by dxdxdx: x2dydx+y−1x=0.x^2\frac{dy}{dx} + y - \frac{1}{x} = 0.x2dxdy​+y−x1​=0. So, x2dydx=1x−y,x^2\frac{dy}{dx} = \frac{1}{x} - y,x2dxdy​=x1​−y, dydx+1x2y=1x3.\frac{dy}{dx} + \frac{1}{x^2}y = \frac{1}{x^3}.dxdy​+x21​y=x31​.

This is a linear differential equation of the form dydx+P(x)y=Q(x),\frac{dy}{dx} + P(x)y = Q(x),dxdy​+P(x)y=Q(x), with P(x)=1x2,Q(x)=1x3.P(x)=\frac{1}{x^2}, \qquad Q(x)=\frac{1}{x^3}.P(x)=x21​,Q(x)=x31​.

  1. Find the integrating factor

The integrating factor is I.F.=e∫1x2dx=e−1/x.\text{I.F.} = e^{\int \frac{1}{x^2}dx} = e^{-1/x}.I.F.=e∫x21​dx=e−1/x.

  1. Multiply the equation by the integrating factor

Multiplying throughout by e−1/xe^{-1/x}e−1/x, e−1/xdydx+1x2e−1/xy=1x3e−1/x.e^{-1/x}\frac{dy}{dx} + \frac{1}{x^2}e^{-1/x}y = \frac{1}{x^3}e^{-1/x}.e−1/xdxdy​+x21​e−1/xy=x31​e−1/x.

The left-hand side becomes ddx(ye−1/x).\frac{d}{dx}\left(ye^{-1/x}\right).dxd​(ye−1/x). Thus, ddx(ye−1/x)=1x3e−1/x.\frac{d}{dx}\left(ye^{-1/x}\right)=\frac{1}{x^3}e^{-1/x}.dxd​(ye−1/x)=x31​e−1/x.

  1. Integrate both sides

We need ye−1/x=∫1x3e−1/xdx+C.ye^{-1/x} = \int \frac{1}{x^3}e^{-1/x}dx + C.ye−1/x=∫x31​e−1/xdx+C.

Let t=−1x  ⟹  dt=1x2dx.t=-\frac{1}{x} \implies dt=\frac{1}{x^2}dx.t=−x1​⟹dt=x21​dx. Then 1x3dx=1x⋅1x2dx=−t dt.\frac{1}{x^3}dx=\frac{1}{x}\cdot \frac{1}{x^2}dx = -t\,dt.x31​dx=x1​⋅x21​dx=−tdt. So the integral becomes ∫1x3e−1/xdx=∫(−t)etdt.\int \frac{1}{x^3}e^{-1/x}dx = \int (-t)e^t dt.∫x31​e−1/xdx=∫(−t)etdt.

Now, ∫tetdt=et(t−1),\int t e^t dt = e^t(t-1),∫tetdt=et(t−1), therefore ∫(−t)etdt=−et(t−1)=et(1−t).\int (-t)e^t dt = -e^t(t-1) = e^t(1-t).∫(−t)etdt=−et(t−1)=et(1−t).

Substituting back t=−1xt=-\frac{1}{x}t=−x1​, ∫1x3e−1/xdx=e−1/x(1+1x).\int \frac{1}{x^3}e^{-1/x}dx = e^{-1/x}\left(1+\frac{1}{x}\right).∫x31​e−1/xdx=e−1/x(1+x1​).

Hence, ye−1/x=e−1/x(1+1x)+C.ye^{-1/x} = e^{-1/x}\left(1+\frac{1}{x}\right) + C.ye−1/x=e−1/x(1+x1​)+C. Multiplying by e1/xe^{1/x}e1/x, y=1+1x+Ce1/x.y = 1 + \frac{1}{x} + Ce^{1/x}.y=1+x1​+Ce1/x.

  1. Use the initial condition y(1)=1y(1)=1y(1)=1

Substitute x=1,y=1x=1, y=1x=1,y=1: 1=1+1+Ce,1 = 1 + 1 + Ce,1=1+1+Ce, Ce=−1,Ce = -1,Ce=−1, C=−1e.C=-\frac{1}{e}.C=−e1​.

So the solution is y=1+1x−e1/x−1.y = 1 + \frac{1}{x} - e^{1/x-1}.y=1+x1​−e1/x−1.

  1. Find y(12)y\left(\frac12\right)y(21​)

Substitute x=12x=\frac12x=21​: y(12)=1+2−e2−1=3−e.y\left(\frac12\right)=1+2-e^{2-1}=3-e.y(21​)=1+2−e2−1=3−e.

  1. Match with the options

y(12)=3−e,y\left(\frac12\right)=3-e,y(21​)=3−e, which is Option D.

PreviousNext

More from Differential Equations

  • If y = y(x) is the solution of the differential equation, dxdy​+2ytanx=sinx,y(3π​)=0, then the maximum value of the function y(x) over R is equal to:2021 · MCQ
  • Let the curve y = y(x) be the solution of the differential equation, dxdy​= 2(x + 1). If the numerical value of area bounded by the curve y = y(x) and x-axis is 348​​, then the value of y(1) is equal to ​…2021 · Numerical
  • If y = y(x) is the solution of the differential equation dxdy​+ (tan x) y = sin x, 0≤x≤3π​, with y(0) = 0, then y(4π​) equal to :2021 · MCQ
  • Let C1 be the curve obtained by the solution of differential equation 2xydxdy​=y2−x2,x>0. Let the curve C2 be the solution of x2−y22xy​=dxdy​. If both the curves pass through…2021 · MCQ
  • Which of the following is true for y(x) that satisfies the differential equation dxdy​= xy − 1 + x − y; y(0) = 0 :2021 · MCQ
  • If the curve y = y(x) is the solution of the differential equation 2(x2+x5/4)dy−y(x+x1/4)dx=2x9/4dx, x > 0 which passes through the point (1,1−34​loge​2), then the value…2021 · MCQ
  • Let y = y(x) be the solution of the differential equation cosx(3sinx+cosx+3)dy=(1+ysinx(3sinx+cosx+3))dx,0≤x≤2π​,y(0)=0. Then, y(3π​) is equal to :2021 · MCQ
  • Let y = y(x) be the solution of the differential equation dxdy​=(y+1)((y+1)ex2/2−x), 0 < x < 2.1, with y(2) = 0. Then the value of dxdy​ at x = 1 is equal to :2021 · MCQ