Numerically determine area and circumference

  • Thread starter Thread starter anders_svensson
  • Start date Start date
  • Tags Tags
    Area Circumference
anders_svensson
Messages
1
Reaction score
0
Hey guys

I'm currently making a small game (simple space game) and have a problem with numerically determine area and circumference of a ball that is being thrown.

The problem is presented here:

http://trasigkondensator.tripod.com/ball.htm

Thanks in advance
 
Mathematics news on Phys.org
That looks like a cardioid. It's general equation in polar coords is: r=a(1-cost), but it could also be r=a(1+cost), i.e. flipped around. I think the maximum distance from the point where it has an 'indent' is 2a, but I'm not entirely sure. a could possibly be either the length of the rope or the radius of the circle.

The path of motion of the ball looks like a distored ellipse/circle. Perhaps someone who's into cosmology can help you out.

Sorry I couldn't be of much help.
 
I think you meant topology, not cosmology. :)
 
Topology? I don't know much about topology, but I thought some of the astrophysicists/cosmologists could help because the path of the ball looks like several elliptic and circular orbits. :shy:
 
Oh, I see.
 
Assuming devious is right. Then it would just be a matter of integrating in polar coordinates. Just get a function r in terms of \theta that describes the distance of the ball from the center of the circle and integrate:
A=\int_0^{2\pi}\int_0^{r(\theta)}r'dr'd\theta
A = \frac{1}{2}\int_0^{2\pi}r^2(\theta)d\theta
edit - looked up a cardioid, a = the radius of the circle. So:
A = \frac{1}{2}\int_0^{2\pi}a^2(1-cos(\theta))^2d\theta
= \frac{1}{2}a^2\int_0^{2\pi}sin(\theta)^2d\theta
= \frac{1}{4}a^2\int_0^{2\pi}(1-cos(2\theta))d\theta
= 3a^2\pi
 
Last edited:
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...
I'm interested to know whether the equation $$1 = 2 - \frac{1}{2 - \frac{1}{2 - \cdots}}$$ is true or not. It can be shown easily that if the continued fraction converges, it cannot converge to anything else than 1. It seems that if the continued fraction converges, the convergence is very slow. The apparent slowness of the convergence makes it difficult to estimate the presence of true convergence numerically. At the moment I don't know whether this converges or not.
Back
Top