AP Calculus BC Unit 7: Differential Equations (Slope Fields, Euler’s Method, Separable IVPs, Exponential and 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:36 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) to one or more of its derivatives (such as y′).

2
New cards

Dependent variable

The output variable whose value depends on the independent variable (often y in y(x)).

3
New cards

Independent variable

The input variable that the function depends on (often x or t).

4
New cards

Derivative notation (y′)

A common notation meaning the derivative of y with respect to x.

5
New cards

Derivative notation (dy/dx)

Notation for the derivative of y with respect to x; represents a derivative, not a fraction in general.

6
New cards

Order (of a differential equation)

The highest derivative that appears in the differential equation.

7
New cards

First-order differential equation

A differential equation whose highest derivative is first derivative (y′).

8
New cards

Second-order differential equation

A differential equation whose highest derivative is the second derivative (y′′).

9
New cards

Solution (to a differential equation)

A function that makes the differential equation true wherever it is defined.

10
New cards

Verify a solution

Check whether a proposed function satisfies a differential equation by substituting it (and its derivative(s)) into the equation.

11
New cards

General solution

A family of solutions that includes an arbitrary constant (often C).

12
New cards

Constant of integration (C)

An arbitrary constant added after integrating, representing a family of antiderivatives/solutions.

13
New cards

Particular solution

The specific solution obtained after using an initial condition to determine the constant(s).

14
New cards

Initial condition

A given value like y(x0)=y0 used to select a particular solution from a general solution.

15
New cards

Initial value problem (IVP)

A differential equation together with an initial condition (or conditions).

16
New cards

Separation of variables

A solving method that rearranges a first-order DE so all y-terms are on one side and all x-terms are on the other.

17
New cards

Separable differential equation

A first-order DE that can be rewritten in the form dy/dx=f(x)g(y) and separated into (1/g(y))dy=f(x)dx.

18
New cards

Differentials (dx and dy)

Symbols used in calculus that, in separable DEs, allow rewriting dy/dx into a form that can be integrated on each side.

19
New cards

Implicit solution

A solution written as a relationship involving both x and y, not solved completely for y.

20
New cards

Explicit solution

A solution written with y isolated, e.g., y = (some expression in x).

21
New cards

Slope field (direction field)

A diagram of small line segments showing the slope y′ at many points (x,y), representing solution curve directions.

22
New cards

Direction segment

A small line piece in a slope field drawn with slope F(x,y) at a specific point (x,y).

23
New cards

Isocline

A curve in the xy-plane along which the slope y′ is constant; defined by F(x,y)=k.

24
New cards

Autonomous differential equation

A differential equation where y′ depends only on y (e.g., y′=G(y)), not explicitly on x.

25
New cards

Equilibrium solution

A constant solution y=c (or P=c) where the derivative is zero everywhere; occurs when G(c)=0 in y′=G(y).

26
New cards

Stable equilibrium

An equilibrium that nearby solutions move toward as x (or t) increases.

27
New cards

Unstable equilibrium

An equilibrium that nearby solutions move away from as x (or t) increases.

28
New cards

Sign analysis (for y′)

Determining where solutions increase/decrease by checking whether y′ is positive or negative in different regions.

29
New cards

Euler’s method

A numerical method that approximates solutions to an IVP by stepping forward using tangent-line slopes.

30
New cards

Step size (h)

The increment in x (or t) used in Euler’s method; smaller h usually improves accuracy.

31
New cards

Euler update formula

The recursion y{n+1}=yn + h·F(xn,yn), using the slope at the beginning of each step.

32
New cards

Local truncation error

The error made in a single Euler step due to approximating the curve by a tangent line over that step.

33
New cards

Global error

The accumulated error after many Euler steps over an interval.

34
New cards

Tangent line approximation

Using the tangent line at a point to approximate the function’s value a short distance away (the idea behind Euler’s method).

35
New cards

Concavity heuristic (Euler under/overestimate)

A rule of thumb: if the true solution is concave up, Euler’s method often underestimates; if concave down, it often overestimates.

36
New cards

Exponential growth

Growth modeled by dy/dt=ky with k>0, giving solutions of the form y=Ae^{kt}.

37
New cards

Exponential decay

Decay modeled by dy/dt=ky with k<0, giving solutions of the form y=Ae^{kt}.

38
New cards

Proportionality constant (k)

The constant in dy/dt=ky that controls growth/decay rate; has units of “per unit time” if t is time.

39
New cards

Doubling time

For dy/dt=ky with k>0, the time T for a quantity to double: T=(ln 2)/k.

40
New cards

Half-life

For dy/dt=ky with k<0, the time T for a quantity to halve: T=ln(1/2)/k (a positive value for decay).

41
New cards

Exponential model solution y=y0e^{kt}

The IVP solution to dy/dt=ky with y(0)=y0.

42
New cards

Logistic differential equation

A growth model dP/dt=rP(1−P/K) that slows as P approaches the carrying capacity K.

43
New cards

Carrying capacity (K)

In the logistic model, the maximum sustainable population; the stable long-term level when r>0.

44
New cards

Intrinsic growth rate (r)

In the logistic model, a constant controlling how quickly the population grows when far below carrying capacity; units of “per unit time.”

45
New cards

Partial fractions (logistic integration)

An algebra technique used to integrate 1/[P(K−P)] when solving the logistic equation by separation.

46
New cards

Logistic solution form P=K/(1+Be^{−rt})

A common explicit solution to the logistic DE, where B is determined by the initial condition.

47
New cards

Inflection point (logistic curve)

The point where logistic growth is fastest and concavity changes; occurs at P=K/2.

48
New cards

Units consistency check

Using units to verify a model: dy/dt must have the same units as the right-hand side; constants must carry appropriate units.

49
New cards

Interpretation of y′(a)=F(a,b)

If a solution passes through (a,b), then y′(a)=F(a,b), giving the instantaneous rate of change at that point (with contextual units).

50
New cards

Chain rule in y′′ from y′=F(x,y)

To find concavity, differentiate y′=F(x,y); if F involves y, include a y′ term via the chain rule (e.g., d/dx(−y)=−y′).