Point P ( 0 , 1 ) is on the ellipse E : x 2 + 9 y 2 = 9 and point A ( 2 , 0 ) lies inside E . A line passing through A meets E at points B and C .
If ∠ B P C = 9 0 ∘ , then the area of triangle B P C can be written in the form p m n , where m , n and p are positive integers with n square-free and m , p coprime. Find m + n + p .
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.
Relevant wiki: 2D Coordinate Geometry - Problem Solving
The line with gradient m passing through the point ( 2 , 0 ) has equation y = m ( x − 2 ) . Since the line cannot pass through P , we must have m = − 2 1 . This line meets the ellipse x 2 + 9 y 2 = 9 at the points ( x ± , y ± ) , where x ± = 9 m 2 + 1 1 8 m 2 ± 3 5 m 2 + 1 y ± = 9 m 2 + 1 − 2 m ± 3 m 5 m 2 + 1 . The gradients of the lines joining these two points to ( 0 , 1 ) are m ± = x ± y ± − 1 = 1 8 m 2 ± 3 5 m 2 + 1 − ( 9 m 2 + 2 m + 1 ) ± 3 m 5 m 2 + 1 . These lines must be perpendicular, so that m + m − = − 1 , and hence 3 2 4 m 4 − 9 ( 5 m 2 + 1 ) ( 9 m 2 + 2 m + 1 ) 2 − 9 m 2 ( 5 m 2 + 1 ) = − 1 ; This equation simplifies to 3 6 0 m 4 + 3 6 m 3 − 3 2 m 2 + 4 m − 8 = 4 ( 9 m 2 + 1 ) ( 2 m + 1 ) ( 5 m − 2 ) = 0 , and hence m = 5 2 , since m = − 2 1 . Thus the points B , C have coordinates ( 6 1 9 ( 8 ± 5 5 ) , 6 1 2 ( − 1 0 ± 9 5 ) ) and so the distances B P , C P are 6 1 9 2 9 0 ± 4 4 5 . The area of the right-angled triangle B P C is 2 1 × 6 1 9 2 9 0 + 4 4 5 × 6 1 9 2 9 0 − 4 4 5 = 6 1 8 1 5 , so the answer is 8 1 + 6 1 + 5 = 1 4 7 .
Shift the origin to point P.Let the equation of BC in shifted frame be lX+mY=1.Point A becomes (2,-1) in the new frame.Homogenize equation of BC with new equation of ellipse to get joint equation of BP and PC in the new frame.Since BP and PC are perpendicular coefficients of x^2 and y^2 sum to zero.From this we can get equation of BC in new frame.We have the formula for area of triangle between ax^2+2hxy+by^2=0 and lx+my+n=0 as (n^2*sqrt(h^2-ab))/(bl^2-2hlm+am^2).Using this we can find the required area of triangle.
I did the same method but the answer I got was 9.Can you write the solution with equations and proper calculation using the method you have mentioned
i too did the same way. But in the end i had to bash the area using section formula as i did not know that formula!
With gradient of line B C = m,
( 1 + 9 m 2 ) x 2 − 3 6 m 2 x + 3 6 m 2 − 9 = 0
d = m 2 + 1 ∣ m x − y − 2 m ∣ = m 2 + 1 ∣ 1 + 2 m ∣
D = ( x 1 − x 2 ) 2 + ( y 1 − y 2 ) 2
m 1 m 2 = − 1
Excel simulation can handle these figures numerically by ease:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
|
Area = 6 1 8 1 5
81 + 5 + 61 = 147
Answer: 1 4 7
Is their any other method without Excel simulation .How would you solve it after equation(iii)
Problem Loading...
Note Loading...
Set Loading...
Relevant wiki: 2D Coordinate Geometry - Problem Solving
For any given slope t ∈ R , the equation of the line passing through A is given by ℓ : y = t ( x − 2 ) . Let B ( x 1 , y 1 ) and C ( x 2 , y 2 ) be the intersection points of the line ℓ and ellipse E . Then the coordinates of B and C satisfy the system of equations { x 2 + 9 y 2 = 9 y = t ( x − 2 ) . Thus x 1 and x 2 are the roots of the equation ( 1 + 9 t 2 ) x 2 − 3 6 t 2 x + 3 6 t 2 − 9 = 0 with x 1 + x 2 = 1 + 9 t 2 3 6 t 2 and x 1 x 2 = 1 + 9 t 2 3 6 t 2 − 9 . ( ⋆ ) Now, P B = ⟨ x 1 , y 1 − 1 ⟩ = ⟨ x 1 , t x 1 − ( 2 t + 1 ) ⟩ and P C = ⟨ x 2 , y 2 − 1 ⟩ = ⟨ x 2 , t x 2 − ( 2 t + 1 ) ⟩ . Since ∠ B P C = 9 0 ∘ , we have the dot product P B ∙ P C = 0 . Using the equations of (\star), this dot product can be simplified to 0 = P B ∙ P C = x 1 x 2 + ( t x 1 − ( 2 t + 1 ) ) ( t x 2 − ( 2 t + 1 ) ) = ( 1 + t 2 ) x 1 x 2 − t ( 2 t + 1 ) ( x 1 + x 2 ) + ( 2 t + 1 ) 2 = ( 1 + t 2 ) ⋅ 1 + 9 t 2 3 6 t 2 − 9 − t ( 2 t + 1 ) ⋅ 1 + 9 t 2 3 6 t 2 + ( 2 t + 1 ) 2 = 1 + 9 t 2 4 ( 5 t − 2 ) ( 2 t + 1 ) , which gives t = 5 2 or t = − 2 1 . If t = − 2 1 , then P will lie on the line y = − ( x − 2 ) / 2 , which means one of the points B and C will coincide P , a contradiction. Hence, we obtain t = 5 2 . It follows that (using ⋆ ) B C 2 B C = ( x 1 − x 2 ) 2 + ( t ( x 1 − 2 ) − t ( x 2 − 2 ) ) 2 = ( 1 + t 2 ) ( x 1 − x 2 ) 2 = ( 1 + t 2 ) ( ( x 1 + x 2 ) 2 − 4 x 1 x 2 ) = ( 1 + t 2 ) [ ( 1 + 9 t 2 3 6 t 2 ) 2 − 4 ⋅ 1 + 9 t 2 3 6 t 2 − 9 ] = ( 1 + 9 t 2 ) 2 3 6 ( 1 + t 2 ) ( 1 + 5 t 2 ) = 1 + 9 t 2 6 ( 1 + t 2 ) ( 1 + 5 t 2 ) = 6 1 1 8 1 4 5 and the distance d P from P to line B C is given by d P = 1 + t 2 ∣ t ( 0 ) − 1 − 2 t ∣ = 2 9 9 . Therefore, [ B P C ] = 2 d P ⋅ B C = 2 1 ⋅ 2 9 9 ⋅ 6 1 1 8 1 4 5 = 6 1 8 1 5 and m + n + p = 8 1 + 5 + 6 1 = 1 4 7 .