Module 6: Second Order Differential Equations

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/28

flashcard set

Earn XP

Description and Tags

Flashcards generated from lecture notes on Second Order Differential Equations.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

29 Terms

1
New cards

What is a second order differential equation?

An equation for an unknown function 'y' that contains the second derivative of y, but no higher derivatives.

2
New cards

What is the general form of a linear second order differential equation?

P(x)y" + Q(x)y' + R(x)y = G(x)

3
New cards

What is the form of the general solution to a linear second order homogeneous DE?

y(x) = c₁y₁(x) + c₂y₂(x), where y₁ & y₂ are linearly independent solutions of the DE.

4
New cards

What is the condition for two functions y₁ and y₂ to be linearly dependent on an interval x ∈ (a, b)?

k₁y₁(x) + k₂y₂(x) = 0 for all x ∈ (a, b), where k₁ ≠ 0 and k₂ ≠ 0.

5
New cards

If y₁ and y₂ are solutions to y'' + p(x)y' + q(x)y = 0, when are y₁ & y₂ linearly independent?

Wy₁, y₂ = y₁y₂' - y₂y₁' ≠ 0 for all x ∈ (a, b).

6
New cards

How can linearly dependent functions be easily recognized?

Functions that are scalar multiples of one another.

7
New cards

What is the form of a homogeneous differential equation with constant coefficients?

ay'' + by' + cy = 0

8
New cards

What form of solution is used to solve a second order, homogeneous, constant coefficient differential equation?

y = e^(λx) is a solution to ay'' + by' + cy = 0.

9
New cards

What is the auxiliary equation for ay'' + by' + cy = 0?

ax² + bx + c = 0

10
New cards

If the auxiliary equation has two real roots λ₁ and λ₂, what is the general solution to the DE?

y(x) = c₁e^(λ₁x) + c₂e^(λ₂x)

11
New cards

If the auxiliary equation has one real root λ, what is the general solution to the DE?

y(x) = c₁e^(λx) + c₂xe^(λx)

12
New cards

If the auxiliary equation has complex conjugate roots λ = α ± βi, what is the general solution to the DE?

y(x) = c₁e^(αx)cos(βx) + c₂e^(αx)sin(βx)

13
New cards

What is required for an initial value problem (IVP) for a second order DE?

Requires the value of y and its first derivative y' to be specified for some value of x.

14
New cards

What is the form of a non-homogeneous second order DE with constant coefficients?

ay'' + by' + cy = G(x)

15
New cards

What is the general solution of the non-homogeneous DE ay'' + by' + cy = G(x)?

y(x) = yc(x) + yp(x)

16
New cards

When can the method of undetermined coefficients be applied to find a particular solution?

A polynomial, an exponential of the form e^(kx), a cos or sin function of the form cos(kx) or sin(kx), or a product of any of the above functions.

17
New cards

If G(x) is a polynomial of order n, what form should the trial solution yp(x) take?

yp(x) = An x^n + A(n-1) x^(n-1) + … + A₀

18
New cards

If G(x) = Ce^(kx), what form should the trial solution yp(x) take?

yp(x) = Ae^(kx)

19
New cards

If G(x) = Ccos(kx) or G(x) = Csin(kx), what form should the trial solution yp(x) take?

yp(x) = Acos(kx) + Bsin(kx)

20
New cards

If G(x) is a product of multiple functions, G(x) = G₁(x) * G₂(x) * G₃(x) …, how you construct the trial solution?

yp(x) = yp₁(x) * yp₂ (x) * yp₃(x) …

21
New cards

What adjustment must be made to the trial solution yp if it contains terms that are also present in the complementary solution yc?

If any term in the trial solution yp is also in the complementary solution yc, then multiply yp by x. Repeat if necessary.

22
New cards

When solving an IVP, when should you solve for the constants c₁ and c₂?

Solve for the constants c₁ and c₂ using the initial conditions after including the particular solution yp into the general solution.

23
New cards

What is the form of yp(x) in the method of variation of parameters, given that y₁(x) and y₂(x) are linearly independent solutions to the complementary equation?

yp(x) = u₁(x)y₁(x) + u₂(x)y₂(x)

24
New cards

In the method of variation of parameters, what is the expression for du₁/dx?

du₁/dx = -y₂(x)G(x) / Wy₁, y₂

25
New cards

In the method of variation of parameters, what is the expression for du₂/dx?

du₂/dx = y₁(x)G(x) / Wy₁, y₂

26
New cards

What is the differential equation that models the vibration of a spring with mass m, damping constant c, and spring constant k?

m(d²x/dt²) + c(dx/dt) + kx = 0

27
New cards

What are the three cases that arise when solving the auxiliary equation for a damped spring system?

Over damping, critical damping, and under damping.

28
New cards

What is the differential equation that models the vibration of a spring affected by an external force F(t)?

m(d²x/dt²) + c(dx/dt) + kx = F(t)

29
New cards

What is resonance in the context of forced vibrations, and what effect does it have in the absence of damping?

Resonance occurs when the forcing frequency matches the natural resonant frequency of the spring, leading to continuous growth in the magnitude of oscillations if damping is absent.