Re: Triangle inside an ellipsoid




matt271829-n...@xxxxxxxxxxx wrote:
> snapdragon31 wrote:
> > M.A.Fajjal wrote:
> > > What is the maximum area of a triangle inside an ellipsoid
> >
> > The equation for a ellipsolid is
> > x^2/a^2 + y^2/b^2 + z^2/c^2 = 1
> >
> > Assume a >= b >= c
> > The triangle lies in the x-y plane if c is the smallest.
>
> I agree, this seems most likely. In fact, I got exactly the same answer
> as you in exactly the same way. It slightly bothered me though that
> this step was unproved (and I couldn't be bothered to prove it the
> "hard way"!) Do you have a simple proof, or did you just assume it was
> "obvious"?
>
> >
> > The triangle will touch the ellipse defined by
> > x^2/a^2 + y^2/b^2 = 1
> >
> > We can transform the ellipse into a cirle by stretching the y
> > co-ordinates with a factor of a/b
> >
> > After the transformation, the ellipse would become
> > x^2/a^2 + y^2/a^2 = 1 or
> > x^2 + y^2 = a^2 (circle with radius r=a)
> >
> > The maximum area of the triangle inside this circle is a equilateral
> > triangle.
> > Height of the equilateral triangle = 3a/2
> > Bottom of the equilateral triangle = sqrt(3) * a
> >
> > Area of the equilateral triangle = 3 * sqrt(3) a^2/4
> >
> >
> > Transform the cirle back to the ellipse by mutiplying a factor of b/a.
> > Area the triangle becomes 3 * sqrt(3) * a * b / 4

Another way to solve this problem is to transform the ellipsoid into a
sphere first by stretching the y and z axis.
The equation of the sphere would be
x^2 + y^2 + z^2 = a^2

The maximum area of the triangle inside this sphere is
3 * sqrt(3) a^2/4 (Same area as the triangle in the circle above)

Now we have to transform the sphere back to the ellipsoid. It would
undergo 2 transformations.
One is along y-axis and the reduction factor is b/a.
One is along z-axis and the reduction factor is c/a.
Given a > b > c, so b/a > c/a

We select the triangle in the x-y plane so that the reduction factor
along z-axis would only affect its thickness not the area. I hope this
is a better explanation of why the triangle in the x-y plane is
selected.

Again the transformed area is 3 * sqrt(3) * a * b / 4

.



Relevant Pages

  • Re: =SDC= Q59. The next shape
    ... A sequence of triangle, ellipse, rectangle, repeated in order. ... the bottom or top halves of other shapes, ...
    (alt.usage.english)
  • Re: Ellipse approximation
    ... Take the three corners of a triangle, ... approximation that will "connect" these points with help of ellipse. ... I'll be gratefull if someone know some ellipse-approximation. ...
    (sci.math.num-analysis)
  • Re: O(n log n) algorithm to find maximum area of a triangle in a convex hull
    ... How can we compute the area of a triangle in O ... [On a Triangle with the Maximum Area in a Planar Point Set] ... [CGAL Open Source Project] ... and has a worst case running time of O(k · n + n · log n), ...
    (sci.math)
  • Re: Area Of Triangle
    ... I am trying to find the triangle with maximum area, from a given set of 'n' integer co-ordinates of the form x,y. ... Only problem is 'n' is huge so i have to use an efficient method. ... So i constructed a convex hull from the given n points. ...
    (sci.math)
  • Re: Triangles Inscribed in a Circle
    ... in a circle C. ... triangle A'BC (or AB'C, ... proved that the equilateral triangle has the maximum area. ... there exists an inscribed triangle with larger area. ...
    (sci.math)