A Space & astronomy forum. SpaceBanter.com

Go Back   Home » SpaceBanter.com forum » Others » Misc
Site Map Home Authors List Search Today's Posts Mark Forums Read Web Partners

Drawing an ellipse



 
 
Thread Tools Display Modes
  #1  
Old December 4th 04, 04:39 AM
Martin Lewicki
external usenet poster
 
Posts: n/a
Default Drawing an ellipse

Hi

I would like to draw a realistic representation of an elliptical orbit with
a simple computer drawing program. Given the semi-major axis and
eccentricity, is there a formula that converts these into the lengths of
the major and minor axes so that I can enter these values into the the
"circle" function to make the ellipse?

TIA
Marty


  #2  
Old December 4th 04, 05:07 AM
Greg Neill
external usenet poster
 
Posts: n/a
Default

"Martin Lewicki" wrote in message
...
Hi

I would like to draw a realistic representation of an elliptical orbit with
a simple computer drawing program. Given the semi-major axis and
eccentricity, is there a formula that converts these into the lengths of
the major and minor axes so that I can enter these values into the the
"circle" function to make the ellipse?


If a = semimajor axis
b = semiminor axis
c = half the distance between foci
e = eccentricity

then

a^2 = b^2 + c^2 (True for any conic section orbit)
and e = c/a (True for any conic section orbit but the
parabola, where c -- infinite)

so that

b^2 = a^2 - (e*a)^2

b = a*sqrt(1 - e^2)



  #3  
Old December 5th 04, 08:18 PM
Odysseus
external usenet poster
 
Posts: n/a
Default

Greg Neill wrote:

"Martin Lewicki" wrote in message
...


snip

So for a
semimajor axis = 2
eccentricity = 0.5

semiminor axis = 1.73205....


Easier just to write "sqrt3".

and distance of object (focus 1) from perihelion (q) is
a*(1-e)
= 1

Correct?


Looks good. And don't forget, the aphelion radius is
a*(1+e)
= 3 units


And by way of a 'reality check', you can verify that the sum of the
apoapsis and periapsis distances is equal to 2a, the length of the
major axis: here 3 + 1 = 4 = 2*2.

--
Odysseus
 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
The Lunar Drawing and Photo Contest CLT UK Astronomy 0 April 3rd 04 09:01 PM
Trying again: Anybody match the DIMES pics with the landing ellipse Jon Berndt Space Shuttle 0 January 30th 04 06:08 AM
Trying again: Anybody match the DIMES pics with the landing ellipse Jon Berndt Policy 0 January 30th 04 06:08 AM
Basic Ellipse geometry accounts for so called cosmologicalconstant. gravity jones Astronomy Misc 2 January 20th 04 01:37 PM
Tele_extender drawing MikeP Amateur Astronomy 0 December 31st 03 08:33 PM


All times are GMT +1. The time now is 11:29 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 SpaceBanter.com.
The comments are property of their posters.