Let C be the graph of xy=1, and denote by C∗ the reflection of C in the line y=2x. Let the equation of C∗ be written in the form
12x2+bxy+cy2+d=0.
Find the product bc.
解析
Solution 1
Given a point P(x,y) on C, we look to find a formula for P′(x′,y′) on C∗. Both points lie on a line that is perpendicular to y=2x, so the slope of PP′ is 2−1. Thus x′−xy′−y=2−1⟹x′+2y′=x+2y. Also, the midpoint of PP′, (2x+x′,2y+y′), lies on the line y=2x. Therefore 2y+y′=x+x′⟹2x′−y′=y−2x.
Solving these two equations, we find x=5−3x′+4y′ and y=54x′+3y′. Substituting these points into the equation of C, we get 25(−3x′+4y′)(4x′+3y′)=1, which when expanded becomes 12x′2−7x′y′−12y′2+25=0.
Thus, bc=(−7)(−12)=084.
Solution 2
The asymptotes of C are given by x=0 and y=0. Now if we represent the line y=2x by the complex number 1+2i, then we find the direction of the reflection of the asymptote x=0 by multiplying this by 2−i, getting 4+3i. Therefore, the asymptotes of C∗ are given by 4y−3x=0 and 3y+4x=0.
Now to find the equation of the hyperbola, we multiply the two expressions together to get one side of the equation: (3x−4y)(4x+3y)=12x2−7xy−12y2. At this point, the right hand side of the equation will be determined by plugging the point (22,2), which is unchanged by the reflection, into the expression. But this is not necessary. We see that b=−7, c=−12, so bc=084.
Solution 3
The matrix for a reflection about the polar line θ=α,α+π is:
[cos(2α)sin(2α)sin(2α)−cos(2α)]
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. Note that the line of reflection, y=2x, is the polar line θ=α,α+π. Then 2α=arctan(−34), so cos(2α)=−53 and sin(2α)=54.
Therefore, if (x′,y′) is mapped to (x,y) under the reflection, then x=−53x′+54y′ and y=54x′+53y′. Since the transformation matrix represents a reflection, it must be its own inverse; therefore, x′=−53x+54y and y′=54x+53y.
The original coordinates (x′,y′) must satisfy x′y′=1. Therefore,
(−53x+54y)(54x+53y)=1−2512x2+257xy+2512y2−1=012x2−7xy−12y2+25=0
Thus, b=−7 and c=−12, so bc=84. The answer is 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=−7 and c=−12, so bc=84. The answer is 084.