How do you write #y = (x+1)(x-3)# in Vertex form and Standard form?

1 Answer
Jul 19, 2018

#y=(x+1)(x-3)# in vertex form is #y=(x-1)^2-4# and in standard form is #y=x^2-2x-3#

Explanation:

In my opinion, it is easier to go from standard for to vertex form so this is the way I will be doing it.

To solve for standard form:

Multiply out (x+1)(x-3) using FOIL so that:

#y=x^2-3x+x-3#

Simplify the x terms, which gives you standard form:

#y=x^2-2x-3#

To solve for vertex form:

Start with the standard form of the equation:

#y=x^2-2x-3#

Add 3 to both sides:

#y+3=x^2-2x#

Create a perfect square on the right hand side of the equation:

#y+3+1=x^2-2x+1#

*Make sure to balance the equation by adding on the left side what you added on the right

Then simplify the left side of the equation and factor the right side of the equation

#y+4=(x-1)^2#

Finally, subtract 4 from both sides:

#y=(x-1)^2-4#

The format for vertex form is #y=(x-1)^2-4#