Extreme Tangents

Calculus Level 5

In the x y z xyz coordinate system, an ellipsoid surface is defined by the following equation:

x 2 100 + y 2 25 + z 2 169 = 1 \frac{x^2}{100} + \frac{y^2}{25} + \frac{z^2}{169} = 1

There is a test point at ( x 0 , y 0 , z 0 ) = ( 7 , 11 , 20 ) (x_0, y_0, z_0) = (7,11,20) . Define a tangent line segment as a finite line segment which has one end at the test point ( x 0 , y 0 , z 0 ) (x_0, y_0, z_0) , with the other end at a point on the surface, and which is perpendicular to the surface normal vector at the point of intersection.

Find the sum of the lengths of the longest and shortest possible tangent line segments (to 3 decimal places).

Inspiration


The answer is 44.204.

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.

1 solution

Mark Hennings
Jul 20, 2017

A normal to the ellipsoid f ( x , y , z ) = 1 100 x 2 + 1 25 y 2 + 1 ! 69 z 2 = 1 f(x,y,z) = \tfrac{1}{100}x^2 + \tfrac{1}{25}y^2 + \tfrac{1}{!69}z^2 = 1 at the point r = ( x y z ) \mathbf{r} \; = \; \left(\begin{array}{c} x \\ y \\ z \end{array}\right) is n = 1 2 f = ( 1 100 x 1 25 y 1 169 z ) \mathbf{n} \; = \; \tfrac12\nabla f \; = \; \left(\begin{array}{c} \tfrac{1}{100}x \\ \tfrac{1}{25}y \\ \tfrac{1}{169}z \end{array} \right) and so the condition for the point r \mathbf{r} to be the position vector of an end of a tangent segment is n [ ( 7 11 20 ) r ] = 0 \mathbf{n} \cdot \left[ \left(\begin{array}{c} 7 \\ 11 \\ 20 \end{array}\right) - \mathbf{r}\right] \; = \; 0 and hence that 7 100 x + 11 25 y + 20 169 z = 1 \tfrac{7}{100}x + \tfrac{11}{25}y + \tfrac{20}{169}z \; = \; 1 Thus we need to maximize and minimize ( x 7 ) 2 + ( y 11 ) 2 + ( z 20 ) 2 \sqrt{(x-7)^2 + (y-11)^2 + (z-20)^2} subject to the pair of constraints 1 100 x 2 + 1 25 y 2 + 1 169 z 2 = 7 100 x + 11 25 y + 20 169 z = 1 \tfrac{1}{100}x^2 + \tfrac{1}{25}y^2 + \tfrac{1}{169}z^2 \; =\; \tfrac{7}{100}x + \tfrac{11}{25}y + \tfrac{20}{169}z \; = \; 1 Solving these problems numerically, we see that the maximum value is M = 28.8461 M = 28.8461 , occurring at ( 0.889242 , 4.10408 , 7.33496 ) (0.889242,4.10408,-7.33496) , while the minimum value is m = 15.3581 m = 15.3581 , occurring at ( 2.90981 , 1.39088 , 11.9001 ) (2.90981,-1.39088,11.9001) .

Thus the answer is M + m = 44.204 M + m = \boxed{44.204} to 3 3 decimal places.

I tried to solve this by hand with Lagrange multipliers by using the linear constraint and then substituting z = +/-13sqrt(1-x^2/100-y^2/25) in equation 3, and kept getting complex number solutions for lambda (I used Matlab like a simple calculator to do the calculations and then to find the roots of the quadratic polynomial in lambda all in double precision). Does anyone have any idea why this was happening? All of Mark Hennings's equations above matched mine so there were no mistakes there. I also did the problem twice from scratch and got the same result.

James Wilson - 3 years, 9 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...