What’s the name of this cool spiral shape I made in Python?

0
0
Asked By CuriousCoder42 On

Hey everyone! I accidentally created this interesting spiral shape using the turtle module in Python, and it seems really familiar to me. Does anyone know if this shape has a specific name? I'd love to find out! By the way, here's the source code I used: [Source Code Link](https://pastebin.com/8T6tKEGK) and here's what the shape looks like: [Image Link](https://imgur.com/a/1cmgWYt). Thanks!

5 Answers

Answered By ExamEssayist On

Technically, a clothoid or Euler spiral is continuous. I did a project on these shapes back in high school and referred to them as 'quiggles'. Here’s my essay if you're interested: https://bpb-ap-se2.wpmucdn.com/learn.stleonards.vic.edu.au/dist/c/190/files/2012/08/IB_EE_Maths_Hall_with-comments.pdf

Answered By QuickPatents On

You should totally patent it! Quick, before someone else does! XD

CuriousCoder42 -

Haha, good idea!

Answered By WigglyLines On

I’d call it a curly-wurly! Just a fun name for a cool shape.

Answered By MathWhiz89 On

It looks like a clothoid curve to me! Here’s a link if you want to read more about it: https://fr.m.wikipedia.org/wiki/Clotho%C3%AFde. Actually, I think what you made is closely related to an Euler spiral, which is the English term for it.

CuriousCoder42 -

Ty 🙂

Answered By SpiralMaster3000 On

I think it’s reminiscent of an Euler Spiral, too! Those spirals are pretty fascinating and have some cool properties.

CuriousCoder42 -

Cool thx

MathWhiz89 -

Fun fact: I used to mispronounce Euler as 'yo-ler' before I learned it’s 'oiler'. Glad I didn’t say it in front of anyone!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.