vault backup: 2024-01-29 10:22:52

This commit is contained in:
zleyyij 2024-01-29 10:22:52 -07:00
parent 650f0dafe0
commit 9d7df7770d

View File

@ -35,7 +35,7 @@ $$ 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 Exponents can be moved to the front of a logarithm
$$ log_3 x^5 = 5*log_3 x $$ $$ log_3 x^5 = 5*log_3 x $$
Roots are just the inverse, so: Roots are just the inverse, so:
$$ log_3 sqrt(x) = \frac{1}{2}*log_3x $$ $$ log_3 \sqrt x = \frac{1}{2}*log_3x $$
## Change of base ## Change of base
$$ log_b x = \frac{\log x}{\log b} = \frac{\ln x}{\ln b} $$ $$ log_b x = \frac{\log x}{\log b} = \frac{\ln x}{\ln b} $$
The above are all equivalent because the ratios are the same The above are all equivalent because the ratios are the same