Mathematical Functions and Sequences Notes
Linear Equations
Linear Slope Formula
- This formula calculates the slope (m) of a line by taking two points on the line, (x1, y1) and (x2, y2).
Slope-Intercept Form
- In this form, m represents the slope and b represents the y-intercept of the line.
Point-Slope Form
- This is useful when you know one point on the line and the slope.
Linear Standard Form
- A, B, and C are constants, and this form can represent lines where A and B are not both zero.
Quadratic Functions
Quadratic Standard Form
- This form is used to express a quadratic function where a is not zero.
Vertex Form
- In this form, (h, k) is the vertex of the parabola represented by the quadratic equation.
Quadratic in Intercept Form
- This form shows the roots of the quadratic function at points p and q, indicating where the graph intersects the x-axis.
Axis of Symmetry
- This equation provides the x-coordinate of the vertex of the parabola.
Quadratic Formula
- This formula is used to find the roots of a quadratic equation.
Exponential Functions
Exponential Form
- In this expression, a is the initial amount, b is the base, and x is the exponent, typically describing exponential growth or decay.
Exponential Growth
- Where r is the rate of growth, applied when the quantity increases over time.
Exponential Decay
- Where r is the rate of decay, applied when the quantity decreases over time.
Sequences
Arithmetic Sequence (Explicit)
- This formula provides the nth term of an arithmetic sequence, where a1 is the first term, d is the common difference, and n is the term number.
Geometric Sequence (Explicit)
- This formula provides the nth term of a geometric sequence, where a1 is the first term and r is the common ratio.
Arithmetic Sequence (Recursive)
a1 = # \quad an = a_{n-1} + d- The first term is provided, and subsequent terms are calculated based on the previous term plus the common difference.
Geometric Sequence (Recursive)
a1 = # \quad an = a_{n-1} \times r- The first term is provided, and subsequent terms are calculated based on the previous term multiplied by the common ratio.