Non Exact Differential Equations MCQ Quiz - Objective Question with Answer for Non Exact Differential Equations - Download Free PDF

Last updated on Apr 14, 2025

Latest Non Exact Differential Equations MCQ Objective Questions

Non Exact Differential Equations Question 1:

If x(t) satisfies the differential equation

tdxdt+(tx)=0

subject to the condition x(1) = 0, then the value of x(2) is ________. (rounded off to 2 decimal places)

Answer (Detailed Solution Below) -1.40 - -1.38

Non Exact Differential Equations Question 1 Detailed Solution

Explanation:

tdxdt+tx=0

dxdtxt+1=0

dxdt1tx=1

This is a linear differential equation of the form,

dxdt+Px=Q

where, P=1t and Q=1

Integrating factor, IF=e1tdx=elnt=eln(1t)=1t

Thus, the solutions is

x×IF=QIFdt+C

x1t=11tdt+c

xt=lnt+cxt=ln(1t)+c

xt=ln1t+cx=tln1t+ct

Given, at t = 1, x = 0

⇒ 0 = 0 + c ⇒ c = 0

Now, for t = 2,

x=2ln12;x=2ln2

x = -2 × 0.693 = -1.386 ≃ -1.39

Non Exact Differential Equations Question 2:

The general solution of the differential equation dydx=xy2x2y+4 is

  1. 1(y2)2=(x2)22+C
  2. loge|y2|=(x2)22+C
  3. (y2)2=(x2)22+C
  4. loge|y2|=C
  5. loge|y2|=(x2)2+C

Answer (Detailed Solution Below)

Option 2 : loge|y2|=(x2)22+C

Non Exact Differential Equations Question 2 Detailed Solution

Concept Used:

Separation of variables and integration for solving first-order differential equations.

Calculation

Given:

Differential equation: dydx=xy2x2y+4

dydx=x(y2)2(y2)

dydx=(x2)(y2)

dyy2=(x2)dx

Integrate both sides:

dyy2=(x2)dx

loge|y2|=(x2)22+C

∴ The general solution is loge|y2|=(x2)22+C

Hence option 2 is correct

Non Exact Differential Equations Question 3:

The solution of dycosy=dx is

  1. log |sec y - tan y| = x + C
  2. x + sec y + tan y = C
  3. sec y + tan y = x + C
  4. log |sec x + tan y| = sec y + x + C
  5. log |sec y + tan y| = x + C

Answer (Detailed Solution Below)

Option 1 : log |sec y - tan y| = x + C

Non Exact Differential Equations Question 3 Detailed Solution

Calculation:

dycosy=dx

sec y dy = dx

Integrating both sides:

secydy=dx

log |sec y + tan y| = x + C

where C is the constant of integration.

∴ The solution is log |sec y + tan y| = x + C

Hence option 1 is correct

Non Exact Differential Equations Question 4:

Which among the following are the integrating factors of the differential equation 3xy + y+ (x+ xy)dydx = 0

(A). x

(B). x2

(C). 3x

(D). 1xy(2x+y)

Choose the correct answer from the options given below:

  1. (A) and (C) only.
  2. (A), (C) and (D) only.
  3. (A), (B), (C) and (D).
  4. (B), (C) and (D) only.

Answer (Detailed Solution Below)

Option 2 : (A), (C) and (D) only.

Non Exact Differential Equations Question 4 Detailed Solution

Explanation:

We are given the differential equation:

3xy+y2+(x2+xy)dydx=0  

(3xy+y2)+(x2+xy)dydx=0

(x2+xy)dydx+(3xy+y2)=0  

(x2+xy)dy+(3xy+y2)dx=0   

(3xy+y2)dx+(x2+xy)dy=0  

which is of the form:

M(x, y)  dx+ N(x, y) dy = 0

where:  M=3xy+y2  and  N=x2+xy

A differential equation is exact if:

My=Nx  

My=y(3xy+y2)=3x+2y    

Nx=x(x2+xy)=2x+y   

Since  3x+2y2x+y  , the equation is not exact, and we need an integrating factor (IF)

An integrating factor  μ(x,y)  makes the equation exact by multiplying both M and N by μ(x,y) 

(A) x as an Integrating Factor: 

Multiplying by x :

x(3xy+y2)dx+x(x2+xy)dy=0    

New  M=x(3xy+y2)=3x2y+xy2

New  N=x(x2+xy)=x3+x2y

Check exactness:

My=y(3x2y+xy2)=3x2+2xy   

Nx=x(x3+x2y)=3x2+2xy  

⇒ x is an integrating factor

(B) x2  as an Integrating Factor:

Multiplying by x2  :

x2(3xy+y2)dx+x2(x2+xy)dy=0   

New  M=x2(3xy+y2)=3x3y+x2y2

New  N=x2(x2+xy)=x4+x3y

Check exactness:

My=y(3x3y+x2y2)=3x3+2x2y     

Nx=x(x4+x3y)=4x3+3x2y     

⇒  x2  is not an integrating factor

(C) 3x as an Integrating Factor:

Multiplying by 3x :

3x(3xy+y2)dx+3x(x2+xy)dy=0    

New  M=3x(3xy+y2)=9x2y+3xy2

New  N=3x(x2+xy)=3x3+3x2y

Check exactness:

My=y(9x2y+3xy2)=9x2+6xy    

Nx=x(3x3+3x2y)=9x2+6xy      

⇒  3x is not an integrating factor

(D)  1xy(2x+y)  as an Integrating Factor:

Multiplying by  1xy(2x+y) :

1xy(2x+y)(3xy+y2)dx+1xy(2x+y)(x2+xy)dy=0

M=(3x+y)x(2x+y)

N=(x+y)y(2x+y)  

We now check if the equation becomes exact, meaning: My=Nx  

y(3x+yx(2x+y))=x(x+yy(2x+y))  

which confirms exactness 

Thus, 1xy(2x+y)  is a valid integrating factor

⇒ (A), (C), and (D) are  correct only 

Hence Option(2) is the correct answer.

Non Exact Differential Equations Question 5:

Find the integrating factor of (yxy2)dx(x+x2y)dy=0?

  1. 1/2x
  2. y/2x
  3. 1/2xy
  4. 1/2y

Answer (Detailed Solution Below)

Option 3 : 1/2xy

Non Exact Differential Equations Question 5 Detailed Solution

Given:

(yxy2)dx(x+x2y)dy=0

Concept used:

If an equation of the form Mdx + Ndy = 0 is not exact, it can always be made exact by multiplying by some function of x and y. Such a multiplier is called an integrating factor. 

Solution:

We have,

(y - xy2) dx - (x + x2y)dy = 0

Comparing with Mdx + Ndy = 0 Here M = (y - xy2) and N = - (x + x2y)

Since Mx - Ny  0 then Integrating factor is 1MxNy

Mx - Ny = (y - xy2)x - {- (x + x2y)y} ⇒ Mx - Ny = xy - x2y2 + xy + x2y2

⇒ Mx - Ny = 2xy Hence, Mx - Ny  0

 So, I.F = 1/2xy

 Option 3 is correct.

Top Non Exact Differential Equations MCQ Objective Questions

The solution of  dydx=y2  with initial value y(0) = 1 is bounded in the interval 

  1. x
  2. x1
  3. x<1, x>1
  4. 2x2

Answer (Detailed Solution Below)

Option 3 : x<1, x>1

Non Exact Differential Equations Question 6 Detailed Solution

Download Solution PDF

 dydx=y2and y(0) = 1

dyy2=dx(separation of variable)

⇒ from the Integrating the equation, we get

dyy2=dx

1y=x+c

⇒ at x = 0, y = 1, hence -1/1 = c ⇒ c = -1

1y=x1

1y=1x

y=11x

x ≠ 1, at (x = 1) y will be undefined

x > 1, x < 1

The integrating factor for the differential equation dPdt+K2P=K1L0eK1t

  1. e-k1t
  2. e-k2t
  3. ek1t
  4. ek2t

Answer (Detailed Solution Below)

Option 4 : ek2t

Non Exact Differential Equations Question 7 Detailed Solution

Download Solution PDF

Concept: 

The standard form of a linear equation of the first order, commonly known as Leibnitz's linear equation, is

dydx+P.y=Q

Where, P and Q are the functions of 'X'

The integrating factor is given as,

I.F=ePdx

The solution of the above equation is given as,

(I.F)y=(I.F)Q dx+C

Calculation:

Given equation,

dPdt+K2P=K1L0eK1t

This equation is a linear equation of first order, therefore comparing it with the general equation

dydx+P.y=Q

Hence P = K2

∴ I.F=ePdt

∴ I.F=eK2dt

∴ I.F=eK2t

Consider the differential equation dydx=(1+y2)x. The general solution with constant C is

  1. y=tanx22+tanc
  2. y=tan2(x2+c)
  3. y=tan2(x2)+c
  4. y=tan(x22+c)

Answer (Detailed Solution Below)

Option 4 : y=tan(x22+c)

Non Exact Differential Equations Question 8 Detailed Solution

Download Solution PDF

Concept:

Separation of Variables:

f1(x)g1(y)dx + f2(x)g2(y)dy = 0

f1(x)f2(x)dx+g2(y)g1(y)dy=C

Calculation:

Given:

Differential equation:

dydx=(1+y2)x

By separation of variables:

11+y2dy=xdx

Integrating on both sides we will get:

tan1y=x22+C

y=tan(x22+C)

The solution of the differential equation (dy/dx) = ky, y(0) = c is

  1. x = ce-ky
  2. x = kecy
  3. y = cekx
  4. y = ce-kx

Answer (Detailed Solution Below)

Option 3 : y = cekx

Non Exact Differential Equations Question 9 Detailed Solution

Download Solution PDF

The given differential equation is, (dy/dx) = ky

dyy=kdx

On integrating both the sides, we get

ln y = kx + ln c

y = cekx

The solution of the differential equation y1x2dy+x1y2dx=0 is

  1. 1x2=c
  2. 1y2=c
  3. 1x2+1y2=c
  4. 1+x2+1+y2=c

Answer (Detailed Solution Below)

Option 3 : 1x2+1y2=c

Non Exact Differential Equations Question 10 Detailed Solution

Download Solution PDF

Given differential equation is,

y1x2dy+x1y2dx=0

y1y2dy=x1x2dx

By integrating both sides,

y1y2dy=x1x2dx+C1

(1 – y2)1/2 = - (1 – x2)1/2 + C

(1y2)+(1x)+C=0

Consider the following wave equation,

2f(x,t)t2=100002f(x,t)x2

Which of the given options is/are solution(s) to the given wave equation?

  1. f(x,t)=e(x100t)2+e(x+100t)2
  2. f(x,t)=e(x100t)+0.5e(x+1000t)
  3. f(x,t)=e(x100t)+sin(x+100t)
  4. f(x,t)=ej100π(100x+t)+ej100π(100x+t)

Answer (Detailed Solution Below)

Option :

Non Exact Differential Equations Question 11 Detailed Solution

Download Solution PDF

Concept:

One dimensional wave equation:

 2ut2=C22ux2

Two-dimensional wave equation:

 2ut2=2ux2+2uy2

Analysis:

The solution is given as:

F = f(x ± ct)

option 1 and 3 satisfies the given conditions. 

Find the particular solution for the initial value problem

2 sin (y2) dx + xy cos (y2) dy = 0, if y(2)=(π2)

  1. x4 sin (y3) = 28
  2. x3 sin (y2) = 8
  3. x4 = 16
  4. x4 sin (y2) = 16

Answer (Detailed Solution Below)

Option 4 : x4 sin (y2) = 16

Non Exact Differential Equations Question 12 Detailed Solution

Download Solution PDF

Concept:

This is the case of an In-exact differential equation first we need to reduce it to exact differential

(1) If 'M' and 'N' are a homogeneous function of some degree then

  • I.F = 1Mx+Ny

(2) If 'M' and 'N' are not homogeneous but M = yf1(x,y), N = xf2(x,y) then

  • I.F = 1MxNy

(3) If MyNxN=f(x)(or)constantthen         

  • I.F=ef(x)dx

(4) If NxMxM=f(y)(or)constantthen

  • I.F=ef(y)dy

The solution is given by

M1dx+(TermsinN1freefromx)dy=0...(i)

where, M1 = (I.F) × M, N1 = (I.F) × N

Calculation:

Given:

2 sin (y2)dx + xy cos (y2)dy = 0, y(2)=(π2)

M = 2 sin (y2), N = xy cos (y2)dy

My=2cos(y2)2y & Nx=ycos(y2)2y

MyNx

By using 3rd statement

MyNxN=3ycos(y2)xycos(y2)=3x=f(x)

I.F=e3xdx=x3

M1 = x3 × 2 sin (y2),

N1 = x3 × xy cos (y2)

from equation '1' we have

M1dx+(TermsinN1freefromx)dy=0

2x3sin(y2)dx+x4ycos(y2)dy=0

x42sin(y2)=cy(2)=(π2)

x42sin(π2)=cc=8

x42sin(π2)=8

x4sin(y2)=16

Non Exact Differential Equations Question 13:

The integrating factor of equation y log y dx + (x – log y) dy = 0 is

  1. log x
  2. log y
  3. log (log x)
  4. log (log y)

Answer (Detailed Solution Below)

Option 2 : log y

Non Exact Differential Equations Question 13 Detailed Solution

y log y dx + (x – log y) dy = 0

dxdy+xlogyylogy=0

dxdy+xylogy=1y

It is a Leibnitz’s equation in x.

Integrating factor =e1ylogydy=elog(logy)=logy

Non Exact Differential Equations Question 14:

If xr is on integrating factor of (x + y3) dx + 6xy2 dy = 0, then r is ______

Answer (Detailed Solution Below) -0.5

Non Exact Differential Equations Question 14 Detailed Solution

Concept:

In the equation M dx + N dy = 0

If (MyNx)N be a function of x only = f(x), then ef(x)dx is an integrating factor.

Calculation:

Given differential equation is

(x + y3)dx + 6xy2 dy = 0

M = x + y3, N = 6xy2

My=3y2 

Nx=6y2 

MyNxN=3y26y26xy2=12(1x)=f(x) 

Integrating factor e12(1x)dx=1x=x0.5 

Given that xr is an integrating factor.

⇒ r = -0.5

Non Exact Differential Equations Question 15:

The solutions of the equation 3yy’ + 4x = 0 represents a:

  1. Family of circles
  2. Family of ellipses
  3. Family of Parabolas
  4. Family of hyperbolas

Answer (Detailed Solution Below)

Option 2 : Family of ellipses

Non Exact Differential Equations Question 15 Detailed Solution

3yy’ + 4x = 0

3ydydx=4x

3ydy = - 4x dx

On integration both the sides:

32y2=2x2+c

Where c is the constant of integration.

32y2+2x2=c

x2(12)c+y2(23)c=1

Thus, the solution of given differential equation represents the family of Ellipses.
Get Free Access Now
Hot Links: teen patti - 3patti cards game downloadable content teen patti yas all teen patti game teen patti - 3patti cards game teen patti gold downloadable content