1. Functions and Modeling

Quadratic Functions

Explore parabolas, vertex form, factored form, solving quadratics, and applying quadratics to model projectile and area problems.

Quadratic Functions

Hey students! šŸ‘‹ Welcome to one of the most exciting topics in mathematics - quadratic functions! In this lesson, you'll discover how these U-shaped curves called parabolas appear everywhere around us, from the path of a basketball shot to the design of satellite dishes. By the end of this lesson, you'll master different forms of quadratic equations, learn multiple solving techniques, and see how these mathematical tools help us model real-world situations like projectile motion and optimization problems. Get ready to unlock the power of quadratics! šŸš€

Understanding Parabolas and Their Basic Properties

A quadratic function is any function that can be written in the form $f(x) = ax^2 + bx + c$, where $a$, $b$, and $c$ are real numbers and $a ≠ 0$. The graph of every quadratic function is a parabola - that beautiful U-shaped (or upside-down U-shaped) curve you've probably seen before! šŸ“ˆ

The most important thing to remember about parabolas is that they have a highest or lowest point called the vertex. When $a > 0$, the parabola opens upward like a smile 😊, and the vertex is the minimum point. When $a < 0$, the parabola opens downward like a frown ā˜¹ļø, and the vertex is the maximum point.

Let's look at some real-world examples! The McDonald's golden arches are parabolic in shape, designed this way because parabolas are structurally strong and aesthetically pleasing. The path of water from a fountain follows a parabolic arc due to gravity. Even the reflective surface inside a car's headlight is parabolic because it focuses light rays perfectly!

The axis of symmetry is an imaginary vertical line that passes through the vertex and divides the parabola into two mirror-image halves. For a quadratic in standard form, this line has the equation $x = -\frac{b}{2a}$. This means if you folded the parabola along this line, both sides would match perfectly!

Standard Form: The Foundation of Quadratics

The standard form of a quadratic function is $f(x) = ax^2 + bx + c$, where each coefficient tells us something important about the parabola's shape and position. This is like the "home base" form that we often start with when analyzing quadratic functions.

The coefficient $a$ determines how "wide" or "narrow" the parabola is and which direction it opens. If $|a|$ is large (like 3 or -5), the parabola is narrow and steep. If $|a|$ is small (like 0.5 or -0.25), the parabola is wide and gentle. Think of it like adjusting the zoom on a camera - larger values of $|a|$ "zoom in" on the vertex area.

The coefficient $c$ is super easy to understand - it's simply the y-intercept! This is where the parabola crosses the y-axis, which happens when $x = 0$. So if you have $f(x) = 2x^2 - 3x + 5$, you know immediately that the parabola passes through the point $(0, 5)$.

The coefficient $b$ affects the horizontal position of the vertex. While it's not as immediately obvious as $a$ and $c$, it works together with $a$ to determine exactly where the vertex sits on the coordinate plane.

Vertex Form: Seeing the Peak Clearly

The vertex form of a quadratic function is $f(x) = a(x - h)^2 + k$, where $(h, k)$ represents the coordinates of the vertex. This form is incredibly useful because it tells you the vertex location immediately - no calculations needed! šŸŽÆ

To convert from standard form to vertex form, we use a process called completing the square. Here's how it works: Start with $f(x) = ax^2 + bx + c$, factor out $a$ from the first two terms, then add and subtract $(\frac{b}{2a})^2$ inside the parentheses. It sounds complicated, but with practice, it becomes second nature!

Let's say you're designing a water fountain for a park. The water follows the path $h(t) = -16t^2 + 32t + 6$, where $h$ is height in feet and $t$ is time in seconds. Converting to vertex form gives us $h(t) = -16(t - 1)^2 + 22$. This immediately tells us the water reaches its maximum height of 22 feet after 1 second - perfect information for designing the fountain basin! ⛲

Vertex form is also fantastic for transformations. If you start with the basic parabola $y = x^2$ and want to move it 3 units right and 5 units up, you get $y = (x - 3)^2 + 5$. The vertex moves from $(0, 0)$ to $(3, 5)$, and you can see this transformation directly in the equation.

Factored Form: Finding the Roots

The factored form of a quadratic function is $f(x) = a(x - p)(x - q)$, where $p$ and $q$ are the x-intercepts (also called roots or zeros) of the function. This form makes it incredibly easy to see where the parabola crosses the x-axis! šŸŽÆ

When a quadratic is in factored form, you can immediately identify the x-intercepts by setting each factor equal to zero. For example, if $f(x) = 2(x - 3)(x + 1)$, then the x-intercepts are $x = 3$ and $x = -1$. These are the points where the parabola touches or crosses the x-axis.

In real-world applications, these x-intercepts often represent important moments. If you're modeling the height of a rocket with $h(t) = -16(t - 0)(t - 8)$, the x-intercepts at $t = 0$ and $t = 8$ tell you the rocket is on the ground at launch (0 seconds) and when it lands (8 seconds). The rocket is in the air for exactly 8 seconds! šŸš€

Not all quadratics can be easily factored, but when they can, this form provides the clearest picture of the parabola's behavior. The vertex will always be exactly halfway between the two x-intercepts, at $x = \frac{p + q}{2}$.

Solving Quadratic Equations: Multiple Methods

There are several powerful methods for solving quadratic equations, each with its own advantages. Let's explore the main techniques you'll use throughout high school and beyond! šŸ”§

Factoring is often the fastest method when it works. You're looking for two numbers that multiply to give $ac$ and add to give $b$. For example, to solve $x^2 + 5x + 6 = 0$, you need two numbers that multiply to 6 and add to 5. Those numbers are 2 and 3, so the equation factors as $(x + 2)(x + 3) = 0$, giving solutions $x = -2$ and $x = -3$.

Completing the square works for any quadratic and helps you understand the vertex form. Take $x^2 + 6x + 5 = 0$. Add and subtract $(6/2)^2 = 9$ to get $x^2 + 6x + 9 - 9 + 5 = 0$, which becomes $(x + 3)^2 - 4 = 0$. Therefore $(x + 3)^2 = 4$, so $x + 3 = ±2$, giving $x = -1$ or $x = -5$.

The quadratic formula $x = \frac{-b ± \sqrt{b^2 - 4ac}}{2a}$ is your reliable backup that works for any quadratic equation. The expression under the square root, $b^2 - 4ac$, is called the discriminant. If it's positive, you get two real solutions. If it's zero, you get one repeated solution. If it's negative, there are no real solutions (the parabola doesn't cross the x-axis).

Real-World Applications: Projectile Motion and Area Problems

Quadratic functions are everywhere in the real world, but two of the most common applications are projectile motion and area optimization problems. These applications show why quadratics are so important in physics, engineering, and everyday problem-solving! šŸŒ

Projectile motion follows the equation $h(t) = -\frac{1}{2}gt^2 + v_0t + h_0$, where $g ā‰ˆ 9.8$ m/s² (or 32 ft/s²) is gravitational acceleration, $v_0$ is initial velocity, and $h_0$ is initial height. When you throw a ball, shoot a basketball, or launch a rocket, the path follows this quadratic pattern.

Consider a basketball player shooting from 6 feet high with an initial upward velocity of 20 ft/s. The ball's height follows $h(t) = -16t^2 + 20t + 6$. To find when it hits the ground, set $h(t) = 0$ and solve: $-16t^2 + 20t + 6 = 0$. Using the quadratic formula gives approximately $t = 1.53$ seconds. The maximum height occurs at the vertex, which happens at $t = \frac{20}{2(16)} = 0.625$ seconds, reaching $h(0.625) = 12.25$ feet! šŸ€

Area problems often involve maximizing or minimizing rectangular areas with fixed perimeters. Suppose you have 100 feet of fencing to create a rectangular garden. If one side is $x$ feet, the other side is $\frac{100-2x}{2} = 50-x$ feet. The area function is $A(x) = x(50-x) = 50x - x^2 = -x^2 + 50x$. This parabola opens downward, so the vertex gives the maximum area. The vertex occurs at $x = \frac{50}{2} = 25$ feet, creating a 25Ɨ25 square with maximum area of 625 square feet! 🌱

Conclusion

Quadratic functions are powerful mathematical tools that help us understand and model countless real-world phenomena. You've learned that parabolas can be expressed in three useful forms: standard form $ax^2 + bx + c$ for general analysis, vertex form $a(x-h)^2 + k$ for transformations and optimization, and factored form $a(x-p)(x-q)$ for finding intercepts. Whether you're solving by factoring, completing the square, or using the quadratic formula, these techniques give you multiple pathways to find solutions. Most importantly, quadratics appear everywhere from sports trajectories to architectural designs, making them one of the most practical topics you'll study in mathematics.

Study Notes

• Standard Form: $f(x) = ax^2 + bx + c$ where $a ≠ 0$

• Vertex Form: $f(x) = a(x-h)^2 + k$ where $(h,k)$ is the vertex

• Factored Form: $f(x) = a(x-p)(x-q)$ where $p$ and $q$ are x-intercepts

• Axis of Symmetry: $x = -\frac{b}{2a}$ for standard form, $x = h$ for vertex form

• Vertex Location: $(-\frac{b}{2a}, f(-\frac{b}{2a}))$ in standard form, $(h,k)$ in vertex form

• Parabola Direction: Opens up when $a > 0$, opens down when $a < 0$

• Y-intercept: Always equals $c$ in standard form

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

• Discriminant: $b^2 - 4ac$ determines number of real solutions

• Projectile Motion: $h(t) = -\frac{1}{2}gt^2 + v_0t + h_0$

• Completing the Square: Add and subtract $(\frac{b}{2a})^2$ to create perfect square trinomial

• Maximum/Minimum: Occurs at vertex; maximum when $a < 0$, minimum when $a > 0$

Practice Quiz

5 questions to test your understanding