삼각형의 넓이

Jmnote (토론 | 기여)님의 2015년 9월 29일 (화) 11:03 판
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
the area of a triangle
삼각형의 넓이, 삼각형의 면적
삼각형의 넓이를 구하는 공식

1 밑변과 높이를 알 때[ | ]

Triangle bh.png

[math]\displaystyle{ S=\frac{1}{2}bh }[/math]

  • S: 넓이(area)
  • b: 밑변의 길이(the length of the Base)
  • h: 높이(height)

2 양변과 내각을 알 때[ | ]

LabeledTriangle1.png

  • [math]\displaystyle{ S=\frac{1}{2}ab\sin C }[/math]
  • [math]\displaystyle{ S=\frac{1}{2}bc\sin A }[/math]
  • [math]\displaystyle{ S=\frac{1}{2}ca\sin B }[/math]

3 세변의 길이를 알 때[ | ]

LabeledTriangle1.png

  • [math]\displaystyle{ S=\sqrt{s(s-a)(s-b)(s-c)} }[/math] (단, [math]\displaystyle{ s=\frac{a+b+c}{2} }[/math])

4 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}