As shown above, the ellipse E has equation: 1 6 x 2 + 1 2 y 2 = 1 , and point C is the center of the circle: x 2 + y 2 − 4 x + 2 = 0 If P is a point on ellipse E , l 1 , l 2 both pass through P and they are both tangent to circle C , and the product of the slope of l 1 , l 2 is equal to 2 1 , then find the all possible coordinate(s) of point P .
How to submit:
First, find the number of all possible solutions. Let N denote the number of solutions.
Then Sort the solutions by x-coordinate from smallest to largest, if the x-coordinate is the same, then sort by y-coordinate from smallest to largest.
Let the sorted solutions be: ( x 1 , y 1 ) , ( x 2 , y 2 ) , ( x 3 , y 3 ) , ⋯ , ( x N , y N ) , then M = k = 1 ∑ N k ( x k + y k ) .
For instance, if the solution is: ( − 1 , 2 ) , ( − 1 , 1 ) , ( 1 , 3 ) , ( 0 , 4 )
Then the sorted solution will be: ( − 1 , 1 ) , ( − 1 , 2 ) , ( 0 , 4 ) , ( 1 , 3 )
Then N = 4 , M = k = 1 ∑ 4 k ( x k + y k ) = 1 × ( − 1 + 1 ) + 2 × ( − 1 + 2 ) + 3 × ( 0 + 4 ) + 4 × ( 1 + 3 ) = 3 0 .
For this problem, submit ⌊ 1 0 0 0 ( M + N ) ⌋ .
Have a look at my problem set: SAT 1000 problems
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.
Let B and D be the tangent points, and draw △ A B C and △ A D C .
Since the equation for circle C , x 2 + y 2 − 4 x + 2 = 0 , can be rearranged to ( x − 2 ) 2 + y 2 = 2 , its center is C ( 2 , 0 ) and its radius is B C = C D = 2 .
Since △ A B C and △ A D C are congruent by HL congruence, let θ = ∠ B A C = ∠ D A C .
Let the x -coordinate of A be p . Since A is on the equation 1 6 x 2 + 1 2 y 2 = 1 , its y -coordinate is 2 1 4 8 − 3 p 2 .
The slope of A C is m = p − 2 2 1 4 8 − 3 p 2 or m = 2 p − 4 4 8 − 3 p 2 .
By the distance equation, A C = ( p − 2 ) 2 + ( 2 1 4 8 − 3 p 2 ) 2 = 2 1 ∣ p − 8 ∣ , and by the Pythagorean Theorem, A B = A C 2 − B C 2 = ( 2 1 ∣ p − 8 ∣ ) 2 + ( 2 ) 2 = 2 1 p 2 − 1 6 p + 5 6 . Therefore, tan θ = A B B C = 2 1 p 2 − 1 6 p + 5 6 2 or tan θ = p 2 − 1 6 p + 5 6 2 2 .
Let m 1 be the slope of A B and m 2 be the slope of A D . From the equation for the angle between two slopes, tan θ = 1 + m 1 m m 1 − m and tan θ = 1 + m m 2 m − m 2 . These equations rearrange to m 1 = 1 − m tan θ m + tan θ and m 2 = 1 + m tan θ m − tan θ .
Since m 1 m 2 = 2 1 , ( 1 − m tan θ m + tan θ ) ( 1 + m tan θ m − tan θ ) = 2 1 or 1 − m 2 tan 2 θ m 2 − tan 2 θ = 2 1 . Substituting m = 2 p − 4 4 8 − 3 p 2 and tan θ = p 2 − 1 6 p + 5 6 2 2 and simplifying gives ( p − 8 ) 2 ( p + 2 ) ( 5 p − 1 8 ) = 0 , which solves to p = − 2 and p = 5 1 8 for − 4 < p < 4 .
Each p -value has two possible y -coordinate values for the ellipse, for a total of N = 4 possible solutions. Using y = ± 2 1 4 8 − 3 x 2 , the possible coordinates for A are ( − 2 , − 3 ) , ( − 2 , 3 ) , ( 5 1 8 , − 5 5 7 ) , and ( 5 1 8 , 5 5 7 ) .
Therefore, M = 1 ( − 2 + − 3 ) + 2 ( − 2 + 3 ) + 3 ( 5 1 8 + − 5 5 7 ) + 4 ( 5 1 8 + 5 5 7 ) = 5 1 1 1 + 5 7 , M + N = 5 1 3 1 + 5 7 , and ⌊ 1 0 0 0 ( M + N ) ⌋ = 2 7 7 0 9 .
Problem Loading...
Note Loading...
Set Loading...
Circle is X 2 + Y 2 = 2 , where X = x − 2 , Y = y .
Let the equation of a tangent to the circle from P be Y = m X + 2 ( 1 + m 2 ) . Then
m 2 ( X 2 − 2 ) − 2 m X Y + ( Y 2 − 2 ) = 0 .
From the given condition, the product of the two roots of this equation for m is 2 1 .
So 2 Y 2 − X 2 = 2 .
Substituting values of X , Y and simplifying we get 5 x 2 − 8 x − 3 6 = 0 .
Therefore, x 1 = − 2 , y 1 = − 3 , x 2 = − 2 , y 2 = 3 , x 3 = 3 . 6 , y 3 ≈ − 1 . 5 0 9 9 , x 4 = 3 . 6 , y 4 ≈ 1 . 5 0 9 9 , N = 4 ,
M = k = 1 ∑ 4 k ( x k + y k ) ≈ 2 3 . 7 0 9 6 , M + N ≈ 2 7 . 7 0 9 6 , and ⌊ 1 0 0 0 ( M + N ) ⌋ = 2 7 7 0 9 .