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

2024 · 27 Jan · Shift 2 · Q60
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. /2024 · 27 Jan · Shift 2 · Q60

Differential Equations question

2024 · 27 Jan · Shift 2 · Q60

JEE MainMathematicsDifferential EquationsNumerical+4 / −1
If the solution curve, of the differential equation dy dx=x+y−2x−y\frac{\mathrm{d} y}{\mathrm{~d} x}=\frac{x+y-2}{x-y} dxdy​=x−yx+y−2​ passing through the point (2,1)(2,1)(2,1) is tan⁡−1(y−1x−1)−1βlog⁡e(α+(y−1x−1)2)=log⁡e∣x−1∣\tan ^{-1}\left(\frac{y-1}{x-1}\right)-\frac{1}{\beta} \log _{\mathrm{e}}\left(\alpha+\left(\frac{y-1}{x-1}\right)^2\right)=\log _{\mathrm{e}}|x-1|tan−1(x−1y−1​)−β1​loge​(α+(x−1y−1​)2)=loge​∣x−1∣, then 5β+α5 \beta+\alpha5β+α is equal to ‾\underline{\hspace{2cm}}​.
Numerical answer
View written solutionFree

Correct answer: 11

  1. Shift the origin to simplify the differential equation

Given dydx=x+y−2x−y\frac{dy}{dx}=\frac{x+y-2}{x-y}dxdy​=x−yx+y−2​ and the curve passes through (2,1)(2,1)(2,1).

Notice the constants suggest the substitution X=x−1,Y=y−1.X=x-1, \qquad Y=y-1.X=x−1,Y=y−1. Then y=Y+1,x=X+1,dydx=dYdX.y=Y+1, \quad x=X+1, \quad \frac{dy}{dx}=\frac{dY}{dX}.y=Y+1,x=X+1,dxdy​=dXdY​.

Now transform the DE: x+y−2=(X+1)+(Y+1)−2=X+Y,x+y-2=(X+1)+(Y+1)-2=X+Y,x+y−2=(X+1)+(Y+1)−2=X+Y, x−y=(X+1)−(Y+1)=X−Y.x-y=(X+1)-(Y+1)=X-Y.x−y=(X+1)−(Y+1)=X−Y. So the equation becomes dYdX=X+YX−Y.\frac{dY}{dX}=\frac{X+Y}{X-Y}.dXdY​=X−YX+Y​.


  1. Use the homogeneous substitution

Let Y=vX⇒dYdX=v+XdvdX.Y=vX \quad \Rightarrow \quad \frac{dY}{dX}=v+X\frac{dv}{dX}.Y=vX⇒dXdY​=v+XdXdv​. Substitute into the DE: v+XdvdX=X+vXX−vX=1+v1−v.v+X\frac{dv}{dX}=\frac{X+vX}{X-vX}=\frac{1+v}{1-v}.v+XdXdv​=X−vXX+vX​=1−v1+v​. Hence XdvdX=1+v1−v−v.X\frac{dv}{dX}=\frac{1+v}{1-v}-v.XdXdv​=1−v1+v​−v. Simplify: \frac{1+v}{1-v}-v=\frac{1+v-v(1-v)}{1-v}= rac{1+v-v+v^2}{1-v}= rac{1+v^2}{1-v}. Therefore XdvdX=1+v21−v.X\frac{dv}{dX}=\frac{1+v^2}{1-v}.XdXdv​=1−v1+v2​. So 1−v1+v2 dv=dXX.\frac{1-v}{1+v^2}\,dv=\frac{dX}{X}.1+v21−v​dv=XdX​.


  1. Integrate both sides

Integrate: ∫1−v1+v2 dv=∫dXX.\int \frac{1-v}{1+v^2}\,dv=\int \frac{dX}{X}.∫1+v21−v​dv=∫XdX​. Now

=\int \frac{1}{1+v^2}\,dv-\int \frac{v}{1+v^2}\,dv.$$ So $$=\tan^{-1}v-\frac{1}{2}\ln(1+v^2).$$ Thus, $$\tan^{-1}v-\frac{1}{2}\ln(1+v^2)=\ln|X|+C.$$ Substitute back $$v=\frac{Y}{X}=\frac{y-1}{x-1}, \qquad X=x-1.$$ Hence $$\tan^{-1}\left(\frac{y-1}{x-1}\right)-\frac{1}{2}\ln\left(1+\left(\frac{y-1}{x-1}\right)^2\right)=\ln|x-1|+C.$$ --- 4. **Use the point $(2,1)$ to determine the constant** At $(x,y)=(2,1)$, $$\frac{y-1}{x-1}=\frac{0}{1}=0.$$ Then left side becomes $$\tan^{-1}(0)-\frac{1}{2}\ln(1+0)=0-0=0,$$ and right side becomes $$\ln|2-1|+C=\ln 1 + C=0+C=C.$$ So $$C=0.$$ Therefore the required solution curve is $$\tan^{-1}\left(\frac{y-1}{x-1}\right)-\frac{1}{2}\ln\left(1+\left(\frac{y-1}{x-1}\right)^2\right)=\ln|x-1|.$$ --- 5. **Compare with the given form** Given form: $$\tan^{-1}\left(\frac{y-1}{x-1}\right)-\frac{1}{\beta}\ln\left(\alpha+\left(\frac{y-1}{x-1}\right)^2\right)=\ln|x-1|.$$ Comparing, $$\alpha=1, \qquad \frac{1}{\beta}=\frac{1}{2} \Rightarrow \beta=2.$$ Hence $$5\beta+\alpha=5(2)+1=11.$$ --- 6. **Final answer** $$\boxed{11}$$
PreviousNext

More from Differential Equations

  • A function y=f(x) satisfies f(x)sin2x+sinx−(1+cos2x)f′(x)=0 with condition f(0)=0. Then, f(2π​) is equal to2024 · MCQ
  • If the solution curve y=y(x) of the differential equation (1+y2)(1+loge​x)dx+xdy=0,x>0 passes through the point (1,1) and y(e)=β+tan(23​)α−tan(23​)​…2024 · Numerical
  • If sin(xy​)=loge​∣x∣+2α​ is the solution of the differential equation xcos(xy​)dxdy​=ycos(xy​)+x and y(1)=3π​, then α2…2024 · MCQ
  • Let y=y(x) be the solution of the differential equation secx dy+{2(1−x)tanx+x(2−x)}dx=0 such that y(0)=2. Then y(2) is equal to:2024 · MCQ
  • Let y=y(x) be the solution of the differential equation (1−x2)dy=[xy+(x3+2)3(1−x2)​]dx,−1<x<1,y(0)=0. If y(21​)=nm​,m…2024 · Numerical
  • Let Y=Y(X) be a curve lying in the first quadrant such that the area enclosed by the line Y−y=Y′(x)(X−x) and the co-ordinate axes, where (x,y) is any point on the curve, is always 2Y′(x)−y2​+1,Y′(x)eq0…2024 · Numerical
  • Let y=y(x) be the solution of the differential equation dxdy​=sinx(secx−sinxtanx)(tanx)+y​,x∈(0,2π​) satisfying the condition y(4π​)=2. Then, y(3π​)…2024 · MCQ
  • The solution curve of the differential equation ydydx​=x(loge​x−loge​y+1),x>0,y>0 passing through the point (e,1) is2024 · MCQ