Chandra
Math / Precalculus / Summary

Summary

Global Analytical Properties

These are the universal lenses used to analyze any graph. While every function is checked for these, the results (like “End Behavior”) look different depending on the family.

  • Transformations: Horizontal/Vertical shifts, Vertical stretch/shrink, and Reflections (xx and yy axis).
  • Domain & Range: The set of all possible inputs (xx) and outputs (yy).
  • Intercepts: The points where the graph crosses the xx-axis (roots/zeros) and yy-axis.
  • Rate of Change: Analyzed as a constant (Slope) or variable (Derivative).
  • Inverses: The “undoing” function; requires a One-to-One relationship (often requiring Domain Restriction for Quadratics and Trig).
  • Continuity & Discontinuity: Analyzing if the graph is a single unbroken curve or has holes/breaks.
  • Symmetry: Checking if a function is Even (yy-axis symmetry) or Odd (origin symmetry).
  • Inequalities: Solving for intervals where f(x)>0f(x) > 0, f(x)<0f(x) < 0, or other relational conditions.
  • Composition of Functions: Combining functions as f(g(x))f(g(x)); the output of one becomes the input of another.

Linear Functions

  • Slope (Rate of Change): The constant steepness; the “m” in y=mx+by = mx + b.
  • Monotonicity: The function is strictly increasing or strictly decreasing for its entire domain.
  • xx and yy Intercepts: The single points where the line crosses the axes.
  • Parallel Lines: Share the same slope (m1=m2m_1 = m_2).
  • Perpendicular Lines: Slopes are negative reciprocals (m1m2=1m_1 m_2 = -1).
  • Point-Slope Form: yy1=m(xx1)y - y_1 = m(x - x_1) for writing equations from a point and slope.

Quadratic Functions

  • Vertex (Global Max/Min): The absolute highest or lowest point of the parabola.
  • Axis of Symmetry: The vertical line x=hx = h that splits the graph perfectly in half.
  • Concavity: The graph is always either “concave up” (cup) or “concave down” (frown).
  • Discriminant: Using b24acb^2 - 4ac to predict the number and type of roots (Real vs. Complex).
  • Turning Points: Always has exactly one turning point.
  • Factoring Methods: Greatest Common Factor (GCF), Difference of Squares (a2b2a^2 - b^2), Factor by Grouping, Trinomial Factoring.
  • Completing the Square: Method to convert ax2+bx+cax^2 + bx + c to vertex form a(xh)2+ka(x-h)^2 + k.
  • Product Formulas: Special patterns including (a+b)2=a2+2ab+b2(a+b)^2 = a^2 + 2ab + b^2, (ab)2=a22ab+b2(a-b)^2 = a^2 - 2ab + b^2, and (a+b)(ab)=a2b2(a+b)(a-b) = a^2 - b^2.
  • Quadratic Formula: x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} for finding roots.
  • Vertex Form: y=a(xh)2+ky = a(x-h)^2 + k for identifying the vertex (h,k)(h, k) directly.

Polynomial Functions

  • Degree (nn): The highest exponent, which dictates the maximum number of roots and turning points.
  • End Behavior: Determined by the Degree and Leading Coefficient (e.g., “up-up” or “down-up”).
  • Multiplicity: Determines if the graph crosses the x-axis (odd multiplicity) or bounces (even multiplicity).
  • Turning Points: Can have up to n1n-1 turning points.
  • Inflection Points: Specific locations where the concavity switches from “up” to “down.”
  • Polynomial Division: Long Division and Synthetic Division for dividing polynomials.
  • Factor Theorem: (xc)(x-c) is a factor of P(x)P(x) if and only if P(c)=0P(c) = 0.
  • Remainder Theorem: When P(x)P(x) is divided by (xc)(x-c), the remainder is P(c)P(c).
  • Complex Roots: When the discriminant is negative, roots occur in conjugate pairs (a+bia + bi and abia - bi).
  • Rational Root Theorem: Possible rational zeros are of the form pq\frac{p}{q} where pp divides the constant term and qq divides the leading coefficient.

Rational Functions

  • Vertical Asymptotes: “Invisible walls” caused by values that make the denominator zero.
  • Horizontal/Slant Asymptotes: Describes the “End Behavior” as xx \to \infty.
  • Holes (Removable Discontinuities): Occur when a factor in the numerator and denominator cancels out.
  • Branches: The separate, disconnected curves created by asymptotes.
  • Domain Restrictions: Values where Q(x)=0Q(x) = 0 make the function undefined and must be excluded.
  • Simplifying Rational Expressions: Canceling common factors between numerator and denominator (while noting excluded values).

Exponential Functions

  • Standard Form: f(x)=abxf(x) = a \cdot b^x where aa is the initial value and bb is the base.
  • Growth vs. Decay: If b>1b > 1, exponential growth; if 0<b<10 < b < 1, exponential decay.
  • Growth/Decay Rate Form: f(t)=a(1±r)tf(t) = a(1 \pm r)^t where rr is the percentage rate.
  • Natural Exponential: f(x)=exf(x) = e^x where e2.71828e \approx 2.71828 (Euler’s number).
  • Horizontal Asymptote: Typically y=0y = 0 (the x-axis) for standard exponential functions.
  • Domain & Range: Domain is all real numbers (,)(-\infty, \infty); Range is (0,)(0, \infty) for standard form.
  • Applications: Compound interest, population growth, radioactive decay.
  • One-to-One Property: Always passes the Horizontal Line Test; has an inverse (logarithmic function).

Logarithmic Functions

  • Definition: logb(x)=y    by=x\log_b(x) = y \iff b^y = x (logarithm as the inverse of exponentiation).
  • Natural Logarithm: ln(x)=loge(x)\ln(x) = \log_e(x) where the base is ee.
  • Domain Restriction: x>0x > 0 (logarithms only defined for positive arguments).
  • Range: All real numbers (,)(-\infty, \infty).
  • Vertical Asymptote: x=0x = 0 (the y-axis) for standard logarithmic functions.
  • Logarithm Properties:
    • Product Rule: logb(mn)=logb(m)+logb(n)\log_b(mn) = \log_b(m) + \log_b(n)
    • Quotient Rule: logb(mn)=logb(m)logb(n)\log_b\left(\frac{m}{n}\right) = \log_b(m) - \log_b(n)
    • Power Rule: logb(mp)=plogb(m)\log_b(m^p) = p \cdot \log_b(m)
    • Zero Property: logb(1)=0\log_b(1) = 0
    • Identity Property: logb(b)=1\log_b(b) = 1
    • Inverse Property: blogb(x)=xb^{\log_b(x)} = x and logb(bx)=x\log_b(b^x) = x
  • Change of Base Formula: logb(x)=loga(x)loga(b)\log_b(x) = \frac{\log_a(x)}{\log_a(b)} for converting between bases.

Absolute Value Functions

  • Definition: x={xif x0xif x<0|x| = \begin{cases} x & \text{if } x \geq 0 \\ -x & \text{if } x < 0 \end{cases}
  • V-Shape Graph: Creates a sharp corner at the vertex.
  • Standard Form: f(x)=axh+kf(x) = a|x - h| + k where (h,k)(h, k) is the vertex.
  • Piecewise Nature: Can be rewritten as a piecewise function with two linear pieces.
  • Solving Absolute Value Equations: x=a|x| = a yields two solutions: x=ax = a or x=ax = -a (if a>0a > 0).
  • Absolute Value Inequalities: Analyzed by considering both positive and negative cases.

Piecewise Functions

  • Definition: Functions defined by different expressions on different intervals of the domain.
  • Notation: Written with cases showing the formula and corresponding domain for each piece.
  • Continuity Analysis: Check if the pieces connect smoothly or have jumps/breaks at boundary points.
  • Evaluating: Determine which piece to use based on the input value’s interval.

Circles (Coordinate Geometry)

  • Standard Form (Center-Radius): (xh)2+(yk)2=r2(x - h)^2 + (y - k)^2 = r^2 where (h,k)(h, k) is the center and rr is the radius.
  • Pythagorean Connection: Derived from the distance formula and Pythagorean theorem.
  • Completing the Square: Used to convert general form to standard form.
  • Distance Formula: d=(x2x1)2+(y2y1)2d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2} for finding the distance between two points.
  • Midpoint Formula: M=(x1+x22,y1+y22)M = \left(\frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2}\right) for finding the point halfway between two endpoints.

Trigonometric Functions

  • Periodicity: The repeating nature of the graph; the distance required to complete one full cycle.
  • Amplitude: The vertical “reach” of the wave; the distance from the midline to the peak.
  • Phase Shift: The trigonometric term for a horizontal shift.
  • Midline (Vertical Shift): The horizontal center line (y=dy=d) that the wave oscillates around.
  • Domain Restrictions: Essential for defining Inverse Trig functions (Arccosine, Arcsine, etc.).
  • Asymptotes: Periodic vertical breaks found in tan\tan, cot\cot, sec\sec, and csc\csc.
  • Unit Circle: The foundational circle with radius 1 where x2+y2=1x^2 + y^2 = 1; coordinates are (cosθ,sinθ)(\cos\theta, \sin\theta).
  • Reference Angles: The acute angle formed with the x-axis; used to find trig values in any quadrant.
  • Coterminal Angles: Angles that differ by full rotations (360°360° or 2π2\pi); share the same terminal side.
  • Reciprocal Functions: cscθ=1sinθ\csc\theta = \frac{1}{\sin\theta}, secθ=1cosθ\sec\theta = \frac{1}{\cos\theta}, cotθ=1tanθ\cot\theta = \frac{1}{\tan\theta}.
  • Pythagorean Identities:
    • sin2θ+cos2θ=1\sin^2\theta + \cos^2\theta = 1
    • 1+tan2θ=sec2θ1 + \tan^2\theta = \sec^2\theta
    • 1+cot2θ=csc2θ1 + \cot^2\theta = \csc^2\theta
  • Quotient Identities: tanθ=sinθcosθ\tan\theta = \frac{\sin\theta}{\cos\theta} and cotθ=cosθsinθ\cot\theta = \frac{\cos\theta}{\sin\theta}.
  • Even/Odd Identities: sin(x)=sin(x)\sin(-x) = -\sin(x) (odd), cos(x)=cos(x)\cos(-x) = \cos(x) (even).
  • Cofunction Identities: sin(π2x)=cos(x)\sin\left(\frac{\pi}{2} - x\right) = \cos(x), cos(π2x)=sin(x)\cos\left(\frac{\pi}{2} - x\right) = \sin(x).
  • Sum and Difference Formulas:
    • sin(A±B)=sinAcosB±cosAsinB\sin(A \pm B) = \sin A \cos B \pm \cos A \sin B
    • cos(A±B)=cosAcosBsinAsinB\cos(A \pm B) = \cos A \cos B \mp \sin A \sin B
    • tan(A±B)=tanA±tanB1tanAtanB\tan(A \pm B) = \frac{\tan A \pm \tan B}{1 \mp \tan A \tan B}
  • Double-Angle Formulas:
    • sin(2θ)=2sinθcosθ\sin(2\theta) = 2\sin\theta\cos\theta
    • cos(2θ)=cos2θsin2θ=2cos2θ1=12sin2θ\cos(2\theta) = \cos^2\theta - \sin^2\theta = 2\cos^2\theta - 1 = 1 - 2\sin^2\theta
  • Half-Angle Formulas (the ±\pm depends on the quadrant of θ2\frac{\theta}{2}):
    • sin(θ2)=±1cosθ2\sin\left(\frac{\theta}{2}\right) = \pm\sqrt{\frac{1 - \cos\theta}{2}}
    • cos(θ2)=±1+cosθ2\cos\left(\frac{\theta}{2}\right) = \pm\sqrt{\frac{1 + \cos\theta}{2}}
    • tan(θ2)=1cosθsinθ\tan\left(\frac{\theta}{2}\right) = \frac{1 - \cos\theta}{\sin\theta}
  • Law of Sines: asinA=bsinB=csinC\frac{a}{\sin A} = \frac{b}{\sin B} = \frac{c}{\sin C} for solving oblique triangles when you know angle-side pairs.
  • Law of Cosines: c2=a2+b22abcos(C)c^2 = a^2 + b^2 - 2ab\cos(C) for solving triangles when you know SSS or SAS.
  • Inverse Identities:
    • Composition: sin(arcsin(x))=x\sin(\arcsin(x)) = x, cos(arccos(x))=x\cos(\arccos(x)) = x, tan(arctan(x))=x\tan(\arctan(x)) = x
    • Complementary: arcsin(x)+arccos(x)=π2\arcsin(x) + \arccos(x) = \frac{\pi}{2}
    • Negative Argument: arcsin(x)=arcsin(x)\arcsin(-x) = -\arcsin(x), arctan(x)=arctan(x)\arctan(-x) = -\arctan(x)

Radicals and Rational Exponents

  • Radical Notation: xn\sqrt[n]{x} represents the nnth root of xx.
  • Rational Exponent Form: amn=amn=(an)ma^{\frac{m}{n}} = \sqrt[n]{a^m} = (\sqrt[n]{a})^m
  • Properties of Radicals
  • Simplifying Radicals: Factor out perfect powers to simplify expressions.

Complex Numbers

  • Standard Form: a+bia + bi where aa is the real part and bibi is the imaginary part.
  • Imaginary Unit: i=1i = \sqrt{-1} with the property i2=1i^2 = -1.
  • Powers of ii: Cycle every 4 powers (i1=ii^1 = i, i2=1i^2 = -1, i3=ii^3 = -i, i4=1i^4 = 1).
  • Complex Plane: Real part on x-axis, imaginary part on y-axis; geometric representation.
  • Operations: Add/subtract by combining like terms; multiply using distributive property and i2=1i^2 = -1.
  • Complex Conjugate: abia - bi is the conjugate of a+bia + bi; used for division.
  • Geometric Interpretation: Multiplying by ii represents a 90° rotation in the complex plane.

Sequences and Series

  • Arithmetic Sequence: an=a1+(n1)da_n = a_1 + (n - 1)d where dd is the common difference.
  • Arithmetic Series: Sn=n(a1+an)2S_n = \frac{n(a_1 + a_n)}{2}; sums a fixed number of terms.
  • Geometric Sequence: an=a1rn1a_n = a_1 \cdot r^{n-1} where rr is the common ratio.
  • Geometric Series: Sn=a1(1rn1r)S_n = a_1\left(\frac{1 - r^n}{1 - r}\right); sums nn terms.
  • Infinite Geometric Series: S=a11rS_\infty = \frac{a_1}{1 - r} when r<1|r| < 1; the sum converges to a finite value.

Binomial Theorem

  • Expansion: (x+y)n=k=0n(nk)xnkyk(x + y)^n = \sum_{k=0}^{n} \binom{n}{k} x^{n-k} y^k for any positive integer nn.
  • Binomial Coefficient: (nk)=n!k!(nk)!\binom{n}{k} = \frac{n!}{k!(n-k)!}; read as ”nn choose kk.”
  • Generalizes the product formulas (a+b)2(a + b)^2 and (a+b)3(a + b)^3 to any power.

Limits

  • Definition: limxaf(x)=L\lim_{x \to a} f(x) = L means f(x)f(x) gets arbitrarily close to LL as xx gets arbitrarily close to aa.
  • Convergence: A sequence or function settles toward a single finite value.
  • Divergence: Grows without bound or oscillates without settling.
  • Connection: The infinite geometric series SS_\infty is the limit of the partial sums as nn \to \infty.