What is a Quadratic?
A quadratic is a special kind of math expression that looks like this:
y = ax² + bx + c
- y is the output (what we get).
- x is the input (what we put in).
- a, b, and c are numbers, where a cannot be zero.
What Does Each Part Mean?
In this formula:
- ax² means we multiply x by itself, and then we multiply that by a.
- bx means we just multiply x by b.
- c is just a number added at the end.
Making It Visual
When you graph a quadratic, you usually get a U-shaped curve called a parabola. You can think of it like a slide in a playground:
- If you stand at the top (the highest point), and slide down, you go to both sides! This is like how the parabola goes.
Why Are Quadratics Important?
Quadratics can help us solve real-world problems! For example:
- Finding the best path for a ball when you throw it.
- Helping plan the best way to build ramps.
Example: Simple Quadratic
Let's look at a simple example:
y = 2x² + 3x + 1
If we want to find out what y is when x = 1, we plug in 1 for x:
y = 2(1)² + 3(1) + 1
Now calculate:
y = 2(1) + 3(1) + 1
y = 2 + 3 + 1 = 6
So when x = 1, y = 6!
In Summary
Quadratics are fun and useful! They have a special shape and help us solve many problems in math and everyday life. Remember the formula y = ax² + bx + c and how to plug in numbers to see what you get!