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

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

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

FeatureLinearQuadratic
Graph shapeStraight lineParabola (U-shape)
Highest exponent12
DomainAll real numbersAll real numbers
RangeAll real numbersLimited (all values above or below vertex)
SlopeConstantChanges at every point
RootsUsually one solutionZero, one, or two solutions

How to Graph Linear Equations: Step by Step

You don't need many points. Two will do.

  1. Identify the y-intercept (b). Plot that point on the y-axis.
  2. Identify the slope (m). From your first point, move right by 1 and up/down by the slope value.
  3. Plot the second point.
  4. 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.

  1. Find the vertex using x = -b/(2a) for standard form.
  2. Find the y-intercept (c). Plot it.
  3. Find the roots by setting y = 0 and solving.
  4. Plot a few points on either side of the vertex.
  5. 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

Quick Reference Formulas

What You NeedFormula
Slope between two pointsm = (y₂ - y₁)/(x₂ - x₁)
Vertex x-coordinatex = -b/(2a)
Vertex y-coordinatey = f(-b/(2a))
Axis of symmetryx = -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:

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.