"미디의 정리(Midy's theorem)"의 두 판 사이의 차이
둘러보기로 가기
검색하러 가기
9번째 줄: | 9번째 줄: | ||
<h5>개요</h5> | <h5>개요</h5> | ||
− | * | + | * 142857과 같은 수에서 쪼개어 더했을때 9가 많이 나타나는 현상에 대한 정리<br> |
− | * | + | ** 1+8=4+5=2+7=9 |
+ | ** 142 + 857=999 | ||
+ | ** 14+28+57=99 | ||
+ | |||
+ | |||
+ | |||
+ | <h5>순환마디의 길이가 2의 배수일때</h5> | ||
+ | |||
+ | * 소수 p에 대하여, 분수 a/p (<math>1\leq a \leq p-1</math>) 를 십진법 전개할 때 얻어지는 순환마디의 길이가 2n 이고, 순환마디가 <math>a_1a_2\cdots a_{n} a_{n+1}a_{n+2}\cdots a_{2n}</math> 라 하자.<br><math>1\leq i \leq n</math> 에 대하여, <math>a_{i} + a_{i+n}=9</math> 이 성립한다.<br> 또한 <math>a_1a_2\cdots a_{n} + a_{n+1}a_{n+2}\cdots a_{2n} = 99\cdots 99</math>(n개의 9) 가 성립한다.<br> | ||
22번째 줄: | 30번째 줄: | ||
분수 a/p (<math>1\leq a \leq p-1</math>) 를 생각하자. | 분수 a/p (<math>1\leq a \leq p-1</math>) 를 생각하자. | ||
− | <math>g_k \equiv a10^k \pmod p</math>, <math>0\leq g_k \leq p-1</math> 라 정의하자. | + | <math>g_k \equiv a10^k \pmod p</math>, <math>0\leq g_k \leq p-1</math> 라 정의하자. <math>g_0=a</math> 이다. |
− | <math> | + | 순환마디의 길이가 2n이면, <math>10^n \equiv -a \pmod p</math> 가 성립하므로, <math>g_n=p-a</math> 임을 안다. |
− | + | <math>a_1a_2\cdots a_{n} + a_{n+1}a_{n+2}\cdots a_{2n}=\frac{g_0 10^n-g_n}{p} + \frac{g_{n} 10^n-g_0}{p}=\frac{(g_0+g_n)(10^n-1)}{p}=10^n-1</math> ■ | |
− | |||
− | <math>a_1a_2\cdots a_{n} + a_{n+1}a_{n+2}\cdots a_{2n}=\frac{g_0 10^n-g_n}{p} + \frac{g_{n} 10^n-g_0}{p}=\frac{(g_0+g_n)(10^n-1)}{p}=10^n-1</math> | ||
− | |||
− | |||
43번째 줄: | 47번째 줄: | ||
* 142 + 857=999 | * 142 + 857=999 | ||
* 14+28+57=99 | * 14+28+57=99 | ||
− | |||
− | |||
55번째 줄: | 57번째 줄: | ||
* 2/17 = 0.'''1176470588235294'''1176470588235294... | * 2/17 = 0.'''1176470588235294'''1176470588235294... | ||
* 11764705 + 88235294 = 99999999 | * 11764705 + 88235294 = 99999999 | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <h5 style="margin: 0px; line-height: 2em;">순환마디의 길이가 3의 배수일 때</h5> | ||
+ | |||
+ | * 소수 p에 대하여, 분수 1/p 를 십진법 전개할 때 얻어지는 순환마디의 길이가 3n 이고, 순환마디가 <math>a_1a_2\cdots a_{n} a_{n+1}a_{n+2}\cdots a_{2n}a_{2n+1}a_{2n+2}\cdots a_{3n}</math> 라 하자.<br><math>a_1a_2\cdots a_{n} + a_{n+1}a_{n+2}\cdots a_{2n} +a_{2n+1}a_{2n+2}\cdots a_{3n}= 99\cdots 99</math> 가 성립한다<br> | ||
2011년 12월 5일 (월) 06:04 판
이 항목의 수학노트 원문주소
개요
- 142857과 같은 수에서 쪼개어 더했을때 9가 많이 나타나는 현상에 대한 정리
- 1+8=4+5=2+7=9
- 142 + 857=999
- 14+28+57=99
순환마디의 길이가 2의 배수일때
- 소수 p에 대하여, 분수 a/p (\(1\leq a \leq p-1\)) 를 십진법 전개할 때 얻어지는 순환마디의 길이가 2n 이고, 순환마디가 \(a_1a_2\cdots a_{n} a_{n+1}a_{n+2}\cdots a_{2n}\) 라 하자.
\(1\leq i \leq n\) 에 대하여, \(a_{i} + a_{i+n}=9\) 이 성립한다.
또한 \(a_1a_2\cdots a_{n} + a_{n+1}a_{n+2}\cdots a_{2n} = 99\cdots 99\)(n개의 9) 가 성립한다.
(증명)
분수 a/p (\(1\leq a \leq p-1\)) 를 생각하자.
\(g_k \equiv a10^k \pmod p\), \(0\leq g_k \leq p-1\) 라 정의하자. \(g_0=a\) 이다.
순환마디의 길이가 2n이면, \(10^n \equiv -a \pmod p\) 가 성립하므로, \(g_n=p-a\) 임을 안다.
\(a_1a_2\cdots a_{n} + a_{n+1}a_{n+2}\cdots a_{2n}=\frac{g_0 10^n-g_n}{p} + \frac{g_{n} 10^n-g_0}{p}=\frac{(g_0+g_n)(10^n-1)}{p}=10^n-1\) ■
예: 142857
- p=7
- 1/p = 0.142857142857...
- 1+8=4+5=2+7=9
- 142 + 857=999
- 14+28+57=99
예 : 1176470588235294
- p=17
- 2/17 = 0.11764705882352941176470588235294...
- 11764705 + 88235294 = 99999999
순환마디의 길이가 3의 배수일 때
- 소수 p에 대하여, 분수 1/p 를 십진법 전개할 때 얻어지는 순환마디의 길이가 3n 이고, 순환마디가 \(a_1a_2\cdots a_{n} a_{n+1}a_{n+2}\cdots a_{2n}a_{2n+1}a_{2n+2}\cdots a_{3n}\) 라 하자.
\(a_1a_2\cdots a_{n} + a_{n+1}a_{n+2}\cdots a_{2n} +a_{2n+1}a_{2n+2}\cdots a_{3n}= 99\cdots 99\) 가 성립한다
재미있는 사실
- Math Overflow http://mathoverflow.net/search?q=
- 네이버 지식인 http://kin.search.naver.com/search.naver?where=kin_qna&query=
역사
메모
관련된 항목들
수학용어번역
사전 형태의 자료
- http://ko.wikipedia.org/wiki/
- http://en.wikipedia.org/wiki/Midy's_theorem
- http://en.wikipedia.org/wiki/
- The Online Encyclopaedia of Mathematics
- NIST Digital Library of Mathematical Functions
- The World of Mathematical Equations
리뷰논문과 에세이
- A Curious String of Nines
- Hans Liebeck,
- The Mathematical Gazette, Vol. 85, No. 504 (Nov., 2001), pp. 431-438
- Midy's (Nearly) Secret Theorem: An Extension after 165 Years
- Brian D. Ginsberg, The College Mathematics Journal, Vol. 35, No. 1 (Jan., 2004), pp. 26-30
관련논문
- Lewittes, Joseph. 2006. “Midy’s Theorem for Periodic Decimals”. math/0605182 (5월 7). http://arxiv.org/abs/math/0605182
- http://www.jstor.org/action/doBasicSearch?Query=
- http://www.ams.org/mathscinet
- http://dx.doi.org/
관련도서