Save
AP Calculus BC
Unit 7: Differential Equations
7.1 Modeling Situations with Differential Equations
Save
Share
Learn
Content
Leaderboard
Share
Learn
Cards (96)
What is a differential equation?
Relates a function and derivatives
Match the type of differential equation with its definition:
Ordinary Differential Equation (ODE) ↔️ Equation with one independent variable
Partial Differential Equation (PDE) ↔️ Equation with multiple independent variables
Give an example of a Partial Differential Equation (PDE).
∂
u
∂
t
=
\frac{\partial u}{\partial t} =
∂
t
∂
u
=
∂
2
u
∂
x
2
\frac{\partial^{2} u}{\partial x^{2}}
∂
x
2
∂
2
u
In a differential equation, the dependent variable is the function we aim to
find
In the differential equation \frac{dy}{dt} = k \cdot y</latex>, what is the dependent variable?
y
Steps in translating real-world scenarios into differential equations:
1️⃣ Identify variables
2️⃣ Define rate of change
3️⃣ Formulate equation
What is the derivative of
x
n
x^{n}
x
n
?
n
x
n
−
1
nx^{n - 1}
n
x
n
−
1
Steps involved in mathematical modeling using differential equations
1️⃣ Identify Variables
2️⃣ Define Rate of Change
3️⃣ Formulate Equation
What does the rate of change describe in a differential equation?
How variables affect each other
Match the function type with its derivative:
Constant ↔️ 0
Power ↔️
n
x
n
−
1
nx^{n - 1}
n
x
n
−
1
Exponential ↔️
e
x
e^{x}
e
x
Logarithmic ↔️
1
x
\frac{1}{x}
x
1
What is the derivative of
x
n
x^{n}
x
n
?
n
x
n
−
1
nx^{n - 1}
n
x
n
−
1
What is the derivative of
ln
(
x
)
\ln(x)
ln
(
x
)
?
1
x
\frac{1}{x}
x
1
A differential equation relates a function and its
derivatives
True
What is an example of an ordinary differential equation (ODE)?
\frac{dy}{dx} = 2x</latex>
What is the dependent variable in a differential equation?
Function being sought
In the equation
d
P
d
t
=
\frac{dP}{dt} =
d
t
d
P
=
k
P
kP
k
P
, the dependent variable is P
What is the differential equation for a population growth rate proportional to the current population?
d
P
d
t
=
\frac{dP}{dt} =
d
t
d
P
=
k
P
kP
k
P
What is the derivative of a constant, c, with respect to x?
0
What is the derivative of
e
x
e^{x}
e
x
with respect to x?
e
x
e^{x}
e
x
Steps for solving the differential equation
d
y
d
x
=
\frac{dy}{dx} =
d
x
d
y
=
x
y
\frac{x}{y}
y
x
using separation of variables.
1️⃣
d
y
d
x
=
\frac{dy}{dx} =
d
x
d
y
=
x
y
\frac{x}{y}
y
x
2️⃣
y
d
y
=
y \, dy =
y
d
y
=
x
d
x
x \, dx
x
d
x
3️⃣
∫
y
d
y
=
\int y \, dy =
∫
y
d
y
=
∫
x
d
x
\int x \, dx
∫
x
d
x
If P(0) = P_{0}</latex> in the population growth model, what is
P
(
t
)
P(t)
P
(
t
)
?
P
0
e
k
t
P_{0} e^{kt}
P
0
e
k
t
What is the sign of k</latex> for exponential growth?
Positive
The solution for exponential decay is P(t) = P_{0} e^{-kt}</latex>, where the exponent is
negative
Steps for modeling exponential growth with
d
P
d
t
=
\frac{dP}{dt} =
d
t
d
P
=
k
P
kP
k
P
1️⃣ Identify the dependent and independent variables
2️⃣ Determine the growth rate k
3️⃣ Find the initial condition P_0
4️⃣ Solve the differential equation
5️⃣ Interpret the solution
In exponential decay, the value of
k
is
negative
Match the sign of
k
with its effect on the quantity:
k
is positive ↔️ Growth
k
is negative ↔️ Decay
The solution to the differential equation
d
P
d
t
=
\frac{dP}{dt} =
d
t
d
P
=
0.05
P
0.05P
0.05
P
is P(t) = 100 e^{0.05t}
What does the dependent variable
P
represent in the differential equation
d
P
d
t
=
\frac{dP}{dt} =
d
t
d
P
=
k
P
kP
k
P
?
Quantity of interest
For exponential growth, the value of
k
is positive.
True
In the exponential growth solution
P
(
t
)
=
P(t) =
P
(
t
)
=
P
0
e
k
t
P_{0} e^{kt}
P
0
e
k
t
, the term
P_0
represents the initial value
What is the solution for exponential decay given the differential equation
d
P
d
t
=
\frac{dP}{dt} =
d
t
d
P
=
k
P
kP
k
P
?
P
(
t
)
=
P(t) =
P
(
t
)
=
P
0
e
−
k
t
P_{0} e^{ - kt}
P
0
e
−
k
t
What is the solution to the differential equation
d
P
d
t
=
\frac{dP}{dt} =
d
t
d
P
=
0.05
P
0.05P
0.05
P
with initial population
P
0
=
P_{0} =
P
0
=
100
100
100
?
P
(
t
)
=
P(t) =
P
(
t
)
=
100
e
0.05
t
100 e^{0.05t}
100
e
0.05
t
What is an example of an ordinary differential equation (ODE)?
d
y
d
x
=
\frac{dy}{dx} =
d
x
d
y
=
2
x
2x
2
x
ODEs deal with relationships in one dimension, while
PDEs
extend to multiple dimensions.
True
In the differential equation \frac{dP}{dt} = kP</latex>, time
t
t
t
is the independent variable.
What is the derivative of a constant function
d
d
x
(
c
)
\frac{d}{dx}(c)
d
x
d
(
c
)
?
0
What is the primary method for solving the differential equation
d
y
d
x
=
\frac{dy}{dx} =
d
x
d
y
=
x
y
\frac{x}{y}
y
x
?
Separation of variables
If
P
(
0
)
=
P(0) =
P
(
0
)
=
P
0
P_{0}
P
0
, the solution to
d
P
d
t
=
\frac{dP}{dt} =
d
t
d
P
=
k
P
kP
k
P
is
P
(
t
)
=
P(t) =
P
(
t
)
=
P
0
e
k
t
P_{0} e^{kt}
P
0
e
k
t
, which shows exponential growth.
What differential equation is commonly used to model exponential growth and decay?
d
P
d
t
=
\frac{dP}{dt} =
d
t
d
P
=
k
P
kP
k
P
Match the exponential growth and decay solutions with their respective growth rates:
Exponential growth ↔️ P(t) = P_{0} e^{kt}</latex>
Exponential decay ↔️
P
(
t
)
=
P(t) =
P
(
t
)
=
P
0
e
−
k
t
P_{0} e^{ - kt}
P
0
e
−
k
t
See all 96 cards