Original file(SVG file, nominally 1,000 × 1,000 pixels, file size: 25 KB)

Summary

Description
English: Exponential spirals. For explanation by Tetyana Butler [1]
Date
Source Own work
Author Adam majewski

Licensing

I, the copyright holder of this work, hereby publish it under the following licenses:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
GNU head Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled GNU Free Documentation License.
You may select the license of your choice.

Summary

Here are 3 spirals

x = radius^t*cos(t)
y = radius^t*sin(t)

where angle t in radians is changing from tMin to tMax.

Difference between spirals :

  • radius r > 1 ( escapes to infinity )
  • radius r = 1 ( rotation on unit circle )
  • radius r < 1 ( attracts to center z = 0 )

It can be a model[2] of dynamics under complex quadratic polynomial

Maxima CAS source code


kill(all)$
remvalue(all)$

/* for starting point = e^t use tMin = 1 */

GiveParametric(radius, tMin,tMax) :=
parametric(radius^t*cos(t),radius^t*sin(t),t,tMin,tMax)$

compile(all);

exterior:GiveParametric(1.05, 1, 6*%pi)$
interior:GiveParametric(0.90, 1, 12*%pi)$
boundary:GiveParametric(1.0, 1, 1+2*%pi)$

draw2d(file_name = "expospirals",
        pic_width=1000, 
        pic_height= 1000,
     terminal  = 'svg,

             title         = "Exponential Spirals",
             user_preamble = "set grid polar ; set size square; set size square;set key out;set key top right ;set xtics 0.5; set mxtics 0.5 ",
             nticks        = 200,
             xrange        = [-2,2],
             yrange        = [-2,2],

             color         = blue,
             line_width    = 3,
             key = "radius <1",
             interior,
             key = "radius > 1",
             color = green,
             exterior,
             
             key = "radius = 1",
             color = red,
            
             boundary

 )$

References

  1. Powers of complex numbers by Tetyana Butler
  2. Complex numbers by David E Joyce

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

12 October 2012

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current18:52, 22 October 2012Thumbnail for version as of 18:52, 22 October 20121,000 × 1,000 (25 KB)Soul windsurfer{{Information |Description ={{en|1=Exponentia spirals}} |Source ={{own}} |Author =Adam majewski |Date =2012-10-12 |Permission = |other_versions = }}

The following page uses this file:

Metadata