diff --git a/education/math/Exponents.md b/education/math/Exponents.md index 0bfffbe..4667013 100644 --- a/education/math/Exponents.md +++ b/education/math/Exponents.md @@ -4,7 +4,9 @@ $$ a(b)^{cx-h}+k $$ - $c$ Horizontal stretch/compression - $h$: Horizontal translation left or right - $k$: Vertical translation up or down -- $b$: + +Without stretch: +$$ a^{x-b}+c $$ A negative exponent is the equivalent of `1/x`, EG $$ x^{-2} = \frac{1}{x^2} $$