ExamGOAL
Books
23
Subjective

Solve the differential equation $\left(1+y^2\right) \tan ^{-1} x d x+2 y\left(1+x^2\right) d y=0$.

Explanation

Given differential equation is

$$\begin{aligned} \Rightarrow & & \left(1+y^2\right) \tan ^{-1} x d x+2 y\left(1+x^2\right) d y & =0 \\ \Rightarrow & & \left(1+y^2\right) \tan ^{-1} x d x & =-2 y\left(1+x^2\right) d y \\ & & \frac{\tan ^{-1} x d x}{1+x^2} & =-\frac{2 y}{1+y^2} d y \end{aligned}$$

On integrating both sides, we get

$$\int \frac{\tan ^{-1} x}{1+x^2} d x=-\int \frac{2 y}{1+y^2} d y$$

Put $\tan ^{-1} x=t$ in LHS, we get

$$\frac{1}{1+x^2} d x=d t$$

and put $1+y^2=u$ in RHS, we get

$$\begin{array}{l} & 2 y d y =d u \\ \Rightarrow & \int t d t =-\int \frac{1}{u} d u \Rightarrow \frac{t^2}{2}=-\log u+C \\ \Rightarrow & \frac{1}{2}\left(\tan ^{-1} x\right)^2 =-\log \left(1+y^2\right)+C \\ \Rightarrow & \frac{1}{2}\left(\tan ^{-1} x\right)^2+\log \left(1+y^2\right) =C \end{array}$$

24
Subjective

Find the differential equation of system of concentric circles with centre $(1,2)$.

Explanation

The family of concentric circles with centre $(1,2)$ and radius $a$ is given by

$$\begin{aligned} & (x-1)^2+(y-2)^2 & =a^2 \\ &\Rightarrow \quad x^2+1-2 x+y^2+4-4 y =a^2 \\ &\Rightarrow \quad x^2+y^2-2 x-4 y+5 =a^2\quad\text{.... (i)} \end{aligned}$$

On differentiating Eq. (i) w.r.t. $x$, we get

$$\begin{array}{rlr} & 2 x+2 y \frac{d y}{d x}-2-4 \frac{d y}{d x}=0 \\ \Rightarrow & (2 y-4) \frac{d y}{d x}+2 x-2=0 \\ \Rightarrow & (y-2) \frac{d y}{d x}+(x-1)=0 \end{array}$$

25
Subjective

Solve $y+\frac{d}{d x}(x y)=x(\sin x+\log x)$.

Explanation

Given differential equation is

$$\begin{array}{cc} & y+\frac{d}{d x}(x y)=x(\sin x+\log x) \\ \Rightarrow & y+x \frac{d y}{d x}+y=x(\sin x+\log x) \\ \Rightarrow & x \frac{d y}{d x}+2 y=x(\sin x+\log x) \\ \Rightarrow & \frac{d y}{d x}+\frac{2}{x} y=\sin x+\log x \end{array}$$

which is a linear differential equation.

On comparing it with $\quad \frac{d y}{d x}+P y=Q$, we get

$$\begin{aligned} & P=\frac{2}{x}, Q=\sin x+\log x \\ & \text { IF }=e^{\int \frac{2}{x} \frac{2 x}{x}}=e^{2 \log x}=x^2 \end{aligned}$$

The general solution is

$$ \begin{array}{ll} & y \cdot x^2=\int(\sin x+\log x) x^2 d x+C \\ \Rightarrow & y \cdot x^2=\int\left(x^2 \sin x+x^2 \log x\right) d x+C \\ \Rightarrow & y \cdot x^2=\int x^2 \sin x d x+\int x^2 \log x d x+C \\ \Rightarrow\quad & y \cdot x^2=I_1+I_2+C\quad\text{.... (i)} \end{array}$$

$$ \begin{aligned} &\begin{aligned} \text { Now, } \quad & I_1 =\int x^2 \sin x d x \\ & =x^2(-\cos x)+\int 2 x \cos x d x \\ & =-x^2 \cos x+\left[2 x(\sin x)-\int 2 \sin x d x\right] \\ & I_1 =-x^2 \cos x+2 x \sin x+2 \cos x \quad\text{.... (ii)}\\ \text { and }\quad & I_2 =\int x^2 \log x d x \end{aligned} \end{aligned}$$

$$\begin{aligned} &\begin{aligned} & =\log x \cdot \frac{x^3}{3}-\int \frac{1}{x} \cdot \frac{x^3}{3} d x \\ & =\log x \cdot \frac{x^3}{3}-\frac{1}{3} \int x^2 d x \\ & =\log x \cdot \frac{x^3}{3}-\frac{1}{3} \cdot \frac{x^3}{3}\quad\text{.... (iii)} \end{aligned}\\ &\text { On substituting the value of } I_1 \text { and } I_2 \text { in Eq. (i), we get }\\ &\begin{aligned} y \cdot x^2 & =-x^2 \cos x+2 x \sin x+2 \cos x+\frac{x^3}{3} \log x-\frac{1}{9} x^3+C \\ \therefore \quad y & =-\cos x+\frac{2 \sin x}{x}+\frac{2 \cos x}{x^2}+\frac{x}{3} \log x-\frac{x}{9}+C x^{-2} \end{aligned} \end{aligned}$$

26
Subjective

Find the general solution of $(1+\tan y)(d x-d y)+2 x d y=0$.

Explanation

Given differential equation is $(1+\tan y)(d x-d y)+2 x d y=0$

on dividing throughout by $d y$, we get

$$\begin{aligned} & (1+\tan y)\left(\frac{d x}{d y}-1\right)+2 x =0 \\ \Rightarrow \quad& (1+\tan y) \frac{d x}{d y}-(1+\tan y)+2 x =0 \\ \Rightarrow \quad& (1+\tan y) \frac{d x}{d y}+2 x =(1+\tan y) \\ \Rightarrow \quad& \frac{d x}{d y}+\frac{2 x}{1+\tan y} =1 \end{aligned}$$

which is a linear differential equation.

On comparing it with $\frac{d x}{d y}+P x=Q$, we get

$$\begin{aligned} P & =\frac{2}{1+\tan y}, Q=1 \\ \text { IF } & =e^{\int \frac{2}{1+\tan y} d y}=e^{\int \frac{2 \cos y}{\cos y+\sin y} d y} \\ & =e^{\int \frac{\cos y+\sin y+\cos y-\sin y}{\cos y+\sin y} d y} \\ & =e^{\int\left(1+\frac{\cos y-\sin y}{\cos y+\sin y}\right) d y}=e^{y+\log (\cos y+\sin y)} \\ & =e^y \cdot(\cos y+\sin y)\quad \left[\because e^{\log x}=x\right] \end{aligned}$$

The general solution is

$$\begin{array}{ll} & \\ & x \cdot e^y(\cos y+\sin y)=\int 1 \cdot e^y(\cos y+\sin y) d y+C \\ \Rightarrow & x \cdot e^y(\cos y+\sin y)=\int e^y(\sin y+\cos y) d y+C \\ \Rightarrow & x \cdot e^y(\cos y+\sin y)=e^y \sin y+C \quad\left[\because \int e^x\left\{f(x)+f^{\prime}(x)\right\} d x=e^x f(x)\right] \\ \Rightarrow & x(\sin y+\cos y)=\sin y+C e^{-y} \end{array}$$

27
Subjective

Solve $\frac{d y}{d x}=\cos (x+y)+\sin (x+y)$.

Explanation

Given, $$\frac{d y}{d x}=\cos (x+y)+\sin (x+y)\quad\text{.... (i)}$$

Put $\quad x+y=z$

$$\Rightarrow \quad 1+\frac{d y}{d x}=\frac{d z}{d x}$$

On substituting these values in Eq. (i), we get

$$\begin{array}{ll} & \left(\frac{d z}{d x}-1\right)=\cos z+\sin z \\ \Rightarrow & \frac{d z}{d x}=(\cos z+\sin z+1) \\ \Rightarrow \quad & \frac{d z}{\cos z+\sin z+1}=d x \end{array}$$

$$\begin{aligned} &\text { On integrating both sides, we get }\\ &\begin{aligned} & \int \frac{d z}{\cos z+\sin z+1}=\int 1 d x \\ & \Rightarrow \quad \int \frac{d z}{\frac{1-\tan ^2 z / 2}{1+\tan ^2 z / 2}+\frac{2 \tan z / 2}{1+\tan ^2 z / 2}+1}=\int d x \\ & \Rightarrow \quad \int \frac{d z}{\frac{1-\tan ^2 z / 2+2 \tan z / 2+1+\tan ^2 z / 2}{\left(1+\tan ^2 z / 2\right)}}=\int d x \\ & \Rightarrow \quad \int \frac{\left(1+\tan ^2 z / 2\right) d z}{2+2 \tan ^2 z / 2}=\int d x \\ & \Rightarrow \quad \int \frac{\sec ^2 z / 2 d z}{2(1+\tan z / 2)}=\int d x \\ & \text { Put } 1+\tan z / 2=t \Rightarrow \quad\left(\frac{1}{2} \sec ^2 z / 2\right) d z=d t \\ & \Rightarrow \quad \int \frac{d t}{t}=\int d x \\ & \Rightarrow \quad \log |t|=x+C \\ & \Rightarrow \quad \log |1+\tan z / 2|=x+C \\ & \Rightarrow \quad \log \left|1+\tan \frac{(x+y)}{2}\right|=x+C \end{aligned} \end{aligned}$$