Comprehensive College Algebra Formula Sheet: Central Texas College

College Algebra Formula Sheet: Central Texas College

Overview

  • College: Central Texas College
  • Compiler: Amanda Russell
  • Scope: Comprehensive formula reference for College Algebra including foundational algebra, functions, polynomials, exponential/logarithmic functions, sequences, probability, trigonometry, and analytic geometry.

Chapter P/1: Foundational Algebra and Quadratic Equations

  • Quadratic Formula: Used to determine the solutions for any quadratic equation of the form ax2+bx+c=0ax^2 + bx + c = 0.
        * x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}
  • Exponent Rules:
        * Product Rule: When multiplying like bases, add the exponents.
            * aman=am+na^m \cdot a^n = a^{m+n}
        * Quotient Rule: When dividing like bases, subtract the exponents.
            * aman=amn\frac{a^m}{a^n} = a^{m-n}
        * Power Rule: When raising a power to another power, multiply the exponents.
            * (am)n=amn(a^m)^n = a^{mn}
        * Negative Exponent Rule: A base with a negative exponent is equivalent to the reciprocal of the base with a positive exponent.
            * an=1ana^{-n} = \frac{1}{a^n}

Chapter 2: Functions, Lines, and Transformations

  • Composite Functions: The composition of a function ff with function gg is defined as applying function gg first and then function ff.
        * (fg)(x)=f(g(x))(f \circ g)(x) = f(g(x))
  • Slope and Line Forms:
        * Slope Formula: Measures the steepness or gradient between two points (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2).
            * m=y2y1x2x1m = \frac{y_2 - y_1}{x_2 - x_1}
        * Point-Slope Form: Useful for finding the equation of a line passing through (x1,y1)(x_1, y_1) with a known slope mm.
            * yy1=m(xx1)y - y_1 = m(x - x_1)
        * Slope-Intercept Form: The standard linear equation showing the slope mm and y-intercept bb.
            * y=mx+by = mx + b
  • Function Transformations:
        * Vertical Shifts: Moving the graph up or down.
            * f(x)±cf(x) \pm c
        * Horizontal Shifts: Moving the graph left or right.
            * f(x±c)f(x \pm c)
        * Reflections:
            * Across the x-axis: f(x)-f(x)
            * Across the y-axis: f(x)f(-x)
        * Vertical Adjustments:
            * Vertical Stretch: Occurs when af(x)a \cdot f(x) where a > 1.
            * Vertical Shrink: Occurs when af(x)a \cdot f(x) where 0<a<10 < a < 1.     * Horizontal Adjustments:         * Horizontal Stretch: Occurs when f(ax)f(a \cdot x) where 0<a<10 < a < 1.         * Horizontal Shrink: Occurs when f(ax)f(a \cdot x) where a>1a > 1.
  • Symmetry:
        * Even Symmetry: Symmetry with respect to the y-axis.
            * f(x)=f(x)f(-x) = f(x)
        * Odd Symmetry: Symmetry with respect to the origin.
            * f(x)=f(x)f(-x) = -f(x)
  • Inverse Functions:
        * Definition: y=f1(x)y = f^{-1}(x)
        * Procedure: Switch the variables xx and yy, then solve for yy.

Chapter 3: Polynomial and Rational Functions

  • Polynomial Zeros:
        * The factor (xa)k(x - a)^k represents a repeated zero at x=ax = a.
        * Odd Multiplicity (kk): The graph crosses the x-axis at (a,0)(a, 0).
        * Even Multiplicity (kk): The graph touches the x-axis (tangent) at (a,0)(a, 0).
  • Rational Asymptotes: For a rational function defined as f(x)=N(x)D(x)f(x) = \frac{N(x)}{D(x)}:
        * Vertical Asymptotes: These occur at the zeros of the denominator function D(x)D(x).
        * Horizontal Asymptotes:
            * If the degree of the numerator is less than the degree of the denominator (deg(N)<deg(D)deg(N) < deg(D)), the asymptote is y=0y = 0.         * If the degree of the numerator equals the degree of the denominator (deg(N)=deg(D)deg(N) = deg(D)), the asymptote is y=anbny = \frac{a_n}{b_n}.         * If the degree of the numerator is greater than the degree of the denominator (deg(N)>deg(D)deg(N) > deg(D)), there is no horizontal asymptote.

Chapter 4: Exponential and Logarithmic Functions and Interest

  • Compound Interest:
        * For nn compounding periods per year: A=P(1+rn)ntA = P \left(1 + \frac{r}{n}\right)^{nt}
        * For continuous compounding: A=PertA = Pe^{rt}
        * Variables: t=timet = \text{time}, r=rater = \text{rate}.
  • Exponential Growth and Decay:
        * General Growth Model: A=A0ektA = A_0 e^{kt}
        * Half-life Equation: ln(12)=kt\ln\left(\frac{1}{2}\right) = kt
  • Logarithm Rules:
        * Product Rule: logb(xy)=logb(x)+logb(y)\log_b(xy) = \log_b(x) + \log_b(y)
        * Quotient Rule: logb(xy)=logb(x)logb(y)\log_b\left(\frac{x}{y}\right) = \log_b(x) - \log_b(y)
        * Power Rule: logb(xr)=rlogb(x)\log_b(x^r) = r \log_b(x)
        * Change of Base Formula: logb(x)=loga(x)loga(b)\log_b(x) = \frac{\log_a(x)}{\log_a(b)}

Chapter 11: Sequences and Series

  • Arithmetic Sequences:
        * General Term: an=a1+(n1)da_n = a_1 + (n - 1)d
        * Sum of first nn terms: Sn=n2(a1+an)S_n = \frac{n}{2} (a_1 + a_n)
  • Geometric Sequences:
        * General Term: an=a1rn1a_n = a_1 r^{n-1}
        * Finite Sum (nn terms): Sn=a1(1rn)1rS_n = \frac{a_1(1 - r^n)}{1 - r}
        * Infinite Geometric Sum: S=a11rS = \frac{a_1}{1 - r}

Principles of Probability and Counting

  • Types of Probability:
        * Classical Probability: P(E) = \frac{# \text{ outcomes in } E}{\text{total outcomes in sample space}}
        * Empirical/Statistical Probability: P(E)=Frequency of event ETotal frequency=fnP(E) = \frac{\text{Frequency of event } E}{\text{Total frequency}} = \frac{f}{n}
  • Probability Rules:
        * Complement Rule: P(E)=1P(E)P(E') = 1 - P(E)
        * Probability of Both Events (A and B):
            * General case: P(AB)=P(A)P(BA)P(A \cap B) = P(A) \cdot P(B | A)
            * Independent events: P(AB)=P(A)P(B)P(A \cap B) = P(A) \cdot P(B)
        * Probability of Either A or B or Both (Union):
            * General case: P(AB)=P(A)+P(B)P(AB)P(A \cup B) = P(A) + P(B) - P(A \cap B)
            * Mutually exclusive events: P(AB)=P(A)+P(B)P(A \cup B) = P(A) + P(B)
  • Counting Principles:
        * Permutations: Arrangement of rr items from nn where order matters (rnr \le n).
            * nPr=n!(nr)!_n P_r = \frac{n!}{(n - r)!}
        * Combinations: Selection of rr items from nn where order does not matter (rnr \le n).
            * nCr=n!(nr)!r!_n C_r = \frac{n!}{(n - r)!r!}

1414

Trigonometric Functions and Identities

  • The Six Trigonometric Functions:
        * sin(θ)=opphyp=yr=1csc(θ)\sin(\theta) = \frac{\text{opp}}{\text{hyp}} = \frac{y}{r} = \frac{1}{\csc(\theta)}
        * cos(θ)=adjhyp=xr=1sec(θ)\cos(\theta) = \frac{\text{adj}}{\text{hyp}} = \frac{x}{r} = \frac{1}{\sec(\theta)}
        * tan(θ)=oppadj=yx=1cot(θ)=sin(θ)cos(θ)\tan(\theta) = \frac{\text{opp}}{\text{adj}} = \frac{y}{x} = \frac{1}{\cot(\theta)} = \frac{\sin(\theta)}{\cos(\theta)}
        * csc(θ)=hypopp=ry=1sin(θ)\csc(\theta) = \frac{\text{hyp}}{\text{opp}} = \frac{r}{y} = \frac{1}{\sin(\theta)}
        * sec(θ)=hypadj=rx=1cos(θ)\sec(\theta) = \frac{\text{hyp}}{\text{adj}} = \frac{r}{x} = \frac{1}{\cos(\theta)}
        * cot(θ)=adjopp=xy=1tan(θ)=cos(θ)sin(θ)\cot(\theta) = \frac{\text{adj}}{\text{opp}} = \frac{x}{y} = \frac{1}{\tan(\theta)} = \frac{\cos(\theta)}{\sin(\theta)}
  • Circular Geometry:
        * Arc Length: s=rθs = r \theta
        * Area of a Sector: A=12πr2θA = \frac{1}{2} \pi r^2 \theta

Analytic Geometry: Conic Sections

  • Parabola:
        * Vertical Orientation: (xh)2=4p(yk)(x - h)^2 = 4p(y - k) with directrix y=kpy = k - p
        * Horizontal Orientation: (yk)2=4p(xh)(y - k)^2 = 4p(x - h) with directrix x=hpx = h - p
        * Vertex at the Origin: x2=4pyx^2 = 4py or y2=4pxy^2 = 4px
  • Ellipse:
        * Horizontal Major Axis: (xh)2a2+(yk)2b2=1\frac{(x - h)^2}{a^2} + \frac{(y - k)^2}{b^2} = 1
        * Vertical Major Axis: (xh)2b2+(yk)2a2=1\frac{(x - h)^2}{b^2} + \frac{(y - k)^2}{a^2} = 1
        * Note: In an ellipse, a > b.
  • Hyperbola:
        * Horizontal Orientation: (xh)2a2(yk)2b2=1\frac{(x - h)^2}{a^2} - \frac{(y - k)^2}{b^2} = 1
        * Vertical Orientation: (yk)2a2(xh)2b2=1\frac{(y - k)^2}{a^2} - \frac{(x - h)^2}{b^2} = 1
        * Coordinate Relation: c2=a2+b2c^2 = a^2 + b^2