[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference rusure::math

Title:Mathematics at DEC
Moderator:RUSURE::EDP
Created:Mon Feb 03 1986
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:2083
Total number of notes:14613

1768.0. "Equation for spiral from Golden Rectangle (Phi)" by HDLITE::NEWMAN (Chuck Newman, 297-5499, MRO4-1/H16, Pole J13) Tue Jun 15 1993 14:06

If you've seen Donald Duck in Mathemagic Land, you probably remember the part
with the Golden Rectangle.  They then constructed a spiral curving from
a-b-g-h-i (in my rendition below).  I'd like a formula for the spiral.

As an approximation, I was going to deal with it in 90� pieces.  For the first
piece, I was going to start with an arc starting at a, centered at c.  As I
swing the arc toward b, however, I would decrease the radius and slide the
center to d.  For the next segment, the centerpoint would move from d to e as
the arc swung to g.

Would someone provide me with a better algorithm.?  It seems to me that this
method would only be continuous for the zeroth and first derivative.
								-- Chuck Newman
              c  h
a---------------------
|             |  |    |
|            i|--|    |
|            d|-------|g
|             |  e    |
|             |       |
|             |       |
|             |       |
 ---------------------
              b
T.RTitleUserPersonal
Name
DateLines
1768.1AUSSIE::GARSONnouveau pauvreWed Jun 16 1993 02:1417
    re .0
    
    I'm not familiar with Donald Duck etc. but from the looks of it, with
    suitable choice of axes, in polar coordinates, you want to fit an
    equation of the form:
    
          �
    r = Ak
    
    where 0 < k < 1
    
    Having done this it should be easy to come up with parametric equations
    for x and y in terms of � if you want Cartesian coordinates.
    
    I recall that the above is called a "logarithmic spiral".
    
    HTH