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

2022 · 26 Jun · Shift 1 · Q36
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. /2022 · 26 Jun · Shift 1 · Q36

Differential Equations question

2022 · 26 Jun · Shift 1 · Q36

JEE MainMathematicsDifferential EquationsNumerical+4 / −1
Let the solution curve y = y(x) of the differential equation (4+x2)dy−2x(x2+3y+4)dx=0(4 + {x^2})dy - 2x({x^2} + 3y + 4)dx = 0(4+x2)dy−2x(x2+3y+4)dx=0 pass through the origin. Then y(2) is equal to ‾\underline{\hspace{2cm}}​.
Numerical answer
View written solutionFree

Correct answer: 12

  1. Given differential equation

    (4+x2) dy−2x(x2+3y+4) dx=0(4+x^2)\,dy-2x(x^2+3y+4)\,dx=0(4+x2)dy−2x(x2+3y+4)dx=0

    Rearranging in derivative form:

    (4+x2)dydx=2x(x2+3y+4)(4+x^2)\frac{dy}{dx}=2x(x^2+3y+4)(4+x2)dxdy​=2x(x2+3y+4)

    so

    dydx=2xx2+4(x2+3y+4).\frac{dy}{dx}=\frac{2x}{x^2+4}(x^2+3y+4).dxdy​=x2+42x​(x2+3y+4).

  2. Write in linear form

    Expand the right side:

    dydx=2xx2+4(x2+4)+6xyx2+4\frac{dy}{dx}=\frac{2x}{x^2+4}(x^2+4)+\frac{6xy}{x^2+4}dxdy​=x2+42x​(x2+4)+x2+46xy​

    since x2+3y+4=(x2+4)+3y.x^2+3y+4=(x^2+4)+3y.x2+3y+4=(x2+4)+3y.

    Therefore,

    dydx=2x+6xx2+4y.\frac{dy}{dx}=2x+\frac{6x}{x^2+4}y.dxdy​=2x+x2+46x​y.

    Bring the yyy-term to the left:

    dydx−6xx2+4y=2x.\frac{dy}{dx}-\frac{6x}{x^2+4}y=2x.dxdy​−x2+46x​y=2x.

    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)=−6xx2+4,Q(x)=2x.P(x)=-\frac{6x}{x^2+4}, \qquad Q(x)=2x.P(x)=−x2+46x​,Q(x)=2x.

  3. Find the integrating factor

    I.F.=e∫P(x)dx=e∫−6xx2+4dx.\text{I.F.}=e^{\int P(x)dx}=e^{\int -\frac{6x}{x^2+4}dx}.I.F.=e∫P(x)dx=e∫−x2+46x​dx.

    Let u=x2+4u=x^2+4u=x2+4, so du=2x dxdu=2x\,dxdu=2xdx. Then

    ∫−6xx2+4dx=−3∫2xx2+4dx=−3ln⁡(x2+4).\int -\frac{6x}{x^2+4}dx=-3\int \frac{2x}{x^2+4}dx=-3\ln(x^2+4).∫−x2+46x​dx=−3∫x2+42x​dx=−3ln(x2+4).

    Hence,

    I.F.=e−3ln⁡(x2+4)=(x2+4)−3.\text{I.F.}=e^{-3\ln(x^2+4)}=(x^2+4)^{-3}.I.F.=e−3ln(x2+4)=(x2+4)−3.

  4. Multiply the equation by the integrating factor

    1(x2+4)3dydx−6x(x2+4)4y=2x(x2+4)3.\frac{1}{(x^2+4)^3}\frac{dy}{dx}-\frac{6x}{(x^2+4)^4}y=\frac{2x}{(x^2+4)^3}.(x2+4)31​dxdy​−(x2+4)46x​y=(x2+4)32x​.

    Left-hand side becomes:

    ddx(y(x2+4)3)=2x(x2+4)3.\frac{d}{dx}\left(\frac{y}{(x^2+4)^3}\right)=\frac{2x}{(x^2+4)^3}.dxd​((x2+4)3y​)=(x2+4)32x​.

  5. Integrate both sides

    y(x2+4)3=∫2x(x2+4)3dx+C.\frac{y}{(x^2+4)^3}=\int \frac{2x}{(x^2+4)^3}dx + C.(x2+4)3y​=∫(x2+4)32x​dx+C.

    Again let u=x2+4u=x^2+4u=x2+4, du=2x dxdu=2x\,dxdu=2xdx:

    ∫2x(x2+4)3dx=∫u−3du=u−2−2=−12u2=−12(x2+4)2.\int \frac{2x}{(x^2+4)^3}dx=\int u^{-3}du=\frac{u^{-2}}{-2}=-\frac{1}{2u^2}=-\frac{1}{2(x^2+4)^2}.∫(x2+4)32x​dx=∫u−3du=−2u−2​=−2u21​=−2(x2+4)21​.

    So,

    y(x2+4)3=−12(x2+4)2+C.\frac{y}{(x^2+4)^3}=-\frac{1}{2(x^2+4)^2}+C.(x2+4)3y​=−2(x2+4)21​+C.

    Multiply through by (x2+4)3(x^2+4)^3(x2+4)3:

    y=−x2+42+C(x2+4)3.y=-\frac{x^2+4}{2}+C(x^2+4)^3.y=−2x2+4​+C(x2+4)3.

  6. Use the condition that the curve passes through the origin

    Since it passes through (0,0)(0,0)(0,0),

    0=−0+42+C(4)30=-\frac{0+4}{2}+C(4)^30=−20+4​+C(4)3 0=−2+64C0=-2+64C0=−2+64C C=132.C=\frac{1}{32}.C=321​.

    Therefore,

    y=−x2+42+(x2+4)332.y=-\frac{x^2+4}{2}+\frac{(x^2+4)^3}{32}.y=−2x2+4​+32(x2+4)3​.

  7. Find y(2)y(2)y(2)

    For x=2x=2x=2,

    x2+4=8.x^2+4=8.x2+4=8.

    Thus,

    y(2)=−82+8332=−4+51232=−4+16=12.y(2)=-\frac{8}{2}+\frac{8^3}{32}=-4+\frac{512}{32}=-4+16=12.y(2)=−28​+3283​=−4+32512​=−4+16=12.

  8. Conclusion

    12\boxed{12}12​

PreviousNext

More from Differential Equations

  • Let S=(0,2π)−{2π​,43π​,23π​,47π​}. Let y=y(x), x ∈ S, be the solution curve of the differential equation dxdy​=1+sin2x1​,y(4π​)=21​…2022 · Numerical
  • If y=y(x) is the solution of the differential equation xdxdy​+2y=xex, y(1)=0 then the local maximum value of the function z(x)=x2y(x)−ex,x∈R is :2022 · MCQ
  • If the solution of the differential equation dxdy​+ex(x2−2)y=(x2−2x)(x2−2)e2x satisfies y(0)=0, then the value of y(2) is…2022 · MCQ
  • Let y=y1​(x) and y=y2​(x) be two distinct solutions of the differential equation dxdy​=x+y, with y1​(0)=0 and y2​(0)=1 respectively. Then, the number of points of intersection of y=y1​(x) and y=y2​(x) is2022 · MCQ
  • Let y=y(x) be the solution curve of the differential equation sin(2x2)loge​(tanx2)dy+(4xy−42​xsin(x2−4π​))dx=0, 0<x<2π​​…2022 · Numerical
  • If dxdy​+2x−12x−y(2y−1)​=0, x, y > 0, y(1) = 1, then y(2) is equal to :2022 · MCQ
  • If the solution curve of the differential equation ((tan−1y)−x)dy=(1+y2)dx passes through the point (1, 0), then the abscissa of the point on the curve whose ordinate is tan(1), is2022 · MCQ
  • Let y=y(x) be the solution of the differential equation (1−x2)dy=(xy+(x3+2)1−x2​)dx,−1-$$1 is equal to $\underline{\hspace{2cm}}$.2022 · Numerical