Geometric problems that require rotation are difficult in general. This article presents three examples. Problem 1 Given is an equilateral triangle ABC with inside a point P such that:
PA = 4 PB = 5 The solution is reached by a 60 degrees counterclockwise rotation of triangle BPC around center B. After rotation P becomes P', C' = A. Triangle PP'B is equilateral as well so PP'=5. Now look at triangle PC'P'. The sides have lengths 3,4,5 which makes it right-angled (Pythagoras lemma). After rotation the sides AP and AP' are penpendicular. So, before rotation their intersection had an angle of 90 + 60 = 150 degrees.(LAPC) Apply the cosine rule in triangle APC to calculate side AC = a:
a2 = 25 - 24.(-0,866) a = 6,766 successive approximation, a numerical method. The program is written in Delphi. Problem 2 Given is square ABCD with point P inside such that:
BP = 2 CP = 3 Asked: the length of DP. Two rotations are required: 1. C is the center. Rotate triangle CPB 90 degrees clockwise. 2. A is the center. Rotate triangle ABP 90 degrees counterclockwise. In above figure P'DP'' is a straight line because P'D is a 90 degrees clockwise rotation of BP and P''D is a 90 degrees counterclockwise rotation of BP. Triangle PCP' is isosceles and right-angled so calculation of PP' is possible. The same is true for triangle APP'' and side PP''. In triangle P''PP' now PD is median and the lengths of the sides are known. Using the formula for medians (a special case of Stewart's lemma) PD may be calculated. note: "zwaartelijn" is Dutch for median. Finally: What length has the side of the square? Hint: 1. use the cosine rule or 2. realize that pentagon APCP'P'' has the same area as square ABCD Problem 3 Given is right angled isosceles triangle ABC (AB = AC). Asked is LDAE. The 3,4,5 lengths remind of the Pythagoras lemma. Rotate ABC clockwise 90 degrees using A as the center of rotation. So:
D --> D' E --> E' Because AD'= AD and D'E = 5, triangles ADE and AD'E are congruent. Also notice that:
LEAB = LE'AB' |
||||||