Calculating Pyramid Height from 3 Circles

  • Context: Undergrad 
  • Thread starter Thread starter Mentallic
  • Start date Start date
  • Tags Tags
    Circles Height Pyramid
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
5 replies · 9K views
Messages
3,802
Reaction score
95
Given 3 circles each of radius r, stacked up into a triangular pyramid shape, find the height of the entire structure. This might be expressed more clearly in a graphical form:

http://img206.imageshack.us/img206/3646/stackcircleseb0.png
http://g.imageshack.us/img206/stackcircleseb0.png/1/

I haven't been able to answer this question for years! Any suggestions as to how to find the height h would be appreciated.
 
Last edited by a moderator:
Mathematics news on Phys.org
Draw a triangle connecting the centers of the circles. Calculate the height of the triangle using trivial trigonometry. Can you proceed from here?
 
Ahh it would form an equilateral triangle, giving me the angles I have searched long and hard for to find! :cry:

[tex]h=\frac{6+\sqrt{3}}{2}r[/tex]

That one line:
daniel_i_l said:
Draw a triangle connecting the centers of the circles.
all it took to build that bridge I've been longing for. Thankyou very much, I greatly appreciate that one line of help :biggrin:
 
I too worked out some and i got this:
h=2r+sqrt((2r*2r)-(r*r));
 
Mentallic said:
Ahh it would form an equilateral triangle, giving me the angles I have searched long and hard for to find! :cry:

[tex]h=\frac{6+\sqrt{3}}{2}r[/tex]

You are correct that the triangle is an equilateral triangle. Your derived height is however incorrect. If you arrived at this result we can help find the error in your reasoning.
 
Seems I was too excited and skipped a whole lot of rational thinking.
I knew it would've been a stupid mistake, and while I don't know what I did wrong yesterday (no point in trying to find out), I have the correct answer now.

[tex](2+\sqrt{3})r[/tex]

which is equivalent to KnowPhysics' after a bit of manipulation:

[tex]2r+\sqrt{(2r)(2r)-(r)(r)}[/tex]

[tex]2r+\sqrt{4r^2-r^2[/tex]

[tex]2r+\sqrt{3r^2}[/tex]

[tex]2r+\sqrt{3}r[/tex]

Thanks :smile: