Difference between revisions of "Logarithmic Functions"

From Department of Mathematics at UTSA
Jump to navigation Jump to search
Line 3: Line 3:
 
In mathematics you can find the inverse of an exponential function by switching x and y around:  
 
In mathematics you can find the inverse of an exponential function by switching x and y around:  
 
<math>y = b^x\,</math> becomes <math>x = b^y\,</math>. The problem arises on how to find the value  of y. The logarithmic function solved this problem. All conversions of logarithmic function into an exponential function follow the same pattern: <math>x = b^y\,</math> becomes <math>y = \log_b x\,</math>. If a log is given without a written b then b=10. Also with logarithmic functions, b > 0 and <math>b \ne 1</math>. There are 2 cases where the log is equal to x: <math>\log_bb^X = X\,</math> and <math>b^{\log_bX} = X\,</math>.
 
<math>y = b^x\,</math> becomes <math>x = b^y\,</math>. The problem arises on how to find the value  of y. The logarithmic function solved this problem. All conversions of logarithmic function into an exponential function follow the same pattern: <math>x = b^y\,</math> becomes <math>y = \log_b x\,</math>. If a log is given without a written b then b=10. Also with logarithmic functions, b > 0 and <math>b \ne 1</math>. There are 2 cases where the log is equal to x: <math>\log_bb^X = X\,</math> and <math>b^{\log_bX} = X\,</math>.
 +
 +
To recap, a '''logarithm''' is the inverse function of an exponent.
 +
 +
e.g. The inverse of the function <math>f(x) = 3^x</math> is <math>f^{-1}(x) = \log_3 x</math>.
 +
 +
In general, <math>y = b^x \iff x = \log_b y</math>, given that <math>b > 0</math>.
 +
  
 
===Laws of Logarithmic Functions===
 
===Laws of Logarithmic Functions===

Revision as of 11:32, 4 October 2021

Logarithmic Functions

Logexponential.svg

In mathematics you can find the inverse of an exponential function by switching x and y around: 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 y = b^x\,} becomes . The problem arises on how to find the value of y. The logarithmic function solved this problem. All conversions of logarithmic function into an exponential function follow the same pattern: becomes . If a log is given without a written b then b=10. Also with logarithmic functions, b > 0 and . There are 2 cases where the log is equal to x: and .

To recap, a logarithm is the inverse function of an exponent.

e.g. The inverse of the function is 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 f^{-1}(x) = \log_3 x} .

In general, 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 y = b^x \iff x = \log_b y} , given that 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 b > 0} .


Laws of Logarithmic Functions

When X and Y are positive.

  • 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_bXY = \log_bX + \log_bY\,}
  • 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_b \frac{X}{Y} = \log_bX - \log_bY\,}
  • 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_b X^k = k \log_bX\,}

Change of Base

When x and b are positive real numbers and are not equal to 1. Then you can write 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 x\,} as 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 \frac { \log_b x}{ \log_b a}} . This works for the natural log as well. here is an example:

Solving a Logarithmic Equation

A logarithmic equation is an equation wherein one or more of the terms is a logarithm.

e.g. Solve 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 \lg x + \lg (x+2) = 2} [note 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 \begin{align} \lg x + \lg (x+2) &= 2 \\ \lg (x(x+2)) &= 2 \\ x(x+2) &= 100 \\ x^2 + 2x &= 100 \\ (x + 1)^2 &= 101 \\ x+1 &= \sqrt{101} \\ x &= -1 \pm \sqrt{101} \end{align}}

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_2 8 = \frac { \log 8}{ \log 2} = \frac {.9}{.3} = 3\,} now check 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 2^3 = 8\,}

Resources


Cite error: <ref> tags exist for a group named "note", but no corresponding <references group="note"/> tag was found, or a closing </ref> is missing