Algebra II Honors Semester 2 Exam Comprehensive Study Guide

Unit 7: Inverses, Exponential, and Logarithmic Functions

  • Composition of Functions

    • Function composition involves nested functions where the output of one function becomes the input of another.
    • Notation: (fg)(x)=f(g(x))(f \circ g)(x) = f(g(x)) and (gf)(x)=g(f(x))(g \circ f)(x) = g(f(x)).
    • To evaluate, substitute the entire expression of the inner function into every instance of the variable in the outer function.
  • Inverse Functions

    • Definition: A function that "reverses" the action of the original function. If a point (x,y)(x, y) exists on function ff, then the point (y,x)(y, x) exists on the inverse function f1f^{-1}.
    • Finding Inverses Algebraically:
      1. Replace f(x)f(x) with yy.
      2. Swap the roles of xx and yy.
      3. Solve the new equation for yy.
      4. Replace yy with f1(x)f^{-1}(x).
    • Determining Inverses via Composition: Two functions f(x)f(x) and g(x)g(x) are inverses of each other if and only if f(g(x))=xf(g(x)) = x AND g(f(x))=xg(f(x)) = x.
    • Domain and Range: The domain of ff becomes the range of f1f^{-1}, and the range of ff becomes the domain of f1f^{-1}.
  • Exponential Equations and Functions

    • Solving via Same Bases: If the bases can be made equal (bx=byb^x = b^y), then the exponents must be equal (x=yx = y). Example: 3x+1=273^{x+1} = 27 becomes 3x+1=333^{x+1} = 3^3, so x+1=3x+1 = 3.
    • Solving via Logarithms: If bases cannot be made the same, use the property that bx=ab^x = a is equivalent to x=logb(a)x = \log_b(a), or take the natural log (ln\ln) or common log (log\log) of both sides.
  • Logarithmic Equations and Functions

    • Evaluating Logarithms: The expression logb(x)=y\log_b(x) = y answers the question: "To what power must base bb be raised to get xx?" (by=xb^y = x).
    • Properties of Logarithms:
      • Product Property: logb(m×n)=logb(m)+logb(n)\log_b(m \times n) = \log_b(m) + \log_b(n)
      • Quotient Property: logb(mn)=logb(m)logb(n)\log_b(\frac{m}{n}) = \log_b(m) - \log_b(n)
      • Power Property: logb(mp)=p×logb(m)\log_b(m^p) = p \times \log_b(m)
    • Solving Logarithmic Equations: Isolate the log and convert to exponential form, or use the property that if logb(x)=logb(y)\log_b(x) = \log_b(y), then x=yx = y. Always check for extraneous solutions (the argument of a log must be positive).
    • Graphing: The parent function y=logb(x)y = \log_b(x) has a vertical asymptote at x=0x = 0, an x-intercept at (1,0)(1, 0), and a domain of (0,)(0, \infty).

Unit 8: Rational Functions and Relations

  • Simplifying Rational Expressions

    • Factor the numerator and the denominator completely.
    • Divide out common factors to simplify.
    • Stating Restrictions: Restrictions (excluded values) are values of xx that make the denominator zero. These must be identified from the original factored denominator before any factors are canceled.
  • Graphing Rational Functions

    • Vertical Asymptotes (VA): Occur at the x-values that make the simplified denominator equal to zero.
    • Holes (Removable Discontinuities): Occur if a factor is canceled from both the numerator and the denominator. The x-coordinate of the hole is the value that makes the canceled factor zero.
    • Horizontal Asymptotes (HA): Determined by comparing the degree of the numerator (nn) and the degree of the denominator (mm):
      • If n<mn < m, the HA is at y=0y = 0.
      • If n=mn = m, the HA is at y=aby = \frac{a}{b}, where aa and bb are the leading coefficients.
      • If n>mn > m, there is no horizontal asymptote (there may be a slant asymptote).
    • Domain and Range: The domain includes all real numbers except the x-values of vertical asymptotes and holes. The range is generally restricted by horizontal asymptotes and the y-values of holes.

Unit 9: Conic Sections

  • Identification of Conic Sections

    • General Form: Ax2+Bxy+Cy2+Dx+Ey+F=0Ax^2 + Bxy + Cy^2 + Dx + Ey + F = 0
    • Circle: A=CA = C (both squared terms have the same coefficient and sign).
    • Parabola: Either A=0A = 0 or C=0C = 0 (only one variable is squared).
    • Ellipse: AA and CC have the same sign but ACA \neq C.
    • Hyperbola: AA and CC have opposite signs.
  • Writing Equations and Completing the Square

    • To convert general form to standard form, group the xx terms and yy terms, move the constant to the other side, and complete the square for each variable.
    • Standard Forms:
      • Circle: (xh)2+(yk)2=r2(x-h)^2 + (y-k)^2 = r^2
      • Ellipse (horizontal): (xh)2a2+(yk)2b2=1\frac{(x-h)^2}{a^2} + \frac{(y-k)^2}{b^2} = 1
      • Hyperbola (horizontal): (xh)2a2(yk)2b2=1\frac{(x-h)^2}{a^2} - \frac{(y-k)^2}{b^2} = 1
  • Graphing Key Parts

    • Center: Always indicated by (h,k)(h, k).
    • Vertices and Co-vertices: Distances are determined by the square roots of the denominators (aa and bb) in ellipses and hyperbolas.
    • Foci: Points located along the major axis (ellipse) or inside the curves (hyperbola). For an ellipse, c2=a2b2c^2 = a^2 - b^2. For a hyperbola, c2=a2+b2c^2 = a^2 + b^2.
    • Asymptotes (Hyperbolas): Diagonal lines that guide the shape of the hyperbola branches, found using yk=±ba(xh)y - k = \pm \frac{b}{a}(x - h) or yk=±ab(xh)y - k = \pm \frac{a}{b}(x - h).
    • Domain and Range: Must be stated in interval notation, e.g., [x1,x2][x_1, x_2] or (,y1][y2,)(-\infty, y_1] \cup [y_2, \infty).

Unit 10: Sequences and Series

  • Arithmetic Sequences and Series

    • Sequence: Defined by a common difference (dd). Formula: an=a1+(n1)da_n = a_1 + (n-1)d.
    • Series: The sum of the terms. Finite sum: Sn=n(a1+an)2S_n = \frac{n(a_1 + a_n)}{2}.
  • Geometric Sequences and Series

    • Sequence: Defined by a common ratio (rr). Formula: an=a1×rn1a_n = a_1 \times r^{n-1}.
    • Series: The sum of terms. Finite sum: Sn=a1(1rn)1rS_n = \frac{a_1(1-r^n)}{1-r}.
  • Pascal’s Triangle and Binomial Expansion

    • Pascal's Triangle: A triangular array of numbers where each number is the sum of the two directly above it. The rows provide the coefficients for binomial expansion.
    • Expanding a Binomial: Using (a+b)n(a + b)^n, the expansion involves terms with decreasing powers of aa and increasing powers of bb.
    • Finding a Specific Term: Use the formula for the k+1k+1 term: (nk)ankbk\binom{n}{k} a^{n-k}b^k, where (nk)\binom{n}{k} is the combination formula n!k!(nk)!\frac{n!}{k!(n-k)!}.

Unit 11: Trigonometry

  • Degree and Radian Conversions

    • To convert degrees to radians: Multiply by π180\frac{\pi}{180}.
    • To convert radians to degrees: Multiply by 180π\frac{180}{\pi}.
  • The Unit Circle

    • Radius = 11. Coordinates at any angle θ\theta are (cos(θ),sin(θ))(\cos(\theta), \sin(\theta)).
    • Reference Angles: The positive acute angle formed by the terminal side of an angle and the x-axis.
    • Coterminal Angles: Angles that share the same terminal side. Found by adding/subtracting multiples of 360360^{\circ} or 2π2\pi.
  • Trigonometric Ratios and Evaluation

    • Six trig ratios: sin(θ)\sin(\theta), cos(θ)\cos(\theta), tan(θ)\tan(\theta), csc(θ)=1sin(θ)\csc(\theta) = \frac{1}{\sin(\theta)}, sec(θ)=1cos(θ)\sec(\theta) = \frac{1}{\cos(\theta)}, and cot(θ)=1tan(θ)\cot(\theta) = \frac{1}{\tan(\theta)}.
  • Laws for Non-Right Triangles

    • Law of Sines (Memorize): sin(A)a=sin(B)b=sin(C)c\frac{\sin(A)}{a} = \frac{\sin(B)}{b} = \frac{\sin(C)}{c}.
    • Law of Cosines (Formula Given): a2=b2+c22bccos(A)a^2 = b^2 + c^2 - 2bc\cos(A).
    • Area of Triangles (Formulas Given): Area=12bcsin(A)\text{Area} = \frac{1}{2}bc\sin(A).
  • Graphing Trigonometric Functions

    • General form: y=asin(b(xc))+dy = a\sin(b(x-c)) + d or y=acos(b(xc))+dy = a\cos(b(x-c)) + d.
    • Amplitude: a|a| (vertical dilation).
    • Period: 2πb\frac{2\pi}{b} (for sine/cosine) or πb\frac{\pi}{b} (for tangent).
    • Phase Shift: cc (horizontal translation).
    • Vertical Shift: dd (midline translation).