Function~~
Absolute Value
y=#|x|
This can make it thinner or thicker. When it’s a positive it opens upward, but when it’s a negative it opens downward.
y=#|x|+#
This just drags it higher or lower. When it’s over the X axis it’s positive, but when its under the X axis its negative.
y=#|x+#|+#
This just drags it side to side. When it’s in the left, it’s negative and when it’s in the right its positive. (When it is in the actual equation, neg means pos and pos means neg… basically the opposite.)
Y=A|X-H|+K
Quadratic Value
y=#x²
If it’s pos it would open up, if its neg it would open down.
y=#x²+
If its neg its below the X axis, if its pos its above the X axis.
y=#(x+#)²+#
This moves it side to side.