Skip to content

Commit

Permalink
Update centers_of_mass.astro
Browse files Browse the repository at this point in the history
  • Loading branch information
kelliehalloran authored Nov 21, 2024
1 parent 18aafb7 commit 8463507
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/sta/centers_of_mass.astro
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ If the shape has an axis of symmetry, the centroid falls on that line of symmetr
<InlineEquation equation=" \\frac{1}{3} (2) = \\frac{2}{3} \\ cm " />
</td>
<td>
<InlineEquation equation=" - \\frac{64}{3} \\ cm^3 " />
<InlineEquation equation=" - \\frac{8}{3} \\ cm^3 " />
</td>
</tr>
</tbody>
Expand All @@ -365,8 +365,8 @@ If the shape has an axis of symmetry, the centroid falls on that line of symmetr
</tbody>
</DisplayTable>

<DisplayEquation equation=" \\bar{y} = \\frac{\\sum \\tilde{y}_i A_i}{\\sum A_i} = \\frac{(72 - \\frac{64}{3} + \\frac{16}{3} + 12 \\pi) \\ cm^3}{(24 - 4 +2 \\pi \\ cm^2)} = 3.56 \\ cm "/>
<DisplayEquation equation=" (\\bar{x} , \\bar{y}) = (2, 3.56) \\ cm "/>
<DisplayEquation equation=" \\bar{y} = \\frac{\\sum \\tilde{y}_i A_i}{\\sum A_i} = \\frac{(72 - \\frac{8}{3} + \\frac{16}{3} + 12 \\pi) \\ cm^3}{(24 - 4 +2 \\pi \\ cm^2)} = 3.56 \\ cm "/>
<DisplayEquation equation=" (\\bar{x} , \\bar{y}) = (2, 4.27) \\ cm "/>

</div>
</Example>
Expand Down

0 comments on commit 8463507

Please sign in to comment.