Quadratic Functions Study Guide

Understanding Quadratic Functions

Basic Concepts

  • We start with the structure of a quadratic function:
    • Form: f(x) = ax² + bx + c
    • Where
    • a, b, and c are coefficients.
    • If a < 0, the parabola opens downward (maximum point).
    • If a > 0, it opens upward (minimum point).

Finding the Vertex of the Quadratic Function

  • The vertex of the parabola gives us the highest or lowest point of the graph, depending on the sign of a.
    • To find the x-coordinate of the vertex:
    • Use the formula:
      x = -\frac{b}{2a}
    • Substituting values from function
    • Given:
      • a = -1
      • b = -2
      • c = +3
    • Calculation of x-coordinate:
      • x = -\frac{-2}{2(-1)} = -\frac{2}{-2} = 1
    • Consequently, the coordinates of the turning point (vertex) are determined to be (-1, 4) based on substitution into the original function.

Finding the Corresponding Y-Value

  • To find y when x = -1:
    • Substitute x = -1 into function:
    • f(-1) = -(-1)² - 2(-1) + 3
    • Calculation:
    • (-1)² = 1 results in -1,
    • -2(-1) = 2, so simplifying yields:
      • -1 + 2 + 3 = 4
    • Thus, the vertex is (-1, 4).

Importance of Signs and Common Errors

  • Emphasis on careful management of positive and negative signs, as oversight can lead to errors in calculations.

Finding the Roots of the Quadratic Function

  • A complete analysis of the quadratic equation requires identifying its roots.
  • Main methods to find roots:
    1. Factoring
    2. Completing the Square
    3. Quadratic Formula

Completing the Square Method

  1. Begin with the standard form: ax^2 + bx = -c
  2. Move the constant (c) to the other side:
  3. Add $(\frac{b}{2})^2$ to both sides to complete the square.
  4. Factor the left side: (x - \frac{b}{2})^2 = k
    • Where k is from the right side's value.
  5. Solve for x by taking the square root of both sides:
    • Introduce \pm for the square root.
  6. Isolate x

Example Calculation Using Completing the Square

  • Starting equation: x^2 - 8x - 13 = 0
  • Move -13 to the right: x^2 - 8x = 13
  • Determine $b/2$:
    • Here b = -8, (-8/2)² = 16
  • Add 16 to both sides:
    • Left becomes: (x - 4)²
    • Right becomes: 29
  • Final root calculation:
    • Take the square root, introduce \pm:
    • \pm \sqrt{29}
  • Derive actual roots using sign variations.

Quadratic Formula

  • The quadratic formula allows calculation of roots directly from standard form.
  • Formula Structure:
    • x = -\frac{b \pm \sqrt{b² - 4ac}}{2a}
  • Plug in the values of a, b, c from the function to find roots, significant when factoring is challenging or impossible.

Summary of Key Takeaways

  • Always ensure accuracy with signs.
  • Complete square method simplifies quadratic equations, helpful for vertex identification.
  • Understand when to use factors, completing set, or quadratic formula to ensure comprehensive analysis of quadratic functions.

Participation in Class

  • Importance of practice in applying theoretical knowledge through exercises and discussions in a classroom or online setting.