Distance between points on a curve

Geometry Level 5

Take a look at the following picture.

In this picture you can see the graph of the curve x 2 y 2 = 1 x^2y^2=1 . Let P 0 P_0 be a point on the curve in the first quadrant. Furthermore, define for k { 1 , 1 } k \in \{-1, 1\} , P k P_{k} as the point P 0 P_0 rotated around O O by k π 2 \frac{k\pi}{2} . Notice that P k P_k lies on the curve as well, independent of the choice of P 0 P_0 .

There are two values of P 0 P_0 , say Q 1 Q_1 and Q 2 Q_2 , on the curve in the first quadrant such that the line through P 0 P_0 , tangent to the curve intersects the curve at P 1 P_{-1} or P 1 P_{1} . The (Euclidean) distance of those two points can be written as d ( Q 1 , Q 2 ) = a + b c , d(Q_1,Q_2) = \sqrt{a+b\sqrt{c}}, where a , b , c Z a,b,c \in \mathbb{Z} , such that c c is prime. Find a b c \frac{ab}{c} .


The answer is -8.

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.

2 solutions

David Vreken
Feb 20, 2019

The curve in the first quadrant follows the equation y = 1 x y = \frac{1}{x} , and using a derivative the slope of that curve at any point P 0 ( p , 1 p ) P_0(p, \frac{1}{p}) is y = 1 p 2 y = -\frac{1}{p^2} , so the tangent line to any point P 0 ( p , 1 p ) P_0(p, \frac{1}{p}) on the curve is y = 1 p 2 x + 2 p y = -\frac{1}{p^2}x + \frac{2}{p} .

By rotational symmetry, P 1 P_{-1} is at ( 1 p , p ) (\frac{1}{p}, -p) , and since this point is also on the tangent curve, we have p = 1 p 2 1 p + 2 p -p = -\frac{1}{p^2} \cdot \frac{1}{p} + \frac{2}{p} which solves to p = 1 + 2 p = \sqrt{-1 + \sqrt{2}} .

Therefore, P 0 P_0 , or Q 1 Q_1 , is ( 1 + 2 , 1 1 + 2 ) (\sqrt{-1 + \sqrt{2}}, \frac{1}{\sqrt{-1 + \sqrt{2}}}) , and by symmetry, Q 2 Q_2 is ( 1 1 + 2 , 1 + 2 ) (\frac{1}{\sqrt{-1 + \sqrt{2}}}, \sqrt{-1 + \sqrt{2}}) , which makes the distance d ( Q 1 , Q 2 ) = 4 + 4 2 d(Q_1, Q_2) = \sqrt{-4 + 4\sqrt{2}} , so a = 4 a = -4 , b = 4 b = 4 , and c = 2 c = 2 , and a b c = 8 \frac{ab}{c} = \boxed{-8} .

Chew-Seong Cheong
Feb 21, 2019

The curve x 2 y 2 = 1 x^2y^2 =1 y = ± 1 x \implies y = \pm \dfrac 1x . The blue curves in the first and third quadrants are y = 1 x y = \dfrac 1x , while the orange curves in the second and fourth quadrants are y = 1 x y = - \dfrac 1x .

Let Q 1 Q_1 in the first quadrant be ( a , 1 a ) \left(a, \dfrac 1a\right) . Then its corresponding P 1 P_{-1} is ( 1 a , a ) \left(\dfrac 1a, -a\right) . The gradient of the line Q 1 P 1 Q_1P_{-1} , m = 1 a + a a 1 a = a 2 + 1 a 2 1 m = \dfrac {\frac 1a+a}{a-\frac 1a} = \dfrac {a^2+1}{a^2-1} . Since Q 1 P 1 Q_1P_{-1} is also the tangent of y = 1 x y=\frac 1x at Q 1 Q_1 , then m = d y d x = 1 x 2 m = \dfrac {dy}{dx} = - \dfrac 1{x^2} at Q 1 Q_1 or m = 1 a 2 m = - \dfrac 1{a^2} .

Then we have:

a 2 + 1 a 2 1 = 1 a 2 a 4 + 2 a 2 1 = 0 a 2 = 2 1 Since a 2 > 0 a = 2 1 1 a = 1 2 1 = 2 + 1 \begin{aligned} \frac {a^2+1}{a^2 - 1} & = - \dfrac 1{a^2} \\ a^4 + 2a^2 - 1 & =0 \\ \implies a^2 & = \sqrt 2 - 1 & \small \color{#3D99F6} \text{Since }a^2 > 0 \\ a & = \sqrt{\sqrt 2 - 1} \\ \implies \frac 1a & = \frac 1{\sqrt{\sqrt 2-1}} = \sqrt{\sqrt 2+1} \end{aligned}

And Q 1 ( 2 1 , 2 + 1 ) Q_1 \left(\sqrt{\sqrt 2-1}, \sqrt{\sqrt 2+1}\right) . Since y = 1 x y = \dfrac 1x is symmetrical about y = x y=x , Q 2 Q_2 has its x x -coordinate and y y -coordinate swapped with those of Q 1 Q_1 or Q 2 ( 2 + 1 , 2 1 ) Q_2 \left(\sqrt{\sqrt 2+1}, \sqrt{\sqrt 2-1}\right) .

Therefore,

d ( Q 1 , Q 2 ) = ( 2 1 2 + 1 ) 2 + ( 2 + 1 2 1 ) 2 = 2 ( 2 1 2 ( 2 + 1 ) ( 2 1 ) + 2 + 1 ) = 4 + 4 2 \begin{aligned} d(Q_1, Q_2) & = \sqrt{\left(\sqrt{\sqrt 2-1} - \sqrt{\sqrt 2+1}\right)^2 + \left(\sqrt{\sqrt 2+1} - \sqrt{\sqrt 2-1}\right)^2} \\ & = \sqrt{2\left(\sqrt 2-1 - 2\sqrt{(\sqrt 2+1)(\sqrt 2-1)} + \sqrt 2+1\right)} \\ & = \sqrt{-4+4\sqrt 2} \end{aligned}

a b c = 4 × 4 2 = 8 \implies \dfrac {ab}c = \dfrac {-4\times 4}2 = \boxed{-8} .

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...