Module 5 First Order Differential Equations

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

1/35

flashcard set

Earn XP

Description and Tags

Flashcards for Module 5 First Order Differential Equations Lecture

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

36 Terms

1
New cards

What is a differential equation (DE)?

Contains derivatives of an unknown function.

2
New cards

What is the difference between algebraic equations and differential equations?

Algebraic equations do not contain derivatives of an unknown function.

3
New cards

What does the order of a DE refer to?

The highest derivative in the equation.

4
New cards

Give an example of a 1st order DE.

y' = xy + 2x

5
New cards

Give an example of a 2nd order DE.

y'' + 2y' + 3 = x

6
New cards

Give an example of a 3rd order DE.

y''' = 2y' - x

7
New cards

What can direction fields be used for?

To understand and visualize the behavior of solutions to a DE.

8
New cards

What is the general form of a 1st order DE that we will consider?

dy/dx = f(x,y)

9
New cards

How is a direction field generated?

Plotting slope lines at an array of points.

10
New cards

To plot a solution on a direction field, what must you do after specifying a starting point (x0, y0)?

Move from that starting point in a direction parallel to the surrounding field lines.

11
New cards

When plotting solutions on a direction field, what is an important rule to remember?

You cannot cross a slope line if you are moving parallel to it.

12
New cards

What is an initial value problem (IVP)?

A DE with a starting point.

13
New cards

What form does a first order autonomous DE have?

dy/dx = f(y)

14
New cards

How does the direction field change for an autonomous vs non autonomous DE?

Autonomous DES slopes do not depend horizontally on X.

15
New cards

What is an equilibrium solution of an autonomous DE dy/dx = f(y)?

A solution of the form y = constant (flat).

16
New cards

How do we find equilibrium solutions?

Solving f(y) = 0.

17
New cards

When is an equilibrium solution y = c stable?

All nearby solutions approach c as the independent variable (x) -> infinity.

18
New cards

When is an equilibrium solution y = c unstable?

All nearby solutions move away from c as the independent variable (x) -> infinity.

19
New cards

How can stability be determined?

Using a sign diagram.

20
New cards

What is the equation for natural growth?

dP/dt = rP

21
New cards

What is the equation for logistic growth?

dP/dt = rP(1 - P/k)

22
New cards

What does k stand for in dP/dt = rP(1 - P/k)?

k = carrying capacity.

23
New cards

What equation expresses Newton's 2nd law, with air resistance?

mg - kv = ma

24
New cards

What is the equation for terminal velocity?

V = gm/k

25
New cards

What is form called when a 1st order DE is separable?

dy/dx = f(y)g(x)

26
New cards

What is the solution technique for separable equations?

Integrate both sides after separating variables: ∫dy/f(y) = ∫g(x) dx.

27
New cards

What is the explicit solution to dy/dx = xy?

y = A e^(x^2/2)

28
New cards

What is it called when all the solutions to the DE have the form y = A e^(x^2/2) ?

General solution.

29
New cards

How can we get a particular solution?

By specifying an initial condition (IC).

30
New cards

What is the standard form of a 1st order linear DE?

dy/dx + P(x)y = Q(x)

31
New cards

What is step 1 in solving a linear DE?

Calculate the integrating factor: I(x) = e^(∫P(x) dx)

32
New cards

What is step 2 in solving a linear DE?

Evaluate ∫I(x)Q(x) dx

33
New cards

What is step 3 in solving a linear DE?

Combine into the general solution form: y = (1/I(x)) [∫I(x)Q(x) dx + C]

34
New cards

How do you determine a value for C for a linear equation?

By specifying an IC to give an IVP.

35
New cards

For linear DEs, how do you determine the domain of the solution to an IVP?

Consider where P(x) and Q(x) are continuous.

36
New cards

What theorem describes the existence and uniqueness of a solution?

If P & Q are continuous on an interval (a, b) containing x0, exists a unique function y(x) that satisfies the DE for all x in (a, b) & that also satisfies the IC y(x0) = y0.