Rewrite x²+6x+8 in vertex form.
x² + 6x + 8
= (x² + 6x) + 8
Find the magic number by taking the coefficient in front of x which is 6 in this case, and divide it by 2, then square it. The magic number is (6÷2)² which equals 9.
= (x² + 6x + 9 - 9) + 8
= (x² + 6x + 9) - 9 + 8
= (x² + 6x + 9) - 1
When you find the magic number you divided the 6 by 2 and you got 3. Remember this number because it is useful here.
= (x + 3)² - 1
Use vertex form to find where the vertex is of the parabola.
(-3, -1)
(x+3)²-1
Find the vertex of y = x² - 4x + 7.
To find the magic number we divide the coefficient B by 2 and then square it. Add and subtract that number.
y = x² - 4x + 7
y = (x² - 4x) + 7
y = (x² - 4x + 4 - 4)+ 7
y = (x² - 4x + 4) - 4 + 7
y = (x² - 4x + 4) + 3
y = (x - 2)² + 3
Vertex: (2,3)
Find the axis of symmetry for y = 2(x - 5)² + 1.
x=5
The axis of symmetry is found by looking at horizontal translation.
Determine if y = -x² + 2x - 3 opens up or down.
Opens down (a<0)
Determine the maximum value of y=-2(x+1)²+8.
Maximum y=8
The maximum value is the y-coordinate of the vertex. It is a maximum here because the parabola opens down.
Find the zeros of y = x² - 9
y=x²-9
y = (x + 3)(x - 3)
Sub in y = 0
0 = (x + 3)(x - 3)
0 = x + 3 0 = x - 3
x = -3. x = 3
x=±3
Find the zeros of y = 2x² - 5x - 3.
y = 2x² - 5x - 3
Product -6
Sum -5
Two numbers are -6 and 1
Factor by decomposition because A is not 1.
y = 2x² - 5x - 3
Split B
y = 2x² - 6x + 1x - 3
Factor out in pairs
y = 2x(x - 3) + 1(x - 3)
Factor out the identical factor that just appeared.
y = 2x(x - 3) + 1(x - 3)
y = (x - 3)(2x + 1)
Set y = 0
0 = (x - 3)(2x + 1)
0 = x - 3. 0 = 2x + 1
x=3, x=-0.5
Determine y-intercept of y = 3x² - 7x + 2.
Sub in x = 0
y-intercept = 2
Find x-intercepts of y=(x-2)²-9.
y=(x-2)²-9
Sub in y = 0
0 = (x-2)² - 9
9 = (x-2)²
Square root both sides.
-+3 = x - 2
2 + 3 = x 2 - 3 = x
5 = x -1 = x
x=-1, x=5
Sketch key points for y=(x-1)². State vertex and two symmetric points.
Vertex (1,0), Points (0,1) and (2,1)
Solve x² + 8x + 15 = 0.
x²+8x+15=0
Product 15
Sum 8
Two numbers are 3 and 5
Since A = 1, don’t bother with decomposition
(x + 3)(x + 5) = 0
x=-3, x=-5
Solve 2x² = 50.
2x² = 50
Divide both sides by 2
x² = 25
Square root both sides
x=5, x=-5
Solve 6x² + 7x + 3 = 0.
It doesn’t factor nicely — what method should you use?
Use the quadratic formula, because the discriminant b² - 4ac = 49 - 72 = -23 is not a perfect square. Notice how there are no real solutions because the discriminant is negative. You can say there are no solutions, but it is possible to also report the imaginary solutions as below.
x = (-7 ± sqrt(-23)) / 12
Solve 3x² + 2x - 5 = 0.
What method should you use, and what are the solutions?
Use factoring by decomposition.
Product -15
Sum 2
Two numbers are 5 and-3
3x² + 2x - 5 = 0
3x² + 5x - 3x - 5 = 0
x(3x + 5) -(3x + 5) = 0
(x - 1)(3x + 5) = 0
x = 1 or x = -5/3
You can also use other methods but since factoring is easily done, this is the best method.