Calculating Perimeter and Area Sums in Infinite Isosceles Triangles

  • Thread starter Thread starter Physicsissuef
  • Start date Start date
  • Tags Tags
    Triangle
AI Thread Summary
The discussion revolves around calculating the perimeter and area sums of an infinite series of isosceles triangles, where each subsequent triangle has vertices at the midpoints of the sides of the previous triangle. Participants initially propose formulas for the perimeter and area sums but encounter corrections regarding the geometric series involved. The correct formulas for the sums involve recognizing that the areas decrease by a factor of 1/4 with each triangle, leading to a final area sum of 4P/3 as n approaches infinity. The conversation emphasizes the importance of understanding geometric series rather than just applying formulas. The final consensus is that the area sum converges to 4P/3 as the number of triangles approaches infinity.
Physicsissuef
Messages
908
Reaction score
0

Homework Statement



Hi! After a tiring excursion, finally I am back... :smile:

Here is one for you:

In isosceles triangle ABC (triangle with all sides equal size) with side a, is drawn another isosceles triangle A_1,A_2,A_3 which points A_1,A_2,A_3 are in AB/2, BC/2, AC/2. Again third triangle with same attributes is drawn, fourth, fifth... infinite...

This looks like on this http://pic.mkd.net/images/404616untitled.JPG"

Find the sum of the perimeter and calculate the sum of the areas of the triangles.

Homework Equations

The Attempt at a Solution



I think it is something like this:

P + \frac{P}{4} + \frac{P}{8} + ... + \frac{P}{2^n} for the area of the triangle, and
L + \frac{L}{2} + \frac{L}{4} + ... + \frac{L}{2^n^-^1}
for the perimeter.

I think also, that I can write them as:
<br /> P + \sum_{n=2}^n \frac{P}{2^n} = P + \frac{P}{4} + \frac{P}{8} + ... + \frac{P}{2^n}<br />

<br /> L + \sum_{n=2}^n \frac{L}{{2}^{n-1}} = L + \frac{L}{2} + \frac{L}{4} + ... + \frac{L}{{2}^{n-1}}<br />

n \in \mathbb{N}

n\geq 2

n - number of triangles
 
Last edited by a moderator:
Physics news on Phys.org
Do you know what a geometric sum is?
 
Yes, I write the geometric sums above in the first post. Please see them, now.
 
Physicsissuef said:
Hi! After a tiring excursion, finally I am back... :smile:

strange … I didn't find it tiring! :wink:
P + \frac{P}{4} + \frac{P}{8} + ... + \frac{P}{2^n} for the area of the triangle,

No. :frown:

Hint: if the lengths are halved each time, what happens to the area?

And what is ∑x^n? :smile:

(oh, and they're actually equilateral … isoceles means two sides equal)
 
tiny-tim I was on excursion, Skopje - Belgrade - Bratislava - Prague - Vienna (approximately 3000 km in both ways):smile:
Is this correct:

<br /> <br /> P + \sum_{k=2}^n \frac{P}{2^k} = P + \frac{P}{4} + \frac{P}{8} + ... + \frac{P}{2^k}<br /> <br /> <br /> <br /> L + \sum_{k=2}^n \frac{L}{{2}^{k-1}} = L + \frac{L}{2} + \frac{L}{4} + ... + \frac{L}{{2}^{k-1}}<br /> <br />

<br /> n \in \mathbb{N}<br />

<br /> n\geq 2<br />

n - number of triangles
 
Hi Physicsissuef! :smile:

The L equation is correct, the P equation isn't.

Hint, repeated: if the lengths are halved each time, what happens to the area?
 
The area equation is incorrect, starting with the term P/8. P and P/4 are correct.

Hint: think carefully, what is the area of the 3rd triangle? (It's not P/8)
 
Ahh... I understand. Maybe this is better:

<br /> <br /> \sum_{k=0}^n \frac{P}{4^k} = P + \frac{P}{4} + \frac{P}{16} + ... + \frac{P}{4^k}<br /> <br />

n \in \mathbb{N}

n \geq 2

n- number of triangles.

Also for L:

<br /> <br /> <br /> \sum_{k=0}^n \frac{L}{2^k} = L + \frac{L}{2} + \frac{L}{4} + ... + \frac{L}{2^k}<br /> <br /> <br />
 
Physicsissuef said:
Ahh... I understand. Maybe this is better:

\sum_{k=0}^n \frac{P}{4^k} = P + \frac{P}{4} + \frac{P}{16} + ... + \frac{P}{4^k}

Yes (with n at the end instead of k, of course :wink:)

ok, now what is:

\sum_{k=0}^n \left(\frac{1}{x}\right)^k ? :smile:
 
  • #10
It will work also with "k". I sow on wikipedia.

<br /> \sum_{k=0}^n \left(\frac{1}{x}\right)^k = 1 + \frac{1}{x} + \frac{1}{x^2} + ... + \frac{1}{x^n}<br />

Why 1/x ?
 
  • #11
Physicsissuef said:
It will work also with "k". I sow on wikipedia.
No … it has to be … \sum_{k=0}^n \frac{P}{4^k} = P + \frac{P}{4} + \frac{P}{16} + ... + \frac{P}{4^n} … doesn't it?
<br /> \sum_{k=0}^n \left(\frac{1}{x}\right)^k = 1 + \frac{1}{x} + \frac{1}{x^2} + ... + \frac{1}{x^n}<br />

Yes, obviously :rolleyes: … but what is that equal to? :smile:
 
  • #12
\frac{\frac{1}{x}-\frac{1}{{x}^{n+1}}}{1-\frac{1}{x}}}
 
  • #13
Physicsissuef said:
\frac{\frac{1}{x}-\frac{1}{{x}^{n+1}}}{1-\frac{1}{x}}}

hmm … how about \frac{1-\frac{1}{{x}^{n+1}}}{1-\frac{1}{x}}} ? :smile:
 
  • #14
But isn't something like this:

S=d+d^2+...+d^n

Sd=d^2+d^3+...+d^n^+^1

S-Sd=S(1-d)=d-d^n^+^1

S=\frac{d-d^n^+^1}{1-d}?
 
  • #15
Your first term is 1, not 1/x. The formula you derived needs to be modified slightly to suit your problem.
 
  • #16
if d=1 then also down there it will be 1..
<br /> S=\frac{1-d^n^+^1}{1-1}<br />
 
  • #17
No, in your derivation, the first term is equivalent to r, the ratio of the n+1 term to the nth term. But in \sum_{k=0}^n \left(\frac{1}{x}\right)^k = 1 + \frac{1}{x} + \frac{1}{x^2} + ... + \frac{1}{x^n}, the first term is not equivalent to the ratio. Which is why the formula needs to be modifed in order to suit your problem.
 
  • #18
S = 1 + \frac{1}{x} + \frac{1}{x^2} + ... + \frac{1}{x^n}

S\frac{1}{x}=\frac{1}{x} + \frac{1}{x^2} + \frac{1}{x^3} + ...+ \frac{1}{{x}^{n+1}}

S-S\frac{1}{x}=S(1-\frac{1}{x})=1-\frac{1}{{x}^{n+1}}

S=\frac{1-\frac{1}{{x}^{n+1}}}{1-\frac{1}{x}}

Sorry, you're right.

But I need to do the same for P and L, right?
 
  • #19
S = P + \frac{P}{4} + \frac{P}{16} + ... + \frac{P}{4^n}

SP=P^2+\frac{P^2}{4}+\frac{P^2}{16}+ ... + \frac{P^2}{4^n}

S-SP=S(1-P)=P - \frac{P^2}{4^n}

S=\frac{P - \frac{P^2}{4^n}}{1-P}

is this correct?
 
  • #20
Ohh... Again I made mistake.
It should be

S(1-\frac{1}{4})=P-\frac{P}{{4}^{n+1}}

S=\frac{P-\frac{P}{{4}^{n+1}}}{1-\frac{1}{4}}

Is the final answer.
 
  • #21
Physicsissuef, that took ages!.

Look, you will lose marks, and time, in your exams if you keep using formulas without really understanding them.

Multiply (1 - x) by (1 + x + + x^2 + … + x^n) using "long multiplication" to understand why (1 - x^n+1)/(1 - x) = (1 + x + + x^2 + … + x^n). :smile:
 
  • #22
Yes, I know that. :smile:
Just I want to ask you, why on other forum told me that the answer is /frac{4P}{3}?

Here is one post:

4P/3 is indeed the correct answer, since;
a / (1 - r) is the sum to infinity of a G.P.
where |r| < 1, a is the first term and r is the common ratio
so;
P / (1 - 1/4) = 4P/3
 
  • #23
Physicsissuef said:
Just I want to ask you, why on other forum told me that the answer is \frac{4P}{3}?

Because P(1 - 0)/(1 - 1/4) = 4P/3 is the answer for n = ∞

… and looking all the way back at post #1, even though you kept doing the sums for n = N, that is what your question actually asked for:
Physicsissuef said:
[In isosceles triangle ABC (triangle with all sides equal size) with side a, is drawn another isosceles triangle A_1,A_2,A_3 which points A_1,A_2,A_3 are in AB/2, BC/2, AC/2. Again third triangle with same attributes is drawn, fourth, fifth... infinite...
 
  • #24
But why 1-0 ? If the answer is P(1-0)/(1-1/4)=4P/3 then

\frac{1}{{4}^{n+1}}=0

because of P(1-\frac{1}{{4}^{n+1}})/(1-1/4).


How is possible {4}^{n+1}=0?
 
  • #25
Physicsissuef said:
How is possible {4}^{n+1}=0?

If n —> ∞, then 4^{n+1} —> ∞,

and so (1/4)^{n+1} —> 0. :smile:
 
  • #26
Strange... :smile: So what is the right answer now?
 
  • #27
Physicsissuef said:
But why 1-0 ? If the answer is P(1-0)/(1-1/4)=4P/3 then

\frac{1}{{4}^{n+1}}=0

because of P(1-\frac{1}{{4}^{n+1}})/(1-1/4).


How is possible {4}^{n+1}=0?

It isn't. Nor is 4^{-(n+1)}= 0 for any fixed n. However, the limit 4^{-(n+1)}= 1/4^{n+1}= 0 as n goes to infinity.
 
  • #28
Physicsissuef said:
Strange... :smile: So what is the right answer now?

You tell us! :smile:
 

Similar threads

Replies
5
Views
3K
Replies
10
Views
3K
Replies
9
Views
2K
Replies
4
Views
1K
Replies
1
Views
2K
Replies
5
Views
2K
Replies
9
Views
3K
Back
Top