From a3dff40131d4cd8c3d32e97a4d4b4f20121f9d98 Mon Sep 17 00:00:00 2001 From: zleyyij Date: Tue, 2 Jan 2024 10:14:25 -0700 Subject: [PATCH] vault backup: 2024-01-02 10:14:25 --- education/math/Quadratics.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/education/math/Quadratics.md b/education/math/Quadratics.md index 4cfdee7..d3507c3 100644 --- a/education/math/Quadratics.md +++ b/education/math/Quadratics.md @@ -1,4 +1,11 @@ +# Notes + +To convert an equation in the form of $$ # Forms -Standard form +**Standard form (vertex form)** $$ a(x - h)^2 + k $$ -To convert to standard form given a vertex of a quadratic equation and a point that falls along that line, plug values in for everything and solve for $a$. \ No newline at end of file +To convert to standard form given a vertex of a quadratic equation and a point that falls along that line, plug values in for everything and solve for $a$. + +**Quadratic form** +$$ y = a^2 + bx + c $$ +