Fatskills
Practice. Master. Repeat.
Study Guide: SAT / PSAT: SAT PSAT Math Advanced Math Quadratic Equations Completing the Square Vertex Form
Source: https://www.fatskills.com/sat/chapter/sat-psat-sat-psat-math-advanced-math-quadratic-equations-completing-the-square-vertex-form

SAT / PSAT: SAT PSAT Math Advanced Math Quadratic Equations Completing the Square Vertex Form

By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.

⏱️ ~6 min read

What Is This?

Completing the square is a technique used to rewrite a quadratic equation in vertex form, which reveals the vertex of the parabola. This topic appears in exams because it tests your ability to manipulate algebraic expressions and understand the geometric properties of quadratic functions. Typical questions involve converting a quadratic equation from standard form to vertex form and identifying the vertex.

Why It Matters

This topic is tested in various math exams, including SAT, ACT, and high school algebra and precalculus courses. It frequently appears and can carry significant marks. Mastering this skill demonstrates your ability to handle algebraic manipulation and understand the relationship between algebraic equations and geometric shapes.

Core Concepts

  • Vertex Form: A quadratic equation in the form ( y = a(x - h)^2 + k ), where ((h, k)) is the vertex.
  • Completing the Square: The process of transforming a quadratic equation from standard form ( ax^2 + bx + c ) to vertex form.
  • Perfect Square Trinomial: A trinomial that can be written as the square of a binomial, e.g., ( x^2 + 2x + 1 = (x + 1)^2 ).
  • Vertex Identification: The vertex ((h, k)) of a parabola gives the minimum or maximum point.
  • Axis of Symmetry: The line ( x = h ) that passes through the vertex and divides the parabola into two symmetric halves.

Prerequisites

  • Understanding of basic quadratic equations and their standard form ( ax^2 + bx + c ).
  • Familiarity with factoring and expanding algebraic expressions.
  • Knowledge of the properties of parabolas, including the vertex and axis of symmetry.

The Rule-Book (How It Works)


Primary Rule

To complete the square, follow these steps: 1. Start with the quadratic equation in standard form: ( ax^2 + bx + c ).
2. Move the constant term ( c ) to the other side of the equation.
3. Divide the entire equation by ( a ) (if ( a \neq 1 )).
4. Take half of the coefficient of ( x ), square it, and add it to both sides.
5. Rewrite the left side as a perfect square trinomial.
6. Simplify the right side to get the vertex form.

Sub-rules and Exceptions

  • If ( a \neq 1 ), ensure you divide the entire equation by ( a ) before completing the square.
  • Always add the square of half the coefficient of ( x ) to both sides to maintain equality.
  • The vertex form ( y = a(x - h)^2 + k ) directly gives the vertex ((h, k)).

Visual Pattern

Think of completing the square as "filling in the missing piece" to form a perfect square trinomial.

Exam / Job / Audit Weighting

  • Frequency: Common
  • Difficulty Rating: Intermediate
  • Question Type: Algebraic manipulation, identifying the vertex, and graphing parabolas

Difficulty Level

Intermediate

Must-Know Rules, Formulas, Standards, or Principles

  1. Vertex Form: ( y = a(x - h)^2 + k )
  2. Completing the Square Formula: Add ( \left(\frac{b}{2a}\right)^2 ) to both sides.
  3. Perfect Square Trinomial: ( (x + \frac{b}{2a})^2 )

Worked Examples (Step-by-Step)


Easy

Question: Convert ( x^2 + 6x + 8 ) to vertex form.
1. Move the constant term: ( x^2 + 6x = -8 ) 2. Take half of 6, square it: ( \left(\frac{6}{2}\right)^2 = 9 ) 3. Add 9 to both sides: ( x^2 + 6x + 9 = -8 + 9 ) 4. Rewrite as a perfect square: ( (x + 3)^2 = 1 ) 5. Vertex form: ( y = (x + 3)^2 - 1 )

Answer: ( y = (x + 3)^2 - 1 )

Medium

Question: Convert ( 2x^2 - 4x + 1 ) to vertex form.
1. Move the constant term: ( 2x^2 - 4x = -1 ) 2. Divide by 2: ( x^2 - 2x = -\frac{1}{2} ) 3. Take half of -2, square it: ( \left(\frac{-2}{2}\right)^2 = 1 ) 4. Add 1 to both sides: ( x^2 - 2x + 1 = -\frac{1}{2} + 1 ) 5. Rewrite as a perfect square: ( (x - 1)^2 = \frac{1}{2} ) 6. Multiply by 2: ( 2(x - 1)^2 = 1 )

Answer: ( y = 2(x - 1)^2 + 1 )

Hard

Question: Convert ( 3x^2 + 12x - 5 ) to vertex form.
1. Move the constant term: ( 3x^2 + 12x = 5 ) 2. Divide by 3: ( x^2 + 4x = \frac{5}{3} ) 3. Take half of 4, square it: ( \left(\frac{4}{2}\right)^2 = 4 ) 4. Add 4 to both sides: ( x^2 + 4x + 4 = \frac{5}{3} + 4 ) 5. Rewrite as a perfect square: ( (x + 2)^2 = \frac{17}{3} ) 6. Multiply by 3: ( 3(x + 2)^2 = 17 )

Answer: ( y = 3(x + 2)^2 - 17 )

Common Exam Traps & Mistakes

  1. Forgetting to Divide by ( a ): Always divide the entire equation by ( a ) if ( a \neq 1 ).
  2. Wrong Answer: ( 2x^2 - 4x = -1 ) becomes ( x^2 - 2x = -\frac{1}{2} )
  3. Correct Approach: Divide by 2 first.

  4. Not Adding to Both Sides: Ensure you add the square of half the coefficient of ( x ) to both sides.

  5. Wrong Answer: ( x^2 + 6x + 9 = -8 )
  6. Correct Approach: Add 9 to both sides.

  7. Incorrect Perfect Square: Ensure the perfect square trinomial is correctly formed.

  8. Wrong Answer: ( (x + 3)^2 = -8 )
  9. Correct Approach: ( (x + 3)^2 = 1 )

  10. Misidentifying the Vertex: The vertex is ((h, k)) in ( y = a(x - h)^2 + k ).

  11. Wrong Answer: Vertex is ((-3, 1))
  12. Correct Approach: Vertex is ((-3, -1))

Shortcut Strategies & Exam Hacks

  • Memory Aid: Remember the formula ( \left(\frac{b}{2a}\right)^2 ) for completing the square.
  • Pattern Recognition: Look for the pattern ( (x + \frac{b}{2a})^2 ) in the vertex form.
  • Elimination Strategy: If options include incorrect perfect squares, eliminate them immediately.

Question-Type Taxonomy

  1. Convert to Vertex Form: Directly asks to convert a standard form quadratic to vertex form.
  2. Example: Convert ( x^2 + 6x + 8 ) to vertex form.
  3. Favored by: SAT, ACT

  4. Identify the Vertex: Asks for the vertex of a parabola given in standard form.

  5. Example: Find the vertex of ( 2x^2 - 4x + 1 ).
  6. Favored by: High school algebra exams

  7. Graphing Parabolas: Asks to graph a parabola given in standard form by first converting to vertex form.

  8. Example: Graph ( 3x^2 + 12x - 5 ) by converting to vertex form.
  9. Favored by: Precalculus exams

Practice Set (MCQs)


Question 1

Convert ( x^2 + 8x + 12 ) to vertex form.
- A: ( y = (x + 4)^2 - 4 ) - B: ( y = (x + 4)^2 + 4 ) - C: ( y = (x + 4)^2 - 12 ) - D: ( y = (x + 4)^2 + 12 )

Correct Answer: A Explanation: Move the constant term, add ( \left(\frac{8}{2}\right)^2 = 16 ) to both sides, rewrite as ( (x + 4)^2 = 4 ).
Why the Distractors Are Tempting: B and D incorrectly handle the constant term; C miscalculates the perfect square.

Question 2

Find the vertex of ( 2x^2 - 8x + 7 ).
- A: ( (2, -1) ) - B: ( (2, 1) ) - C: ( (4, -1) ) - D: ( (4, 1) )

Correct Answer: B Explanation: Divide by 2, complete the square, vertex is ( (2, 1) ).
Why the Distractors Are Tempting: A and C misidentify the vertex; D incorrectly calculates the vertex.

Question 3

Convert ( 3x^2 + 18x - 9 ) to vertex form.
- A: ( y = 3(x + 3)^2 - 36 ) - B: ( y = 3(x + 3)^2 - 27 ) - C: ( y = 3(x + 3)^2 - 18 ) - D: ( y = 3(x + 3)^2 - 9 )

Correct Answer: A Explanation: Divide by 3, complete the square, multiply by 3.
Why the Distractors Are Tempting: B, C, and D incorrectly handle the constant term.

Question 4

What is the vertex of ( 4x^2 - 16x + 15 )? - A: ( (2, -1) ) - B: ( (2, 1) ) - C: ( (4, -1) ) - D: ( (4, 1) )

Correct Answer: A Explanation: Divide by 4, complete the square, vertex is ( (2, -1) ).
Why the Distractors Are Tempting: B and D misidentify the vertex; C incorrectly calculates the vertex.

Question 5

Convert ( 5x^2 + 20x - 25 ) to vertex form.
- A: ( y = 5(x + 2)^2 - 45 ) - B: ( y = 5(x + 2)^2 - 35 ) - C: ( y = 5(x + 2)^2 - 25 ) - D: ( y = 5(x + 2)^2 - 15 )

Correct Answer: A Explanation: Divide by 5, complete the square, multiply by 5.
Why the Distractors Are Tempting: B, C, and D incorrectly handle the constant term.

30-Second Cheat Sheet

  • Vertex Form: ( y = a(x - h)^2 + k )
  • Completing the Square Formula: Add ( \left(\frac{b}{2a}\right)^2 ) to both sides
  • Perfect Square Trinomial: ( (x + \frac{b}{2a})^2 )
  • Vertex Identification: ((h, k)) in vertex form
  • Axis of Symmetry: ( x = h )
  • Divide by ( a ): If ( a \neq 1 ), divide the entire equation by ( a )
  • Add to Both Sides: Ensure you add the square of half the coefficient of ( x ) to both sides

Learning Path

  1. Beginner Foundation: Review basic quadratic equations and their standard form.
  2. Core Rules: Learn the vertex form and the completing the square process.
  3. Practice: Solve easy to medium difficulty problems.
  4. Timed Drills: Practice completing the square under time constraints.
  5. Mock Tests: Take full-length practice exams to simulate test conditions.

Related Topics

  1. Quadratic Formula: Used to solve quadratic equations; often appears alongside completing the square.
  2. Factoring Quadratics: Another method to solve quadratic equations; understanding factoring helps in completing the square.
  3. Graphing Parabolas: Understanding the vertex form helps in graphing parabolas accurately.


ADVERTISEMENT