Two Mating Parabolas

Geometry Level 5

The parabolas of the form y = x 2 + a y = x^2 + a and x = y 2 + a x = y^2 + a , where a a is a real-valued constant, are positioned such that three lines tangent to both parabolas form an equilateral triangle.

If the area of the triangle is unique and can be expressed as A B C \dfrac{A}{B}\sqrt{C} , where A A , B B , and C C are positive integers, gcd ( A , B ) = 1 \gcd (A,B) = 1 and C C is square free, input the product A B C ABC as your answer.


The answer is 72.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

2 solutions

David Vreken
Jan 29, 2021

By symmetry, the graph is reflective in y = x y = x , and the slopes of the three lines will be tan 1 135 ° = 1 \tan^{-1} 135° = -1 , tan 1 15 ° = 2 3 \tan^{-1} 15° = 2 - \sqrt{3} , and tan 1 75 ° = 2 + 3 \tan^{-1} 75° = 2 + \sqrt{3} .

Let the line with a slope of 2 + 3 2 + \sqrt{3} have an equation of y = ( 2 + 3 ) x + b y = (2 + \sqrt{3})x + b . Since it is tangent to both parabolas, the discriminants of both ( 2 + 3 ) x + b = x 2 + a (2 + \sqrt{3})x + b = x^2 + a and x = ( ( 2 + 3 ) x + b ) 2 + a x = ((2 + \sqrt{3})x + b)^2 + a will be zero, so 4 a + 4 b + 4 3 + 7 = 0 -4a + 4b + 4\sqrt{3} + 7 = 0 and 4 ( 7 + 4 3 ) a 4 ( 2 + 3 ) b + 1 = 0 -4(7 + 4\sqrt{3})a - 4(2 + \sqrt{3})b + 1 = 0 .

These two equations solve to a = 3 4 a = \cfrac{3}{4} and b = 1 3 b = -1 - \sqrt{3} , so the equations of the parabolas are y = x 2 + 3 4 y = x^2 + \cfrac{3}{4} and x = y 2 + 3 4 x = y^2 + \cfrac{3}{4} , and the equation of this line is y = ( 2 + 3 ) x 1 3 y = (2 + \sqrt{3})x -1 - \sqrt{3} .

The equilateral triangle has a vertex on the lines y = ( 2 + 3 ) x 1 3 y = (2 + \sqrt{3})x -1 - \sqrt{3} and y = x y = x , which solves to ( 1 , 1 ) (1, 1) .

Now let the line with a slope of 1 -1 have an equation of y = x + c y = -x + c . Since it is tangent to the parabola y = x 2 + 3 4 y = x^2 + \cfrac{3}{4} , the discriminant of x + c = x 2 + 3 4 -x + c = x^2 + \cfrac{3}{4} will be zero, so c 1 2 = 0 c - \cfrac{1}{2} = 0 , which solves to c = 1 2 c = \cfrac{1}{2} , making the equation of this line y = x + 1 2 y = -x + \cfrac{1}{2} .

The midpoint of the base of the equilateral triangle is on the lines y = x + 1 2 y = -x + \cfrac{1}{2} and y = x y = x , which solves to ( 1 4 , 1 4 ) \bigg(\cfrac{1}{4}, \cfrac{1}{4}\bigg) .

By the distance formula, the height of the equilateral triangle between ( 1 4 , 1 4 ) \bigg(\cfrac{1}{4}, \cfrac{1}{4}\bigg) and ( 1 , 1 ) (1, 1) is 3 2 4 \cfrac{3\sqrt{2}}{4} , which makes one of its sides 2 3 3 2 4 = 6 2 \cfrac{2}{\sqrt{3}} \cdot \cfrac{3\sqrt{2}}{4} = \cfrac{\sqrt{6}}{2} , and its area 3 4 ( 6 2 ) 2 = 3 3 8 \cfrac{\sqrt{3}}{4}\bigg(\cfrac{\sqrt{6}}{2}\bigg)^2 = \cfrac{3\sqrt{3}}{8} .

Therefore, A = 3 A = 3 , B = 8 B = 8 , C = 3 C = 3 , and A B C = 72 ABC = \boxed{72} .

Chris Lewis
Jan 29, 2021

Note that the graph is symmetric in the line y = x y=x . One nice approach here is to rotate everything by 4 5 45^\circ . We can do this with the variable change x = u + v 2 , y = v u 2 x=\frac{u+v}{\sqrt2},\;\;\;\;y=\frac{v-u}{\sqrt2}

(the 2 \sqrt2 s in the substitution ensure there's no scaling). Our equations become v u 2 = ( u + v ) 2 2 + a \frac{v-u}{\sqrt2} = \frac{(u+v)^2}{2}+a and u + v 2 = ( v u ) 2 2 + a \frac{u+v}{\sqrt2} = \frac{(v-u)^2}{2}+a

These look worse, but the graph (in u v uv coordinates) is now

There is a shared horizontal tangent. To form an equilateral triangle, all we need to do is make sure one of the other shared tangents has gradient tan 6 0 = 3 \tan 60^\circ=\sqrt3 .

There are several ways to go from here; implicit differentiation works well but we can try without calculus.

For a line v = m u + c v=mu+c to be tangent to a parabola, it has to meet it in exactly one point. This means the equation we get by substituting for v v has to have exactly one root. Since with a parabola we expect a quadratic equation, this is the same as saying the discriminant of that quadratic has to be zero.

In this case, substituting v = m u + c v=mu+c into the equations for the first parabola, we get m u + c u 2 = ( u + m u + c ) 2 2 + a \frac{mu+c-u}{\sqrt2} = \frac{(u+mu+c)^2}{2}+a

(which is indeed a quadratic in u u ). Setting the discriminant to zero gives 1 4 a + 4 2 c 2 m 8 a m + 4 2 c m + m 2 4 a m 2 = 0 1 - 4 a + 4 \sqrt2 c - 2 m - 8 a m + 4 \sqrt2 c m + m^2 - 4 a m^2 = 0

Now, when m = 0 m=0 , this is just 1 4 a + 4 2 c = 0 1 - 4 a + 4 \sqrt2 c = 0

so the horizontal tangent has equation v = 4 a 1 4 2 v=\frac{4a-1}{4\sqrt2}

Substituting m = 3 m=\sqrt3 , we get 4 2 3 16 a 8 3 a + 4 2 c + 4 6 c = 0 4 - 2 \sqrt3 - 16 a - 8 \sqrt3 a + 4 \sqrt2 c + 4 \sqrt6 c=0

Doing the same for the second parabola, we get 4 + 2 3 16 a + 8 3 a + 4 2 c 4 6 c = 0 4 + 2 \sqrt3 - 16 a + 8 \sqrt3 a + 4 \sqrt2 c - 4 \sqrt6 c=0

These are just linear simultaneous equations in a a and c c ; solving, we find a = 3 4 a=\frac34 and c = 2 c=\sqrt2 .

Finally, the three tangents have equations v = 1 2 2 , v = 2 ± u 3 v=\frac{1}{2\sqrt2},\;\;\;\;v=\sqrt2 \pm u \sqrt3

The easiest way to work out the area of the equilateral triangle is just to note its height is 2 1 2 2 \sqrt2-\frac{1}{2\sqrt2} , from which the area is 3 3 8 \frac{3\sqrt3}{8} and the answer to the problem is 72 \boxed{72} .

Bonus question: the equation of the red parabola is v = u 2 + k v=u^2+k ; what's k k ?

Chris Lewis - 4 months, 2 weeks ago

Log in to reply

Given the values you found from the solution, k = 3 4 + 2 k = \dfrac{3}{4}+\sqrt{2} .

Michael Huang - 4 months, 2 weeks ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...