6. Quadratics and Data

Graphing Parabolas

Graph parabolas using vertex, axis of symmetry, intercepts, and plot key points to show shape accurately.

Graphing Parabolas

Hey students! šŸ‘‹ Today we're diving into one of the most beautiful and important shapes in mathematics - the parabola! By the end of this lesson, you'll master how to graph parabolas by finding their vertex, axis of symmetry, and intercepts. You'll also learn how to plot key points to show their distinctive U-shaped curve accurately. This skill is essential for understanding quadratic functions and will help you solve real-world problems involving projectile motion, profit optimization, and architectural design! šŸš€

Understanding Parabolas and Their Basic Properties

A parabola is the U-shaped graph of a quadratic function. Think of it like the path a basketball takes when you shoot it toward the hoop, or the shape of satellite dishes and suspension bridge cables! šŸ€ Every parabola has several key features that make graphing them systematic and predictable.

The most common form of a quadratic function is the standard form: $y = ax^2 + bx + c$, where $a$, $b$, and $c$ are constants, and $a ≠ 0$. The coefficient $a$ determines whether the parabola opens upward (when $a > 0$) or downward (when $a < 0$). For example, $y = 2x^2 + 4x - 1$ opens upward because $a = 2 > 0$, while $y = -x^2 + 3x + 5$ opens downward because $a = -1 < 0$.

The vertex is the highest or lowest point on the parabola, depending on its orientation. It's like the peak of a mountain or the bottom of a valley! The vertex represents either the maximum value (for downward-opening parabolas) or the minimum value (for upward-opening parabolas) of the function.

Every parabola also has an axis of symmetry - a vertical line that divides the parabola into two identical halves. If you could fold the graph along this line, both sides would match perfectly! This line always passes through the vertex and has the equation $x = h$, where $h$ is the x-coordinate of the vertex.

Finding the Vertex and Axis of Symmetry

To find the vertex of a parabola in standard form $y = ax^2 + bx + c$, we use the formula for the x-coordinate: $x = -\frac{b}{2a}$. Once we have this x-value, we substitute it back into the original equation to find the y-coordinate of the vertex.

Let's work through an example with $y = x^2 - 4x + 3$. Here, $a = 1$, $b = -4$, and $c = 3$.

First, find the x-coordinate of the vertex: $x = -\frac{(-4)}{2(1)} = \frac{4}{2} = 2$

Next, substitute $x = 2$ into the original equation: $y = (2)^2 - 4(2) + 3 = 4 - 8 + 3 = -1$

Therefore, the vertex is at $(2, -1)$, and the axis of symmetry is the line $x = 2$.

Another powerful form is the vertex form: $y = a(x - h)^2 + k$, where $(h, k)$ is the vertex. This form makes identifying the vertex immediate! For instance, in $y = 2(x - 3)^2 + 5$, the vertex is $(3, 5)$ and the axis of symmetry is $x = 3$.

Real-world application: When a soccer player kicks a ball, the ball's height follows a parabolic path. If the height equation is $h = -16t^2 + 32t + 6$ (where $t$ is time in seconds), the vertex tells us the maximum height occurs at $t = -\frac{32}{2(-16)} = 1$ second, reaching a height of $h = -16(1)^2 + 32(1) + 6 = 22$ feet! ⚽

Finding Intercepts

Y-intercept: This is where the parabola crosses the y-axis, occurring when $x = 0$. Simply substitute $x = 0$ into the equation. For $y = x^2 - 4x + 3$, the y-intercept is $y = (0)^2 - 4(0) + 3 = 3$, so the point is $(0, 3)$.

X-intercepts: These are where the parabola crosses the x-axis, occurring when $y = 0$. To find them, set the equation equal to zero and solve: $ax^2 + bx + c = 0$.

For our example $x^2 - 4x + 3 = 0$, we can factor: $(x - 1)(x - 3) = 0$, giving us $x = 1$ and $x = 3$. So the x-intercepts are $(1, 0)$ and $(3, 0)$.

When factoring isn't possible, use the quadratic formula: $x = \frac{-b ± \sqrt{b^2 - 4ac}}{2a}$

The discriminant $b^2 - 4ac$ tells us how many x-intercepts exist:

  • If $b^2 - 4ac > 0$: two x-intercepts
  • If $b^2 - 4ac = 0$: one x-intercept (vertex touches x-axis)
  • If $b^2 - 4ac < 0$: no x-intercepts (parabola doesn't cross x-axis)

Plotting Additional Points and Completing the Graph

Once you have the vertex and intercepts, plot additional points to ensure accuracy. The axis of symmetry helps here - points on opposite sides of this line have the same y-value!

For $y = x^2 - 4x + 3$ with axis of symmetry $x = 2$:

  • When $x = 0$: $y = 3$, so $(0, 3)$
  • When $x = 4$: $y = 16 - 16 + 3 = 3$, so $(4, 3)$

Notice how $(0, 3)$ and $(4, 3)$ are equidistant from the axis of symmetry and have the same y-value! This symmetry property helps you double-check your work.

Choose 2-3 points on each side of the vertex, calculate their y-values, and plot them. Connect all points with a smooth, curved line to form the parabola. Remember, parabolas are smooth curves - no sharp corners or straight segments!

Pro tip: The parabola should be widest at the vertex and get narrower as you move away from it. The coefficient $a$ affects this width - larger values of $|a|$ make narrower parabolas, while smaller values create wider ones.

Conclusion

Graphing parabolas becomes straightforward when you follow the systematic approach: find the vertex using $x = -\frac{b}{2a}$, determine the axis of symmetry, locate the y-intercept by setting $x = 0$, find x-intercepts by solving $ax^2 + bx + c = 0$, plot additional symmetric points, and connect everything with a smooth curve. These skills will serve you well in advanced mathematics and real-world applications from physics to economics! šŸ“ˆ

Study Notes

• Standard form: $y = ax^2 + bx + c$ where $a ≠ 0$

• Vertex x-coordinate: $x = -\frac{b}{2a}$

• Vertex form: $y = a(x - h)^2 + k$ with vertex at $(h, k)$

• Axis of symmetry: vertical line $x = h$ through the vertex

• Y-intercept: substitute $x = 0$ into the equation

• X-intercepts: solve $ax^2 + bx + c = 0$

• Quadratic formula: $x = \frac{-b ± \sqrt{b^2 - 4ac}}{2a}$

• Discriminant: $b^2 - 4ac$ determines number of x-intercepts

• Parabola direction: opens up if $a > 0$, opens down if $a < 0$

• Symmetry property: points equidistant from axis of symmetry have equal y-values

• Graphing steps: vertex → axis of symmetry → intercepts → additional points → smooth curve

Practice Quiz

5 questions to test your understanding

Graphing Parabolas — High School Algebra 1 | A-Warded