From 07964e051c8da98368a8a7f41d715164391b1d36 Mon Sep 17 00:00:00 2001 From: zleyyij Date: Tue, 23 Jan 2024 10:23:23 -0700 Subject: [PATCH] vault backup: 2024-01-23 10:23:23 --- education/math/Logarithms.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/education/math/Logarithms.md b/education/math/Logarithms.md index d0c8d0e..3bc9cef 100644 --- a/education/math/Logarithms.md +++ b/education/math/Logarithms.md @@ -34,3 +34,5 @@ $$ log_5 z = 3 $$ $$ log_5 y = 2 $$$$log_5(yz) = log_5 y + log_5 z $$$$ 2 + 3 = 5 $$ Exponents can be moved to the front of a logarithm $$ log_3 x^5 = 5*log_3 x $$ +Roots are just the inverse, so: +$$ log_3 sqrt(x) = \frac{1}{2}*log_3x $$ \ No newline at end of file