Two Parabolas and an Equilateral Triangle

Geometry Level 4

An equilateral triangle has a base that is parallel to the x x -axis, two vertices on the parabola y = x 2 y = x^2 , and all three vertices on another parabola that opens downward, as pictured.

If the area of the equilateral triangle is equal to the area of all the regions between the parabolas and the triangle, then the y y -coordinate of the vertex on the y y -axis is a b \frac{a}{b} , where a a and b b are positive co-prime integers. Find a + b a + b .


The answer is 13.

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.

5 solutions

Chew-Seong Cheong
Apr 25, 2019

Let the equation of the inverted parabola be y = c k x 2 y = c - kx^2 . Then c c is the y y -intercept we need to find. The intersecting points of the two parabolas or the bottom two vertices of the equilateral triangle ( ± x 1 , y 1 ) (\pm x_1, y_1) satisfy the system of equations of parabola.

{ y = x 2 . . . ( 1 ) y = c k x 2 . . . ( 2 ) x 2 = c k x 2 x 1 = ± c k + 1 \begin{cases} y = x^2 & ...(1) \\ y = c - kx^2 & ...(2) \end{cases} \implies x^2 = c - kx^2 \implies x_1 = \pm \sqrt{\dfrac c{k+1}}

Let the altitude of triangle be h h , then we have:

c = y 1 + h = x 1 2 + 3 x 1 = c k + 1 + 3 c k + 1 k c k + 1 = 3 c k + 1 \begin{aligned} c & = y_1 + h = x_1^2 + \sqrt 3 x_1 = \frac c{k+1} + \sqrt{\frac {3c}{k+1}} \\ \frac {kc}{k+1} & = \sqrt{\frac {3c}{k+1}} \end{aligned}

c = 3 ( k + 1 ) k 2 \implies c = \dfrac {3(k+1)}{k^2} , x 1 = 3 k x_1 = \dfrac {\sqrt 3}k , and area of the triangle A = 3 3 k 2 A_\triangle = \dfrac {3\sqrt 3}{k^2} .

Since A A_\triangle is same as the area between the parabolas and triangle, the area enclosed by the parabolas A p = 2 A A_p = 2A_\triangle or 1 2 A p = A \frac 12 A_p = A_\triangle . And we have:

1 2 A p = 0 x 1 ( c k x 2 x 2 ) d x Note that c = 3 ( k + 1 ) k 2 = 0 3 k ( 3 ( k + 1 ) k 2 ( k + 1 ) x 2 ) d x = [ 3 ( k + 1 ) k 2 x k + 1 3 x 3 ] 0 3 k = 2 3 ( k + 1 ) k 3 \begin{aligned} \frac 12 A_p & = \int_0^{x_1} \left({\color{#3D99F6}c}-kx^2 - x^2\right) dx & \small \color{#3D99F6} \text{Note that }c = \frac {3(k+1)}{k^2} \\ & = \int_0^{\frac {\sqrt 3}k} \left({\color{#3D99F6} \frac {3(k+1)}{k^2}}-(k+1)x^2 \right) dx \\ & = \left[\frac {3(k+1)}{k^2}x-\frac {k+1}3x^3 \right]_0^{\frac {\sqrt 3}k} \\ & = \frac {2\sqrt 3(k+1)}{k^3} \end{aligned}

Therefore, 2 3 ( k + 1 ) k 3 = 3 3 k 2 2 k + 2 = 3 k k = 2 \dfrac {2\sqrt 3(k+1)}{k^3} = \dfrac {3\sqrt 3}{k^2} \implies 2k+2 = 3k \implies k = 2 , c = 3 ( k + 1 ) k 2 = 9 4 c = \dfrac {3(k+1)}{k^2} = \dfrac 94 , and a + b = 9 + 4 = 13 a+b = 9+4 = \boxed{13} .

Niranjan Khanderia - 2 years, 1 month ago

I guess that this is the intutive approach. I also used this approach to solve the problem with slightly different algebraic manipulation. Guess basically everyone who solved the problem is doing it this way, while others are using the fact that 2/3 of the area of the rectangle is the area enclosed by two parabolas.

Jiahui Tan - 2 years, 1 month ago
David Vreken
Apr 27, 2019

Let P ( p , p 2 ) P (p, p^2) be the rightmost vertex and Q Q be the topmost vertex of the equilateral triangle, and draw a box outlining the regions between the parabola and the equilateral triangle.

Then the side of the equilateral triangle is 2 p 2p , so its height is 3 p \sqrt{3}p , and its area is A = 3 4 ( 2 p ) 2 = 3 p 2 A_{\triangle} = \frac{\sqrt{3}}{4}(2p)^2 = \sqrt{3}p^2 .

Since P P has a y y -coordinate of p 2 p^2 and the height of the equilateral triangle is 3 p \sqrt{3}p , the coordinates of Q Q are ( 0 , p 2 + 3 p ) (0, p^2 + \sqrt{3}p) . This makes the area of the outlining box A b o x = 2 p ( p 2 + 3 p ) A_{box} = 2p(p^2 + \sqrt{3}p) .

Since the area of the equilateral triangle is equal to the area of all the regions between the parabola and the triangle, and the area of the regions between the parabolas (including the equilateral triangle) is 2 3 \frac{2}{3} the area of the outlined box, 2 3 A b o x = 2 A \frac{2}{3}A_{box} = 2A_{\triangle} or 2 3 2 p ( p 2 + 3 p ) = 2 3 p 2 \frac{2}{3}2p(p^2 + \sqrt{3}p) = 2\sqrt{3}p^2 , which solves to 3 2 \frac{\sqrt{3}}{2} .

Therefore, the y y -coordinate of the vertex on the y y -axis is p 2 + 3 p = ( 3 2 ) 2 + 3 ( 3 2 ) = 9 4 p^2 + \sqrt{3}p = (\frac{\sqrt{3}}{2})^2 + \sqrt{3}(\frac{\sqrt{3}}{2}) = \frac{9}{4} , so a = 9 a = 9 , b = 4 b = 4 , and a + b = 13 a + b = \boxed{13} .

How did you get 2 3 \frac{2}{3} ?

nomen incognita - 2 years, 1 month ago

Log in to reply

It's a theorem about areas of parabolas. From Wikipedia : "If the chord has length b b , and is perpendicular to the parabola's axis of symmetry, and if the perpendicular distance from the parabola's vertex to the chord is h, the parallelogram is a rectangle, with sides of b b and h h . The area, A A , of the parabolic segment enclosed by the parabola and the chord is therefore A = 2 3 b h A = \frac{2}{3}bh "

David Vreken - 2 years, 1 month ago

Log in to reply

very nice, thank you.

nomen incognita - 2 years, 1 month ago
Eric Nordstrom
Apr 26, 2019

We want to find y 0 y_0 .

There are four unknown constants: { x 0 , y 0 , c , m } \{x_0,y_0,c,m\} . To determine y 0 y_0 , we therefore need to find four restrictions. These will be (1) the 6 0 60^\circ angle of the equilateral triangle, (2) the intersection of the parabolae at x = x 0 x=x_0 , (3) slope = rise run \text{slope}=\frac{\text{rise}}{\text{run}} , and (4) the equivalence of the pink and blue areas.

  1. y 0 x 0 2 x 0 = tan π 3 = 3 x 0 2 + 3 x 0 y 0 = 0 ( Note that x 0 2 = y 0 3 x 0 . ) x 0 = 3 ± 3 + 4 y 0 2 = 3 + 4 y 0 3 2 ( x 0 > 0 ) \frac{y_0-x_0^2}{x_0}=\tan \frac{\pi}{3}=\sqrt{3}\\ x_0^2+\sqrt{3}x_0-y_0=0\qquad (\text{Note that }x_0^2=y_0-\sqrt{3}x_0.)\\ x_0=\frac{-\sqrt{3}\pm \sqrt{3+4y_0}}{2}=\boxed{\frac{\sqrt{3+4y_0}-\sqrt{3}}{2}}\qquad(x_0>0)
  2. y 0 c x 0 2 = x 0 2 c = y 0 x 0 2 x 0 2 = ( y 0 x 0 2 x 0 ) x 0 = 3 x 0 y_0-cx_0^2=x_0^2\\ c=\frac{y_0-x_0^2}{x_0^2}=\frac{\left(\frac{y_0-x_0^2}{x_0}\right)}{x_0}=\boxed{\frac{\sqrt{3}}{x_0}}
  3. m = x 0 2 y 0 x 0 = 3 m=\frac{x_0^2-y_0}{x_0}=\boxed{-\sqrt{3}}
  4. 1 2 ( 2 x 0 ) ( y 0 x 0 2 ) = 2 0 x 0 y 0 c x 2 ( y 0 3 x ) + x 0 2 x 2 d x x 0 ( y 0 x 0 2 ) = 2 0 x 0 x 0 2 + 3 x ( 1 + c ) x 2 d x = 2 [ x 0 3 + 3 2 x 0 2 ( 1 + 3 x 0 ) x 0 3 3 ] y 0 x 0 2 = ( 2 2 3 ) x 0 2 + 2 3 ( 1 2 1 3 ) x 0 y 0 3 3 x 0 = 7 3 x 0 2 = 7 3 ( y 0 3 x 0 ) 4 3 y 0 = 2 3 ( 3 + 4 y 0 3 2 ) 4 3 y 0 + 3 = 9 + 12 y 0 16 9 y 0 2 + 8 y 0 + 9 = 9 + 12 y 0 y 0 ( 16 9 y 0 4 ) = 0 y 0 = 9 4 ( y 0 0 ) \frac{1}{2}(2x_0)(y_0-x_0^2)=2\int_0^{x_0}y_0-cx^2-(y_0-\sqrt{3}x)+x_0^2-x^2dx\\ x_0(y_0-x_0^2)=2\int_0^{x_0}x_0^2+\sqrt{3}x-(1+c)x^2dx=2\left[x_0^3+\frac{\sqrt{3}}{2}x_0^2-(1+\frac{\sqrt{3}}{x_0})\frac{x_0^3}{3}\right]\\ y_0-x_0^2=(2-\frac{2}{3})x_0^2+2\sqrt{3}(\frac{1}{2}-\frac{1}{3})x_0\\ y_0-\frac{\sqrt{3}}{3}x_0=\frac{7}{3}x_0^2=\frac{7}{3}(y_0-\sqrt{3}x_0)\\ \frac{4}{3}y_0=2\sqrt{3}\left(\frac{\sqrt{3+4y_0}-\sqrt{3}}{2}\right)\\ \frac{4}{3}y_0+3=\sqrt{9+12y_0}\\ \frac{16}{9}y_0^2+8y_0+9=9+12y_0\\ y_0(\frac{16}{9}y_0-4)=0\\ \boxed{\mathbf{y_0=\frac{9}{4}}}\qquad (y_0\neq 0)

Let the equation of the second parabola be y=k-b(x^2), such that it's vertex is at (0,k). The two paraboli meet at [√{k/(b+1)}, k/(b+1)]. Then the length of the side of the equilateral triangle 'a' is given by a^2=[k/(b+1)]+[bk/(b+1)]^2=4k/(b+1). By the given condition of the problem, area bounded by the two paraboli is twice the area of the triangle. All these yield k=27/4(b+1) and 27(b^2)/4(b+1)=3(b+1) or b=2(since b is positive). Therefore k=27/4(2+1)=9/4.

I believe you have a typo on a^2=[k/(b+1)]+[ bk /(b+1)]^2=4k/(b+1), it should be a^2=[k/(b+1)]+[ k /(b+1)]^2=4k/(b+1)

David Vreken - 2 years, 1 month ago

Log in to reply

The vertex of the second parabola is at (0,k), and the point of intersection of the two paraboli in the first quadrant is at (√(k/(b+1)), k/(b+1)). Distance between these two points, which is the length of the side of the equilateral triangle is √((0-√k/(b+1))^2+(k-(k/(b+1)))^2) which is equal to what I have written.

A Former Brilliant Member - 2 years, 1 month ago

Log in to reply

Oh, you are correct, my mistake

David Vreken - 2 years, 1 month ago

Log in to reply

@David Vreken It's OK. Anyway, I like your problems. Carry on.

A Former Brilliant Member - 2 years, 1 month ago

p1 = x 2 \text{p1}=x^2 and p 2 = y a x 2 p2 = y - a x^2 . Both a a and y y are arbitary parameters presently and will be computed later. The values of x x at the intersections are ± y a + 1 \pm\frac{\sqrt{y}}{\sqrt{a+1}} . The value of y y at the intersections is y a + 1 \frac{y}{a+1} . Equating the area of the triangle and one-half of the area between the parabolas and solving for a a gives 2 2 . Equating the Euclidean length of a side and the base to make the triangle isosceles and solving for y y gives 9 4 \frac94 . Adding the numerator and the denominator gives 13.

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...