Help : Please give me a hint on how to start with this problem

A sequence of triangles is defined as follows:

T1 T_1 is an isosceles triangles inscribed in a given circle. With one of the equal sides of T1T_1 as the base , T2 T_2 is an isosceles triangles inscribed in the circle so that the non-coincident vertices of T1 T_1 and T2T_2 are on the same arc. Similarly successive isosceles triangles are drawn with preceding triangle's equal side as base . Proceeded this way till infinitum . Prove that as n n \to \infty , TnT_n \to an equilateral triangle.

#Algebra

Note by Anurag Pandey
4 years, 9 months ago

No vote yet
1 vote

  Easy Math Editor

This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.

When posting on Brilliant:

  • Use the emojis to react to an explanation, whether you're congratulating a job well done , or just really confused .
  • Ask specific questions about the challenge or the steps in somebody's explanation. Well-posed questions can add a lot to the discussion, but posting "I don't understand!" doesn't help anyone.
  • Try to contribute something new to the discussion, whether it is an extension, generalization or other idea related to the challenge.
  • Stay on topic — we're all here to learn more about math and science, not to hear about your favorite get-rich-quick scheme or current world events.

MarkdownAppears as
*italics* or _italics_ italics
**bold** or __bold__ bold

- bulleted
- list

  • bulleted
  • list

1. numbered
2. list

  1. numbered
  2. list
Note: you must add a full line of space before and after lists for them to show up correctly
paragraph 1

paragraph 2

paragraph 1

paragraph 2

[example link](https://brilliant.org)example link
> This is a quote
This is a quote
    # I indented these lines
    # 4 spaces, and now they show
    # up as a code block.

    print "hello world"
# I indented these lines
# 4 spaces, and now they show
# up as a code block.

print "hello world"
MathAppears as
Remember to wrap math in \( ... \) or \[ ... \] to ensure proper formatting.
2 \times 3 2×3 2 \times 3
2^{34} 234 2^{34}
a_{i-1} ai1 a_{i-1}
\frac{2}{3} 23 \frac{2}{3}
\sqrt{2} 2 \sqrt{2}
\sum_{i=1}^3 i=13 \sum_{i=1}^3
\sin \theta sinθ \sin \theta
\boxed{123} 123 \boxed{123}

Comments

If you consider the base lengths as a sequence of numbers then you can form a recurrence relation by pythagoras' theorem. The problem is equivalent to proving that the limit tends to 3r\sqrt3 r which an equilateral triangle has.

I'm not sure how to solve the final equation though. I got something like kn+1=2kk_{n+1}=\sqrt{2-k} and it must be proven that its limit is 1.

Shaun Leong - 4 years, 9 months ago

This problem can benefit from having a "good interpretation".

Let the circle have perimeter 1. Pick a Starting point on the circle (like the top most point). For any other point, define the value as the clockwise distance along the perimeter from the Starting point. Suppose the vertices of T1T_1 are values a,b,c a, b, c .

  1. Can you determine what are the vertices of T2 T_ 2 ?
  2. Can you determine what are the vertices of Tn T_ n ?
  3. What is the equivalent statement in terms of values that Tn T_n \rightarrow an equilateral triangle?

Hence, prove that we approach an equilateral triangle.

Calvin Lin Staff - 4 years, 9 months ago

Log in to reply

I didn't completely understand how to relate the stuff. The perimeter of the arc cut by equal sides of triangle must be same. So if the triangle is becoming an equilateral triangle then it must have all the perimeter of the three arc same . Right ? I tried to make so relation but didn't got too far.

Anurag Pandey - 4 years, 9 months ago

Log in to reply

  1. If a=0.3 a = 0.3 and b=0.5 b = 0.5 are the fixed "equal side as base", where would the new point "c" be?

  2. Generalize and simplify this expression. Hint: Work modulo 1.

  3. The condition for an equilaterial triangle is c=b+13=a+23(mod1) c = b + \frac{1}{3} = a + \frac{2}{3} \pmod{1} (but be careful of orientation). Show that these equations hold true in the limit.

Calvin Lin Staff - 4 years, 9 months ago
×

Problem Loading...

Note Loading...

Set Loading...