Example 5: Graph y = x^2 + 2x + 3
Find the vertex and the axis of symmetry. Sketch these in.
• Find the x-intercept by plugging in 0 for y.
• Find the y-intercept by plugging in 0 for x.
• Reflect your points across the axis of symmetry and connect your dots with a smooth
U-shaped (not V-shaped) curve.
for now, I'm just gonna type my work and figure out what to do next
y = x^2 -2x - 8 y = 1^2 + -2 * 1 - 8 = 1- 2 - 8 = -9
y = -9 the vertex is (1, -9)
since the vertex is -1,-9 we know that x=1 is the axis of symmetry finding the y-intercept is the easiest to start with because we just replace x with 0 x = 0 | y = x^2 -2x - 8 y = 0 - 8 = -8 y-intercept = (0,-8) so so To find the x-intercepts, you can set y equal to zero and solve for x:
y = 0 | x = (-b ± sqrt(b^2 - 4ac)) / 2a
x = (-(-2) ± sqrt((-2)^2 - 4(1)(-8))) / 2(1)
x = (2 ± sqrt(4 + 32)) / 2
x = (2 ± sqrt(36)) / 2
x = (2 ± 6) / 2
x = 8 / 2 or x = -4/ 2
x = 4 or x = -2