freeCodeCamp/guide/chinese/mathematics/algebra/graphing-quadratics-vertex-.../index.md

25 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

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