In the Cartesian plane let A=(1,0) and B=(2,23). Equilateral triangle ABC is constructed so that C lies in the first quadrant. Let P=(x,y) be the center of △ABC. Then x⋅y can be written as rpq, where p and r are relatively prime positive integers and q is an integer that is not divisible by the square of any prime. Find p+q+r.
解析
Solution 1
The distance from point A to point B is 13. The vector that starts at point A and ends at point B is given by B−A=(1,23). Since the center of an equilateral triangle, P, is also the intersection of the perpendicular bisectors of the sides of the triangle, we need first find the equation for the perpendicular bisector to AB. The line perpendicular to AB through the midpoint, M=(23,3), AB can be parameterized by (1323,13−1)t+(23,3). At this point, it is useful to note that ΔBMP is a 30-60-90 triangle with MB measuring 213. This yields the length of MP to be 2313. Therefore, P=(1323,13−1)(2313)+(23,3)=(25,235). Therefore xy=12253 yielding an answer of p+q+r=25+3+12=040.
Solution 2
Rather than considering the Cartesian plane, we use complex numbers. Thus A is 1 and B is 2+23i.
Recall that a rotation of θ radians counterclockwise is equivalent to multiplying a complex number by eiθ, but here we require a clockwise rotation, so we multiply by e−3iπ to obtain C. Upon averaging the coordinates of A, B, and C, we obtain the coordinates of P, viz. (25,653).
Therefore xy is 12253 and the answer is 25+12+3=040.
Solution 3
We can also consider the slopes of the lines. Midpoint M of AB has coordinates (23,3). Because line AB has slope 23, the slope of line MP is −231 (Because of perpendicular slopes).
Since ΔABC is equilateral, and since point P is the centroid, we can quickly calculate that MP=639. Then, define Δx and Δy to be the differences between points M and P. Because of the slope, it is clear that Δx=23Δy.
We can then use the Pythagorean Theorem on line segment MP: MP2=Δx2+Δy2 yields Δy=−231 and Δx=1, after substituting Δx. The coordinates of P are thus (25,653). Multiplying these together gives us 12253, giving us 040 as our answer.
Solution 4
Since AC will be segment AB rotated clockwise 60∘, we can use a rotation matrix to find C. We first translate the triangle 1 unit to the left, so A′ lies on the origin, and B′=(1,23). Rotating clockwise 60∘ is the same as rotating 300∘ counter-clockwise, so our rotation matrix is [cos300∘sin300∘−sin300∘cos300∘]=[21−232321]. Then C′=[21−232321]⋅[123]=[2723]. Thus, C=(29,23). Since the triangle is equilateral, the center of the triangle is the average of the coordinates of the vertices. Then P=(31+2+29,323+23)=(25,653). Our answer is 25⋅653=12253. 25+3+12=40
Solution 5
We construct point C by drawing two circles with radius r=AB=13. One circle will be centered at A, while the other is centered at B. The equations of the circles are:
(x−1)2+y2=13(x−2)2+(y−23)2=13
Setting the LHS of each of these equations equal to each other and solving for x yields after simplification:
x=215−23y
Plugging that into the first equation gives the following quadratic in y after simplification:
y2−23y+49=0
The quadratic formula gives y=23,233.
Since x>0 and x=215−23y, we pick y=23 in the hopes that it will give x>0. Plugging y into the equation for x yields x=29.
Thus, C(29,23). Averaging the coordinates of the vertices of equilateral triangle ABC will give the center of mass of the triangle.
Thus, P(25,653), and the product of the coordinates is 12253, so the desired quantity is 040.
Solution 6
Labeling our points and sketching a graph we get that C is to the right of AB. Of course, we need to find C. Note that the transformation from A to B is [1,23], and if we imagine a height dropped to AB we see that a transformation from the midpoint (23,3) to C is basically the first transformation, with 23 the magnitude and the x and y switched– then multiply the new y by -1. Then, applying this transformation of [3,2−3] we get that C=(29,23) which means that P=(25,653). Then our answer is 40.
Solution 7
Transform this into the complex plane and let a=1,b=2+23i. We know that 3 complex numbers a,b,c form an equilateral triangle if a2+b2+c2=ab+bc+ac, so plugging in our values of a,b, we get 83i−7+c2=2+23i+(3+23i)c. Solving for c using Wolfram Alpha, we find that the solutions are c=29+2i3,−23+23i3. The first one is in the first quadrant, so C(29,23). The center is the average of the coordinates and we find that it is (25,653). Then xy=12253⟹40.