quadradic cheat sheet

standard form

y=ax2+bx+c

find vertex:

vx = -b/2a

vertex form

y = a(x-h)2+k

where vertex is at [h,k]

find x where y = 0

x = (-b ± Math.sqrt(b**2 -4ac))/2a