Quadratic Functions

Grade 10 · algebra · 41 practice problems · read aloud

🔊 Listen to this explanation

Quadratic Functions: The U-Shaped Graphs

A quadratic function creates a smooth, U-shaped curve called a parabola. It's written as f(x) = ax² + bx + c. You see these everywhere—in the arc of a basketball, the design of a satellite dish, and the support cables of a bridge! Understanding them helps us model and predict real-world motion and shapes.

Key Parts of a Parabola

  • Vertex: The highest or lowest point of the parabola.
  • Axis of Symmetry: The vertical line that folds the parabola perfectly in half. It goes through the vertex.
  • Roots (or Zeros): The x-values where the parabola crosses the x-axis (where y=0).

How to Graph a Quadratic Function

  1. Identify a, b, and c from f(x) = ax² + bx + c.
  2. Find the Vertex. The x-coordinate is x = -b/(2a). Plug this back into the function to find the y-coordinate.
  3. Find the Y-Intercept. This is the point (0, c). It's where the graph crosses the y-axis.
  4. Plot Points. Use the axis of symmetry to find points on the other side of the vertex. Connect them to form the U-shape!

Example 1: Graphing f(x) = x² - 4x + 3

  1. Identify: a=1, b=-4, c=3.
  2. Vertex: x = -(-4)/(2*1) = 4/2 = 2. f(2) = (2)² - 4(2) + 3 = -1. Vertex is (2, -1).
  3. Y-Intercept: (0, 3).
  4. Plot: The axis of symmetry is x=2. The point (0,3) is 2 units left of the axis, so plot (4,3) 2 units right. Connect the points!

Example 2: Finding Roots of f(x) = 2x² + 4x - 6

Set the function equal to zero and solve: 2x² + 4x - 6 = 0

  1. Divide by 2: x² + 2x - 3 = 0
  2. Factor: (x + 3)(x - 1) = 0
  3. Solve: x = -3 and x = 1. The roots are -3 and 1.

🚨 Common Mistakes to Avoid

  • Wrong Vertex Formula: The x-coordinate is -b/(2a), not -b/(a) or b/(2a). Always use the negative sign!
  • Sign Errors: Be super careful with positive and negative values for b and c when calculating.
  • Direction of Opening: If a is positive, the parabola opens UP (U-shaped). If a is negative, it opens DOWN (n-shaped).

💡 Tips & Tricks

  • Vertex Shortcut: Once you find the vertex's x-value, the Axis of Symmetry is the vertical line at that x (e.g., x=2).
  • Memory Aid: For the vertex formula, remember "Negative B, over 2A" like a little song.
  • Check Your Work: The y-intercept (0, c) is a quick and easy point to plot first.

How to Practice

Start simple! Graph functions like f(x) = x² + 2 and f(x) = -x² + 4. Identify the vertex, axis of symmetry, and y-intercept for each. Then, move to functions that need factoring to find the roots. Use graph paper or a digital graphing tool to check your sketches.

Practice problems

6 of the 41, worked through step by step — try them before opening the answer.

1 Convert y = 4(x - 2)² + 8 to standard form

Hint: Expand the squared binomial using the formula (a - b)² = a² - 2ab + b², then distribute the coefficient and combine like terms

Show the answer

Answer: y = 4x² - 16x + 24

  1. Start with y = 4(x - 2)² + 8
  2. Expand (x - 2)² using the formula (a - b)² = a² - 2ab + b² (x - 2)² = x² - 4x + 4
  3. Multiply the expansion by 4: 4(x² - 4x + 4) = 4x² - 16x + 16
  4. Add the constant term: y = 4x² - 16x + 16 + 8
  5. Combine like terms: y = 4x² - 16x + 24

The answer is y = 4x² - 16x + 24

2 Convert y = 5(x - 3)² + 7 to standard form

Hint: Expand the squared binomial first, then distribute the coefficient and combine like terms

Show the answer

Answer: y = 5x² - 30x + 52

  1. Start with y = 5(x - 3)² + 7
  2. Expand (x - 3)² = x² - 6x + 9
  3. Multiply by 5: 5(x² - 6x + 9) = 5x² - 30x + 45
  4. Add the constant term: 5x² - 30x + 45 + 7
  5. Combine like terms: 5x² - 30x + 52

The answer is y = 5x² - 30x + 52

3 Convert y = 7(x - 3)² + 5 to standard form

Hint: Expand the squared binomial first, then distribute the coefficient and combine like terms

Show the answer

Answer: y = 7x² - 42x + 68

  1. Start with y = 7(x - 3)² + 5
  2. Expand (x - 3)² = (x - 3)(x - 3) = x² - 6x + 9
  3. Multiply by 7: 7(x² - 6x + 9) = 7x² - 42x + 63
  4. Add the constant term: 7x² - 42x + 63 + 5
  5. Combine like terms: 7x² - 42x + 68
  6. The standard form is y = 7x² - 42x + 68

4 Convert y = 4(x - 8)² + 9 to standard form

Hint: Expand the squared binomial using the formula (a - b)² = a² - 2ab + b², then distribute the coefficient and combine like terms

Show the answer

Answer: y = 4x² - 64x + 265

  1. Start with the vertex form: y = 4(x - 8)² + 9
  2. Expand (x - 8)² using the formula: (x - 8)² = x² - 16x + 64
  3. Multiply by the coefficient 4: 4(x² - 16x + 64) = 4x² - 64x + 256
  4. Add the constant term: 4x² - 64x + 256 + 9
  5. Combine like terms: 4x² - 64x + 265
  6. Write in standard form: y = 4x² - 64x + 265

5 Convert y = 2(x - 7)² + 8 to standard form

Hint: Expand the squared binomial using the formula (a - b)² = a² - 2ab + b², then distribute the coefficient and combine like terms

Show the answer

Answer: y = 2x² - 28x + 106

  1. Start with the vertex form: y = 2(x - 7)² + 8
  2. Expand (x - 7)² using (a - b)² = a² - 2ab + b² (x - 7)² = x² - 2(x)(7) + 7² = x² - 14x + 49
  3. Multiply by the coefficient 2: 2(x² - 14x + 49) = 2x² - 28x + 98
  4. Add the constant term: 2x² - 28x + 98 + 8 = 2x² - 28x + 106
  5. The standard form is y = 2x² - 28x + 106

6 Convert y = 4(x - 5)² + 12 to standard form

Hint: Expand the squared binomial first, then distribute the coefficient, and finally combine like terms

Show the answer

Answer: y = 4x² - 40x + 112

  1. Expand (x - 5)² = x² - 10x + 25
  2. Multiply by 4: 4(x² - 10x + 25) = 4x² - 40x + 100
  3. Add the constant term: 4x² - 40x + 100 + 12 = 4x² - 40x + 112
  4. The standard form is y = 4x² - 40x + 112
Practise this topic — 10 free problems, no signup →

Also taught in Grade 9