Author Topic: Conic Sections and do we want more?  (Read 904 times)

0 Members and 1 Guest are viewing this topic.

Offline STxAxTIC

  • Library Staff
  • Forum Resident
  • Posts: 1091
  • he lives
Conic Sections and do we want more?
« on: May 21, 2020, 03:17:19 pm »
Hello all, so my life is three things - choose two:

1) Satisfy my employer
2) Write code
3) Write natural philosophy

So here's a thing or two about conic sections - these are the shapes you get with gravitational orbits, satellite dishes, headlights, radar, all kinds of stuff introduced in here. There is almost no calculus in this until the Problems section at the end. If you can write QB64 code, I assume you can also follow algebra. Hope it's digestible. Might be useful to someone, might not. Better to post it somewhere than to just sit on it though.

EDIT

Oh yeah - so I'm doing central forces and classical gravity next. I may use qb64 to generate the figures because why not? If I come up with any code worth sharing I'll do so - but all the real effort is going into a PDF. (More time-friendly than source code.)
« Last Edit: May 21, 2020, 03:27:42 pm by STxAxTIC »
You're not done when it works, you're done when it's right.

Offline loudar

  • Newbie
  • Posts: 73
  • improve it bit by bit.
Re: Conic Sections and do we want more?
« Reply #1 on: May 21, 2020, 08:31:57 pm »
1) Satisfy my employer
2) Write code
3) Write natural philosophy

Well now you have to insert a fourth one into there! :D
Check out what I do besides coding: http://loudar.myportfolio.com/

Offline Ashish

  • Forum Resident
  • Posts: 630
  • Never Give Up!
Re: Conic Sections and do we want more?
« Reply #2 on: May 21, 2020, 11:24:59 pm »
Whoa! There are some very good questions in the PDF.
if (Me.success) {Me.improve()} else {Me.tryAgain()}


My Projects - https://github.com/AshishKingdom?tab=repositories
OpenGL tutorials - https://ashishkingdom.github.io/OpenGL-Tutorials

Offline _vince

  • Seasoned Forum Regular
  • Posts: 422
Re: Conic Sections and do we want more?
« Reply #3 on: May 22, 2020, 01:20:33 am »
Will it make my QB64 better?

Offline Qwerkey

  • Forum Resident
  • Posts: 755
Re: Conic Sections and do we want more?
« Reply #4 on: May 24, 2020, 07:12:23 am »
Conic Sections - another mathematical wonder.  At some stage "pure mathematicians" decided to study the curves which result from taking plane sections of a cone.  And lo and behold, we find that Nature uses them, eg Kepler's laws of planetary motion described by conics.  This probably won't make our QB64 stuff any better, but fascinating neverthe less.
« Last Edit: May 24, 2020, 08:27:02 am by Qwerkey »