Thread Closed

isosceles triangle

 
Share Thread Thread Tools
Jun20-08, 03:36 PM   #1
 

isosceles triangle


1. The problem statement, all variables and given/known data

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

Here is one for you:

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

This looks like on this picture.

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

2. Relevant equations


3. The attempt at a solution

I think it is something like this:

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

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

[tex]
L + \sum_{n=2}^n \frac{L}{{2}^{n-1}} = L + \frac{L}{2} + \frac{L}{4} + ... + \frac{L}{{2}^{n-1}}
[/tex]

[tex]n \in \mathbb{N}[/tex]

[tex]n\geq 2[/tex]

n - number of triangles
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Hong Kong launches first electric taxis
>> Morocco to harness the wind in energy hunt
>> Galaxy's Ring of Fire
Jun20-08, 03:48 PM   #2
 
Do you know what a geometric sum is?
 
Jun20-08, 03:55 PM   #3
 
Yes, I write the geometric sums above in the first post. Please see them, now.
 
Jun20-08, 05:44 PM   #4
 
Blog Entries: 27
Recognitions:
Gold Membership Gold Member
Homework Helper Homework Help
Science Advisor Science Advisor

isosceles triangle


Quote by Physicsissuef View Post
Hi! After a tiring excursion, finally I am back...
strange … I didn't find it tiring!
[tex]P + \frac{P}{4} + \frac{P}{8} + ... + \frac{P}{2^n}[/tex] for the area of the triangle,
No.

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

And what is ∑x^n?

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

[tex]

P + \sum_{k=2}^n \frac{P}{2^k} = P + \frac{P}{4} + \frac{P}{8} + ... + \frac{P}{2^k}

[/tex]


[tex]

L + \sum_{k=2}^n \frac{L}{{2}^{k-1}} = L + \frac{L}{2} + \frac{L}{4} + ... + \frac{L}{{2}^{k-1}}

[/tex]

[tex]
n \in \mathbb{N}
[/tex]

[tex]
n\geq 2
[/tex]

n - number of triangles
 
Jun21-08, 05:52 AM   #6
 
Blog Entries: 27
Recognitions:
Gold Membership Gold Member
Homework Helper Homework Help
Science Advisor Science Advisor
Hi Physicsissuef!

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

Hint, repeated: if the lengths are halved each time, what happens to the area?
 
Jun21-08, 06:01 AM   #7
 
Mentor
Blog Entries: 10
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)
 
Jun21-08, 06:25 AM   #8
 
Ahh... I understand. Maybe this is better:

[tex]

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

[/tex]

[tex]n \in \mathbb{N}[/tex]

[tex]n \geq 2[/tex]

n- number of triangles.

Also for L:

[tex]


\sum_{k=0}^n \frac{L}{2^k} = L + \frac{L}{2} + \frac{L}{4} + ... + \frac{L}{2^k}


[/tex]
 
Jun21-08, 06:34 AM   #9
 
Blog Entries: 27
Recognitions:
Gold Membership Gold Member
Homework Helper Homework Help
Science Advisor Science Advisor
Quote by Physicsissuef View Post
Ahh... I understand. Maybe this is better:

[tex]\sum_{k=0}^n \frac{P}{4^k} = P + \frac{P}{4} + \frac{P}{16} + ... + \frac{P}{4^k}[/tex]
Yes (with n at the end instead of k, of course )

ok, now what is:

[tex]\sum_{k=0}^n \left(\frac{1}{x}\right)^k[/tex] ?
 
Jun21-08, 08:50 AM   #10
 
It will work also with "k". I sow on wikipedia.

[tex]
\sum_{k=0}^n \left(\frac{1}{x}\right)^k = 1 + \frac{1}{x} + \frac{1}{x^2} + ... + \frac{1}{x^n}
[/tex]

Why 1/x ?
 
Jun21-08, 10:10 AM   #11
 
Blog Entries: 27
Recognitions:
Gold Membership Gold Member
Homework Helper Homework Help
Science Advisor Science Advisor
Quote by Physicsissuef View Post
It will work also with "k". I sow on wikipedia.
No … it has to be … [tex] \sum_{k=0}^n \frac{P}{4^k} = P + \frac{P}{4} + \frac{P}{16} + ... + \frac{P}{4^n}[/tex] … doesn't it?
[tex]
\sum_{k=0}^n \left(\frac{1}{x}\right)^k = 1 + \frac{1}{x} + \frac{1}{x^2} + ... + \frac{1}{x^n}
[/tex]
Yes, obviously … but what is that equal to?
 
Jun21-08, 11:02 AM   #12
 
[tex]\frac{\frac{1}{x}-\frac{1}{{x}^{n+1}}}{1-\frac{1}{x}}}[/tex]
 
Jun21-08, 11:06 AM   #13
 
Blog Entries: 27
Recognitions:
Gold Membership Gold Member
Homework Helper Homework Help
Science Advisor Science Advisor
Quote by Physicsissuef View Post
[tex]\frac{\frac{1}{x}-\frac{1}{{x}^{n+1}}}{1-\frac{1}{x}}}[/tex]
hmm … how about [tex]\frac{1-\frac{1}{{x}^{n+1}}}{1-\frac{1}{x}}}[/tex] ?
 
Jun21-08, 12:31 PM   #14
 
But isn't something like this:

[tex]S=d+d^2+...+d^n[/tex]

[tex]Sd=d^2+d^3+...+d^n^+^1[/tex]

[tex]S-Sd=S(1-d)=d-d^n^+^1[/tex]

[tex]S=\frac{d-d^n^+^1}{1-d}[/tex]


?
 
Jun21-08, 12:57 PM   #15
 
Recognitions:
Homework Helper Homework Help
Your first term is 1, not 1/x. The formula you derived needs to be modified slightly to suit your problem.
 
Jun21-08, 01:22 PM   #16
 
if d=1 then also down there it will be 1..



[tex]
S=\frac{1-d^n^+^1}{1-1}
[/tex]
 
Jun21-08, 01:26 PM   #17
 
Recognitions:
Homework Helper Homework Help
No, in your derivation, the first term is equivalent to r, the ratio of the n+1 term to the nth term. But in [tex]\sum_{k=0}^n \left(\frac{1}{x}\right)^k = 1 + \frac{1}{x} + \frac{1}{x^2} + ... + \frac{1}{x^n}[/tex], the first term is not equivalent to the ratio. Which is why the formula needs to be modifed in order to suit your problem.
 
Thread Closed
Thread Tools


Similar Threads for: isosceles triangle
Thread Forum Replies
Derivatives (Trig) with Isosceles Triangles Calculus & Beyond Homework 2
3-4-5 triangle Precalculus Mathematics Homework 9
Max Area of Rectangle within Isosceles Triangle Precalculus Mathematics Homework 2
electric potential & isosceles triangle Introductory Physics Homework 2
help with triangle Introductory Physics Homework 1