Quadratic Functions: The U-Shaped Graphs
A quadratic function creates a smooth, U-shaped curve called a parabola. It's written as f(x) = ax² + bx + c. You see these everywhere—in the arc of a basketball, the design of a satellite dish, and the support cables of a bridge! Understanding them helps us model and predict real-world motion and shapes.
Key Parts of a Parabola
- Vertex: The highest or lowest point of the parabola.
- Axis of Symmetry: The vertical line that folds the parabola perfectly in half. It goes through the vertex.
- Roots (or Zeros): The x-values where the parabola crosses the x-axis (where y=0).
How to Graph a Quadratic Function
- Identify a, b, and c from f(x) = ax² + bx + c.
- Find the Vertex. The x-coordinate is x = -b/(2a). Plug this back into the function to find the y-coordinate.
- Find the Y-Intercept. This is the point (0, c). It's where the graph crosses the y-axis.
- Plot Points. Use the axis of symmetry to find points on the other side of the vertex. Connect them to form the U-shape!
Example 1: Graphing f(x) = x² - 4x + 3
- Identify: a=1, b=-4, c=3.
- Vertex: x = -(-4)/(2*1) = 4/2 = 2. f(2) = (2)² - 4(2) + 3 = -1. Vertex is (2, -1).
- Y-Intercept: (0, 3).
- Plot: The axis of symmetry is x=2. The point (0,3) is 2 units left of the axis, so plot (4,3) 2 units right. Connect the points!
Example 2: Finding Roots of f(x) = 2x² + 4x - 6
Set the function equal to zero and solve: 2x² + 4x - 6 = 0
- Divide by 2: x² + 2x - 3 = 0
- Factor: (x + 3)(x - 1) = 0
- Solve: x = -3 and x = 1. The roots are -3 and 1.
🚨 Common Mistakes to Avoid
- Wrong Vertex Formula: The x-coordinate is -b/(2a), not -b/(a) or b/(2a). Always use the negative sign!
- Sign Errors: Be super careful with positive and negative values for b and c when calculating.
- Direction of Opening: If a is positive, the parabola opens UP (U-shaped). If a is negative, it opens DOWN (n-shaped).
💡 Tips & Tricks
- Vertex Shortcut: Once you find the vertex's x-value, the Axis of Symmetry is the vertical line at that x (e.g., x=2).
- Memory Aid: For the vertex formula, remember "Negative B, over 2A" like a little song.
- Check Your Work: The y-intercept (0, c) is a quick and easy point to plot first.
How to Practice
Start simple! Graph functions like f(x) = x² + 2 and f(x) = -x² + 4. Identify the vertex, axis of symmetry, and y-intercept for each. Then, move to functions that need factoring to find the roots. Use graph paper or a digital graphing tool to check your sketches.