--- title: Graphing Quadratics Vertex Form localeTitle: 绘制二次曲面顶点形式 --- ## 绘制二次曲面顶点形式 抛物线方程的顶点形式: ![显示y的公式等于一个次数(x减去h) - 平方加k](https://github.com/codersc/freeCodeCamp-article-images/blob/master/art3img1.png?raw=true) 点(h,k)是顶点。当a为正时,抛物线向上打开。 ![具有(h,k)标记的最低点(顶点)的抛物线(U形图)](https://github.com/codersc/freeCodeCamp-article-images/blob/master/art3img2.png?raw=true) 当a为负时,抛物线向下打开。 ![具有最高点(顶点)的颠倒抛物线(U形图)标有(h,k)](https://github.com/codersc/freeCodeCamp-article-images/blob/master/art3img4.png?raw=true) 当| a | <1抛物线垂直压缩。 ![更广泛的抛物线版(U形图)](https://github.com/codersc/freeCodeCamp-article-images/blob/master/art3img5.png?raw=true) 当| a | > 1抛物线变窄。 ![抛物线的窄版(U形图)](https://github.com/codersc/freeCodeCamp-article-images/blob/master/art3img6.png?raw=true)