Centroid for exp(-t)

From: Anand Ramalingam (anand_ramalingam_at_yahoo.com)
Date: 06/09/04


Date: 9 Jun 2004 11:12:19 -0700

Hi,
I am trying to find out the centroid of h(t) = (1/tau)*exp(-t/tau).
where tau>0
and 0<t<infinity

I used the following formulas to find the (x,y) coordinates of the
centroid.
Cx = integral(t h(t) dt)/integral(h(t)dt) = tau
Cy = integral((h(t))^2 dt)/integral(h(t)dt) = 1/(2*tau)

Assuming the formula is correct, the centroid turns out to be
(tau,1/(2*tau))

If you take tau=1, then the centroid is (1,1/2) which lies *outside*
the curve.

This looks little weird to me. As far as I understand centroid is the
center of gravity, basically the point at which you can balance the
shape. If the point lies outside the shape then how can one balance
it?

Thanks
Anand



Relevant Pages

  • Re: Centroid for exp(-t)
    ... >the curve. ... >center of gravity, basically the point at which you can balance the ... If the point lies outside the shape then how can one balance ... The centroid of a donut is in the hole, ...
    (sci.math)
  • Re: Centroid for exp(-t)
    ... anand_ramalingam@yahoo.com (Anand Ramalingam) wrote: ... > Assuming the formula is correct, the centroid turns out to be ... If the point lies outside the shape then how can one balance ... Consider a uniform wire in the shape of a semicircle. ...
    (sci.math)
  • Re: centre of gravity and volume for mesh model
    ... Just to nit pick, the center of gravity isn't exactly the same thing as the ... centroid, as the centroid is the geometric center while the center of gravity is the point on a solid where ... just happens that under some circumstances the two points coincide. ...
    (comp.graphics.api.opengl)
  • Re: centre of gravity and volume for mesh model
    ... gravity) and volume for a mesh model (e.g. as imported from an OBJ ... For the center of gravity you could just use the centroid of the mesh. ... Just generate random samples inside a bounding box of known ...
    (comp.graphics.api.opengl)
  • Re: centre of gravity and volume for mesh model
    ... For the center of gravity you could just use the centroid of the mesh. ... You can calculate the centroid by averaging the positions of all its ...
    (comp.graphics.api.opengl)