SolveItClass 12 · NCERT

NCERT Solutions · Class 12 Mathematics Differential Equations

98 questions · 98 still being checked

EXERCISE 9.4 11–17 (part 6 of 10)

  1. For each of the differential equations in Exercises from $\displaystyle 11$ to $\displaystyle 15$, find the particular solution satisfying the given condition:

    Exercise 11

    (x+y)dy+(xy)dx=0;y=1\displaystyle (x+y) d y+(x-y) d x=0 ; y=1 when x=1\displaystyle x=1

    Not cross-checked

    This solution has not been cross-checked against the answer printed in NCERT.

    NCERT’s answer
    \(\displaystyle \log \left(x^{2}+y^{2}\right)+2 \tan ^{-1} \frac{y}{x}=\frac{\pi}{2}+\log 2\)
    Write the equation as \(\displaystyle \frac{dy}{dx}=\frac{y-x}{x+y}\); numerator and denominator are homogeneous of degree $\displaystyle 1$, so the equation is homogeneous.Put \(\displaystyle y=vx\), \(\displaystyle \frac{dy}{dx}=v+x\frac{dv}{dx}\): \[v+x\frac{dv}{dx}=\frac{vx-x}{x+vx}=\frac{v-1}{1+v},\] \[x\frac{dv}{dx}=\frac{v-1-v\left(1+v\right)}{1+v}=-\frac{1+v^{2}}{1+v}.\] Separating the variables and splitting the left side, \[\frac{1+v}{1+v^{2}}\,dv=-\frac{dx}{x}\quad\Longrightarrow\quad\int\frac{dv}{1+v^{2}}+\int\frac{v\,dv}{1+v^{2}}=-\int\frac{dx}{x},\] \[\tan^{-1}v+\frac12\log\left(1+v^{2}\right)=-\log|x|+\mathrm C.\] With \(\displaystyle v=\frac yx\), \(\displaystyle \frac12\log\left(1+\frac{y^{2}}{x^{2}}\right)=\frac12\log\left(x^{2}+y^{2}\right)-\log|x|\), and the \(\displaystyle \log|x|\) terms cancel: \[\tan^{-1}\frac yx+\frac12\log\left(x^{2}+y^{2}\right)=\mathrm C.\] Apply the condition \(\displaystyle y=1\) when \(\displaystyle x=1\): \[\tan^{-1}1+\frac12\log 2=\mathrm C\quad\Longrightarrow\quad\mathrm C=\frac{\pi}{4}+\frac12\log 2.\] The particular solution is \[\tan^{-1}\left(\frac yx\right)+\frac12\log\left(x^{2}+y^{2}\right)=\frac{\pi}{4}+\frac12\log 2,\] or equivalently \(\displaystyle \log\left(x^{2}+y^{2}\right)+2\tan^{-1}\left(\frac yx\right)=\frac{\pi}{2}+\log 2\).
  2. Exercise 12

    x2dy+(xy+y2)dx=0;y=1\displaystyle x^{2} d y+\left(x y+y^{2}\right) d x=0 ; y=1 when x=1\displaystyle x=1

    Not cross-checked

    This solution has not been cross-checked against the answer printed in NCERT.

    NCERT’s answer
    \(\displaystyle y+2 x=3 x^{2} y\)
    Write the equation as \(\displaystyle \frac{dy}{dx}=-\frac{xy+y^{2}}{x^{2}}\); every term is homogeneous of degree $\displaystyle 2$, so the equation is homogeneous.Put \(\displaystyle y=vx\), \(\displaystyle \frac{dy}{dx}=v+x\frac{dv}{dx}\): \[v+x\frac{dv}{dx}=-\frac{vx^{2}+v^{2}x^{2}}{x^{2}}=-\left(v+v^{2}\right),\] \[x\frac{dv}{dx}=-2v-v^{2}=-v\left(v+2\right).\] Separating the variables, \[\frac{dv}{v\left(v+2\right)}=-\frac{dx}{x}.\] Resolve the left side into partial fractions, \(\displaystyle \frac{1}{v(v+2)}=\frac12\left(\frac1v-\frac{1}{v+2}\right)\). Integrating, \[\frac12\log\left|\frac{v}{v+2}\right|=-\log|x|+\mathrm C\quad\Longrightarrow\quad\log\left|\frac{v}{v+2}\right|=-2\log|x|+\mathrm{C}_{1}.\] Exponentiating, \(\displaystyle \frac{v}{v+2}=\frac{\mathrm A}{x^{2}}\). With \(\displaystyle v=\frac yx\), \[\frac{y/x}{\frac yx+2}=\frac{y}{y+2x}=\frac{\mathrm A}{x^{2}}\quad\Longrightarrow\quad x^{2}y=\mathrm A\left(y+2x\right).\] Apply \(\displaystyle y=1\) when \(\displaystyle x=1\): \(\displaystyle 1=\mathrm A(1+2)\), so \(\displaystyle \mathrm A=\frac13\). Then \(\displaystyle 3x^{2}y=y+2x\), i.e. \(\displaystyle y\left(3x^{2}-1\right)=2x\).The particular solution is \[y=\frac{2x}{3x^{2}-1},\qquad x\neq\pm\frac{1}{\sqrt3}.\]
  3. Exercise 13

    [xsin2(yx)y]dx+xdy=0;y=π4\displaystyle \left[x \sin ^{2}\left(\frac{y}{x}\right)-y\right] d x+x d y=0 ; y=\frac{\pi}{4} when x=1\displaystyle x=1

    Not cross-checked

    This solution has not been cross-checked against the answer printed in NCERT.

    NCERT’s answer
    \(\displaystyle \cot \left(\frac{y}{x}\right)=\log |e x|\)
    Solve for the derivative: \(\displaystyle x\,dy=\left[y-x\sin^{2}\left(\frac yx\right)\right]dx\), so \[\frac{dy}{dx}=\frac yx-\sin^{2}\left(\frac yx\right),\] a function of \(\displaystyle y/x\) alone; the equation is homogeneous.Put \(\displaystyle y=vx\), \(\displaystyle \frac{dy}{dx}=v+x\frac{dv}{dx}\): \[v+x\frac{dv}{dx}=v-\sin^{2}v\quad\Longrightarrow\quad x\frac{dv}{dx}=-\sin^{2}v.\] Separating the variables, \[\mathrm{cosec}^{2}v\,dv=-\frac{dx}{x}.\] Since \(\displaystyle \int\mathrm{cosec}^{2}v\,dv=-\cot v\), integrating gives \[-\cot v=-\log|x|+\mathrm C\quad\Longrightarrow\quad\cot v=\log|x|+\mathrm{C}_{1}.\] Apply \(\displaystyle y=\frac{\pi}{4}\) when \(\displaystyle x=1\), so \(\displaystyle v=\frac{\pi}{4}\) and \(\displaystyle \cot\frac{\pi}{4}=1\): \[1=\log 1+\mathrm{C}_{1}=\mathrm{C}_{1}.\] The particular solution is \[\cot\left(\frac yx\right)=\log|x|+1=\log|ex|.\]
  4. Exercise 14

    dydxyx+cosec(yx)=0;y=0\displaystyle \frac{d y}{d x}-\frac{y}{x}+\operatorname{cosec}\left(\frac{y}{x}\right)=0 ; y=0 when x=1\displaystyle x=1

    Not cross-checked

    This solution has not been cross-checked against the answer printed in NCERT.

    NCERT’s answer
    \(\displaystyle \cos \left(\frac{y}{x}\right)=\log |e x|\)
    The equation is \(\displaystyle \frac{dy}{dx}=\frac yx-\mathrm{cosec}\left(\frac yx\right)\), a function of \(\displaystyle y/x\) alone, so it is homogeneous.Put \(\displaystyle y=vx\), \(\displaystyle \frac{dy}{dx}=v+x\frac{dv}{dx}\): \[v+x\frac{dv}{dx}=v-\mathrm{cosec}\,v\quad\Longrightarrow\quad x\frac{dv}{dx}=-\mathrm{cosec}\,v.\] Separating the variables, \[\sin v\,dv=-\frac{dx}{x}.\] Integrating, \[-\cos v=-\log|x|+\mathrm C\quad\Longrightarrow\quad\cos v=\log|x|+\mathrm{C}_{1}.\] Apply \(\displaystyle y=0\) when \(\displaystyle x=1\), so \(\displaystyle v=\frac01=0\) and \(\displaystyle \cos 0=1\): \[1=\log 1+\mathrm{C}_{1}=\mathrm{C}_{1}.\] The particular solution is \[\cos\left(\frac yx\right)=\log|x|+1=\log|ex|.\]
  5. Exercise 15

    2xy+y22x2dydx=0;y=2\displaystyle 2 x y+y^{2}-2 x^{2} \frac{d y}{d x}=0 ; y=2 when x=1\displaystyle x=1

    Not cross-checked

    This solution has not been cross-checked against the answer printed in NCERT.

    NCERT’s answer
    \(\displaystyle y=\frac{2 x}{1-\log |x|}(x \neq 0, x \neq e)\)
    Solve for the derivative: \(\displaystyle 2x^{2}\frac{dy}{dx}=2xy+y^{2}\), so \[\frac{dy}{dx}=\frac{2xy+y^{2}}{2x^{2}},\] homogeneous of degree $\displaystyle 2$ in numerator and denominator.Put \(\displaystyle y=vx\), \(\displaystyle \frac{dy}{dx}=v+x\frac{dv}{dx}\): \[v+x\frac{dv}{dx}=\frac{2vx^{2}+v^{2}x^{2}}{2x^{2}}=v+\frac{v^{2}}{2},\] \[x\frac{dv}{dx}=\frac{v^{2}}{2}.\] Separating the variables, \[\frac{2\,dv}{v^{2}}=\frac{dx}{x}\quad\Longrightarrow\quad-\frac2v=\log|x|+\mathrm C.\] Substituting \(\displaystyle v=\frac yx\), \[-\frac{2x}{y}=\log|x|+\mathrm C.\] Apply \(\displaystyle y=2\) when \(\displaystyle x=1\): \(\displaystyle -\frac{2}{2}=\log 1+\mathrm C\), so \(\displaystyle \mathrm C=-1\). Then \[-\frac{2x}{y}=\log|x|-1\quad\Longrightarrow\quad\frac{2x}{y}=1-\log|x|.\] The particular solution is \[y=\frac{2x}{1-\log|x|},\qquad x\neq0,\;x\neq e.\]
  6. Exercise 16

    A homogeneous differential equation of the from dxdy=h(xy)\displaystyle \frac{d x}{d y}=h\left(\frac{x}{y}\right) can be solved by making the substitution. (A) y=vx\displaystyle y=v x (B) v=yx\displaystyle v=y x (C) x=vy\displaystyle x=v y (D) x=v\displaystyle x=v

    Not cross-checked

    This solution has not been cross-checked against the answer printed in NCERT.

    NCERT’s answer
    C
    In \(\displaystyle \frac{dx}{dy}=h\left(\frac xy\right)\) the dependent variable is \(\displaystyle x\) and the independent variable is \(\displaystyle y\), and the right side is a function of the ratio \(\displaystyle \frac xy\). The substitution must turn that ratio into a single new variable, so we set the ratio equal to \(\displaystyle v\): \[\frac xy=v\quad\Longrightarrow\quad x=vy,\qquad\frac{dx}{dy}=v+y\frac{dv}{dy}.\] The equation then becomes \(\displaystyle v+y\frac{dv}{dy}=h(v)\), i.e. \(\displaystyle \frac{dv}{h(v)-v}=\frac{dy}{y}\), which is variables-separable. (The substitution \(\displaystyle y=vx\) would leave the equation still containing both \(\displaystyle x\) and \(\displaystyle v\) unseparated, so it is the wrong one here.)Hence the correct option is (C) \(\displaystyle x=vy\).
  7. Exercise 17

    Which of the following is a homogeneous differential equation? (A) (4x+6y+5)dy(3y+2x+4)dx=0\displaystyle (4 x+6 y+5) d y-(3 y+2 x+4) d x=0 (B) (xy)dx(x3+y3)dy=0\displaystyle (x y) d x-\left(x^{3}+y^{3}\right) d y=0 (C) (x3+2y2)dx+2xydy=0\displaystyle \left(x^{3}+2 y^{2}\right) d x+2 x y d y=0 (D) y2dx+(x2xyy2)dy=0\displaystyle y^{2} d x+\left(x^{2}-x y-y^{2}\right) d y=0

    Not cross-checked

    This solution has not been cross-checked against the answer printed in NCERT.

    NCERT’s answer
    D
    A first order differential equation \(\displaystyle \mathrm M(x,y)\,dx+\mathrm N(x,y)\,dy=0\) is homogeneous when \(\displaystyle \mathrm M\) and \(\displaystyle \mathrm N\) are homogeneous functions of the same degree, i.e. \(\displaystyle \mathrm F(\lambda x,\lambda y)=\lambda^{n}\mathrm F(x,y)\). Test each option by degree.
    (A)
    \(\displaystyle (4x+6y+5)\,dy-(3y+2x+4)\,dx=0\): the constants \(\displaystyle 5\) and \(\displaystyle 4\) are of degree \(\displaystyle 0\) while \(\displaystyle 4x+6y\) and \(\displaystyle 3y+2x\) are of degree \(\displaystyle 1\), so neither coefficient is homogeneous. Not homogeneous.
    (B)
    \(\displaystyle (xy)\,dx-\left(x^{3}+y^{3}\right)dy=0\): \(\displaystyle xy\) is of degree \(\displaystyle 2\), \(\displaystyle x^{3}+y^{3}\) of degree \(\displaystyle 3\). Degrees differ. Not homogeneous.
    (C)
    \(\displaystyle \left(x^{3}+2y^{2}\right)dx+2xy\,dy=0\): within the first coefficient \(\displaystyle x^{3}\) is of degree \(\displaystyle 3\) and \(\displaystyle 2y^{2}\) of degree \(\displaystyle 2\), so that coefficient is not homogeneous at all. Not homogeneous.
    (D)
    \(\displaystyle y^{2}\,dx+\left(x^{2}-xy-y^{2}\right)dy=0\): \(\displaystyle \mathrm M=y^{2}\) and \(\displaystyle \mathrm N=x^{2}-xy-y^{2}\) are both homogeneous of degree \(\displaystyle 2\), since replacing \(\displaystyle (x,y)\) by \(\displaystyle (\lambda x,\lambda y)\) multiplies each by \(\displaystyle \lambda^{2}\). Equivalently \(\displaystyle \frac{dy}{dx}=\frac{-y^{2}}{x^{2}-xy-y^{2}}\) is a function of \(\displaystyle \frac yx\) alone.
    Hence the correct option is (D) \(\displaystyle y^{2}\,dx+\left(x^{2}-xy-y^{2}\right)dy=0\).