vault backup: 2024-11-11 21:48:16
This commit is contained in:
parent
3cb8e2c541
commit
4dcb55ab6c
@ -16,5 +16,18 @@ Under convention:
|
|||||||
These triangles can be solved by adding a line that goes from one vertex to intersect perpendicular to the opposite side, forming two right triangles ($h$).
|
These triangles can be solved by adding a line that goes from one vertex to intersect perpendicular to the opposite side, forming two right triangles ($h$).
|
||||||
|
|
||||||
## Solving for the law of sines
|
## Solving for the law of sines
|
||||||
We know that $\sin\alpha = \dfrac{h}{b}$
|
We know that $\sin\alpha = \dfrac{h}{b}$ and $\sin\beta = \dfrac{h}{a}$. We can sole both equations for $h$ to get:
|
||||||
|
- $h = b\sin\alpha$
|
||||||
|
- $h = a\sin\beta$
|
||||||
|
Setting both equations equal to each other gives us:
|
||||||
|
$b\sin\alpha = a\sin\beta$
|
||||||
|
|
||||||
|
Multiply both sides by $\dfrac{1}{ab}$ gives yields $\dfrac{\sin\alpha}{a} = \dfrac{\sin\beta}{b}$
|
||||||
|
|
||||||
|
# SSA triangles
|
||||||
|
Side side angle triangles may be solved to have one possible solution, two possible solutions, or no possible solutions.
|
||||||
|
|
||||||
|
- No triangle: $a < h$
|
||||||
|
- One triangle: $a \ge b$
|
||||||
|
- Two triangles: $h < a < b$
|
||||||
|
- One right triangle: $a = h$
|
||||||
|
Loading…
Reference in New Issue
Block a user