Given an ellipse with length of major axis and minor axis as 8 and 6 units respectively. A circle of radius 1 unit rolls on the given ellipse, find the maximum distance between the point of contact of circle and ellipse and the line joining both centres.
Notes:
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.
Take the ellipse to be the one given by 1 6 x 2 + 9 y 2 = 1 . Let ( t , u ) be the point of tangency, and assume without loss of generality that ( t , u ) lies in the first quadrant. The tangent line at ( t , u ) is y − u = − 1 6 u 9 t ( x − t ) , so the radial line of the circle through ( t , u ) is y − u = 9 t 1 6 u ( x − t ) . Let ( c , d ) denote the center of the circle. Then ( c , d ) lies on the radial line at a distance of 1 from ( t , u ) , which is to say ( c , d ) = ( t + cos θ , u + sin θ ) , θ = arctan 9 t 1 6 u . The line joining the centers of the ellipse and circle is y = c d x , and the distance between the point of tangency ( t , u ) and this line is measured along the perpendicular line y − u = − d c ( x − t ) . These two perpendicular lines intersect at ( c 2 + d 2 c ( c t + d u ) , c 2 + d 2 d ( c t + d u ) , ) . The problem is to maximize the distance between this point and ( t , u ) . Let r denote this distance: r = ( t − c 2 + d 2 c ( c t + d u ) ) 2 + ( u − c 2 + d 2 d ( c t + d u ) ) 2 . Notice that c and d are given in terms of t and u , and u can be expressed in terms of t as u = 3 1 − 1 6 t 2 . This means r can be regarded as a function of t . The graph of y = r ( t ) , with 0 ≤ t ≤ 4 , is shown below. The maximum value of r on this interval is approximately 0 . 2 1 9 8 8 , so the desired value is ⌊ 1 0 0 0 0 × 0 . 2 1 9 8 8 ⌋ = 2 1 9 8 .
Incidentally, with a couple sign changes, one can solve the problem when the circle is rolling in the interior of the ellipse. In this case, the maximum distance is approximately 0 . 3 8 2 6 7 . Maybe the wording of the problem should be changed to specify that the circle rolls on the exterior of the given ellipse .