feat(math): new content
Some checks are pending
Build and Test / build-and-test (macos-latest) (push) Waiting to run
Build and Test / build-and-test (ubuntu-latest) (push) Waiting to run
Build and Test / build-and-test (windows-latest) (push) Waiting to run
Build and Test / publish-tag (push) Waiting to run
Docker build & push image / build (push) Waiting to run

This commit is contained in:
duskflower 2025-08-01 15:28:51 +02:00
parent 3c7997983e
commit 30dab2c4a3
Signed by: duskflower
SSH key fingerprint: SHA256:KMvoLo1YrV954Mgsyn660L2/IBpDK+wteufqsOcjF+U
2 changed files with 116 additions and 0 deletions

View file

@ -0,0 +1,27 @@
---
tags:
- mathematik
- winkel
- geometrie
---
Der Radiant ist ein Winkelmaß. Zur Angabe eines Winkels wird bei der Darstellung als Radiant die Länge des entsprechenden Kreisbogens verwendet. Die Angabe erfolgt immer abhängig vom Radius $r$. Da der Durchmesser $d=2r$ ist und der Kreisumfang $U=\pi d$, ist der Vollwinkel als Radiant geschrieben $2\pi$. Das $r$ wird bei der Angabe als Winkel weggelassen, da sonst die Kreisbogenlänge beschrieben würde und nicht der Winkel.
## Besondere Winkel in Radiant
$$
\text{Vollwinkel: } 360^{\circ} = 2\pi \text{rad}
$$
$$
\text{gestreckter Winkel: } 180^{\circ} = \pi \text{rad}
$$
$$
\text{rechter Winkel: } 90^{\circ} = \frac{\pi \text{rad}}{2}
$$
## Umrechnung mit Grad
$$
2\pi \text{rad} = 360^{\circ}
$$
$$
1\text{rad} = \frac{360^{\circ}}{2\pi} = \frac{180^{\circ}}{\pi} = 57,29577951^{\circ}
$$
$$
1^{\circ} = \frac{2\pi}{360}\text{rad} = \frac{\pi}{180}\text{rad} = 0,017453293\text{rad}
$$