Algebra II Final Exam Review Notes

Section 5.1: Polynomial Functions

  • Identifying Polynomial Functions:

    • A polynomial function must have non-negative integer exponents.

    • Example: 5x3+4x23x5x^3 + 4x^2 - 3x is a polynomial.

  • Standard Form:

    • Polynomials are written in descending order of exponents.

    • Example: 5x3+4x23x5x^3 + 4x^2 - 3x is in standard form.

  • Key Characteristics:

    • Degree: The highest exponent of the variable.

    • Type: Determined by the degree (e.g., cubic, quartic).

    • Leading Coefficient: The coefficient of the term with the highest degree.

    • End Behavior: Describes what happens to the function as xx approaches positive or negative infinity.

      • Determined by the degree and leading coefficient.

        • Even degree with positive leading coefficient: both ends go up.

        • Even degree with negative leading coefficient: both ends go down.

        • Odd degree with positive leading coefficient: left goes down, right goes up.

        • Odd degree with negative leading coefficient: left goes up, right goes down.

  • Examples:

    • h(x)=5x37x2+x1h(x) = 5x^3 - 7x^2 + x - 1

      • Degree: 3

      • Type: Cubic

    • g(x)=6x43x3+12x2+8x+2g(x) = 6x^4 - 3x^3 + 12x^2 + 8x + 2

      • Degree: 4

      • Type: Quartic

  • Evaluating Functions:

    • Substitute the given value of xx into the function.

    • Example: f(x)=2x4+x3+5x23x7f(x) = -2x^4 + x^3 + 5x^2 - 3x - 7; find f(1)f(-1)
      f(1)=2(1)4+(1)3+5(1)23(1)7=21+5+37=2f(-1) = -2(-1)^4 + (-1)^3 + 5(-1)^2 - 3(-1) - 7 = -2 - 1 + 5 + 3 - 7 = -2

Analyzing Polynomial Graphs

  • Intervals of Increase and Decrease:

    • Increasing: As xx increases, f(x)f(x) increases.

    • Decreasing: As xx increases, f(x)f(x) decreases.

  • Sign of f(x)f(x):

    • f(x) > 0: The function is above the x-axis.

    • f(x) < 0: The function is below the x-axis.

  • Example:

    • Increasing on (,1)(-\infty, -1) and (1,)(1, \infty); Decreasing on (1,1)(-1, 1)

    • f(x) > 0 on (2,0)(-2, 0) and (2,)(2, \infty); f(x) < 0 on (,2)(-\infty, -2) and (0,2)(0, 2)

Sketching Graphs from Characteristics

  • Example:

    • Function is increasing on (,1)(-\infty, 1) and decreasing on (1,)(1, \infty). f(x) > 0 on (1,3)(-1, 3); f(x) < 0 on (,1)(-\infty, -1) and (3,)(3, \infty).

    • This indicates a graph with a maximum at x=1x = 1, crossing the x-axis at 1-1 and 33.

  • Degree and Leading Coefficient:

    • The shape of the graph helps determine the degree (even or odd) and the sign of the leading coefficient (positive or negative).

    • Even degree: Both ends go in the same direction.

    • Odd degree: Ends go in opposite directions.

Real-World Application

  • Baseball Trajectory:

    • The height h(t)h(t) of a baseball after tt seconds is modeled by h(t)=4.9t2+28.62t+2.4h(t) = -4.9t^2 + 28.62t + 2.4.

    • Maximum height: Occurs at the vertex of the parabola.

    • Time to hit the ground: Find tt when h(t)=0h(t) = 0.

Section 5.2: Operations with Polynomials

  • Addition and Subtraction:

    • Combine like terms.

    • Example:
      (8x76x5+4x36x)+(15x+4x53x3+2)=8x72x5+x3+9x+2(8x^7 - 6x^5 + 4x^3 - 6x) + (15x + 4x^5 - 3x^3 + 2) = 8x^7 - 2x^5 + x^3 + 9x + 2

  • Multiplication:

    • Use the distributive property.

    • Example:
      (x27x2)(x23x6)=x410x3+13x2+48x+12(x^2 - 7x - 2)(x^2 - 3x - 6) = x^4 - 10x^3 + 13x^2 + 48x + 12

  • Special Products:

    • (a+b)2=a2+2ab+b2(a + b)^2 = a^2 + 2ab + b^2

    • Example: (6t+7)2=36t2+84t+49(6t + 7)^2 = 36t^2 + 84t + 49

Volume Application

  • Rectangular Pool:

    • Length: (3x1)(3x - 1) feet

    • Width: (x+6)(x + 6) feet

    • Depth: (x+6)(x + 6) feet

    • Volume: V=(3x1)(x+6)(x+6)=3x3+35x2+96x36V = (3x - 1)(x + 6)(x + 6) = 3x^3 + 35x^2 + 96x - 36 cubic feet

Section 5.3: Polynomial Division

  • Long Division:

    • Used to divide polynomials when the divisor has a degree greater than 1.

    • Example:
      (4x4+2x39x236)÷(x2+x4)=4x22x+917xx2+x4(4x^4 + 2x^3 - 9x^2 - 36) \div (x^2 + x - 4) = 4x^2 - 2x + 9 - \frac{17x}{x^2 + x - 4}

  • Synthetic Division:

    • Used when dividing by a linear factor (xk)(x - k).

    • Example:
      (2x35x2+3)÷(x+1)=2x27x+74x+1(2x^3 - 5x^2 + 3) \div (x + 1) = 2x^2 - 7x + 7 - \frac{4}{x + 1}

  • Remainder Theorem:

    • If a polynomial f(x)f(x) is divided by (xk)(x - k), the remainder is f(k)f(k).

    • Example: Evaluate f(x)=x4+6x2+6f(x) = -x^4 + 6x^2 + 6 at x=2x = -2
      f(2)=10f(-2) = -10

Section 5.4: Factoring Polynomials

  • Factoring Techniques:

    • Greatest Common Factor (GCF)

    • Difference of Squares: a2b2=(ab)(a+b)a^2 - b^2 = (a - b)(a + b)

    • Factoring by Grouping

    • Factoring Trinomials

  • Examples:

    • 5t5320t3=5t3(t264)=5t3(t8)(t+8)5t^5 - 320t^3 = 5t^3(t^2 - 64) = 5t^3(t - 8)(t + 8)

    • 2p626p5+84p4=2p4(p213p+42)=2p4(p7)(p6)2p^6 - 26p^5 + 84p^4 = 2p^4(p^2 - 13p + 42) = 2p^4(p - 7)(p - 6)

    • x37x2+5x35=(x7)(x2+5)x^3 - 7x^2 + 5x - 35 = (x - 7)(x^2 + 5)

    • 81g4625=(9g225)(9g2+25)=(3g5)(3g+5)(9g2+25)81g^4 - 625 = (9g^2 - 25)(9g^2 + 25) = (3g - 5)(3g + 5)(9g^2 + 25)

  • Factor Theorem:

    • A binomial (xk)(x - k) is a factor of f(x)f(x) if and only if f(k)=0f(k) = 0.

Sections 5.5, 5.6, 5.8: Polynomial Equations and Zeros

  • Solving Polynomial Equations:

    • Factor and set each factor equal to zero.

    • Examples:

      • 4x4+12x3+9x2=0    x2(2x+3)2=0    x=0,324x^4 + 12x^3 + 9x^2 = 0 \implies x^2(2x + 3)^2 = 0 \implies x = 0, -\frac{3}{2}

      • 6h5=12h3    6h3(h22)=0    h=0,±26h^5 = 12h^3 \implies 6h^3(h^2 - 2) = 0 \implies h = 0, \pm \sqrt{2}

      • 16q48q2+1=0    (4q21)2=0    q=±1216q^4 - 8q^2 + 1 = 0 \implies (4q^2 - 1)^2 = 0 \implies q = \pm \frac{1}{2}

      • 2x33x2+18x27=0    (2x3)(x2+9)=0    x=32,±3i2x^3 - 3x^2 + 18x - 27 = 0 \implies (2x - 3)(x^2 + 9) = 0 \implies x = \frac{3}{2}, \pm 3i

  • Finding Zeros of Functions:

    • Set f(x)=0f(x) = 0 and solve for xx.

    • The zeros are the x-intercepts of the graph.

  • Fundamental Theorem of Algebra:

    • A polynomial of degree nn has exactly nn complex roots (counting multiplicity).

  • Complex Conjugate Theorem:

    • If a+bia + bi is a zero of a polynomial with real coefficients, then abia - bi is also a zero.

Sketching Graphs and Analyzing Intervals

  • Example:

    • f(x)=5x4+20x3+60x2=5x2(x6)(x+2)f(x) = -5x^4 + 20x^3 + 60x^2 = -5x^2(x - 6)(x + 2)

      • Zeros: 0,6,20, 6, -2

    • g(x)=x3x2+30x=x(x+6)(x5)g(x) = -x^3 - x^2 + 30x = -x(x + 6)(x - 5)

      • Zeros: 0,6,50, -6, 5

Using Calculator for Approximations

  • Finding zeros and local maxima/minima.

Identifying Number of Solutions/Zeros

  • The maximum number of zeros is equal to the degree of the polynomial.

Writing Polynomial Functions from Zeros

  • Example:

    • Zeros: 2,3+i2, 3 + i
      f(x)=(x2)(x(3+i))(x(3i))=(x2)(x26x+10)=x38x2+22x20f(x) = (x - 2)(x - (3 + i))(x - (3 - i)) = (x - 2)(x^2 - 6x + 10) = x^3 - 8x^2 + 22x - 20

    • Zeros: 3,73, -\sqrt{7}
      f(x)=(x3)(x+7)(x7)=(x3)(x27)=x33x27x+21f(x) = (x - 3)(x + \sqrt{7})(x - \sqrt{7}) = (x - 3)(x^2 - 7) = x^3 - 3x^2 - 7x + 21

Section 5.7: Transformations of Polynomial Functions

  • Horizontal Stretch/Compression:

    • f(ax)f(ax) stretches (if 0 < a < 1) or compresses (if a > 1) horizontally.

  • Reflection:

    • Over x-axis: f(x)-f(x)

    • Over y-axis: f(x)f(-x)

  • Translation:

    • Vertical: f(x)+kf(x) + k

    • Horizontal: f(xh)f(x - h)

Examples:

  • f(x)=x33x2+2f(x) = x^3 - 3x^2 + 2
    g(x)=127x3+13x2+3g(x) = -\frac{1}{27}x^3 + \frac{1}{3x^2} + 3

Describing Transformations:

  • Reflection in the y-axis
    Vertical shrink by a factor of 1/31/3
    Translation 1 units up

13f(x)+1\frac{1}{3}f(-x) + 1

Section 5.9: Writing Polynomial Functions for Sets of Points

  • Using Given Points:

    • Write a cubic function that passes through given points.

    • Example: (2,0),(0,5),(1,0),(5,0)(2, 0), (0, 5), (-1, 0), (5, 0)
      y=a(x+1)(x2)(x5)y = a(x + 1)(x - 2)(x - 5)
      Using (0,5)(0, 5), 5=a(1)(2)(5)    a=125 = a(1)(-2)(-5) \implies a = \frac{1}{2}
      y=12(x+1)(x2)(x5)y = \frac{1}{2}(x + 1)(x - 2)(x - 5)

Finite Differences

  • Used to determine the degree of the polynomial function.

Section 6.1: nth Roots and Rational Exponents

  • nth Root:

    • xn=a    x=anx^n = a \implies x = \sqrt[n]{a}

  • Rational Exponents:

    • amn=(an)ma^{\frac{m}{n}} = (\sqrt[n]{a})^m

Simplify

  • (128)17=((2)7)17=2(-128)^{\frac{1}{7}} = ((-2)^7)^{\frac{1}{7}} = -2

Section 6.2: Properties of Rational Exponents and Radicals

  • Simplifying Radicals:

    • abn=anbn\sqrt[n]{ab} = \sqrt[n]{a} \cdot \sqrt[n]{b}

Section 6.3: Graphing Radical Functions

  • Describe the Transformation:
    g(x)=(2x2)2+3g(x) = -(2x-2)^2 + 3

Section 6.4: Solving Radical Equations and Inequalities

  • Solve the equation: (x1+2)2=(3x+1)(12)2(\sqrt{x - 1} + 2)^2=(3x + 1) ^(\frac{1}{2})^2

    • Isolate the Radical then Square both sides

Section 6.5: Operations with Functions

  • Addition: (f+g)(x)=f(x)+g(x)(f + g)(x) = f(x) + g(x)

  • Subtraction: (fg)(x)=f(x)g(x)(f - g)(x) = f(x) - g(x)

  • Multiplication: (fg)(x)=f(x)g(x)(f \cdot g)(x) = f(x) \cdot g(x)

  • Division: (f/g)(x) = \frac{f(x)}{g(x)

Section 6.6: Inverse of Nonlinear Functions

  • Inverse Functions:

    • switch the x and y.

Section 7.1: Exponential Growth and Decay

  • Formula:A=p(1+rn)ntA = p(1 + \frac{r}{n})^{nt}
    Where:
    A = final amount
    p = principal amount
    r = rate of interest
    n = number of times interest is compounded per year
    t = time in years

Section 7.2: The Natural Base e

  • The Natural Base e: An irrational number approximately equal to 2.71828…

Section 7.3: Logarithmic Functions

  • Definition:

    • If x=byx = b^y, then logb(x)=ylog_b(x) = y

Section 7.4: Transformations of Logarithmic Functions

  • f(x) = −2 log₂(−x + 1) + 3

Section 7.5: Properties of Logarithms

  • Properties:

Section 7.6: Exponential and Logarithmic Equations

Section 7.7: Classify Data Sets

Find the function that fits the data

Section 8.1: Classify Variations

*Write equation
Then find y when x = 4.

Section 8.2: Graphing Rational Function

Section 8.3: Rational Expression

Section 8.4: Add and Subtract Rational Expression

Section 8.5: Solve Rational Equation

Solve for Inverse when given a function