SOLUTION: Hi there, I have to find the quadratic equation that has vertex (-1, -3) and y-intercept (0, -1). I plugged the vertex into the vertex form and got {{{a(x + 1)^2 - 3}}} Th

Algebra ->  Equations -> SOLUTION: Hi there, I have to find the quadratic equation that has vertex (-1, -3) and y-intercept (0, -1). I plugged the vertex into the vertex form and got {{{a(x + 1)^2 - 3}}} Th      Log On


   



Question 367357: Hi there, I have to find the quadratic equation that has vertex (-1, -3) and y-intercept (0, -1).
I plugged the vertex into the vertex form and got
a%28x+%2B+1%29%5E2+-+3
Then I plugged in the given y-intercept and solved for a
-1+=+a%280+%2B+1%29%5E2+-+3
a+=+2
So my vertex form will be 2%28x%2B1%29%5E2-3. Converting this to general form...
2%28x%5E2+%2B+2x+%2B+1%29+-+3
%282x%5E2+%2B+4x+%2B+2%29+-+3
2x%5E2+%2B+4x+-+1
Did I do this correctly? I've never seen a problem like this and couldn't find an example in the book. Thanks for your time and have a good evening :)

Found 2 solutions by jim_thompson5910, edjones:
Answer by jim_thompson5910(35256) About Me  (Show Source):
You can put this solution on YOUR website!
You have the correct answer. Good job.


A simple graph will confirm your answer.



Graph of 2x%5E2+%2B+4x+-+1



Notice how it has a vertex of (-1,-3) and a y-intercept of (0,-1)

Answer by edjones(8007) About Me  (Show Source):
You can put this solution on YOUR website!
vertex (-1, -3) and y-intercept (0, -1).
y=a(x-h)^2+k vertex point=(h,k)=(-1,-3)
=a(x+1)^2-3
-1=a(0+1)^2-3
-1=a-3
a=2
y=2(x+1)^2-3
=2(x^2+2x+1)-3
=2x^2+4x+2-3
=2x^2+4x-1
.
You did it correctly.
.
Ed