Skip to content

Commit

Permalink
Update GdpTopic08View.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
mtcrane committed May 5, 2024
1 parent 8bf9866 commit f128eda
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/views/topics/GdpTopic08View.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,19 @@
<ATypographyTitle :level="4">Gergonne and Nagel Points</ATypographyTitle>
<ATypographyParagraph class="topics-description">
<p>
In the following picture. <span v-katex>D, E, F</span> are the tangent points of the incircle
In the following picture, <span v-katex>D, E, F</span> are the tangent points of the incircle
to the sides <span v-katex>BC, CA,</span> and <span v-katex>AB,</span> respectively.
<span v-katex>AD, BE,</span> and <span v-katex>CF</span> are concurrent at the
Gergonne point <span v-katex>G</span>.
</p>
<p>
Similarly, let <span v-katex>J, K, L</span> be the tangent points of the excircles to the
sides <span v-katex>BC, CA, AB</span>. Then <span>AJ, BK, and CL</span> are concurrent at
sides <span v-katex>BC, CA, AB</span>. Then <span v-katex>AJ, BK</span>, and <span v-katex>CL</span> are concurrent at
the Nagel point <span v-katex>N</span>.
</p>
<p>
Click, hold, and move points <span v-katex>A, B,</span> and <span v-katex>C</span>.
Click, hold, and move points <span v-katex>A, B,</span> and <span v-katex>C</span>, we shall see
the positions of <span v-katex>G</span> and <span v-katex>N</span> will also change accordingly.
</p>
</ATypographyParagraph>
<canvas id="Gergonne-and-Nagel-Points-canvas" width="500" height="500" />
Expand Down

0 comments on commit f128eda

Please sign in to comment.