From f515cd6ebc055b5323d9cd76203d89ac22731b8f Mon Sep 17 00:00:00 2001 From: zleyyij <75810274+zleyyij@users.noreply.github.com> Date: Wed, 4 Sep 2024 10:15:35 -0600 Subject: [PATCH] vault backup: 2024-09-04 10:15:35 --- education/math/MATH1060 (trig)/Angles.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/education/math/MATH1060 (trig)/Angles.md b/education/math/MATH1060 (trig)/Angles.md index a2b08d4..af19aa0 100644 --- a/education/math/MATH1060 (trig)/Angles.md +++ b/education/math/MATH1060 (trig)/Angles.md @@ -18,6 +18,15 @@ A **supplementary** angle is formed when two positive angles add up to $180\degr > Supplementary starts with S and S stands for straight. $180\degree$ makes a straight line. Angles greater than $90\degree$ have no complement and angles greater than $180\degree$ have no supplement. + +# Right Angle Trigonometry +| SohCahToa | Inverse | +| --------------------------------------------- | --------------------------------------------- | +| $$ sin\theta = \frac{opposite}{hypotenuse} $$ | $$ csc\theta = \frac{hypotenuse}{opposite}$$ | +| $$ cos\theta = \frac{adjacent}{hypotenuse} $$ | $$ sec\theta = \frac{hypotenuse}{adjacent} $$ | +| $$ tan\theta = \frac{opposite}{adjacent} $$ | $$ cot\theta = \frac{adjacent}{opposite} $$ | +| | | + # Definitions | Term | Description | | -------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |