Difference between revisions of "Properties of Logarithms"

From Math Wiki
Jump to navigation Jump to search
(Created page with "<div class="noautonum">__TOC__</div> ==Properties of the Logarithmic Function== In this section, we cover many properties of the logarithmic function 1. <math>\log_a(1) =...")
 
 
Line 13: Line 13:
 
   7. <math> a^r = e^{r\ln(a)}</math>
 
   7. <math> a^r = e^{r\ln(a)}</math>
 
   8. If <math>M = N, \text{ then }\log_a(M) = \log_a(N)</math>
 
   8. If <math>M = N, \text{ then }\log_a(M) = \log_a(N)</math>
   9. If math>\log_a(M) = \log_a(N), \text{ then } M = N </math>
+
   9. If <math>\log_a(M) = \log_a(N), \text{ then } M = N </math>
  
 
==Change of Base Formula==
 
==Change of Base Formula==

Latest revision as of 20:57, 22 October 2015

Properties of the Logarithmic Function

In this section, we cover many properties of the logarithmic function

 1. Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \log_a(1) = 0~ \log_a(a) = 1}

 2. Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle a^{\log_a(M)} = M}

 3. Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle  \log_a(a^r) = r}
 (Notice this works even for a = 10)
 The following properties hold for M, N, and a positive real numbers, Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle  a \neq 1}
, and r any real number
 4. Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle  \log_a(MN) = \log_aM + \log_aN}

 5. Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle  \log_a\left(\frac{M}{N}\right) = \log_a(M) - \log_a(N)}

 6. Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \log_a(M^r) = r\cdot \log_a(M)}

 7. Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle  a^r = e^{r\ln(a)}}

 8. If Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle M = N, \text{ then }\log_a(M) = \log_a(N)}

 9. If Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \log_a(M) = \log_a(N), \text{ then } M = N }

Change of Base Formula

The next two formulas allow us to compare logs of different bases, and are called the change of base formulas.

 If Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle a, b \neq 1}
, and M are positive real numbers, then
 Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \log_a(M) = \frac{\log_b(M)}{\log_b(N)}}

 Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \log_a(M) = \frac{\log(M)}{\log(a)} \text{ and } \log_a(M) = \frac{\ln(M)}{\ln(a)}}


 Return to Topics Page