AP Calculus AB Unit 7 Study Guide: Differential Equations (Slope Fields, Separable IVPs, Euler’s Method, Exponential & Logistic Models)

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

1/49

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 9:55 PM on 3/9/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

50 Terms

1
New cards

Differential equation

An equation that relates an unknown function (such as y as a function of x) to one or more of its derivatives (such as dy/dx).

2
New cards

Rate of change

A derivative value that describes how fast a quantity is changing with respect to another variable.

3
New cards

Derivative notation (dy/dx)

The derivative of y with respect to x; a common way to write y′.

4
New cards

Prime notation (y′)

Another common notation for dy/dx, the derivative of y with respect to x.

5
New cards

Second derivative (d²y/dx² or y′′)

The derivative of the derivative; describes how the slope dy/dx changes with x.

6
New cards

Explicit function

A function given directly in the form y = f(x), as opposed to being defined by a rule for its derivative.

7
New cards

Differential equation model

A situation where you know (or assume) a rule for how a quantity changes and use it to describe the quantity via an equation involving derivatives.

8
New cards

Solution (to a differential equation)

A function y = f(x) that makes the differential equation true when substituted along with its derivative(s).

9
New cards

General solution

A family of solutions written with an arbitrary constant (often C) to represent infinitely many solutions.

10
New cards

Particular solution

The single solution obtained after using an initial condition to determine the constant in the general solution.

11
New cards

Initial condition

A given value like y(x0) = y0 used to select one specific solution from a family of solutions.

12
New cards

Initial value problem (IVP)

A differential equation together with an initial condition, typically written dy/dx = g(x,y) and y(x0)=y0.

13
New cards

Family of solutions

The infinitely many functions that satisfy a differential equation before an initial condition is applied.

14
New cards

Verify a solution

Check a proposed y by computing required derivatives, substituting into the differential equation, and confirming both sides match for all x in the domain.

15
New cards

Slope field

A diagram showing short line segments whose slopes equal dy/dx at many points (x,y), without solving the differential equation.

16
New cards

Direction field

Another name for a slope field: it displays the direction (slope) of solution curves at points in the plane.

17
New cards

Solution curve (integral curve)

A smooth curve that follows a slope field by staying tangent to its small direction segments at every point.

18
New cards

Plug-and-draw (slope field construction)

Method for building a slope field by plugging each point’s coordinates into g(x,y) and drawing a short segment with that slope.

19
New cards

Horizontal segment in a slope field

Indicates dy/dx = 0 at that point, so solution curves have a horizontal tangent there.

20
New cards

Isocline

A curve where the slope field has constant slope k; it is the set of points satisfying g(x,y)=k.

21
New cards

Equilibrium solution

A constant solution y = a for which dy/dx = 0, so the solution stays constant as x changes.

22
New cards

Constant solution

Another name for an equilibrium solution: y does not change because its derivative is zero.

23
New cards

Autonomous differential equation

A differential equation of the form dy/dx = f(y) that depends only on y (not explicitly on x).

24
New cards

Stable equilibrium

An equilibrium y=a where nearby solutions move toward y=a over time (from above and below).

25
New cards

Unstable equilibrium

An equilibrium y=a where nearby solutions move away from y=a over time.

26
New cards

Stability sign test

For dy/dx=f(y): if f(y)>0 just below a and f(y)<0 just above a, then y=a is stable; reversed signs indicate unstable.

27
New cards

Existence and uniqueness (concept)

If g(x,y) and ∂g/∂y are continuous near (x0,y0), then the IVP typically has a unique solution through that point.

28
New cards

Euler’s method

A numerical method for approximating solutions to an IVP by repeatedly stepping along tangent lines using dy/dx = g(x,y).

29
New cards

Step size (h)

The x-increment used in Euler’s method; smaller h usually improves accuracy but requires more steps.

30
New cards

Euler update rule

Given (xn,yn), compute xn+1=xn+h and yn+1=yn+h·g(xn,yn).

31
New cards

Local linearization

Approximating a function near a point by its tangent line; Euler’s method applies this idea repeatedly.

32
New cards

Euler error accumulation

Euler’s method can drift because each step is approximate and later slopes are computed from earlier approximations.

33
New cards

Separable differential equation

A differential equation that can be rearranged so all y-terms are on one side and all x-terms are on the other, enabling integration.

34
New cards

Separation of variables

Rewriting dy/dx = f(x)g(y) as (1/g(y))dy = f(x)dx and then integrating both sides.

35
New cards

SIPPY checklist

A solving routine for separable DEs: Separate, Integrate, Plus C, Plug in initial condition, Y equals (solve for y).

36
New cards

Constant of integration (+C)

The arbitrary constant added after integrating; essential for capturing the full family of solutions and fitting initial conditions.

37
New cards

Absolute value in ln|y|

When integrating 1/y, the correct antiderivative is ln|y|, not ln(y), because y may be negative.

38
New cards

Implicit solution

A solution left in a form where y is not isolated (e.g., y + ln|y| = x² + C), which can still be a valid final answer.

39
New cards

Lost solution (by dividing)

A common pitfall: dividing by an expression like y can remove constant/equilibrium solutions such as y=0 unless noted separately.

40
New cards

Proportional to (modeling cue)

Phrase indicating a rate is k times a quantity, leading to a model like dy/dt = ky.

41
New cards

Constant of proportionality (k)

The constant multiplier in proportional-rate models; its sign indicates growth (k>0) or decay (k<0).

42
New cards

Exponential growth/decay differential equation

The model dy/dt = ky, expressing that the rate of change is proportional to the amount present.

43
New cards

Exponential solution form

Solving dy/dt=ky gives y=Ae^{kt}; with y(0)=y0, it becomes y=y0e^{kt}.

44
New cards

Doubling time

For y=y0e^{kt} with k>0, the constant time T satisfying 2=e^{kT}, so T=(ln 2)/k.

45
New cards

Half-life

For exponential decay (k<0), the constant time T satisfying 1/2=e^{kT}, so T=ln(1/2)/k (a positive value).

46
New cards

Constant-rate model

A model with dy/dt = k (constant), which produces a linear function y=kt+C, not exponential behavior.

47
New cards

Logistic growth differential equation

A population model dP/dt = rP(1 − P/K) that includes limiting resources via the carrying capacity K.

48
New cards

Carrying capacity (K)

The maximum sustainable population level in the logistic model; P=K is an equilibrium that solutions tend to approach.

49
New cards

Logistic explicit solution form

A common closed-form solution: P(t)=K/(1+Ae^{−rt}), where A is set by the initial condition.

50
New cards

Maximum logistic growth rate (at K/2)

In logistic growth, dP/dt is largest when the population is P = K/2.

Explore top notes

note
History of England
Updated 1275d ago
0.0(0)
note
Indirect Values
Updated 1499d ago
0.0(0)
note
iPhone SE 4_ What To Expect.mp4
Updated 928d ago
0.0(0)
note
Tsunamis
Updated 674d ago
0.0(0)
note
Biology - Evolution
Updated 1475d ago
0.0(0)
note
26.2 History of Life on Earth
Updated 1773d ago
0.0(0)
note
History of England
Updated 1275d ago
0.0(0)
note
Indirect Values
Updated 1499d ago
0.0(0)
note
iPhone SE 4_ What To Expect.mp4
Updated 928d ago
0.0(0)
note
Tsunamis
Updated 674d ago
0.0(0)
note
Biology - Evolution
Updated 1475d ago
0.0(0)
note
26.2 History of Life on Earth
Updated 1773d ago
0.0(0)

Explore top flashcards

flashcards
faf
40
Updated 956d ago
0.0(0)
flashcards
faf
40
Updated 956d ago
0.0(0)