From cf9cadfb9d0a914b3e21f222b1177060df663eca Mon Sep 17 00:00:00 2001 From: zleyyij Date: Fri, 26 Jan 2024 09:19:13 -0700 Subject: [PATCH] vault backup: 2024-01-26 09:19:13 --- education/math/Exponents.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/education/math/Exponents.md b/education/math/Exponents.md index 4667013..988e703 100644 --- a/education/math/Exponents.md +++ b/education/math/Exponents.md @@ -13,4 +13,7 @@ $$ x^{-2} = \frac{1}{x^2} $$ An equation in the base form $2^x$ will have an asymptote of $y = 0$. Putting a negative in front of something like $2^x$ flips it over the *x axis* ($-2^x$). -Putting a negative in front of the exponent ($2^{-x}$) flips it over the y axis. \ No newline at end of file +Putting a negative in front of the exponent ($2^{-x}$) flips it over the y axis. + +## Solving Exponents +To solve an equation that's got variables in the exponents, work on setting the bases on each side equal, then you can treat the exponents like standalone. Refer to the notes on [[Logarithms]] for ways to do that. \ No newline at end of file