Consider a standard ellipse:
a
2
x
2
+
b
2
y
2
=
1
where
a
and
b
are the lengths of semi-major and semi-minor axes respectively.
Now, consider a circle concentric with the ellipse and the radius equal to the length of the semi-major axis of the ellipse, i.e. ,
x
2
+
y
2
=
a
2
A set of complimentary points are defined on these two conics, P and P ′ with a parameter, θ . Point P is lies on the ellipse and P ′ on the circle.
The points are defined as :
P
(
θ
)
=
(
a
cos
θ
,
b
sin
θ
)
P
′
(
θ
)
=
(
a
cos
θ
,
a
sin
θ
)
Given, the pairs of complimentary points namely ( A , A ′ ) , ( B , B ′ ) and ( C , C ′ ) with parameters α , β and γ , i.e., the points on the ellipse are A ( α ) , B ( β ) and C ( γ ) .
Find the ratio of the area of the triangle A B C to that of the triangle A ′ B ′ C ′ .
Details and Assumptions:
a
=
5
b
=
3
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.
Of course a tricky quick way to find the answer is assuming three points (0,5), (0,-5) and (5,0) on the circle for which the corresponding points on ellipse will be (0,3), (0,-3) and (5,0). The areas of both these triangles can be found very simply using area of triangle 1/2bh...
Just a note: The circle in the question is called director circle.
Log in to reply
The circle is called auxiliary circle. Director circle is the one having radius equal to a 2 + b 2
it is called auxilliary circle and not director circle
For a triangle with vertices ( x 1 , y 1 ) , ( x 2 , y 2 ) and ( x 3 , y 3 ) ; area is given by:
A = 2 1 [ x 1 ( y 2 − y 3 ) + x 2 ( y 3 − y 2 ) + x 3 ( y 1 − y 2 ]
So area of triangle A B C , say A 1 will be:
A 1 = 2 1 [ a cos α ( b sin β − b sin γ ) + a cos β ( b sin γ − b sin α ) + a cos γ ( b sin α − b sin β ) ]
∴ A 1 = 2 1 [ a b ( cos α sin β − cos α sin γ ) + a b ( cos β sin γ − cos β sin α ) + a b ( cos γ sin α − cos γ sin β ) ]
∴ A 1 = 2 a b [ ( cos α sin β − cos β sin α ) + ( cos β sin γ − cos γ sin β ) + ( cos γ sin α − cos α sin γ ) ]
∴ A 1 = 2 a b [ ( cos α sin β − cos β sin α ) + ( cos β sin γ − cos γ sin β ) + ( cos γ sin α − cos α sin γ ) ]
∴ A 1 = 2 a b [ cos ( α + β ) + cos ( β + γ ) + cos ( γ + α ) ]
Through similar operations for triangle A ′ B ′ C ′ ) , it turns out that its area A 2 :
A 2 = 2 a 2 [ cos ( α + β ) + cos ( β + γ ) + cos ( γ + α ) ]
So, required ratio:
A 2 A 1 = a 2 a b = a b = 5 3 = 0 . 6 s q . u n i t s
And there's a wonderful solution above mine. I'm learning :)
Problem Loading...
Note Loading...
Set Loading...
One of the ways to calculate the area of a triangle when the coordinates of the vertices, namely ( x 1 , y 1 ) , ( x 2 , y 2 ) a n d ( x 3 , y 3 ) , are given is,
A r e a = 2 1 ∣ ⎝ ⎛ 1 1 1 x 1 x 2 x 3 y 1 y 2 y 3 ⎠ ⎞ ∣
(That is the absolute value of a determinant and not that of a matrix)
Using the above, we get,
A r e a ( Δ A B C ) = 2 1 ∣ ⎝ ⎛ 1 1 1 a cos α a cos β a cos γ b sin α b sin β b sin γ ⎠ ⎞ ∣ = 2 a b ∣ ⎝ ⎛ 1 1 1 cos α cos β cos γ sin α sin β sin γ ⎠ ⎞ ∣
A r e a ( Δ A ′ B ′ C ′ ) = 2 1 ∣ ⎝ ⎛ 1 1 1 a cos α a cos β a cos γ a sin α a sin β a sin γ ⎠ ⎞ ∣ = 2 a 2 ∣ ⎝ ⎛ 1 1 1 cos α cos β cos γ sin α sin β sin γ ⎠ ⎞ ∣
Clearly, on taking the ratio,we get,
A r e a ( Δ A ′ B ′ C ′ ) A r e a ( Δ A B C ) = a 2 a b = a b
Plug in the values to get the answer.