How do you write a quadratic equation with Vertex- (5,5) Point- (6,6)?

2 Answers
Apr 15, 2016

y=x^2-10x+30y=x210x+30

Explanation:

Two solve the question the two forms of a parabola's equation should be known:
Standard form: y=ax^2+bx+cy=ax2+bx+c
Vertex form y=a(x-h)^2+ky=a(xh)2+k (with vertex at (h,kh,k))

First we input values from the question into the vertex form equation:
y=a(x-h)^2+ky=a(xh)2+k
=a(x-5)^2+5=a(x5)2+5
=a(x-5)^2+5=a(x5)2+5

Still there is the unknown aa for which we need to find its value. Using the other piece of information, we can find aa:
6=a(6-5)^2+56=a(65)2+5
6=a+56=a+5
a=1a=1

Now that we know aa, we can write an equation with no unknowns and convert it to its standard form:
y=(x-5)^2+5y=(x5)2+5
y=(x^2-10x+25)+5y=(x210x+25)+5
y=x^2-10x+25+55y=x210x+25+55
y=x^2-10x+30y=x210x+30

Apr 15, 2016

Using the standard vertex form for a parabola with a vertical axis of symmetry:
color(white)("XXX")y=m(x-a)^2+bXXXy=m(xa)2+b with its vertex at (a,b)(a,b)

A parabola with a vertical axis of symmetry and a vertex at (5,5)(5,5)
would have the form:
color(white)("XXX")y=m(x-5)^2+5XXXy=m(x5)2+5 for some constant value mm

If (x,y)=(6,6)(x,y)=(6,6) is a point on the required equation, then
color(white)("XXX")6=m(6-5)^2+5XXX6=m(65)2+5
color(white)("XXX")m=1XXXm=1
and the equation would be:
color(white)("XXX")y=1(x-5)^2+5XXXy=1(x5)2+5

This could be rearranged as
color(white)("XXX")y=x^2-10x+30XXXy=x210x+30 (standard quadratic form)#

For a parabola with a horizontal axis of symmetry,
the xx and yy values could be exchanged giving
color(white)("XXX")x=y^2-10y+30XXXx=y210y+30
as an alternative solution that meets the given requirements.