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

25 lines
1.7 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)
Точка (h, k) является вершиной. Когда a положительно, парабола открывается вверх.
![Парабола (u-образный график) с наименьшей точкой (вершиной), отмеченной (h, k)](https://github.com/codersc/freeCodeCamp-article-images/blob/master/art3img2.png?raw=true)
Когда а отрицательно, парабола открывается вниз.
![Перевернутая парабола (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)