This might be an easy question to ask, but for some reason I can not find the right formula to calculate one (does not matter which one) angle (red) of an isosceles triangle (green).
Here is an example:
given:
- triangle
ABE - segment
ABhas a length of2cm(c) - segment
BEhas a length of1.12cm(a) - segment
AEhas the same length as segmentBE(b)
looking for:
- either angle
AEB(gamma) - or angle
ABE(beta) - or angle
BEA(alpha)
You can find an image of the triangle here.
Lets see what I tried so far.
I found a formula which says:
cos. of alpha = ( b ^ 2 + c ^ 2 - a ^ 2 ) / 2 * b * c
So I tried:
= ( 1.12 ^ 2 + 2 ^ 2 - 1.12 ^ ) / 2 * 1.12 * 2
= 6,5088 / 4,48
= 1,452857143
which is the wrong result.
I found another couple formulas (which I do not remember), but they did not work.
If anyone knows the right formula, I'd be happy to hear it. :)
draw a line from E to the middle of AB. This is the altitude of an isosceles triangle, so it divides AB in half.
$cos(beta) = 1/1.12$
measure of angle beta = $cos^{-1}(1/1.12) = 26.76°$