Skip to content

Commit a9654cd

Browse files
committed
beside the point minor fixes
1 parent 117f666 commit a9654cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/2024-11-11-BESIDE-THE-POINT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ The intersection of these two circles needs to be removed (formulas taken from [
100100

101101
$$
102102
103-
r_1 = \sqrt(x_1^2 + y_1^2) \\
104-
r_2 = \sqrt((x_1-1)^2 + y_1^2) \\
103+
r_1 = \sqrt{(x_1^2 + y_1^2)} \\
104+
r_2 = \sqrt{((x_1-1)^2 + y_1^2)} \\
105105
c_{bd} = 2 * \arccos{\frac{r_2^2 + 1 - r_1^2}{2r_2}} \\
106106
c_{ad} = 2 * \arccos{\frac{r_1^2 + 1 - r_2^2}{2r_0}} \\
107107
\textrm{intersection area} = \frac{1}{2}r_2^2(c_{bd} - \sin(c_{bd})) + \frac{1}{2}r_1^2(c_{ad} - \sin(c_{ad}))

0 commit comments

Comments
 (0)