
www.VirtualNerd.com
How Do You Convert a Quadratic Equation from Vertex Form to Standard Form?
Write y = 2(x + 3)2 - 22 in standard form.
Summary
- Vertex form of a quadratic is y = a(x-h)2+k, where (h,k) is the vertex
- Standard form of a quadratic is y = ax2+bx+c
- Since we have the sum (x+3) being squared, we can use the formula for the square of a sum to save time
- The formula for the square of a sum says that (a+b)2 = a2+2ab+b2
- For the formula, a = x and b = 3, so we get x2+6x+9 when we plug in
- Use the Distributive Property to distribute the 2 through the parentheses
- y = 2x2+12x-4 is our equation in standard form

Notes
-
- Right now our equation is in vertex form
- We want to convert it to standard form
-
- Our equation, y = 2(x+3)2-22, is written in vertex form
- Vertex form is helpful if we want to quickly pick out the vertex of a quadratic equation
- This makes it a lot easier to graph
- But usually quadratic equations are easier to solve when they're in standard form
- In vertex form, the point (h,k) is the vertex
-
- The order of operations says that we need to get rid of the parentheses first
- Since our term in parentheses is being squared, we'll start by simplifying that
-
- One way we could simplify (x+3)2 is by rewriting it as (x+3)(x+3) and FOILing
- But luckily, there is a formula we can use when we have a binomial being squared that will save us some trouble!
-
- (a+b)2 = a2+2ab+b2 is the formula for the square of a sum
- We want to expand out (x+3)2
- So here we'll let a = x and b = 3
- Here when we plug in 'x' for 'a' and 3 for 'b' we get x2+2(x)(3)+(3)2
- If we simplify that, we end up with x2+6x+9
-
- To get rid of the last set of parentheses, we need to distribute the 2 into x2+6x+9
-
- Multiply 2 by each term inside the parentheses
-
- Now all we have to do to finish simplifying is combine like terms!
- 18 and -22 are both constants, so we can add them to get -4