![]() |
VOOZH | about |
A quadratic equation is a type of polynomial equation of degree two, which means the highest exponent of the variable is two. Quadratic equations are used to model various real-world situations, such as projectile motion, area problems, and optimization scenarios.
The solutions to a quadratic equation, known as the roots, can be found using various methods, including factoring, completing the square, and the quadratic formula.
The standard form of a quadratic equation is typically written as
ax2 + bx + c = 0
Where:
Examples of Standard Form
The vertex form of a quadratic equation is a way to express the equation such that it highlights the vertex.
y = a(x − h)2 + k
Where:
Examples of Vertex Form
Converting a quadratic equation from standard form ax + bx + c to vertex form a(x − h) + k involves completing the square. Here's a step-by-step guide to the conversion process:
Step 1: Start with the standard form.
y = ax2 + bx + c
Step 2: Factor out the coefficient of x2 from the x-terms:
If a ≠ 1, factor out a from the x2 and x terms: y = a[x + (b/a)x] + c
Step 3: Complete the square:
Take the coefficient of x, divide it by 2, and square it: .
Add and subtract this square inside the parentheses:
Simplify inside the parentheses to form a perfect square trinomial:
Step 4: Simplify the equation:
Distribute a and simplify the constant terms:
⇒
Step 4: Combine the constants:
Combine the constants to get the final vertex form:
In the vertex form , the vertex (h, k) can be identified as
Example: Convert y = 2x2 + 8x + 5 to vertex form.
Solution:
Step 1: Start with the standard form:
y = 2x2 + 8x + 5
Step 2: Factor out the coefficient of x2 from the x-terms:
y = 2(x2 + 4x) + 5
Step 3: Complete the square:
Take the coefficient of x, divide it by 2, and square it: (4/2)2 = 4.
Add and subtract this square inside the parentheses:
y = 2 [x2 + 4x + 4 - 4] + 5
⇒ y = 2[(x + 2)2 - 4] + 5
Step 4: Simplify the equation:
Distribute 2 and simplify the constants:
y = 2(x + 2)2 - 8 + 5
⇒ y = 2(x + 2)2 - 3
So, the vertex form of y = 2x2 + 8x + 5 is:
y = 2(x + 2)2 - 3
The vertex is (-2, -3).
Example 1: Convert the quadratic equation y = -3x²2 + 6x - 1 from standard form to vertex form.
Solution:
Given: y = -3x2 + 6x - 1
Factor out the coefficient of x2 from the first two terms
y = -3(x2 - 2x) - 1
Take the coefficient of x, which is -2, divide it by 2, and square it: (-2/2)2
Add and subtract this square inside the parentheses:
y = -3(x2 - 2x + 1 - 1) - 1
⇒ y = -3((x - 1)2 - 1) - 1
⇒ y = -3(x - 1)2 + 3 - 1
⇒ y = -3(x - 1)2 + 2
So, the vertex form of y = -3x2 + 6x - 1 is:
y = -3(x - 1)2 + 2
Example 2: Convert the quadratic equation y = x²2 - 4x + 7 from standard form to vertex form.
Solution:
Given: y = x2 - 4x + 7
Factor out the coefficient of x2 from the first two terms (coefficient is 1 here, so no factoring needed)
y = x2 - 4x + 7
Take the coefficient of x, which is -4, divide it by 2, and square it: (-4/2)2 = 4
Add and subtract this square inside the parentheses:
y = x2 - 4x + 4 - 4 + 7
⇒ y = (x - 2)2 - 4 + 7
⇒ y = (x - 2)2 + 3
So, the vertex form of y = x2 - 4x + 7 is:
y = (x - 2)2 + 3
The vertex is (2, 3).
Example 3: Convert the quadratic equation y = 2x²2 - 8x - 5 from standard form to vertex form.
Solution:
Given: y = 2x2 - 8x - 5
Factor out the coefficient of x2 from the first two terms
y = 2(x2 - 4x) - 5
Take the coefficient of x, which is 4, divide it by 2, and square it: (4/2)2 = 4
Add and subtract this square inside the parentheses:
y = 2(x2 + 4x + 4 - 4) - 5
y = 2((x - 2)2 - 4) - 5
Distribute the 2 and combine like terms:
y = 2(x - 2)2 - 8 - 5
y = 2(x - 2)2 - 13
So, the vertex form of y = 2x2 + 8x + 5 is:
y = 2(x + 2)2 - 3
Problem 1: Convert the quadratic equation y = 3x² + 12x + 5 from standard form to vertex form.
Problem 2: Convert the quadratic equation y = -2x² + 8x - 6 from standard form to vertex form.
Problem 3: Convert the quadratic equation y = x² - 6x + 10 from standard form to vertex form.
Problem 4: Convert the quadratic equation y = -4x² + 16x - 7 from standard form to vertex form.
Problem 5: Convert the quadratic equation y = 5x² + 20x + 15 from standard form to vertex form.