Differential Equations Flashcards

(25 cards)

1
Q
  1. A differential equation is an equation involving ___.
    A. Only constants B. Derivatives C. Polynomials D. Logarithms
A

✅ Answer: B – Derivatives
By definition, it contains one or more derivatives of an unknown function.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q
  1. Order of the DE (y’’ + 3y’ + 2y = 0) is ___.
    A. 1 B. 2 C. 3 D. 0
A

✅ Answer: B – 2
Highest order of derivative is second.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q
  1. Degree of ( (y’’’)^2 + y = 0) is ___.
    A. 1 B. 2 C. 3 D. 6
A

✅ Answer: B – 2
Derivative (y’’’) raised to power 2 → degree 2.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q
  1. The general solution of (dy/dx = 0) is ___.
    A. y = x B. y = C C. x = C D. y = 0
A

✅ Answer: B – y = C
Integration of 0 gives a constant.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q
  1. Differential equation of the family of straight lines (y = mx + c) is ___.
    A. y′ = m B. y″ = 0 C. y′ – m = 0 D. y = c
A

✅ Answer: B – y″ = 0
All lines have zero second derivative.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q
  1. (dy/dx = 3x^2) → y =?
    A. x³ + C B. x³/3 + C C. x³ – C D. x² + C
A

✅ Answer: A – x³ + C
Integrate 3x² → x³ + C.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q
  1. Solve (dy/dx = 2x + 1).
    A. y = x² + x + C B. y = x² + x C. y = x² – x + C D. y = 2x + C
A

✅ Answer: A – y = x² + x + C
Integrate term by term.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q
  1. A first-order linear DE has the form ___.
    A. y″ + P y′ + Q y = 0 B. dy/dx + P y = Q C. y = Px + Q D. y′ y = Q
A

✅ Answer: B – dy/dx + P y = Q
Standard form for integrating-factor method.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q
  1. Integrating factor (IF) for (dy/dx + P(x)y = Q(x)) is ___.
    A. e^(–∫P dx) B. e^(∫P dx) C. 1/P D. Q/P
A

✅ Answer: B – e^(∫P dx)
Multiply by IF to make LHS an exact derivative.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q
  1. A solution containing arbitrary constants is called ___.
    A. Particular solution B. General solution C. Singular solution D. Trivial solution
A

✅ Answer: B – General solution
Still includes constant of integration.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q
  1. The solution obtained after substituting given initial values is ___.
    A. General B. Particular C. Implicit D. Singular
A

✅ Answer: B – Particular solution
Constants are determined numerically.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q
  1. (dy/dx = ky) represents which law?
    A. Hooke’s B. Exponential growth/decay C. Ohm’s D. Newton’s Cooling
A

✅ Answer: B – Exponential growth/decay
Solution form y = C e^{kx}.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q
  1. Solve (dy/dx = 3y).
    A. y = 3x + C B. y = Ce^{3x} C. y = 3e^{x} D. y = Cx³
A

✅ Answer: B – y = Ce^{3x}
Separate and integrate: dy/y = 3dx.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q
  1. The solution of (y′ = –ky) describes ___.
    A. Cooling process B. Heating C. Linear motion D. Elasticity
A

✅ Answer: A – Cooling process
Form of Newton’s Law of Cooling.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q
  1. A DE that can be written as Mdx + Ndy = 0 is called ___.
    A. Exact B. Linear C. Separable D. Homogeneous
A

✅ Answer: A – Exact
It is exact if ∂M/∂y = ∂N/∂x.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q
  1. Condition for exactness of Mdx + Ndy = 0:
    A. ∂M/∂x = ∂N/∂y B. ∂M/∂y = ∂N/∂x C. M = N D. dM = dN
A

✅ Answer: B – ∂M/∂y = ∂N/∂x
Equality of mixed partials → exact.

17
Q
  1. If (dy/dx = f(x)g(y)), it is called ___.
    A. Linear B. Homogeneous C. Separable D. Exact
A

✅ Answer: C – Separable
Variables can be separated as dy/g(y)=f(x)dx.

18
Q
  1. Solve (dy/dx = x y).
    A. y = C e^{x²/2} B. y = x e^{C} C. y = C e^{x} D. y = x² + C
A

✅ Answer: A – y = C e^{x²/2}
Separate: dy/y = x dx → ln y = x²/2 + C.

19
Q
  1. The complementary function (CF) of (y’’ + y = 0) is ___.
    A. C₁ e^{x} + C₂ e^{–x} B. C₁ cos x + C₂ sin x C. C₁ x + C₂ D. C₁ e^{ix} + C₂ e^{–ix}
A

✅ Answer: B – C₁ cos x + C₂ sin x
Characteristic eqn r² + 1 = 0 → r = ±i.

20
Q
  1. For (y’’ – 4y = 0), CF = ___.
    A. C₁ cos 2x + C₂ sin 2x B. C₁ e^{2x} + C₂ e^{–2x} C. C₁ e^{x} + C₂ e^{–x} D. C₁ cosh x + C₂ sinh x
A

✅ Answer: B – C₁ e^{2x} + C₂ e^{–2x}
r² – 4 = 0 → r = ±2.

21
Q
  1. Particular integral (PI) of (y’’ + y = \sin x) is ___.
    A. ½ sin x B. ½ cos x C. –½ cos x D. x sin x
A

✅ Answer: C – –½ cos x
Plug sin x forcing term into operator (1 + D²) PI = sin x.

22
Q
  1. General solution of (y’’ + y = \sin x):
    A. C₁ cos x + C₂ sin x – ½ cos x B. C₁ cos x + C₂ sin x + ½ cos x C. C₁ sin x + C₂ cos x D. C₁ e^{x} + C₂ e^{–x}
A

✅ Answer: A – C₁ cos x + C₂ sin x – ½ cos x
General = CF + PI.

23
Q
  1. If (y’’ + 4y′ + 4y = 0), roots of auxiliary eqn are ___.
    A. Distinct real B. Equal real C. Complex D. Imaginary
A

✅ Answer: B – Equal real
r² + 4r + 4 = 0 → ( r + 2 )² = 0.

24
Q
  1. For equal roots r₁ = r₂ = –2, CF = ___.
    A. (C₁ + C₂ x) e^{–2x} B. C₁ e^{–2x} + C₂ e^{2x} C. C₁ cos 2x + C₂ sin 2x D. C₁ e^{x} + C₂ x e^{x}
A

✅ Answer: A – (C₁ + C₂ x) e^{–2x}
Equal roots → multiply by x for second term.

25
25. The DE ((d²y/dx²) + 9y = 0) represents ___. A. Simple harmonic motion B. Exponential decay C. Uniform motion D. Projectile path
✅ Answer: A – Simple harmonic motion Characteristic roots ±3i → sinusoidal solution.