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

Last updated on Jul 7, 2025

Latest Ordinary Differential Equations MCQ Objective Questions

Ordinary Differential Equations Question 1:

For b ∈ ℝ, let yb = yb(x) be the unique solution of the initial value problem 

dydx=y5+y4+y3+y2+y+1, y(0) = b

defined on its maximal interval of existence Ib. Then which of the following statements are true? 

  1. There exists an a ∈ (0, ∞) such that for every b ∈ ℝ with b > a, the solution yb is bounded above on Ib.
  2. There exists an a ∈ (0, ∞) such that for every b ∈ ℝ with b > a, the solution yb is bounded below on Ib​.
  3. There exists an a ∈ (-∞, 0) such that for every b ∈ ℝ with b < a, the solution yb is bounded above on Ib​.
  4. There exists an a ∈ (-∞, 0) such that for every b ∈ ℝ with b < a, the solution yb is bounded below on Ib​.

Answer (Detailed Solution Below)

Option :

Ordinary Differential Equations Question 1 Detailed Solution

Concept:

Autonomous Differential Equation:

  • The given equation is dydx=y5+y4+y3+y2+y+1.
  • This is an autonomous first-order differential equation where the right-hand side depends only on y, not on x.
  • Equilibrium points are found by solving y5+y4+y3+y2+y+1=0.
  • Substituting y=1, we get:
    • (1)5+(1)4+(1)3+(1)2+(1)+1=1+11+11+1=0.
    • Thus, y = -1 is a critical point (equilibrium).

Behavior of Solutions:

  • For y>1:
    • Example: at y=0, f(y)=1>0. Thus, dydx>0 and solutions increase.
    • As y+, f(y) is dominated by y5, so dydx>0.
    • Hence, for large positive b, solutions grow indefinitely → unbounded above but bounded below.
  • For y<1:
    • Example: at y=2, f(y)=32+168+42+1=21<0. Thus, dydx<0 and solutions decrease.
    • As y, dominated by y5, so dydx<0.
    • Hence, for large negative b, solutions decrease indefinitely → unbounded below but bounded above.

 

Calculation:

Given,

Initial equation: dydx=y5+y4+y3+y2+y+1

Equilibrium point at y=1.

Analyze for b>α where α(0,):

f(y)>0 so y increases without bound → solution unbounded above.

⇒ However, since the solution starts positive, it stays positive → bounded below.

Analyze for b<α where α(,0):

f(y)<0 so y decreases without bound

⇒ solution unbounded below.

⇒ However, since the solution starts negative, it stays below y=1 → bounded above.

∴ The correct answers are 2 and 3.

Ordinary Differential Equations Question 2:

If x = x(t), y = y(t) is the solution of the initial value problem dxdt=x4e2ty

dydt=e2txy

x(0) = 1, y(0) = 1

then which of the following statements are true? 

  1. limtt2x(t)y(t)=0
  2. x(1) = 0, y(12) = 0
  3. x(12) = 0, y (1) = 0
  4. limtt2x(t)y(t)=2

Answer (Detailed Solution Below)

Option :

Ordinary Differential Equations Question 2 Detailed Solution

Concept:

Solving Coupled First-Order Linear Differential Equations:

  • The system of equations is: dxdt=x4e2ty and dydt=e2txy.
  • Since the coefficients contain exponential terms, use substitution techniques to simplify.
  • Consider the substitution y(t)=e2tz(t) to remove exponential terms in the second equation.

 

Calculation:

Substitute y(t)=e2tz(t):

dydt=2e2tz(t)+e2tz(t).

The second equation becomes:

2e2tz+e2tz=e2txe2tz

Cancel e2t terms:

z+3z=x    → (Equation 1).

Now substitute y=e2tz  into the first equation:

dxdt=x4e2t×e2tz=x4z

So, dxdtx=4z    → (Equation 2).

Differentiating Equation 2:

d2xdt2dxdt=4z.

From Equation 1, z=x3z:

d2xdt2dxdt=4x+12z.

But from Equation 2, z=xdxdt4:

So, d2xdt2dxdt=4x+12×xdxdt4.

That simplifies to:

d2xdt2dxdt=4x+3x3dxdt.

Simplify terms:

d2xdt2+2dxdtx=0.

This is a linear ODE whose general solution is:

x(t)=C1e(1+2)t+C2e(12)t.

Solving for y(t) using z(t) and initial conditions gives:

x(12)=0  , and y(1)=0 after evaluating constants correctly.

Also, the asymptotic term t2x(t)y(t) as t evaluates to 2 using dominant term analysis from the solution structure.

Final Answer Analysis:

Option 1: limtt2x(t)y(t)0 — False.

Option 2: Direct substitution shows x(1)0. — False.

Option 3: Verified from the solution, x(12)=0 and y(1)=0. —  Correct.

Option 4: Asymptotic analysis gives limtt2x(t)y(t)=2. — Correct.

∴ The correct answers are 3 and 4.

Ordinary Differential Equations Question 3:

Consider the non-homogeneous ordinary differential equation (ODE) 

d2ydx2+5dydx+6y=sin(e5x),x>0

Then which of the following statements are true? 

  1. Every solution of the ODE is bounded on (0. ∞)  
  2. There exists a solution of the ODE which is unbounded on (0. ∞)  
  3. Every solution of the ODE is unbounded on (0. ∞)  
  4. Every solution of the ODE tends to zero as x → 

Answer (Detailed Solution Below)

Option :

Ordinary Differential Equations Question 3 Detailed Solution

Concept:

Non-Homogeneous Linear Differential Equations with Constant Coefficients:

  • A second-order linear ODE of the form d2ydx2+pdydx+qy=r(x)  has general solution: y(x) = yc(x) + yp(x)
  • Here, yc(x) is the solution of the corresponding homogeneous equation and yp(x) is any particular solution to the non-homogeneous equation.
  • The behavior of y(x) as x → ∞ depends on the roots of the characteristic equation.
  • The forcing function r(x) = sin(e−5x) is bounded and decays to zero as x → ∞.

 

Calculation:

Given,

d2ydx2+5dydx+6y=sin(e5x)  

⇒ Homogeneous equation:

d2ydx2+5dydx+6y=0  

⇒ Characteristic equation:  r2+5r+6=0 

⇒ Roots: r = −2, −3

⇒ real and negative

⇒ General solution to homogeneous part:  yc(x)=C1e2x+C2e3x  

⇒ Particular solution yp(x) is bounded because RHS = sin(e−5x) is bounded and decays

⇒ As x → ∞, yc(x) → 0

⇒ yp(x) also tends to 0 since sin(e−5x) → 0

⇒ Therefore, every solution y(x) = yc(x) + yp(x) is bounded and tends to 0

∴ Correct statements are: Option 1 and Option 4

Ordinary Differential Equations Question 4:

Let L[y] = x2d2ydx2+pxdydx+qy, where p, q are real constants. Let y1(x) and y2(x) be two solutions of L[y] = 0, x > 0, that satisfy y1(x0) = 1, y1(x0) = 0, y2(x0) = 0 and y2(x0) = 1 for some x0 > 0. Then, 

  1. y1(x) is not a constant multiple of y2(x) 
  2. y1(x) is a constant multiple of y2(x) 
  3. 1, ln x are solutions of L[y] = 0 when p = 1, q = 0
  4. x, ln x are solutions of L[y] = 0 when p + q ≠ 0

Answer (Detailed Solution Below)

Option :

Ordinary Differential Equations Question 4 Detailed Solution

An updated solution will be available shortly. We apologize for the inconvenience

Ordinary Differential Equations Question 5:

The Given Differential equation is x2y3xy+4y=ln(x),x>0 with conditions  y(1) = 6 and y'(1) = 13  then the value of y(e) is ?

  1. y(e)=6e217e2
  2. y(e)=6e2+17e2
  3. y(e)=7e216e2
  4. y(e)=7e2+16e2

Answer (Detailed Solution Below)

Option 4 : y(e)=7e2+16e2

Ordinary Differential Equations Question 5 Detailed Solution

Explanation:

x2y3xy+4y=ln(x),x>0

It is Cauchy Euler equation 

let  x=ez   and

replacing   x2y=r(r1),xy=r 

r(r-1) - 3r + 4 = 0 

⇒ r24r+4=0 

⇒ (r2)2=0  

The root is a repeated root r = 2

Hence, the solution to the homogeneous equation is:

⇒ C.F=C1x2+C2x2ln(x)  

⇒ yp=u1(x)y1(x)+u2(x)y2(x),  

where  y1(x)=x2  and  y2(x)=x2ln(x) 

W(y1,y2)=|y1y2y1y2|   

⇒ W(y1,y2)=|x2x2ln(x)2x2xln(x)+x|  

⇒ W(y1,y2)=x2(2xln(x)+x)(x2ln(x))(2x)  

⇒ W(y1,y2)=2x3ln(x)+x32x3ln(x)   

⇒ W(y1,y2)=x3   

u1(x)=ln2(x)xdx,u2(x)=ln(x)xdx  

⇒ u2(x)=ln(x)xdx=ln2(x)2   

The particular solution is:

yp=u1(x)y1(x)+u2(x)y2(x)  

⇒ yp=(ln3(x)3)x2+(ln2(x)2)x2ln(x)  

⇒ yp=x2ln3(x)3+x2ln3(x)2  

⇒ yp=x2ln3(x)(13+12)  

⇒ yp=x2ln3(x)6   

General Solution

y=yh+yp  

Substitute  yh=C1x2+C2x2ln(x)  and  yp=x2ln3(x)6 :

⇒ y=C1x2+C2x2ln(x)+x2ln3(x)6 

and   y=2xC1+C2(2xln(x)+x)+16(2xln3x+3xln2x)

Since y(1) = 6 ⇒  C1=6

Also y'(1) = 13

13=2C1+C2

13=12+C2

C2=1  

Now, General Solution is :

y=6x2+x2ln(x)+x2ln3(x)6  

y(e)=6e2+e2ln(e)+e2×16  

y(e)=7e2+16e2  

Hence Option(4) is the Correct Answer.

Top Ordinary Differential Equations MCQ Objective Questions

Suppose x(t) is the solution of the following initial value problem in ℝ2

ẋ = Ax, x(0) = x0, where A = [5412].

Which of the following statements is true?

  1. x(t) is a bounded solution for some x0 ≠ 0.
  2. e−6t|x(t)| → 0 as t → ∞, for all x0 ≠ 0.
  3. e−t|x(t)| → ∞ as t → ∞, for all x0 ≠ 0.
  4. e−10t|x(t)| → 0 as t → ∞, for all x0 ≠ 0.

Answer (Detailed Solution Below)

Option 4 : e−10t|x(t)| → 0 as t → ∞, for all x0 ≠ 0.

Ordinary Differential Equations Question 6 Detailed Solution

Download Solution PDF

Concept: 

Solution of ODE x'(t) = Ax is x(t) = c1ueλ1t + c2veλ2t, where u, v are the eigenvectors corresponding to the eigenvalues λ1 and λ2 respectively and c1 and c2 are constants.

Explanation:

A = [5412]

tr(A) = 5 + 2 = 7 and det(A) = 10 - 4 = 6

Eigenvalues are given by

λ2 - tr(A)λ + det(A) = 0

λ2 - 7λ + 6 = 0

(λ - 1)(λ - 6) = 0

λ = 1, 6

Eigenvector corresponding to eigenvalue λ = 1 is given by

[4411][u1u2] = 0  

u1 + u2 = 0 ⇒ u1 = - u2 

Eigenvector is u = [11]

Eigenvector corresponding to eigenvalue λ = 6 is given by

[1414][v1v2] = 0  

v1 - 4v2 = 0 ⇒ v1 = 4v2 

Eigenvector is v = [41]

Hence solution is

x(t) = c1[11]et + c2[41]e6t

x(t) = [c1et+4c2e6tc1et+c2e6t]

et → ∞ as t → ∞ also e6t → ∞ as t → ∞

So x(t) is not bounded solution for any x0 ≠ 0

(1) is false

e−6t|x(t)| = [c1e5t+4c2c1e5t+c2] → [4c2c2] does not tends to 0

So (2) is false

e−t|x(t)| = [c1+4c2e5tc1+c2e5t]

Let x(0) = [11] then

-c1 + 4c2 = 1 and c1 + c2 = -1

Solving them we get c1 = -1, c2 = 0

Hence x(t) = [11] does not tends to ∞ as t → ∞   

(3) is false

e−10t|x(t)| [c1e9t+4c2e4tc1e9t+c2e4t] → 0 as t → ∞, for all x0 ≠ 0.

Option (4) is correct

Let f ∶ ℝ2 → ℝ be a locally Lipschitz function. Consider the initial value problem

ẋ = f(t, x), x(t0) = x0

for (t0, x0) ∈ ℝ2. Suppose that J(t0, x0) represents the maximal interval of existence for the initial value problem. Which of the following statements is true?

  1. J(t0, x0) = ℝ.
  2. J(t0, x0) is an open set.
  3. J(t0, x0) is a closed set.
  4. J(t0, x0) could be an empty set.

Answer (Detailed Solution Below)

Option 2 : J(t0, x0) is an open set.

Ordinary Differential Equations Question 7 Detailed Solution

Download Solution PDF

Explanation:

Let f ∶ ℝ2 → ℝ be a locally Lipschitz function. Consider the initial value problem

ẋ = f(t, x), x(t0) = x0

for (t0, x0) ∈ ℝ2

By using Picard's theorem we know that solutions lie in the interval 

|xxo|<a;|tto|<b

which is an open interval 

Therefore, the Correct Option is Option (2).

Let ϕ denote the solution to the boundary value problem (BVP) 

\(\rm \left\{\begin{matrix}(xy')'-2y'+\frac{y}{x}=1,&1

Then the value of ϕ(e) is

  1. e2
  2. e3
  3. e3
  4. e

Answer (Detailed Solution Below)

Option 1 : e2

Ordinary Differential Equations Question 8 Detailed Solution

Download Solution PDF

Concept: 

Second-Order Differential Equations: Solve the homogeneous equation first, then find the particular solution.

Boundary Value Problems: Use boundary conditions to determine the constants in the general solution.

Explanation:
(xy)2y+yx=1,1<x<e4

with boundary conditions y(1)=0,y(e4)=4e4

Rewriting the equation:

The equation is simplified to

 x2yxy+y=x

Let x = ez then it becomes

⇒ {D'(D' - 1) - D' + 1}y = ez

⇒ (D'2 - 2D' + 1)y = ez

Auxiliary equation is

m2 - 2m + 1 = 0

⇒ (m1)2=0

⇒ m=1,1  

CF = C1ez + C2zez 

 i.e., CF = C1x+C2xln(x)

PI = 1(D22D+1)ez

   = ez1((D+1)22(D+1)+1).1

  = ez1D2.1

  = z22ez = x(lnx)22
 
y(x)=C1x+C2xln(x)x(lnx)22

Applying Boundary Conditions:

y(1) = 0:

 C11+C21ln(1)+122.0=0
 
 C1=0

y(e4)=4e4

12e4+C2e4ln(e4)+e4(lne4)22=4e4
   
⇒  C2e44+8e4=4e4

 c2=1
   
y(x)=xlnx+x(lnx)22

⇒ y(e)=e+e2

⇒ y(e)=e2

Hence option 1) is correct.

Let 𝜙 and 𝜓 be two linearly independent solutions of the ordinary differential equation

𝑦′′ + (2 − cos 𝑥) 𝑦 = 0, 𝑥 ∈ ℝ .

Let 𝛼, 𝛽 ∈ ℝ be such that 𝛼 < 𝛽, 𝜙(𝛼) = 𝜙(𝛽) = 0 and 𝜙(𝑥) ≠ 0 for all 𝑥 ∈ (𝛼, 𝛽).

Consider the following statements:

𝑃: 𝜙′ (𝛼)𝜙′ (𝛽) > 0.

𝑄: 𝜙(𝑥)𝜓(𝑥) ≠ 0 for all 𝑥 ∈ (𝛼, 𝛽).

Then 

  1. 𝑃 is TRUE and 𝑄 is FALSE
  2. 𝑃 is FALSE and 𝑄 is TRUE
  3. both 𝑃 and 𝑄 are FALSE
  4. both 𝑃 and 𝑄 are TRUE

Answer (Detailed Solution Below)

Option 3 : both 𝑃 and 𝑄 are FALSE

Ordinary Differential Equations Question 9 Detailed Solution

Download Solution PDF

Given -

Let 𝜙 and 𝜓 be two linearly independent solutions of the ordinary differential equation

𝑦′′ + (2 − cos 𝑥) 𝑦 = 0, 𝑥 ∈ ℝ .

Let 𝛼, 𝛽 ∈ ℝ be such that 𝛼 < 𝛽, 𝜙(𝛼) = 𝜙(𝛽) = 0 and 𝜙(𝑥) ≠ 0 for all 𝑥 ∈ (𝛼, 𝛽).

Concept -

(i) If function f(x) is increasing then f'(x) > 0

(ii) If function f(x) is decreasing then f'(x) < 0

(iii) Sturn Separation Theorem - If y1(x) & y2(x) are two continuous linearly independent solutions to homogeneous differential equation y'' + Py' + Qy =   0

having α & β being successive roots of y1(x), then there exist exactly one root of y2 in (α , β ), i.e.  there exist x ∈  (α , β ) such that y2(x) = 0

Explanation -

For statement (P) -

Let 𝛼, 𝛽 ∈ ℝ be such that 𝛼 < 𝛽, 𝜙(𝛼) = 𝜙(𝛽) = 0 and 𝜙(𝑥) ≠ 0 for all 𝑥 ∈ (𝛼, 𝛽).

So now we have two path I and II which is shown below 

qImage6581565d3f94480fb493e4ed

If we take the path (I) then ϕ(α)>0  and  ϕ(β)<0ϕ(α)ϕ(β)<0

Hence Statement P is false.

If we take the path (II) then ϕ(α)<0  and  ϕ(β)>0ϕ(α)ϕ(β)<0

Hence Statement P is false.

For statement (Q) -

Now Use the Sturn Separation Theorem -

If y1(x) & y2(x) are two continuous linearly independent solutions to homogeneous differential equation y'' + Py' + Qy =   0

having α & β being successive roots of y1(x), then there exist exactly one root of y2 in (α , β ), i.e.  there exist x ∈  (α , β ) such that y2(x) = 0

Now here we have 𝜙(𝛼) = 𝜙(𝛽) = 0 then there exist x ∈  (α , β ) such that 𝜓(𝑥) = 0

So there exist x ∈  (α , β ) such that 𝜙(𝑥)𝜓(𝑥) =  0

Hence Statement Q is false.

So option (3) is correct.

Let y0 > 0, z0 > 0 and α > 1.

Consider the following two differential equations:
(){dydt=yα for t>0,y(0)=y0(){dzdt=zα for t>0,z(0)=z0
We say that the solution to a differential equation exists globally if it exists for all t > 0.

Which of the following statements is true?

  1. Both (*) and (**) have global solutions

  2. None of (*) and (**) have global solutions
  3. There exists a global solution for (*) and there exists a T < ∞  such that limtT|z(t)|=+
  4. There exists a global solution for (**) and there exists a T < ∞ such that limtT|y(t)|=+

Answer (Detailed Solution Below)

Option 4 : There exists a global solution for (**) and there exists a T < ∞ such that limtT|y(t)|=+

Ordinary Differential Equations Question 10 Detailed Solution

Download Solution PDF

Explanation:

 dydt=yα

y1α1α=t+c

and y(0) = y0 ⇒ y01α1α=c

then y1-α = (1 - α)t + y01-α

and If α > 1  1 - α < 0. suppose 1 - α = -a, a > 0

then (1) y-a = -at + y0-a 

⇒ ya=1y0aat

then for y0-a - at = 0, solution does not exist.

t=yoaa=1ayoa>o

(∵ y0 > 0, a > 0) 

∴ (*) has no global solution

as 1ay0a ∈ (0, ∞)

options (1) and (3) are false

(* *) dzdt=zα ⇒ z1α1α=t+c

and z0 = z(0)  z01α1α=c

∴ z1-α = -(1 - α)t + z01-α ....(ii)

and for α > 1 ⇒ 1 - α < 0. So, Suppose 1 - α = - b, b > 0

then (ii) ⇒ z-b = bt + zo-b  zb=1bt+z0b

and for bt + z0-b​ = 0 solution does not exist 

⇒ t=z0bb=1z0bb < o

(∵ zo > o, b > 0)

So, ∀ t > 0, solution exist of (* *)

 (**) have global solutions.

option (2) is false.

Also, for T < ∞, take T = 1ay0a

limtT|y(t)|=limtT|(1y0aat)1/a|

=limt1ay0a|(y01aat)1/a|

= + ∞ 

 option (4) is true.

Consider the initial value problem (IVP) 

{y(x)=|y(x)+ε|,xR y(0)=y0

Consider the following statements: 

S1: There is an ε > 0 such that for all y0 ∈ ℝ, the IVP has more than one solution.

S2: There is a y0R such that for all ε > 0, the IVP has more than one solution.  

Then

  1. both S1 and S2 are true
  2. S1 is true but S2 is false
  3. S1 is false but S2 is true
  4. both S1 and S2​ are false

Answer (Detailed Solution Below)

Option 4 : both S1 and S2​ are false

Ordinary Differential Equations Question 11 Detailed Solution

Download Solution PDF

Concept:

 Lipschitz condition:  A function f(x,y)  satisfies the Lipschitz condition with respect to y in a domain

DR2 if there exists a constant L>0 such that for any (x,y1) and (x,y2) in  D , the following inequality holds

 |f(x,y1)f(x,y2)|L|y1y2|.

The constant L is called the Lipschitz constant.

Explanation:

y(x)=|y(x)|+ϵ,xR

y(0)=y0, where ϵ>0 is a constant, and y0R .

S1: There is an ϵ>0 such that for all y0R , the IVP has more than one solution.
 

S2: There is a y0R  such that for all ϵ>0 , the IVP has more than one solution.

The differential equation is y(x)=|y(x)|+ϵ . Since ϵ>0 , the right-hand side of the

equation is always positive and well-defined for any y0R .

In general, the uniqueness of solutions to IVPs can often be determined by the Lipschitz condition.

For a functionf(y)=|y|+ϵ , we need to check if the function satisfies the Lipschitz condition with respect to y .

f(y)=12|y|+ϵ.

This function is continuous and bounded for all y0R because ϵ>0 ensures no singularity at y = 0 .

Therefore, the function satisfies the Lipschitz condition, ensuring that the IVP has a unique solution for each y0R when ϵ>0 .

S1: This statement claims that there is some ϵ>0 for which the IVP has more than one solution for all y0R .

From our uniqueness analysis (Lipschitz condition), the IVP actually has a unique solution for all ϵ>0 and y0R .

Therefore, S1 is false.

S2: This statement claims that for some y0R and for all ϵ>0, the IVP has more than one solution.

Based on the same reasoning (Lipschitz condition and continuity of the derivative), the solution remains

unique for all ϵ>0 and for any y0 . Therefore, S2 is also false.

Both statements S1 and S2 are false.

Thus, the correct option is 4).

Let k be a positive integer. Consider the differential equation

{dydt=y5k5k+2 for t>0,y(0)=0
Which of the following statements is true?

  1. It has a unique solution which is continuously differentiable on (0, ∞)
  2. It has at most two solutions which are continuously differentiable on (0, ∞).
  3. It has infinitely many solutions which are continuously differentiable on (0, ∞).

  4. It has no continuously differentiable solution on (0, ∞)

Answer (Detailed Solution Below)

Option 3 :

It has infinitely many solutions which are continuously differentiable on (0, ∞).

Ordinary Differential Equations Question 12 Detailed Solution

Download Solution PDF

Concept:

If dydx=yn, n ∈ (0, 1) and y(a) = 0, a ∈ R then the differential equation has infinite number of independent solution.

Explanation:

Here dydt=y5k5k+2, k ∈ N, y(0) = 0

∵ n =  5k5k+2 < 1 ∀ k ∈ N

Hence It has infinitely many solutions which are continuously differentiable on (0, ∞).

Option (3) is correct

Ordinary Differential Equations Question 13:

Initial value problem, xdydx=y, y(0) = 0, x > 0

  1. there will be no solution
  2. Unique solution
  3. only and only two solutions
  4. infinite solution

Answer (Detailed Solution Below)

Option 4 : infinite solution

Ordinary Differential Equations Question 13 Detailed Solution

Concept:

A variable separable differential equation is a type of first-order ordinary differential equation : dydx=f(x)g(y), Where f(x) & g(y) are function wrt x & y.

Explanation:

xdydx=y,  y(0) = 0, x > 0

⇒ dydx=yx

⇒ dyy=dxx

Now, Integrate both sides

logy = logx + logc

⇒ y=cx

Passes through (0,0)

⇒ 0=0

⇒ Infinite solution

Ordinary Differential Equations Question 14:

The P.I of x2y" + xy' - y = 1x+1, x > 0 is yp(x) = x v1(x) + 1x v2(x) then v1 and v2 are given by

  1. v1(x)=x22v2(x)=12(x22+x+log(x+1))
  2. v1(x)=12log(x+1)v2(x)=12(x22x+log(x+1))
  3. v1(x)=12log(x+1), v2(x)=12(x22x+log(x+1))
  4. None of these

Answer (Detailed Solution Below)

Option 2 : v1(x)=12log(x+1)v2(x)=12(x22x+log(x+1))

Ordinary Differential Equations Question 14 Detailed Solution

Concept:

If y=c1y1+c2y2 be the CF of  ax2y" + bxy' + cy = f(x) then PI is given by

ypy1v1(x)+y2v2(x) where 

v1=y2f(x)W(x)adx and v2=y1f(x)W(x)adx such that W(x) = |y1y2y1y2|

Explanation:

Comparing given ODE  x2y" + xy' - y = 1x+1, x > 0 with general form we get

a = 1, b = 1, c = -1, f(x) = 1x+1

yp(x) = x v1(x) + 1x v2(x)

here y1=x,y2=1x ⇒ y1=1,y2=1x2

then W(x) = |x1/x 11/x2|=1x1x=2x 

So

v1=1x.1x+12x.1dx = 121x+1dx = 12log(x+1) and

v2=x.1x+12x.1dx = 12x2x+1dx = 12(x1+1x+1)dx = 12(x22x+log(x+1))

(2) is correct

 

Ordinary Differential Equations Question 15:

Suppose x(t) is the solution of the following initial value problem in ℝ2

ẋ = Ax, x(0) = x0, where A = [5412].

Which of the following statements is true?

  1. x(t) is a bounded solution for some x0 ≠ 0.
  2. e−6t|x(t)| → 0 as t → ∞, for all x0 ≠ 0.
  3. e−t|x(t)| → ∞ as t → ∞, for all x0 ≠ 0.
  4. e−10t|x(t)| → 0 as t → ∞, for all x0 ≠ 0.

Answer (Detailed Solution Below)

Option 4 : e−10t|x(t)| → 0 as t → ∞, for all x0 ≠ 0.

Ordinary Differential Equations Question 15 Detailed Solution

Concept: 

Solution of ODE x'(t) = Ax is x(t) = c1ueλ1t + c2veλ2t, where u, v are the eigenvectors corresponding to the eigenvalues λ1 and λ2 respectively and c1 and c2 are constants.

Explanation:

A = [5412]

tr(A) = 5 + 2 = 7 and det(A) = 10 - 4 = 6

Eigenvalues are given by

λ2 - tr(A)λ + det(A) = 0

λ2 - 7λ + 6 = 0

(λ - 1)(λ - 6) = 0

λ = 1, 6

Eigenvector corresponding to eigenvalue λ = 1 is given by

[4411][u1u2] = 0  

u1 + u2 = 0 ⇒ u1 = - u2 

Eigenvector is u = [11]

Eigenvector corresponding to eigenvalue λ = 6 is given by

[1414][v1v2] = 0  

v1 - 4v2 = 0 ⇒ v1 = 4v2 

Eigenvector is v = [41]

Hence solution is

x(t) = c1[11]et + c2[41]e6t

x(t) = [c1et+4c2e6tc1et+c2e6t]

et → ∞ as t → ∞ also e6t → ∞ as t → ∞

So x(t) is not bounded solution for any x0 ≠ 0

(1) is false

e−6t|x(t)| = [c1e5t+4c2c1e5t+c2] → [4c2c2] does not tends to 0

So (2) is false

e−t|x(t)| = [c1+4c2e5tc1+c2e5t]

Let x(0) = [11] then

-c1 + 4c2 = 1 and c1 + c2 = -1

Solving them we get c1 = -1, c2 = 0

Hence x(t) = [11] does not tends to ∞ as t → ∞   

(3) is false

e−10t|x(t)| [c1e9t+4c2e4tc1e9t+c2e4t] → 0 as t → ∞, for all x0 ≠ 0.

Option (4) is correct

Get Free Access Now
Hot Links: teen patti yes teen patti master new version teen patti master gold download teen patti - 3patti cards game downloadable content