From b10466a9f8fdbd8a2b49950b4d555f6501841a24 Mon Sep 17 00:00:00 2001 From: zleyyij Date: Tue, 23 Jan 2024 10:33:22 -0700 Subject: [PATCH] vault backup: 2024-01-23 10:33:22 --- education/math/Logarithms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/education/math/Logarithms.md b/education/math/Logarithms.md index 3bc9cef..04174a8 100644 --- a/education/math/Logarithms.md +++ b/education/math/Logarithms.md @@ -20,7 +20,7 @@ There are 3 places you need to worry about domain. - There's no way to raise a number to an exponent and have it equal zero, or be a negative number. - This can be used to help solve inequalities, because you know an equation that's wrapped in a logarithm must be $> 0$. -## Adding logarithms +### Finding the domain of added logarithms $$ log(x+2) + log(2x-3) $$ With the above example, you can find the domain of each function separately, then find the overlap of valid numbers.