Suppose is a rectangle where is the origin and vertices and lie on the parabola . On which of the following parabolas must point lie?
Note: Assume that the rectangle lies in the -plane.
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.
Solution 1:
I've discovered a much better solution than the one I originally gave. If the coordinates for A are ( x A , x A 2 ) , then the coordinates for C must be ( − x A 1 , x A 2 1 ) . The vectors to these points from the origin must be perpendicular since this is a rectangle. Therefore, their dot product must be 0. Indeed, ⟨ x A , x A 2 ⟩ ⋅ ⟨ − x A 1 , x A 2 1 ⟩ = 0 . By the parallelogram rule for vectors, vector O A + vector O C = vector O B . Therefore, B = ⟨ x A , x A 2 ⟩ + ⟨ − x A 1 , x A 2 1 ⟩ , thereby making the coordinates of B ( x A − x A 1 , x A 2 + x A 2 1 ) .
Since x B 2 = ( x A − x A 1 ) 2 = x A 2 − 2 + x A 2 1 = y B − 2 , we have that y B = x B 2 + 2 .
Solution 2:
Denote points A ( x A , y A ) and C ( x C , y C ) . Moreover, because these points sit on y = x 2 , we know that y A = x A 2 and y C = x C 2 .
The side of the rectangle OA is contained in the line given by y = x A x , while the side of the rectangle OC is contained in the line given by y = − x A 1 x because the sides of a rectangle are perpendicular.
(Also, since ( x C , x C 2 ) sits on the line y = − x A 1 x , we have that x C 2 = − x A x C ⟶ x A x C = − 1 )
Now, we construct the lines containing sides AB and BC using the slopes from the first two lines, but now passing through A and C (in the appropriate equations for perpendicularity). That is, the line containing AB will be given by
y − y A = − x A 1 ( x − x A ) ⟶ y = − x A x + 1 + y A = − x A x + 1 + x A 2
and the line containing BC will be given by
y − y C = x A ( x − x C ) ⟶ y = ( x A ) x − x A x C + y C = ( x A ) x − x A x C + x C 2
In order to determine point B, we set the y -values of these lines equal to each other, thus giving
( x A ) x − x A x C + x C 2 = − x A x + 1 + x A 2
( x A ) x − ( − 1 ) + x C 2 = − x A x + 1 + x A 2
From here, a bit of algebra will show that the x -coordinate of B (that is, the intersection of the two lines that contain AB and BC) is x B = x A − x A 1 and the corresponding y -value from this intersection is y B = x A 2 + x A 2 1 .
Since x B 2 = ( x A − x A 1 ) 2 = x A 2 − 2 + x A 2 1 = y B − 2 , we have that y B = x B 2 + 2 .