NO LINKS!! Please help me with these graphs. Part 1
![NO LINKS Please help me with these graphs Part 1 class=](https://us-static.z-dn.net/files/dbf/af3b2c5f43672f9a6d6a325b90f24321.jpg)
Problem 9
The instructions aren't stated anywhere, but I'm assuming your teacher wants you to find the equation of each parabola.
The vertex here is (h,k) = (-6,-4) which you have correctly determined.
This means
[tex]y = a(x-h)^2 + k\\\\y = a(x-(-6))^2 +(-4)\\\\y = a(x+6)^2 - 4\\\\[/tex]
Next we plug in one of the other points on the parabola. We cannot pick the vertex again. Let's pick the point (-4,0) which is one of the x intercepts. We'll do this to solve for 'a'
[tex]y = a(x+6)^2 - 4\\\\0 = a(-4+6)^2 - 4\\\\0 = a(2)^2 - 4\\\\0 = a(4) - 4\\\\0 = 4a-4\\\\4a-4 = 0\\\\4a = 4\\\\a = 4/4\\\\a = 1\\\\[/tex]
This means
[tex]y = a(x+6)^2 - 4\\\\y = 1(x+6)^2 - 4\\\\y = (x+6)^2 - 4\\\\[/tex]
represents the equation of the parabola in vertex form.
========================================================
Problem 10
The vertex is (h,k) = (-2,-6)
So,
[tex]y = a(x-h)^2 + k\\\\y = a(x-(-2))^2 + (-6)\\\\y = a(x+2)^2 - 6\\\\[/tex]
Now plug in another point on the parabola like (-1,-8) and solve for 'a'
[tex]y = a(x+2)^2 - 6\\\\-8 = a(-1+2)^2 - 6\\\\-8 = a(1)^2 - 6\\\\-8 = a(1) - 6\\\\a-6 = -8\\\\a = -8+6\\\\a = -2\\\\[/tex]
For each equation, you could optionally expand things out to get it into y = ax^2+bx+c form, but I think it's fine to leave it as vertex form.
Answer:
[tex]\textsf{9)} \quad y=(x+6)^2-4[/tex]
[tex]\textsf{10)} \quad y=-2(x+2)^2-6[/tex]
Step-by-step explanation:
Vertex form of a parabola:
[tex]y=a(x-h)^2+k[/tex] where (h, k) is the vertex
From inspection of the graph, the vertex is (-6, -4)
[tex]\implies y=a(x+6)^2-4[/tex]
To find [tex]a[/tex], substitute the coordinates of a point on the curve into the equation.
Using point (-4, 0):
[tex]\implies a(-4+6)^2-4=0[/tex]
[tex]\implies a(2)^2-4=0[/tex]
[tex]\implies 4a=4[/tex]
[tex]\implies a=1[/tex]
Therefore, the equation of the parabola in vertex form is:
[tex]y=(x+6)^2-4[/tex]
From inspection of the graph, the vertex is (-2, -6)
[tex]\implies y=a(x+2)^2-6[/tex]
To find [tex]a[/tex], substitute the coordinates of a point on the curve into the equation.
Using point (-1, -8):
[tex]\implies a(-1+2)^2-6=-8[/tex]
[tex]\implies a(1)^2-6=-8[/tex]
[tex]\implies a-6=-8[/tex]
[tex]\implies a=-2[/tex]
Therefore, the equation of the parabola in vertex form is:
[tex]\implies y=-2(x+2)^2-6[/tex]