APSC 2113 Lectures 1-6

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/44

flashcard set

Earn XP

Description and Tags

The first six lectures build the core framework for solving and interpreting ODEs: first classify an equation by order and linearity, understand what makes a valid solution and how initial conditions determine a particular one, then choose a method based on its structure. The main methods developed are separation of variables, direction fields and basic modeling (especially mixing problems), orthogonal trajectories, and homogeneous first-order equations using \(y=ux\). The later lectures transition to second-order linear equations, introducing Cauchy–Euler equations and constant-coefficient equations, where the roots of a characteristic/auxiliary equation determine the form of the solution—including distinct, repeated, and complex roots—along with linear independence, the Wronskian, and the decomposition \(y=y_c+y_p\) for nonhomogeneous equations.

Last updated 4:51 AM on 9/11/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

45 Terms

1
New cards

What is an ordinary differential equation (ODE)?

An equation containing ordinary derivatives of one or more dependent variables with respect to a single independent variable.

2
New cards

How is the order of a differential equation determined?

The order is the highest derivative that appears in the equation.

3
New cards

What makes a differential equation linear?

The dependent variable and its derivatives appear only to the first power, are not multiplied together, and their coefficients depend only on the independent variable.

4
New cards

What is the standard form of a linear nth-order ODE?

a_n(x)y^(n) + … + a_1(x)y' + a_0(x)y = g(x).

5
New cards

What is the difference between a homogeneous and nonhomogeneous linear ODE?

Homogeneous means g(x)=0; nonhomogeneous means g(x)≠0.

6
New cards

What is a solution of an ODE?

A function that has the required derivatives and satisfies the differential equation on an interval.

7
New cards

What is a general solution?

A family of solutions containing arbitrary constants.

8
New cards

How many arbitrary constants does the general solution of an nth-order ODE generally contain?

n arbitrary constants.

9
New cards

What is a particular solution?

A specific solution obtained by assigning values to the arbitrary constants, often using initial conditions.

10
New cards

What is an initial-value problem (IVP)?

A differential equation together with conditions specified at one initial point.

11
New cards

What is a boundary-value problem (BVP)?

A differential equation together with conditions specified at boundary points.

12
New cards

What is the difference between an explicit and implicit solution?

An explicit solution has y isolated as a function of x; an implicit solution gives a relationship G(x,y)=0.

13
New cards

How do you verify that a function is a solution of an ODE?

Differentiate as needed, substitute into the ODE, simplify, and verify the equation holds on the stated interval.

14
New cards

What does the existence-and-uniqueness theorem for a first-order IVP state?

If f(x,y) and ∂f/∂y are continuous in a rectangle containing (x₀,y₀), then a unique solution exists on some interval around x₀.

15
New cards

What is separation of variables?

A method that rewrites a first-order ODE so all y terms are with dy and all x terms are with dx, then integrates.

16
New cards

What form is suited for separation of variables?

dy/dx = g(x)h(y).

17
New cards

What is the general separation-of-variables procedure?

Separate variables, integrate both sides, apply the initial condition, and check the resulting solution.

18
New cards

Why must you check for lost solutions when separating variables?

Dividing by a factor such as y can remove solutions for which that factor equals zero.

19
New cards

What is a direction field?

A graph showing small line segments whose slopes equal f(x,y) for an ODE y'=f(x,y).

20
New cards

What is the main modeling equation for a mixing problem?

Rate of change = rate in − rate out.

21
New cards

How is concentration calculated in a mixing problem?

Concentration = amount of substance / volume of solution.

22
New cards

How is the outgoing substance rate calculated in a mixing problem?

Outgoing liquid rate × current concentration.

23
New cards

What is the standard procedure for a mixing problem?

Define the amount, write rate in − rate out, express concentration using the current amount, solve the resulting ODE, and apply the initial condition.

24
New cards

What is an orthogonal trajectory?

A curve that intersects every curve in a given family at right angles.

25
New cards

How are slopes related for orthogonal trajectories?

Their slopes are negative reciprocals, when both slopes are finite and nonzero.

26
New cards

How do you find orthogonal trajectories?

Find the differential equation of the original family, replace the slope with its negative reciprocal, then solve.

27
New cards

What is a homogeneous function of degree n?

A function satisfying f(tx,ty)=t^n f(x,y).

28
New cards

What substitution is used to solve a first-order homogeneous ODE?

y=ux, with dy=u dx+x du.

29
New cards

Why does the substitution y=ux work for a homogeneous first-order ODE?

It converts the equation into a separable equation in u and x.

30
New cards

What is the main recognition pattern for a Cauchy-Euler equation?

Terms have matching powers of x, such as ax²y''+bxy'+cy=0.

31
New cards

What substitution is used for a Cauchy-Euler equation?

y=x^m.

32
New cards

What is the characteristic equation for ax²y''+bxy'+cy=0?

a m²+(b−a)m+c=0.

33
New cards

What is the solution form for two distinct real Cauchy-Euler roots m₁ and m₂?

y=C₁x^m₁+C₂x^m₂.

34
New cards

What is the solution form for a repeated Cauchy-Euler root m?

y=C₁x^m+C₂x^m ln x.

35
New cards

What is the solution form for complex Cauchy-Euler roots α±βi?

y=x^α[C₁cos(βln x)+C₂sin(βln x)].

36
New cards

What trial solution is used for a constant-coefficient homogeneous linear ODE?

y=e^(rx).

37
New cards

How do you solve the auxiliary equation for a constant-coefficient ODE?

Replace derivatives by powers of r, set the resulting polynomial equal to zero, and solve for its roots.

38
New cards

What is the solution form for distinct real roots r₁ and r₂?

y=C₁e^(r₁x)+C₂e^(r₂x).

39
New cards

What is the solution form for a repeated root r?

y=(C₁+C₂x)e^(rx).

40
New cards

What is the solution form for complex roots a±bi?

y=e^(ax)[C₁cos(bx)+C₂sin(bx)].

41
New cards

What is the general solution of a nonhomogeneous linear ODE?

y=y_c+y_p, where y_c is the complementary solution and y_p is any particular solution.

42
New cards

What is the complementary solution?

The general solution of the associated homogeneous equation.

43
New cards

What is linear independence for two solutions?

Neither solution is a constant multiple of the other; equivalently, C₁y₁+C₂y₂=0 only when C₁=C₂=0.

44
New cards

What is the Wronskian of two functions y₁ and y₂?

W=y₁y₂'−y₂y₁'.

45
New cards

What is a key method-selection checklist for these lectures?

Separable → separation of variables; first-order homogeneous-function form → y=ux; Cauchy-Euler → y=x^m; constant-coefficient linear homogeneous → y=e^(rx); known solution → reduction of order.