42.2k views
5 votes
Write the equation of the quadratic given the following information:

1. Vertex (5,-1) Point (2,4)
2. Vertex (-2,0) Point (-1,-7)
3. Vertex (0,0) Focus (0,2)
4. Focus (-3,4) Directrix y= -2

User Kurumi
by
6.5k points

1 Answer

3 votes
y=a((x-h)^2)+k
Vertex=(h,k)
1. Vertex (5,-1) Point (2,4)
y=a((x-5)^2)+(-1)
f(2)=4
4=a((2-5)^2)+(-1)
4=a(-3)^2-1
4=a*9-1
5=a*9
5/9=a
y=(5/9)((x-5)^2)-1
2. Vertex (-2,0) Point (-1,-7)
y=a((x+2)^2)+0
y=a((x+2)^2)
f(-1)=-7
-7=a(-1+2)^2
-7=a(1)^2
a=-7
y=-7(x+2)
(x-h)^2=4(d)(y-k)
3. Vertex (0,0) Focus (0,2)
d=f-v
d=2
(x^2)=4(2)(y)
(x^2)=8y
f(0)=0
4. Focus (-3,4) Directrix y= -2
(x-h)^2=4(d)(y-k)
d=(4-(-2))/2=6/2=3
(x-h)^2=4(3)(y-k)
h=-3
k=(-2+4)/2=(2)/2=1
(x+3)^2=4(3)(y-1)
(x+3)^2=12(y-1)
User ACV
by
6.6k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.