Differential Equation
An equation that relates a function with its derivative, written in the form dy/dx = f(x, y).
Slope Field
A graphical tool used to visualize solutions of a first-order differential equation consisting of a grid of short line segments representing slopes.
Slope (at a point)
The value of the derivative dy/dx at a specific point, representing the rate of change of the function at that point.
Initial Condition
A specific point (x₀, y₀) that the solution curve must pass through; used to find a particular solution.
Particular Solution
A single function that satisfies the differential equation and passes through a specific given initial condition.
Constant of Integration (C)
The constant added to an antiderivative to represent the family of all possible solutions (the general solution).
Undefined Slope
Occurs when the DE has a zero in the denominator; graphically represented by no slope drawn or a vertical asymptote.
Separation of Variables
A method to solve DEs by algebraically rearranging terms so that all y/dy terms are on one side and all x/dx terms are on the other.
Leibniz Notation
The notation (dy/dx) that treats the derivative as a ratio of differentials, essential for the separation process.
General Solution
The solution to a DE that includes an arbitrary constant C, representing a family of functions.
Explicit Form
A solution written in the form y = f(x), where the dependent variable y is isolated on one side.
Growth/Decay Differential Equation
An equation where the rate of change is proportional to the variable itself: dy/dt = ky.
Exponential Growth and Decay Formula
The general solution to the growth/decay DE: y = Ce^(kt).
Initial Amount (C)
The quantity present at time t = 0; the starting value.
Growth or Decay Rate (k)
A constant representing the proportionality factor. k > 0 means growth; k < 0 means decay.
Half-life
The amount of time (t) required for a quantity to fall to half of its initial value (y = 1/2 C).
Constructing a Slope Field (Steps)
Relationship between dy/dx and Graph Shape
> 0: segment slants upward; < 0: segment slants downward; = 0: segment is horizontal.
Finding a Particular Solution Graphically
Start at the initial condition point and ‘follow the flow’ of the line segments in the slope field.
Connection with Integrals
Solving a DE algebraically involves the integral: ∫(dy/dx) dx = ∫f(x) dx = F(x) + C.
Euler’s Method
A numerical technique used to approximate a particular solution to a differential equation.
Euler’s Method Formula (x-value)
xₙ = xₙ₋₁ + h
Euler’s Method Formula (y-value)
yₙ = yₙ₋₁ + h · F(xₙ₋₁, yₙ₋₁)
Step Size (h)
A small distance moved along the x-axis in Euler’s Method; smaller h leads to more accurate approximations.