Area sum of inscribed pentagons

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
Sczisnad
Messages
9
Reaction score
0

Homework Statement



Ok, I wanted to calculate the sums of the areas of inscribed petagons into an initial pentagon (the smaller pentagon's vertices touch the larger pentagon's midpoints). However, I wanted all of the even pentagons to create negative space, and then the odd # pentagon after that to create positive space.

The initial pentagon is regular with side length of 1. To calculate the area of the smaller pentagons, i assumed that the area would be proportional to the next bigger pentagon by a constant factor. apothem/radius

i.e. area of small pentagon = area of big pentagon *(apothem/radius)

Total area = area1 - area2 + area3 - area4 + area5 - ...

So to do this I calculated a sum (see picture). Can someone verify that my sum is correct?

My question: How does my calculator take an infinite sum and convert it into a nice and clean polynomial? Can this always be done? What conditions need to be met to do so (obviously the sum need to converge, but are there any other requirements?)

Homework Equations



http://img.photobucket.com/albums/v298/Swiffer/Math.jpg Sorry for the blur, my phone can only do 3 megapixel resolution.

The Attempt at a Solution



See picture.

Ty in advance!
 
Last edited by a moderator:
Physics news on Phys.org
I believe your sum is an infinite geometric series, no? If you know the area of one of the outermost triangles, five times that is the first term of the series, a . If you have found the ratio of the area of the next "positive area" triangles to the initial ones, you should find that ratio is a constant, r . The sum of the infinite series of all the positive area triangles is just a / ( 1 - r ) . You can just ignore the "empty space" triangles, since it appears that you only want the total area of all those concentric "pentagonal rings" of isosceles triangles.