GithubHelp home page GithubHelp logo

diffeq's Introduction

Differential equations

Problem (polar destroyer):

(ds/dt)^2 	=	 (dx/dt)^2 + (dy/dt)^2
		= 	r^2 (dθ/dt)^2 + (dr/dt)^2
(√3/ t) dt 	= 	d θ
(√3 ln t) + c= 	θ 
√3 ln (⅕) + c	 = 	0
c		 = 	-√3 ln (⅕)

θ(t)		 =  	(√3 ln t)  - √3 ln (⅕)
recall: r/15 = t

θ(r) 		= 	 (√3 ln r/15)  - √3 ln (⅕)
θ(r) 		= 	√3 ln (r/3)
r		= 	3e^(θ/√3)

Time:

max θ = 2 π
max t of curve = ⅕(e^(2π/√3)) 
upper bound of T):  ⅕(e^(2π/√3))  + ⅕ 

Visualize solution (logarithmic curve) of DE for problem of two bodies in 2D space. Final project for MATH 206.

image

image

Logarithmic spiral has many special properties: Self-similarity (i.e. zooming out makes rotation of itself) Turnings of a logarithmic spiral increase in geometric progression Constant angle between an intersecting circle centred at the origin and a logarithmic spiral

Particularly, these properties imply that when you increase the radius (ex. circle), there will be a constant angle of rotation no matter what size the circle is.

Same pattern as hawks circling to catch prey, or hurricane!

diffeq's People

Watchers

Ellen Xu avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.