We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18b23b0 commit 81bc8fcCopy full SHA for 81bc8fc
1 file changed
source/algo/math/pi.rst
@@ -60,3 +60,29 @@
60
= \sqrt{\frac{1}{2}}\sqrt{\frac{1}{2}+\frac{1}{2}\sqrt{\frac{1}{2}}}\sqrt{\frac{1}{2}+\frac{1}{2}\sqrt{\frac{1}{2}+\frac{1}{2}\sqrt{\frac{1}{2}}}}\cdots
61
62
を得る.なお, :math:`n=4` とした.
63
+
64
+:math:`\arctan` 系公式
65
+----------------------------
66
67
+マチンの公式は,
68
69
+.. math::
70
71
+ \frac{\pi}{4} = 4\arctan\frac{1}{5} - \arctan\frac{1}{239}.
72
73
+Proof.
74
75
76
77
+ 4\arctan\frac{1}{5} = 2\left(2\arctan\frac{1}{5}\right)
78
+ = 2\left(\arctan\frac{5}{12}\right)
79
+ = \arctan\frac{120}{119}
80
81
+であるから,
82
83
84
85
+ 4\arctan\frac{1}{5} - \frac{\pi}{4} = 4\arctan\frac{1}{5} - 4\arctan\frac{1}{1} =
86
87
+ = \arctan\frac{120}{119} - \arctan\frac{1}{1}
88
+ = \arctan\frac{1}{239}. \quad \square
0 commit comments