From 26e8610262981a71b8b88633886d285782fea3a6 Mon Sep 17 00:00:00 2001 From: zleyyij Date: Thu, 18 Jan 2024 10:27:01 -0700 Subject: [PATCH] vault backup: 2024-01-18 10:27:01 --- education/math/Exponents.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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} $$