S3-SA1-0192
What is Completing the Square to find Vertex?
Grade Level:
Class 7
AI/ML, Data Science, Physics, Economics, Cryptography, Computer Science, Engineering
Definition
What is it?
Completing the Square is a clever math trick to change a quadratic expression (like x^2 + 6x + 5) into a special form: (x + a)^2 + b. This special form makes it super easy to find the 'vertex' of the parabola, which is the highest or lowest point of its graph.
Simple Example
Quick Example
Imagine you have a cricket ball thrown in the air. Its path is a curve called a parabola. Completing the Square helps us find the exact highest point the ball reaches (the vertex) without drawing the whole path. It's like finding the peak of a mountain without climbing it all the way.
Worked Example
Step-by-Step
Let's find the vertex of the parabola for the equation y = x^2 + 8x + 15.
---Step 1: Focus on the x^2 and x terms: x^2 + 8x. We want to make this part a perfect square trinomial.
---Step 2: Take half of the coefficient of the x term (which is 8). Half of 8 is 4.
---Step 3: Square this number: 4^2 = 16.
---Step 4: Add and subtract this number (16) inside the expression: y = x^2 + 8x + 16 - 16 + 15.
---Step 5: Group the perfect square trinomial: y = (x^2 + 8x + 16) - 16 + 15.
---Step 6: Rewrite the grouped part as a squared term: y = (x + 4)^2 - 1.
---Step 7: Now the equation is in vertex form y = (x - h)^2 + k. Here, h = -4 and k = -1. The vertex is (h, k).
---Answer: The vertex of the parabola is (-4, -1).
Why It Matters
This method is crucial in fields like AI/ML to optimize algorithms, in Physics to understand projectile motion, and in Engineering to design structures. Knowing how to find the peak or lowest point helps engineers build stable bridges and scientists predict satellite paths. It's a foundational skill for future innovators!
Common Mistakes
MISTAKE: Forgetting to subtract the squared term after adding it. Students often write y = (x^2 + 8x + 16) + 15, changing the original equation. | CORRECTION: Always add and subtract the same number (e.g., +16 - 16) to keep the equation balanced and true to its original value.
MISTAKE: Incorrectly identifying the 'h' value for the x-coordinate of the vertex. For (x + 4)^2, some might say h = 4. | CORRECTION: The vertex form is (x - h)^2. So if you have (x + 4)^2, it's (x - (-4))^2, meaning h = -4. Always take the opposite sign of the number inside the parenthesis with x.
MISTAKE: Only looking at the x^2 and x terms and ignoring the constant term (e.g., +15 in our example) until the very end. | CORRECTION: The constant term is part of the original equation. Make sure to combine it with the 'subtracted' number in the last step to get the 'k' value for the vertex.
Practice Questions
Try It Yourself
QUESTION: Find the vertex of the parabola for y = x^2 + 6x + 5 using completing the square. | ANSWER: Vertex is (-3, -4)
QUESTION: Find the vertex of the parabola for y = x^2 - 10x + 22 using completing the square. | ANSWER: Vertex is (5, -3)
QUESTION: The height (h) of a drone in meters after 't' seconds is given by h = t^2 - 12t + 40. Find the minimum height the drone reaches and the time it takes to reach that height. | ANSWER: Minimum height is 4 meters at t = 6 seconds.
MCQ
Quick Quiz
Which of these is the correct first step to complete the square for x^2 + 10x + 7?
Add 10 and subtract 10
Add 25 and subtract 25
Add 5 and subtract 5
Add 100 and subtract 100
The Correct Answer Is:
B
To complete the square for x^2 + 10x, you take half of the x coefficient (10/2 = 5) and square it (5^2 = 25). So, you add and subtract 25.
Real World Connection
In the Real World
In India, ISRO scientists use parabolas to design satellite dishes and understand the trajectory of rockets. The 'vertex' helps them calculate the optimal angle or highest point for signal reception or rocket launch. Even game developers for mobile games like Ludo or car racing use similar math to make objects move realistically!
Key Vocabulary
Key Terms
QUADRATIC EXPRESSION: An expression with a variable raised to the power of 2 (like x^2) | VERTEX: The highest or lowest point on the graph of a parabola | PARABOLA: The U-shaped curve that is the graph of a quadratic equation | COEFFICIENT: The number multiplied by a variable (e.g., 8 in 8x) | PERFECT SQUARE TRINOMIAL: A trinomial that can be factored into (a + b)^2 or (a - b)^2
What's Next
What to Learn Next
Great job understanding Completing the Square! Next, you can explore how to use the quadratic formula, which is actually derived from completing the square. This will give you another powerful tool to solve quadratic equations and find those important x-intercepts!


