Equation for Graphing- Linear and Quadratic Representations
Linear vs. Quadratic: What You're Actually Working With
Most students panic when they see equations with x². They shouldn't. The difference between linear and quadratic isn't complicated—it's about curves versus straight lines.
Linear equations produce straight lines. Quadratic equations produce curves (parabolas). That's it. Everything else is just detail.
Linear Equations: The Simpler of the Two
A linear equation in two variables looks like this:
y = mx + b
This is called slope-intercept form. You'll use it constantly.
Breaking Down the Parts
- m = slope (rise over run, how steep the line is)
- b = y-intercept (where the line crosses the y-axis)
- x = your input variable
- y = your output (what you solve for)
Example: y = 2x + 3
The slope is 2. The line crosses the y-axis at 3. For every 1 unit you move right, the line moves up 2 units.
Quadratic Equations: The Parabola
Quadratic equations introduce x². This changes everything:
y = ax² + bx + c
This is standard form. The graph is a parabola—a U-shaped curve.
What the Coefficients Do
- a determines if the parabola opens up (a > 0) or down (a < 0)
- b shifts the parabola horizontally
- c is the y-intercept
There's also vertex form: y = a(x - h)² + k
The vertex (h, k) tells you the turning point of the parabola. This is useful when you need to find maximum or minimum values.
Comparing the Two Equation Types
| Feature | Linear | Quadratic |
|---|---|---|
| Graph shape | Straight line | Parabola (U-shape) |
| Highest exponent | 1 | 2 |
| Domain | All real numbers | All real numbers |
| Range | All real numbers | Limited (all values above or below vertex) |
| Slope | Constant | Changes at every point |
| Roots | Usually one solution | Zero, one, or two solutions |
How to Graph Linear Equations: Step by Step
You don't need many points. Two will do.
- Identify the y-intercept (b). Plot that point on the y-axis.
- Identify the slope (m). From your first point, move right by 1 and up/down by the slope value.
- Plot the second point.
- Draw a line through both points.
Example: y = -½x + 4
Plot (0, 4). Slope is -½, so move right 1, down ½. Plot (1, 3.5). Draw the line connecting them.
How to Graph Quadratic Equations: Step by Step
Quadratics need more points. The curve changes direction, so you need to see the shape.
- Find the vertex using x = -b/(2a) for standard form.
- Find the y-intercept (c). Plot it.
- Find the roots by setting y = 0 and solving.
- Plot a few points on either side of the vertex.
- Connect them with a smooth U-shaped curve.
Example: y = x² - 4x + 3
Vertex at x = -(-4)/(2×1) = 2. Plug back in: y = 4 - 8 + 3 = -1. Vertex is (2, -1). Roots are x = 1 and x = 3. Plot these points and sketch the parabola.
Where Students Actually Go Wrong
- Confusing slope sign. Negative slope goes down as you move right. Positive goes up. People mix this up constantly.
- Forgetting the vertex formula. x = -b/(2a) works every time. Memorize it.
- Plotting too few points for quadratics. The parabola looks simple, but it's easy to get the width wrong. Three points minimum on each side of the vertex.
- Not checking work. Plug your answer back into the original equation. If it doesn't work, you made a mistake.
Quick Reference Formulas
| What You Need | Formula |
|---|---|
| Slope between two points | m = (y₂ - y₁)/(x₂ - x₁) |
| Vertex x-coordinate | x = -b/(2a) |
| Vertex y-coordinate | y = f(-b/(2a)) |
| Axis of symmetry | x = -b/(2a) |
| Discriminant (number of roots) | b² - 4ac |
Discriminant: Your Shortcut to Roots
The expression b² - 4ac tells you how many x-intercepts exist without solving:
- b² - 4ac > 0 → Two real roots (parabola crosses the x-axis twice)
- b² - 4ac = 0 → One real root (parabola touches the x-axis at the vertex)
- b² - 4ac < 0 → No real roots (parabola stays entirely above or below the x-axis)
Use this before wasting time solving when you only need to know if solutions exist.
Practical Example: Comparing Both in One Problem
Given: y = 2x + 1 and y = x² - 4
Find where they intersect.
Set them equal: 2x + 1 = x² - 4
Rearrange: x² - 2x - 5 = 0
Use quadratic formula: x = (2 ± √(4 + 20))/2 = (2 ± √24)/2 = (2 ± 2√6)/2 = 1 ± √6
Intersection points are at x ≈ 3.45 and x ≈ -1.45. Plug back into either equation to get the y-values.
This is how linear and quadratic equations interact in real problems. The linear equation sets up the intersection question, and the quadratic equation provides the actual solutions.
Bottom Line
Linear equations are straight lines. Quadratic equations are curves. The graphing process differs because of this. Linear needs two points. Quadratic needs the vertex plus several points to capture the curve properly.
Master slope-intercept form for linear. Master vertex form for quadratics. Everything else is just practice.