거듭제곱: 두 판 사이의 차이

(학술 틀이 사라지니 미분류 문서가 대량으로 늘었군요!)
편집 요약 없음
1번째 줄: 1번째 줄:
'''거듭제곱'''(Exponentiation)은 하나의 [[수]]를 여러 번 곱하는 [[이항연산]]을 의미한다. [[기호]]로는 <math>a^n</math>으로 표기하며, 이때 ''a''를 밑, ''n''을 지수라고 한다. 예를 들어
'''거듭제곱'''(Exponentiation)은 하나의 [[수]]를 여러 번 곱하는 [[이항연산]]을 의미한다. [[기호]]로는 <math>\displaystyle a^n</math>으로 표기하며, 이때 ''a''를 밑, ''n''을 지수라고 한다. 예를 들어
: <math>2^5 = 2 \times 2 \times 2 \times 2\times 2=32</math>
: <math>\displaystyle 2^5 = 2 \times 2 \times 2 \times 2\times 2=32</math>
이다.
이다.
 
== 성질 ==
<math>\displaystyle \displaystyle a>0</math>이고 <math>\displaystyle \displaystyle b,c</math>가 실수라면,
* <math>\displaystyle {a}^{b+c}={a}^{b}\times{a}^{c}</math>
* <math>\displaystyle {a}^{b\times c}={\left ( {a}^{b} \right )}^{c}</math>
== 거듭제곱의 확장 ==
== 거듭제곱의 확장 ==
=== 정수 거듭제곱 ===
=== 정수 거듭제곱 ===
지수가 0인 경우, <math>a\ne 0</math>의 거듭제곱은
지수가 0인 경우, <math>\displaystyle a\ne 0</math>의 거듭제곱은
: <math>a^0=1</math>
: <math>\displaystyle a^0=1</math>
으로 정의한다. 그리고 지수가 음수일 경우 거듭제곱은
으로 정의한다. 그리고 지수가 음수일 경우 거듭제곱은
: <math>a^{-n}=\frac{1}{a^n}</math>
: <math>\displaystyle a^{-n}=\frac{1}{a^n}</math>
으로 정의한다.
으로 정의한다.
=== 유리수 거듭제곱 ===
=== 유리수 거듭제곱 ===
 
<math>\displaystyle \displaystyle a>0</math>이고 <math>\displaystyle \displaystyle m,n</math>이 실수라면,
<math>\displaystyle \displaystyle {a}^{\frac{m}{n}}=\sqrt[n]{{a}^{m}}</math>으로 정의한다.
=== 실수 거듭제곱 ===
=== 실수 거듭제곱 ===
어떤 실수<math>b</math>가 있다고 하자. [[유리수]]의 집합(<math>\mathbb{Q}</math>)은 [[실수]]의 집합(<math>\mathbb{R}</math>)의 [[조밀 집합]]이다. 이 때문에, <math>b</math>로 수렴하는 유리수의 [[수열]] <math>\{ b_i \}</math>가 존재한다. 그리고 유리수 제곱은 앞에 나온 대로 할 수 있다. 그러면 <math>\{ a^{b_i} \}</math>라는 수열을 얻을 수 있고, 이 값은 <math>a^b</math>로 수렴한다.
어떤 실수<math>\displaystyle b</math>가 있다고 하자. [[유리수]]의 집합(<math>\displaystyle \mathbb{Q}</math>)은 [[실수]]의 집합(<math>\displaystyle \mathbb{R}</math>)의 [[조밀 집합]]이다. 이 때문에, <math>\displaystyle b</math>로 수렴하는 유리수의 [[수열]] <math>\displaystyle \{ b_i \}</math>가 존재한다. 그리고 유리수 제곱은 앞에 나온 대로 할 수 있다. 그러면 <math>\displaystyle \{ a^{b_i} \}</math>라는 수열을 얻을 수 있고, 이 값은 <math>\displaystyle a^b</math>로 수렴한다.


예로 <math>2^{\sqrt{2}}</math>를 계산해 보자. <math>\sqrt{2} = 1.41421356...</math>이다. 유리수 수열 <math>\left \{ \frac{14}{10}, \frac{141}{100}, \frac{1414}{1000}, \frac{14142}{10000} ... \right \}</math>을 생각할 수 있다. 그러면
예로 <math>\displaystyle 2^{\sqrt{2}}</math>를 계산해 보자. <math>\displaystyle \sqrt{2} = 1.41421356...</math>이다. 유리수 수열 <math>\displaystyle \left \{ \frac{14}{10}, \frac{141}{100}, \frac{1414}{1000}, \frac{14142}{10000} ... \right \}</math>을 생각할 수 있다. 그러면
* <math>2^{\frac{14}{10}} = 2.6390158215...</math>
* <math>\displaystyle 2^{\frac{14}{10}} = 2.6390158215...</math>
* <math>2^{\frac{141}{100}} = 2.6573716282...</math>
* <math>\displaystyle 2^{\frac{141}{100}} = 2.6573716282...</math>
* <math>2^{\frac{1414}{1000}} = 2.6647496502...</math>
* <math>\displaystyle 2^{\frac{1414}{1000}} = 2.6647496502...</math>
* ...
* ...
등등의 식으로 계속 어떤 수로 수렴할 것이다. 그 수를 <math>2^{\sqrt{2}}</math>로 나타낸다.
등등의 식으로 계속 어떤 수로 수렴할 것이다. 그 수를 <math>\displaystyle 2^{\sqrt{2}}</math>로 나타낸다.


== 일반화 ==
== 일반화 ==
=== 행렬 ===
=== 행렬 ===
[[행렬 (수학)|행렬]] ''A''와 [[자연수]] ''n''에 대해 행렬의 거듭제곱을 다음과 같이 정의한다.
[[행렬 (수학)|행렬]] ''A''와 [[자연수]] ''n''에 대해 행렬의 거듭제곱을 다음과 같이 정의한다.
: <math>A^2=AA,\; A^3=A^2A,\; A^4=A^3A,\;\cdots,\;A^{n+1}=A^nA</math>
: <math>\displaystyle A^2=AA,\; A^3=A^2A,\; A^4=A^3A,\;\cdots,\;A^{n+1}=A^nA</math>
지수가 0일 경우
지수가 0일 경우
: <math>A^0=I</math>
: <math>\displaystyle A^0=I</math>
로, 지수가 음수일 경우
로, 지수가 음수일 경우
: <math>A^{-n}=(A^{-1})^n</math>
: <math>\displaystyle A^{-n}=(A^{-1})^n</math>
로 정의한다.
로 정의한다.


== 같이 보기 ==
== 같이 보기 ==
* [[0^0|<math>0^0</math>]]
* [[0^0|<math>\displaystyle 0^0</math>]]


{{각주}}
{{각주}}
[[분류:추상대수학]]
[[분류:추상대수학]]

2019년 10월 16일 (수) 21:54 판

거듭제곱(Exponentiation)은 하나의 를 여러 번 곱하는 이항연산을 의미한다. 기호로는 [math]\displaystyle{ \displaystyle a^n }[/math]으로 표기하며, 이때 a를 밑, n을 지수라고 한다. 예를 들어

[math]\displaystyle{ \displaystyle 2^5 = 2 \times 2 \times 2 \times 2\times 2=32 }[/math]

이다.

성질

[math]\displaystyle{ \displaystyle \displaystyle a\gt 0 }[/math]이고 [math]\displaystyle{ \displaystyle \displaystyle b,c }[/math]가 실수라면,

  • [math]\displaystyle{ \displaystyle {a}^{b+c}={a}^{b}\times{a}^{c} }[/math]
  • [math]\displaystyle{ \displaystyle {a}^{b\times c}={\left ( {a}^{b} \right )}^{c} }[/math]

거듭제곱의 확장

정수 거듭제곱

지수가 0인 경우, [math]\displaystyle{ \displaystyle a\ne 0 }[/math]의 거듭제곱은

[math]\displaystyle{ \displaystyle a^0=1 }[/math]

으로 정의한다. 그리고 지수가 음수일 경우 거듭제곱은

[math]\displaystyle{ \displaystyle a^{-n}=\frac{1}{a^n} }[/math]

으로 정의한다.

유리수 거듭제곱

[math]\displaystyle{ \displaystyle \displaystyle a\gt 0 }[/math]이고 [math]\displaystyle{ \displaystyle \displaystyle m,n }[/math]이 실수라면, [math]\displaystyle{ \displaystyle \displaystyle {a}^{\frac{m}{n}}=\sqrt[n]{{a}^{m}} }[/math]으로 정의한다.

실수 거듭제곱

어떤 실수[math]\displaystyle{ \displaystyle b }[/math]가 있다고 하자. 유리수의 집합([math]\displaystyle{ \displaystyle \mathbb{Q} }[/math])은 실수의 집합([math]\displaystyle{ \displaystyle \mathbb{R} }[/math])의 조밀 집합이다. 이 때문에, [math]\displaystyle{ \displaystyle b }[/math]로 수렴하는 유리수의 수열 [math]\displaystyle{ \displaystyle \{ b_i \} }[/math]가 존재한다. 그리고 유리수 제곱은 앞에 나온 대로 할 수 있다. 그러면 [math]\displaystyle{ \displaystyle \{ a^{b_i} \} }[/math]라는 수열을 얻을 수 있고, 이 값은 [math]\displaystyle{ \displaystyle a^b }[/math]로 수렴한다.

예로 [math]\displaystyle{ \displaystyle 2^{\sqrt{2}} }[/math]를 계산해 보자. [math]\displaystyle{ \displaystyle \sqrt{2} = 1.41421356... }[/math]이다. 유리수 수열 [math]\displaystyle{ \displaystyle \left \{ \frac{14}{10}, \frac{141}{100}, \frac{1414}{1000}, \frac{14142}{10000} ... \right \} }[/math]을 생각할 수 있다. 그러면

  • [math]\displaystyle{ \displaystyle 2^{\frac{14}{10}} = 2.6390158215... }[/math]
  • [math]\displaystyle{ \displaystyle 2^{\frac{141}{100}} = 2.6573716282... }[/math]
  • [math]\displaystyle{ \displaystyle 2^{\frac{1414}{1000}} = 2.6647496502... }[/math]
  • ...

등등의 식으로 계속 어떤 수로 수렴할 것이다. 그 수를 [math]\displaystyle{ \displaystyle 2^{\sqrt{2}} }[/math]로 나타낸다.

일반화

행렬

행렬 A자연수 n에 대해 행렬의 거듭제곱을 다음과 같이 정의한다.

[math]\displaystyle{ \displaystyle A^2=AA,\; A^3=A^2A,\; A^4=A^3A,\;\cdots,\;A^{n+1}=A^nA }[/math]

지수가 0일 경우

[math]\displaystyle{ \displaystyle A^0=I }[/math]

로, 지수가 음수일 경우

[math]\displaystyle{ \displaystyle A^{-n}=(A^{-1})^n }[/math]

로 정의한다.

같이 보기

각주