An equilateral triangle is inscribed in the ellipse whose equation is x2+4y2=4. One vertex of the triangle is (0,1), one altitude is contained in the y-axis, and the square of the length of each side is nm, where m and n are relatively prime positive integers. Find m+n.
解析
Solution
Solution 1
Denote the vertices of the triangle A,B, and C, where B is in quadrant 4 and C is in quadrant 3.
Note that the slope of AC is tan60∘=3. Hence, the equation of the line containing AC is
y=x3+1.
This will intersect the ellipse when
4=x2+4y2==x2+4(x3+1)2x2+4(3x2+2x3+1)⟹x(13x+83)=0⟹x=13−83.
We ignore the x=0 solution because it is not in quadrant 3.
Since the triangle is symmetric with respect to the y-axis, the coordinates of B and C are now (1383,y0) and (13−83,y0), respectively, for some value of y0.
It is clear that the value of y0 is irrelevant to the length of BC. Our answer is
BC=2⋅1383=4(1383)2=169768⟹m+n=937.
Solution 2
Solving for y in terms of x gives y=24−x2, so the two other points of the triangle are (x,24−x2) and (−x,24−x2), which are a distance of 2x apart. Thus 2x equals the distance between (x,24−x2) and (0,1), so by the distance formula we have
2x=x2+(21−4−x2)2.
Squaring both sides and simplifying through algebra yields x2=169192, so 2x=169768 and the answer is 937.
Solution 3
Since the altitude goes along the y axis, this means that the base is a horizontal line, which means that the endpoints of the base are (x,y) and (−x,y), and WLOG, we can say that x is positive.
Now, since all sides of an equilateral triangle are the same, we can do this (distance from one of the endpoints of the base to the vertex and the length of the base):
x2+(y−1)2=2x
Square both sides,
x2+(y−1)2=4x2⟹(y−1)2=3x2
Now, with the equation of the ellipse: x2+4y2=4
x2=4−4y23x2=12−12y2
Substituting,
12−12y2=y2−2y+1
Moving stuff around and solving:
y=13−11,1
The second is found to be extraneous, so, when we go back and figure out x and then 2x (which is the side length), we find it to be:
169768
and so we get the desired answer of 937.
Solution 4
Denote (0,1) as vertex A,B as the vertex to the left of the y-axis and C as the vertex to the right of the y-axis. Let D be the intersection of BC and the y-axis.
Let x0 be the x-coordinate of C. This implies
C=(x0,44−x02)
and
B=(−x0,44−x02).
Note that BC=2x0 and
3BC=AD=1−44−x02.
This yields
32x0=1−44−x02.
Re-arranging and squaring, we have
44−x02=34x02−34x0+1.
Simplifying and solving for x0, we have
x0=13348.
As the length of each side is 2x0, our desired length is
4x02=169768
which means our desired answer is
768+169=937
~ASAB
Solution 5
Notice that x2+4y2=4 can be rewritten as (x)2+(2y)2=22. The points of the triangle are (0,1), (−x,1−x3), and (x,1−x3). When plugging the second coordinate into the equation, we get x2+4−8x3+12x2=4, which equals 13x2−8x3=0. This yields x(13x−83)=0. Obviously x can't be 0, so x=1383. The side length of the equilateral triangle is twice of this, so 13163. This can be rewritten as 169256⋅3=169768. 768+169=937. ~ MC413551
Solution 6
Consider the transformation (x,y) to (x/2,y). This sends the ellipse to the unit circle. If we let n be one-fourth of the side length of the triangle, the equilateral triangle is sent to an isosceles triangle with side lengths 2n,n13,n13. Let the triangle be ABC such that AB=AC. Let the foot of the altitude from A be X. Then BX=n, and AX=2n3. Let C be a point such that AC is a diameter of the unit circle. Then XC=2−2n3. Using power of a point on X,
n2=2n3(2−2n3)
Simplifying gets us to 13n2=4n3. Then, n=1343 which means the side length is 13163=169768. Thus, the answer is 768+169=937.