小戴同学

小戴の博客

Translation: Translation of Homogeneous Translation in Analytical Geometry

Example 1#

Given an ellipse C:x24+y23=1C:\frac{x^2}{4}+\frac{y^2}{3}=1, if the line l:y=kx+ml:y=kx+m intersects the ellipse CC at points A,BA, B (where A,BA,B are not the vertices), and a circle with diameter ABAB passes through (0,0)(0,0). Prove that the line ll is tangent to the circle.

Analysis#

From the given information, we can see that OAOBOA\bot OB, which means kOAkOB=1k_{OA}\bullet k_{OB}=-1. Therefore, we can construct a quadratic equation in terms of yx\frac{y}{x} and solve it using the Vieta's theorem.

Solution#

Rewrite the equation of the ellipse as

3x2+4y2=123x^2+4y^2=12

Since the line ll does not pass through the origin, we can assume the equation of the line ll as mx+ny=1mx+ny=1. Therefore1,

3x2+4y2=1212=12(mx+ny)23x^2+4y^2=12\bullet 1^2=12\bullet {(mx+ny)}^2

Simplifying, we get

(12n24)y2+24mnxy+(12m23)x2=0(12n^2-4)y^2+24mn\bullet xy+(12m^2-3)x^2=0

Dividing both sides of the equation by x2x^2, we get

(12n24)y2x2+24mnyx+(12m23)=0(12n^2-4)\frac{y^2}{x^2}+24mn\bullet\frac{y}{x}+(12m^2-3)=0

Clearly, Δ>0\Delta>0. Using Vieta's theorem, we have

kOAkOB=12m2312n24=1k_{OA}\bullet k_{OB}=\frac{12m^2-3}{12n^2-4}=-1

Therefore,

12(m2+n2)=712(m^2+n^2)=7

The distance from the origin (0,0)(0,0) to the line ll is

d=1m2+n2=127=847d=\frac{1}{\sqrt{m^2+n^2}}=\sqrt{\frac{12}{7}}=\frac{\sqrt{84}}{7}

Hence, the distance from the line ll to (0,0)(0,0) is constant, which means the line ll is tangent to the circle with center (0,0)(0,0) and radius 847\frac{\sqrt{84}}{7}.

The above example demonstrates the basic idea of homogenization in translation. But what is "translation"? And how is it used? Let's look at the following example.

Example 2#

Given an ellipse C:x24+y23=1C:\frac{x^2}{4}+\frac{y^2}{3}=1, if the line l:y=kx+bl:y=kx+b intersects the ellipse CC at points A,BA, B (where A,BA, B are not the vertices), and a circle with diameter ABAB passes through the right vertex of the ellipse. Prove that the line ll passes through a fixed point, and find the coordinates of that point.

Analysis#

By drawing a diagram, we can see that the "origin OO" in the previous example has become the right vertex of the ellipse (denoted as point DD), and kDAkDBk_{DA}\bullet k_{DB} is still equal to the constant 1-1. Therefore, we can consider transforming point DD into the origin, i.e., "translating the coordinate system".

Solution#

Translate the coordinate system two units to the right, as shown in the diagram. In the new coordinate system, the equation of the ellipse becomes

(x+2)24+y23=1\frac{{(x + 2)}^2}{4} + \frac{y^2}{3}=1

That is,

3x2+12x+4y2=03x^2+12x+4y^2=0

Since the line ll does not pass through the origin, we can assume the equation of the line ll as mx+ny=1mx+ny=1. Therefore,

3x2+12x(mx+ny)+4y2=03x^2+12x\bullet(mx+ny)+4y^2=0

Simplifying, we get

4y2+12nxy+(12m+3)x2=04y^2+12n\bullet xy+(12m+3)x^2=0

Dividing both sides of the equation by x2x^2, we get

4y2x2+12nyx+(12m+3)=04\frac{y^2}{x^2}+12n\bullet\frac{y}{x}+(12m+3)=0

Since the circle with diameter ABAB passes through the right vertex of the ellipse, we have

kDAkDB=1k_{DA}\bullet k_{DB}=-1

Clearly, Δ>0\Delta>0. Using Vieta's theorem, we have

kDAkDB=12m+34=1k_{DA}\bullet k_{DB}=\frac{12m+3}{4}=-1

Solving for mm, we get

m=712m=-\frac{7}{12}

Substituting this value into the equation of the line, we get

712x+ny=1-\frac{7}{12}x+ny=1

Let y=0y=0, then

x=127x=-\frac{12}{7}

Therefore, the line ll passes through the fixed point (127,0)(-\frac{12}{7}, 0), which corresponds to the point (27,0)(\frac{2}{7}, 0) in the original coordinate system.

Through the above two examples, we have explained the basic principle of using translation homogenization. This method greatly reduces the difficulty of calculations. In translation homogenization, "translation" is used to achieve "homogenization". In fact, homogenization can also be constructed without translation.

Example 3#

Given hyperbola CC has the same asymptotes as hyperbola x24y23=1\frac{x^2}{4}-\frac{y^2}{3}=1, and point A(2,3)A(2,3) lies on CC. The line ll intersects hyperbola CC at points P,QP, Q, and the lines AP,AQAP, AQ are symmetric with respect to the line x=2x=2. Prove that the line ll passes through a fixed point.

Analysis#

Assume A(x1,y1),B(x2,y2)A(x_1,y_1),B(x_2,y_2). Then kAP=y13x1,kAQ=y23x2k_{AP}=\frac{y_1-3}{x_1},k_{AQ}=\frac{y_2-3}{x_2}. To avoid translation, we need to construct a quadratic equation in terms of y3x\frac{y-3}{x}. The line ll can be assumed as mx+n(y3)=1mx+n(y-3)=1, and the equation of the hyperbola can be simplified as (x+2)24+y23=1\frac{{(x + 2)}^ 2 }{ 4 } + \frac{y ^2}{3}=1. By treating y3y-3 as a whole, we have (x+2)24+(y3)23=1\frac{{(x + 2)}^ 2 }{ 4 } + \frac{ (y - 3 ) ^ 2 }{ 3 } =1. Homogenization can be used to solve this equation.

Solution#

Rewrite the equation of the hyperbola as

(x+2)24+(y3)23=1\frac{{(x + 2)}^ 2 }{ 4 } + \frac{ (y - 3 ) ^ 2 }{ 3 } =1

Since the line ll does not pass through the origin, we can assume the equation of the line ll as mx+n(y3)=1mx+n(y-3)=1. Therefore,

(x+2)24+(y3)23(mx+n(y3))=1\frac{{(x + 2)}^ 2 }{ 4 } + \frac{ (y - 3 ) ^ 2 }{ 3 } \bullet (mx+n(y-3))=1

Simplifying, we get

(4n1)(y3)2+4(mx+n(y3))x+x24=0(4n-1)(y-3)^2+4(mx+n(y-3))x+\frac{x^2}{4}=0

Dividing both sides of the equation by x2x^2, we get

(4n1)(y3)2x2+4(mx+n(y3))y3x+14=0(4n-1)\frac{(y-3)^2}{x^2}+4(mx+n(y-3))\frac{y-3}{x}+\frac{1}{4}=0

Clearly, Δ>0\Delta>0. Using Vieta's theorem, we have

kAP+kAQ=4(mx+n(y3))4n1=1k_{AP}+k_{AQ}=-\frac{4(mx+n(y-3))}{4n-1}=-1

Therefore,

4(mx+n(y3))=4n14(mx+n(y-3))=4n-1

Substituting the equation of the line ll, we get

4mx+4ny12n=4n14mx+4ny-12n=4n-1

Simplifying, we get

4mx+4ny=14mx+4ny=1

Dividing both sides of the equation by 44, we get

mx+ny=14mx+ny=\frac{1}{4}

This equation represents a line passing through a fixed point.

Thus, we have shown that the line ll passes through a fixed point.

Footnotes#

  1. The equation m(xa)+n(yb)=1m(x-a)+n(y-b)=1 represents all lines that do not pass through the point (a,b)(a,b).

Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.