返回题库

AIME 1988 · 第 14 题

AIME 1988 — Problem 14

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Let CC be the graph of xy=1xy = 1, and denote by CC^* the reflection of CC in the line y=2xy = 2x. Let the equation of CC^* be written in the form

12x2+bxy+cy2+d=0.12x^2 + bxy + cy^2 + d = 0. Find the product bcbc.

解析

Solution 1

Given a point P(x,y)P (x,y) on CC, we look to find a formula for P(x,y)P' (x', y') on CC^*. Both points lie on a line that is perpendicular to y=2xy=2x, so the slope of PP\overline{PP'} is 12\frac{-1}{2}. Thus yyxx=12x+2y=x+2y\frac{y' - y}{x' - x} = \frac{-1}{2} \Longrightarrow x' + 2y' = x + 2y. Also, the midpoint of PP\overline{PP'}, (x+x2,y+y2)\left(\frac{x + x'}{2}, \frac{y + y'}{2}\right), lies on the line y=2xy = 2x. Therefore y+y2=x+x2xy=y2x\frac{y + y'}{2} = x + x' \Longrightarrow 2x' - y' = y - 2x.

Solving these two equations, we find x=3x+4y5x = \frac{-3x' + 4y'}{5} and y=4x+3y5y = \frac{4x' + 3y'}{5}. Substituting these points into the equation of CC, we get (3x+4y)(4x+3y)25=1\frac{(-3x'+4y')(4x'+3y')}{25}=1, which when expanded becomes 12x27xy12y2+25=012x'^2-7x'y'-12y'^2+25=0.

Thus, bc=(7)(12)=084bc=(-7)(-12)=\boxed{084}.

Solution 2

The asymptotes of CC are given by x=0x=0 and y=0y=0. Now if we represent the line y=2xy=2x by the complex number 1+2i1+2i, then we find the direction of the reflection of the asymptote x=0x=0 by multiplying this by 2i2-i, getting 4+3i4+3i. Therefore, the asymptotes of CC^* are given by 4y3x=04y-3x=0 and 3y+4x=03y+4x=0.

Now to find the equation of the hyperbola, we multiply the two expressions together to get one side of the equation: (3x4y)(4x+3y)=12x27xy12y2(3x-4y)(4x+3y)=12x^2-7xy-12y^2. At this point, the right hand side of the equation will be determined by plugging the point (22,2)(\frac{\sqrt{2}}{2},\sqrt{2}), which is unchanged by the reflection, into the expression. But this is not necessary. We see that b=7b=-7, c=12c=-12, so bc=084bc=\boxed{084}.

Solution 3

The matrix for a reflection about the polar line θ=α,α+π\theta = \alpha, \alpha+\pi is:

[cos(2α)sin(2α)sin(2α)cos(2α)]\left[ \begin{array}{ccc} \cos(2\alpha) & \sin(2\alpha) \\ \sin(2\alpha) & -\cos(2\alpha) \end{array} \right] This is not hard to derive using a basic knowledge of linear transformations. You can refer here for more information: https://en.wikipedia.org/wiki/Orthogonal_matrix

Let α=arctan2\alpha = \arctan 2. Note that the line of reflection, y=2xy = 2x, is the polar line θ=α,α+π\theta = \alpha, \alpha+\pi. Then 2α=arctan(43)2\alpha = \arctan\left(-\frac{4}{3}\right), so cos(2α)=35\cos(2\alpha) = -\frac{3}{5} and sin(2α)=45\sin(2\alpha) = \frac{4}{5}.

Therefore, if (x,y)(x', y') is mapped to (x,y)(x, y) under the reflection, then x=35x+45yx = -\frac{3}{5}x'+\frac{4}{5}y' and y=45x+35yy = \frac{4}{5}x'+\frac{3}{5}y'. Since the transformation matrix represents a reflection, it must be its own inverse; therefore, x=35x+45yx' = -\frac{3}{5}x+\frac{4}{5}y and y=45x+35yy' = \frac{4}{5}x+\frac{3}{5}y.

The original coordinates (x,y)(x', y') must satisfy xy=1x'y' = 1. Therefore,

(35x+45y)(45x+35y)=1\left(-\frac{3}{5}x+\frac{4}{5}y\right)\left(\frac{4}{5}x+\frac{3}{5}y\right) = 1 1225x2+725xy+1225y21=0-\frac{12}{25}x^2 + \frac{7}{25}xy + \frac{12}{25}y^2 - 1 = 0 12x27xy12y2+25=012x^2 - 7xy - 12y^2 + 25 = 0 Thus, b=7b = -7 and c=12c = -12, so bc=84bc = 84. The answer is 084\boxed{084}.

Solution 4

Find some simple points on the graph of C, reflect them and note down the new coordinates, and plug 'em into the given equation. After some plugging and chugging and solving the system of equations that follow, we get that b=7b = -7 and c=12c = -12, so bc=84bc = 84. The answer is 084\boxed{084}.

pi_is_3.141