Definitions:
  • a : Länge der Gegenkathete
  • b : Länge der Ankathete
  • c : Länge der Hypothenuse
  • h : Länge der Hypothenuse
  • α : Winkel α
  • β : Winkel β
  • x : a/h
  • y : b/h
  • z : a/b

Satz des Pythagoras

In any right triangle, the area of the square whose side is the hypotenuse (c) is equal to the sum of the areas of the squares whose sides are the two legs (a, b).

Layer 1 a b c a b c Layer 1 C A B α
c=sqrt(a^2+b^2)
c = Länge der Hypothenuse
a = Länge der Gegenkathete
b = Länge der Ankathete


a=sqrt( c^2-b^2 )
a = Länge der Gegenkathete
b = Länge der Ankathete
c = Länge der Hypothenuse


b=sqrt( c^2-a^2 )
b = Länge der Ankathete
a = Länge der Gegenkathete
c = Länge der Hypothenuse


Sinus

The sine function is a basic triogemetric function. In a right triangle, sine gives the ratio of the length of the side opposite to an angle to the length of the hypotenuse.

a c Layer 1 C A B α
x=sin(alpha)
x = a/h


alpha = asin(a/c)
a = Länge der Gegenkathete
c = Länge der Hypothenuse


a=sin(alpha)*c
a = Länge der Gegenkathete
c = Länge der Hypothenuse


h=a/sin(alpha)
h = Länge der Hypothenuse
a = Länge der Gegenkathete


Kosinus

The cosine function is a basic triogemetric function. In a right triangle, cosine gives the ratio of the length of the side adjacent to an angle to the length of the hypotenuse.

b c Layer 1 C A B α
y=cos(alpha)
y = b/h


alpha = acos(b/h)
b = Länge der Ankathete
h = Länge der Hypothenuse


b=cos(alpha)*h
b = Länge der Ankathete
h = Länge der Hypothenuse


h=b/cos(alpha)
h = Länge der Hypothenuse
b = Länge der Ankathete


Tangens

The tangent function is a basic triogemetric function. In a right triangle, tangent function gives the ratio of the length of the side opposite to an angle to the length of the adjacent.

a b Layer 1 C A B α
z=tan(alpha)
z = a/b


alpha = atan(a/b)
a = Länge der Gegenkathete
b = Länge der Ankathete


a=tan(alpha)*b
a = Länge der Gegenkathete
b = Länge der Ankathete


b=a/tan(alpha)
b = Länge der Ankathete
a = Länge der Gegenkathete


Trigonometrische Umformungen

a b c Layer 1 C A B α β