1/25
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
Differential Equation (DE)
An equation containing one or more derivatives of an unknown function.
Constant of Proportionality
The constant 'k' that indicates the proportional relationship in a differential equation.
Rate of change of y is proportional to y
Mathematical model: \frac{dy}{dt} = ky.
Rate of change of y is inversely proportional to x
Mathematical model: \frac{dy}{dt} = \frac{k}{x}.
Rate of change of y is proportional to the square of y
Mathematical model: \frac{dy}{dt} = ky^2.
Rate of change of y is proportional to the difference between y and a constant A
Mathematical model: \frac{dy}{dt} = k(y - A).
Newton's Law of Cooling
The rate at which an object cools is proportional to the difference between its temperature and the surrounding temperature.
Equilibrium Solutions
Solutions where the slope is zero; points where the system does not change.
Slope Field
A graphical representation of the solution to a differential equation showing slope at various points.
Euler's Method
A numerical technique to approximate the particular solution of a differential equation using tangent line steps.
Graphical Visualization
Using graphical tools like slope fields to understand the behavior of differential equations without solving them algebraically.
Verification Process
The method used to check if a proposed function satisfies a given differential equation.
Calculate the slope
In the context of a slope field, it means using the differential equation to find the value of the derivative at a given point.
Concave Up
Describes a curve where the slope increases, causing Euler's method to underestimate the function.
Concave Down
Describes a curve where the slope decreases, causing Euler's method to overestimate the function.
Substitution into the DE
Replacing variables in a differential equation with values from the proposed solution to verify its validity.
Step Size (Delta x)
The increment size used in Euler's Method to approximate the next point in the solution.
First Iteration
The initial calculation in Euler's Method to determine the next value from the current point.
Arithmetic Errors in Euler's Method
Mistakes during calculations that can propagate through iterations, affecting the final result.
Confusing Variables in Slope Fields
Using the wrong variable (x vs. y) when calculating slopes based on the given differential equation.
Proportional Relationships in Differential Equations
The inherent connection indicating how one quantity changes in relation to another.
Method of Tangent Lines
The approach used in Euler's Method, connecting points based on the slope at that point.
LHS = RHS
Indicates that the left-hand side equals the right-hand side in an equation, confirming a solution.
Modeling Scenarios
Translating verbal descriptions of phenomena into mathematical differential equations.
Increasing/Decreasing Solutions
The nature of a solution's rates as indicated by the sign of the constant of proportionality, k.
Simplification in Verification
The process of reducing an equation to prove that a proposed solution satisfies a differential equation.