Difference between revisions of "Exponentiation"

From Conservapedia
Jump to navigation Jump to search
m
(rewrite the last paragraph)
 
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
In mathematics, '''exponentiation''' is the name for the operation also called ''raising to a power.'' In simple cases, it refers to repeated multiplication. It is indicated by a ''superscript,'' a small number or expression written above the line:
+
In mathematics, '''exponentiation''' is the name for the operation also called ''raising to a power.'' In simple cases, it refers to repeated [[multiplication]]. It is indicated by a ''superscript,'' a small number or expression written above the line:
 
*2<sup>6</sup>, "two to the sixth power," 2 &middot; 2 &middot; 2 &middot; 2 &middot; 2 &middot; 2 = 64
 
*2<sup>6</sup>, "two to the sixth power," 2 &middot; 2 &middot; 2 &middot; 2 &middot; 2 &middot; 2 = 64
 
*''x''<sup>4</sup>, "''x'' to the fourth power," ''x'' &middot; ''x'' &middot; ''x'' &middot; ''x''
 
*''x''<sup>4</sup>, "''x'' to the fourth power," ''x'' &middot; ''x'' &middot; ''x'' &middot; ''x''
 
*''y''<sup>''n''</sup>, "''y'' to the n-th power," ''y'' &middot; ''y'' &middot; ''y'' &middot; ... &middot; ''y'', where ''y'' appears ''n'' times.
 
*''y''<sup>''n''</sup>, "''y'' to the n-th power," ''y'' &middot; ''y'' &middot; ''y'' &middot; ... &middot; ''y'', where ''y'' appears ''n'' times.
The superscripted value is called the ''exponent.''
+
The superscripted value is called the [[exponent]]. The definition of exponentiation leads to the notion of [[exponential function]]s, where the exponent becomes a [[variable]].
 +
 
 
The definition of exponentiation as repeated multiplication only makes sense when the exponent is a positive integer&mdash;what does it mean to say "x multiplied by itself half a time" or "minus three times?" However, mathematicians have found logical meanings for zero, negative, fractional, and even complex exponents. These meanings arise from the basic observation that
 
The definition of exponentiation as repeated multiplication only makes sense when the exponent is a positive integer&mdash;what does it mean to say "x multiplied by itself half a time" or "minus three times?" However, mathematicians have found logical meanings for zero, negative, fractional, and even complex exponents. These meanings arise from the basic observation that
 
*(''x''<sup>a</sup>) &middot; (''x''<sup>b</sup>) = ''x''<sup>(a + b)</sup>
 
*(''x''<sup>a</sup>) &middot; (''x''<sup>b</sup>) = ''x''<sup>(a + b)</sup>
Line 20: Line 21:
 
*(''x''<sup>0.5</sup>) &middot; (''x''<sup>0.5</sup>) = ''x''<sup>1</sup> = ''x''
 
*(''x''<sup>0.5</sup>) &middot; (''x''<sup>0.5</sup>) = ''x''<sup>1</sup> = ''x''
  
The sequence x<sup>1</sup>, x<sup>1</sup>, x<sup>2</sup>, x<sup>3</sup>, ... is an example of what can be called a [[geometrical progression]], [[compound interest]] growth, or [[exponential growth]]. These are all different names for the same thing. Because of the compounding effect, exponential growth occurs faster and faster... literally like wildfire. This has led to the colloquial use of the word ''exponential'' to mean "growing very rapidly," or even "very large."
+
A geometric sequence can be used to represent [[compound interest]], [[exponential growth]], or [[exponential decay]]. Because of the compounding effect, exponential growth occurs faster and faster, like wildfire. This has led to the colloquial use of the word ''exponential'' to mean "growing very rapidly," or even "very large."
 
 
==Exponential functions==
 
 
 
Functions of the form <math>f(s)=a^{s}</math>, where ''a'' is constant and ''s'' is a [[complex number]] are known as exponential functions.
 
 
 
The derivative of exponential functions,
 
 
 
<math>\frac{d}{dx}a^{x}=s^{x}\ln{x}</math>
 
 
 
Where <math>\ln{s}</math> is the [[natural logarithm]] for ''x'' which is real.
 
 
 
The [[transcendental number]] ''[[e]]'' (2.7182818...) has the property that the [[derivative]] of the function ''e''<sup>''x''</sup> is ''e''<sup>''x''</sup>.  This function is thus important in the solution of many types of differential equations.
 
  
 
[[Category:Mathematics]]
 
[[Category:Mathematics]]

Latest revision as of 00:42, July 1, 2012

In mathematics, exponentiation is the name for the operation also called raising to a power. In simple cases, it refers to repeated multiplication. It is indicated by a superscript, a small number or expression written above the line:

  • 26, "two to the sixth power," 2 · 2 · 2 · 2 · 2 · 2 = 64
  • x4, "x to the fourth power," x · x · x · x
  • yn, "y to the n-th power," y · y · y · ... · y, where y appears n times.

The superscripted value is called the exponent. The definition of exponentiation leads to the notion of exponential functions, where the exponent becomes a variable.

The definition of exponentiation as repeated multiplication only makes sense when the exponent is a positive integer—what does it mean to say "x multiplied by itself half a time" or "minus three times?" However, mathematicians have found logical meanings for zero, negative, fractional, and even complex exponents. These meanings arise from the basic observation that

  • (xa) · (xb) = x(a + b)

We can show that the zeroth power of any nonzero number is 1

  • (x0) · (xn) = x0 + n = xn

Dividing both sides by xn we get

  • (x0) = 1

A negative exponent produces the reciprocal of the corresponding positive exponent:

  • (x-n) · (xn) = xn - n = x0 = 1

Dividing both sizes by (xn) we get

  • (x-n) = 1 / xn

Fractional exponents 1/n give us the n-th root; for example, x0.5 gives us the square root:

  • (x0.5) · (x0.5) = x1 = x

A geometric sequence can be used to represent compound interest, exponential growth, or exponential decay. Because of the compounding effect, exponential growth occurs faster and faster, like wildfire. This has led to the colloquial use of the word exponential to mean "growing very rapidly," or even "very large."