"Nested radicals"의 두 판 사이의 차이

수학노트
둘러보기로 가기 검색하러 가기
잔글 (찾아 바꾸기 – “<h5>” 문자열을 “==” 문자열로)
7번째 줄: 7번째 줄:
 
 
 
 
  
<h5>개요</h5>
+
==개요</h5>
  
 
* [[황금비]]<br><math>\sqrt{1+\sqrt{1+\sqrt{1+\sqrt{1+\sqrt{1+\cdots}}}}}=\varphi=\frac{1+\sqrt5}{2}=1.61803398874989\cdots</math><br>
 
* [[황금비]]<br><math>\sqrt{1+\sqrt{1+\sqrt{1+\sqrt{1+\sqrt{1+\cdots}}}}}=\varphi=\frac{1+\sqrt5}{2}=1.61803398874989\cdots</math><br>
18번째 줄: 18번째 줄:
 
 
 
 
  
<h5>라마누잔이 제시한 문제</h5>
+
==라마누잔이 제시한 문제</h5>
  
 
* <math>\sqrt{1+2\sqrt{1+3\sqrt{1+4\sqrt{1+5\sqrt{1+6\cdots}}}}} = 3</math><br>
 
* <math>\sqrt{1+2\sqrt{1+3\sqrt{1+4\sqrt{1+5\sqrt{1+6\cdots}}}}} = 3</math><br>
27번째 줄: 27번째 줄:
 
 
 
 
  
<h5>증명</h5>
+
==증명</h5>
  
 
먼저 수렴성을 증명하자. 다음과 같이 정의된 수열 
 
먼저 수렴성을 증명하자. 다음과 같이 정의된 수열 
45번째 줄: 45번째 줄:
 
 
 
 
  
<h5>수열의 크기 변화를 나타내는 그래프</h5>
+
==수열의 크기 변화를 나타내는 그래프</h5>
  
 
<math>1,\sqrt{1+2 },\sqrt{1+2 \sqrt{1+3 }},\sqrt{1+2 \sqrt{1+3 \sqrt{1+4 }}},\sqrt{1+2 \sqrt{1+3 \sqrt{1+4 \sqrt{1+5 }}}},\sqrt{1+2 \sqrt{1+3 \sqrt{1+4 \sqrt{1+5 \sqrt{1+6 }}}}}, \cdots</math>
 
<math>1,\sqrt{1+2 },\sqrt{1+2 \sqrt{1+3 }},\sqrt{1+2 \sqrt{1+3 \sqrt{1+4 }}},\sqrt{1+2 \sqrt{1+3 \sqrt{1+4 \sqrt{1+5 }}}},\sqrt{1+2 \sqrt{1+3 \sqrt{1+4 \sqrt{1+5 \sqrt{1+6 }}}}}, \cdots</math>
53번째 줄: 53번째 줄:
 
 
 
 
  
<h5>매쓰매티카 코드</h5>
+
==매쓰매티카 코드</h5>
  
 
# f[n_][x_]:=Sqrt[1+n*x]<br> a[1][x_]:=x<br> a[n_][x_]:=Composition[a[n-1],f[n]][x]<br> Table[a[n][x],{n,1,6}]<br> DiscretePlot[a[n][1],{n,1,50}]
 
# f[n_][x_]:=Sqrt[1+n*x]<br> a[1][x_]:=x<br> a[n_][x_]:=Composition[a[n-1],f[n]][x]<br> Table[a[n][x],{n,1,6}]<br> DiscretePlot[a[n][1],{n,1,50}]
65번째 줄: 65번째 줄:
 
 
 
 
  
<h5>메모</h5>
+
==메모</h5>
  
 
* [http://www.dgp.toronto.edu/%7Emjmcguff/math/nestedRadicals.pdf http://www.dgp.toronto.edu/~mjmcguff/math/nestedRadicals.pdf]
 
* [http://www.dgp.toronto.edu/%7Emjmcguff/math/nestedRadicals.pdf http://www.dgp.toronto.edu/~mjmcguff/math/nestedRadicals.pdf]
74번째 줄: 74번째 줄:
 
 
 
 
  
<h5>관련된 항목들</h5>
+
==관련된 항목들</h5>
  
 
* [[연분수와 유리수 근사|연분수]]
 
* [[연분수와 유리수 근사|연분수]]
82번째 줄: 82번째 줄:
 
 
 
 
  
<h5>표준적인 도서 및 추천도서</h5>
+
==표준적인 도서 및 추천도서</h5>
  
 
* Ramanujan, S. Collected Papers of Srinivasa Ramanujan (Ed. G. H. Hardy, P. V. S. Aiyar, and B. M. Wilson). Providence, RI: Amer. Math. Soc., 2000.
 
* Ramanujan, S. Collected Papers of Srinivasa Ramanujan (Ed. G. H. Hardy, P. V. S. Aiyar, and B. M. Wilson). Providence, RI: Amer. Math. Soc., 2000.
90번째 줄: 90번째 줄:
 
 
 
 
  
<h5>관련논문</h5>
+
==관련논문</h5>
  
 
* Ramanujan, S. Question No. 298. J. Indian Math. Soc. 1911.
 
* Ramanujan, S. Question No. 298. J. Indian Math. Soc. 1911.
98번째 줄: 98번째 줄:
 
 
 
 
  
<h5>사전형태의 참고자료</h5>
+
==사전형태의 참고자료</h5>
  
 
* http://en.wikipedia.org/wiki/Nested_radical
 
* http://en.wikipedia.org/wiki/Nested_radical
107번째 줄: 107번째 줄:
 
 
 
 
  
<h5>블로그</h5>
+
==블로그</h5>
  
 
* [http://hshin.info/173 Ramanujan's infinitely nested radicals problem][http://hshin.info/173 ]<br>
 
* [http://hshin.info/173 Ramanujan's infinitely nested radicals problem][http://hshin.info/173 ]<br>
 
** [http://hshin.info/ New Start, Ens!] , 2009-1-16<br>  <br>  <br>
 
** [http://hshin.info/ New Start, Ens!] , 2009-1-16<br>  <br>  <br>

2012년 10월 31일 (수) 10:26 판

이 항목의 스프링노트 원문주소

 

 

==개요

  • 황금비
    \(\sqrt{1+\sqrt{1+\sqrt{1+\sqrt{1+\sqrt{1+\cdots}}}}}=\varphi=\frac{1+\sqrt5}{2}=1.61803398874989\cdots\)
  • 비에타의 공식
    \(\frac{2}{\pi}=\frac{\sqrt{2}}{2}\frac{\sqrt{2+\sqrt{2}}}{2} \frac{\sqrt{2+\sqrt{2+\sqrt{2}}}}{2} \frac{\sqrt{2+\sqrt{2+\sqrt{2+\sqrt{2}}}}}{2} \frac{\sqrt{2+\sqrt{2+\sqrt{2+\sqrt{2+\sqrt{2}}}}}}{2} \frac{\sqrt{2+\sqrt{2+\sqrt{2+\sqrt{2+\sqrt{2+\sqrt{2}}}}}}}{2}\cdots\)
  • nested radical 상수
    \(\sqrt{1+\sqrt{2+\sqrt{3+\sqrt{4+\sqrt{5+\sqrt{6+\cdots}}}}}}=1.75793275661800453270881963821820816125\cdots\)
  • 삼각함수의 값
    \(\cos \frac{\pi}{32}=\cos\frac{\pi}{2^5}= \frac{\sqrt{2+\sqrt{2+\sqrt{2+\sqrt{2}}}}}{2}\)
    \(\cos \frac{\pi}{64}=\cos\frac{\pi}{2^6}= \frac{\sqrt{2+\sqrt{2+\sqrt{2+\sqrt{2+\sqrt{2}}}}}}{2}\)

 

 

==라마누잔이 제시한 문제

  • \(\sqrt{1+2\sqrt{1+3\sqrt{1+4\sqrt{1+5\sqrt{1+6\cdots}}}}} = 3\)
  • 다음 수열의 극한
    \(1,\sqrt{1+2 },\sqrt{1+2 \sqrt{1+3 }},\sqrt{1+2 \sqrt{1+3 \sqrt{1+4 }}},\sqrt{1+2 \sqrt{1+3 \sqrt{1+4 \sqrt{1+5 }}}},\sqrt{1+2 \sqrt{1+3 \sqrt{1+4 \sqrt{1+5 \sqrt{1+6 }}}}}, \cdots\)

 

 

==증명

먼저 수렴성을 증명하자. 다음과 같이 정의된 수열 

\(1,\sqrt{1+2 },\sqrt{1+2 \sqrt{1+3 }},\sqrt{1+2 \sqrt{1+3 \sqrt{1+4 }}},\sqrt{1+2 \sqrt{1+3 \sqrt{1+4 \sqrt{1+5 }}}},\sqrt{1+2 \sqrt{1+3 \sqrt{1+4 \sqrt{1+5 \sqrt{1+6 }}}}}, \cdots\) 은 위로 유계이다.

 

\(\sqrt{1+2 \sqrt{1+3\sqrt{1+\cdots+ (n-1)\sqrt{1+n} }}} \leq \sqrt{1+2 \sqrt{1+3\sqrt{1+\cdots+ (n-1)\sqrt{1+n(n+2)} }}}=3\)

 

\(n=\sqrt{1+(n-1)(n+1)}\)을 이용

\(\begin{eqnarray*}3 &=& \sqrt{1+2\cdot4}\\ &=& \sqrt{1+2\sqrt{1+3\cdot5}}\\ &=& \sqrt{1+2\sqrt{1+3\sqrt{1+4\cdot6}}}\\ &=& \cdots\end{eqnarray*}\)

 

==수열의 크기 변화를 나타내는 그래프

\(1,\sqrt{1+2 },\sqrt{1+2 \sqrt{1+3 }},\sqrt{1+2 \sqrt{1+3 \sqrt{1+4 }}},\sqrt{1+2 \sqrt{1+3 \sqrt{1+4 \sqrt{1+5 }}}},\sqrt{1+2 \sqrt{1+3 \sqrt{1+4 \sqrt{1+5 \sqrt{1+6 }}}}}, \cdots\)

[/pages/2529712/attachments/2586699 nested_radicals.jpg]

 

==매쓰매티카 코드

  1. f[n_][x_]:=Sqrt[1+n*x]
    a[1][x_]:=x
    a[n_][x_]:=Composition[a[n-1],f[n]][x]
    Table[a[n][x],{n,1,6}]
    DiscretePlot[a[n][1],{n,1,50}]
  • 결과

\(\left\{x,\sqrt{1+2 x},\sqrt{1+2 \sqrt{1+3 x}},\sqrt{1+2 \sqrt{1+3 \sqrt{1+4 x}}},\sqrt{1+2 \sqrt{1+3 \sqrt{1+4 \sqrt{1+5 x}}}},\sqrt{1+2 \sqrt{1+3 \sqrt{1+4 \sqrt{1+5 \sqrt{1+6 x}}}}}\right\}\)

 

 

==메모

 

 

==관련된 항목들

 

 

==표준적인 도서 및 추천도서

  • Ramanujan, S. Collected Papers of Srinivasa Ramanujan (Ed. G. H. Hardy, P. V. S. Aiyar, and B. M. Wilson). Providence, RI: Amer. Math. Soc., 2000.

 

 

==관련논문

  • Ramanujan, S. Question No. 298. J. Indian Math. Soc. 1911.

 

 

==사전형태의 참고자료

 

 

==블로그