MCQMediumJEE 2023Linear Differential Equations

JEE Mathematics 2023 Question with Solution

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

2(y+2)loge(y+2)dx+(x+42loge(y+2))dy=0,y>1,2(y+2)\log_e(y+2)\,dx+(x+4-2\log_e(y+2))\,dy=0,\quad y>-1,

with x(e42)=1x(e^{4}-2)=1. Then x(e92)x(e^{9}-2) is equal to

  • A

    33

  • B

    103\dfrac{10}{3}

  • C

    49\dfrac{4}{9}

  • D

    329\dfrac{32}{9}

Answer

Correct answer:D

Step-by-step solution

Standard Method

Given:

  • 2(y+2)log(y+2)dx+(x+42log(y+2))dy=02(y+2)\log(y+2)\,dx+(x+4-2\log(y+2))\,dy=0
  • x(e42)=1x(e^{4}-2)=1

Find: x(e92)x(e^{9}-2)

Rewrite the equation as a differential equation in xx with respect to yy:

dxdy=x+42log(y+2)2(y+2)log(y+2)\frac{dx}{dy}=-\frac{x+4-2\log(y+2)}{2(y+2)\log(y+2)}

So,

dxdy+12(y+2)log(y+2)x=2log(y+2)42(y+2)log(y+2)\frac{dx}{dy}+\frac{1}{2(y+2)\log(y+2)}\,x=\frac{2\log(y+2)-4}{2(y+2)\log(y+2)}

This is a linear differential equation of the form dxdy+P(y)x=Q(y)\frac{dx}{dy}+P(y)x=Q(y) with

P(y)=12(y+2)log(y+2)P(y)=\frac{1}{2(y+2)\log(y+2)}

The integrating factor is

I.F.=eP(y)dy=e12dy(y+2)log(y+2)I.F.=e^{\int P(y)\,dy}=e^{\frac12\int \frac{dy}{(y+2)\log(y+2)}}

Let t=log(y+2)t=\log(y+2), so that dt=dyy+2dt=\frac{dy}{y+2}. Then

I.F.=e12logt=log(y+2)I.F.=e^{\frac12\log t}=\sqrt{\log(y+2)}

Multiplying the differential equation by the integrating factor,

ddy ⁣(xlog(y+2))=log(y+2)2log(y+2)42(y+2)log(y+2)\frac{d}{dy}\!\left(x\sqrt{\log(y+2)}\right)=\sqrt{\log(y+2)}\cdot \frac{2\log(y+2)-4}{2(y+2)\log(y+2)}

which simplifies to

ddy ⁣(xlog(y+2))=log(y+2)y+22(y+2)log(y+2)\frac{d}{dy}\!\left(x\sqrt{\log(y+2)}\right)=\frac{\sqrt{\log(y+2)}}{y+2}-\frac{2}{(y+2)\sqrt{\log(y+2)}}

Integrating both sides and again using t=log(y+2)t=\log(y+2),

xlog(y+2)=23(log(y+2))3/24(log(y+2))1/2+Cx\sqrt{\log(y+2)}=\frac{2}{3}(\log(y+2))^{3/2}-4(\log(y+2))^{1/2}+C

Hence,

x=23log(y+2)4+Clog(y+2)x=\frac{2}{3}\log(y+2)-4+\frac{C}{\sqrt{\log(y+2)}}

Now use the condition x(e42)=1x(e^{4}-2)=1. Here log(y+2)=4\log(y+2)=4, so

1=2344+C21=\frac{2}{3}\cdot 4-4+\frac{C}{2}

Thus,

1=834+C2C2=73C=1431=\frac{8}{3}-4+\frac{C}{2}\Rightarrow \frac{C}{2}=\frac{7}{3}\Rightarrow C=\frac{14}{3}

For y=e92y=e^{9}-2, we have log(y+2)=9\log(y+2)=9. Therefore,

x=2394+1433=64+149=329x=\frac{2}{3}\cdot 9-4+\frac{\tfrac{14}{3}}{3}=6-4+\frac{14}{9}=\frac{32}{9}

Therefore, the correct option is D.

Linear Equation Recognition

Given: the differential equation is already linear in xx once written as dxdy+P(y)x=Q(y)\frac{dx}{dy}+P(y)x=Q(y).

Find: x(e92)x(e^{9}-2)

The key observation is to treat yy as the independent variable and identify

P(y)=12(y+2)log(y+2)P(y)=\frac{1}{2(y+2)\log(y+2)}

Using t=log(y+2)t=\log(y+2), the integrating factor becomes

I.F.=e12dtt=log(y+2)I.F.=e^{\frac12\int \frac{dt}{t}}=\sqrt{\log(y+2)}

This immediately gives the standard integrated form

x=23log(y+2)4+Clog(y+2)x=\frac{2}{3}\log(y+2)-4+\frac{C}{\sqrt{\log(y+2)}}

Now apply x(e42)=1x(e^{4}-2)=1 to get C=143C=\frac{14}{3}, and then substitute log(y+2)=9\log(y+2)=9:

x=2394+149=329x=\frac{2}{3}\cdot 9-4+\frac{14}{9}=\frac{32}{9}

Therefore, the correct option is D.

Common mistakes

  • Treating the equation as a differential equation in yy with respect to xx. This is wrong because the problem explicitly gives x=x(y)x=x(y), so dxdy\frac{dx}{dy} should be formed first. Rewrite the equation in linear form in xx as a function of yy.

  • Computing the integrating factor incorrectly by missing the substitution t=log(y+2)t=\log(y+2). This leads to a wrong power of the logarithm. Use dt=dyy+2dt=\frac{dy}{y+2} so that the exponent becomes 12logt\frac12\log t and the integrating factor is log(y+2)\sqrt{\log(y+2)}.

  • Using the initial condition at the wrong logarithmic value. For y=e42y=e^{4}-2, we have y+2=e4y+2=e^{4}, hence log(y+2)=4\log(y+2)=4, not e4e^{4}. Substitute the logarithmic value carefully before solving for CC.

Practice more Linear Differential Equations questions

Get unlimited AI-adaptive practice, mastery tracking, and an AI tutor that explains every step — free to start.

Related questions