Jump to content

I'm stuck on a math conundrum


Recommended Posts

Alright, so I'm writing programs on my calculator for my project here and I'm writing a program where you can calculate a satellite's periapsis and apopasis just by using a launcher's (with the satellite of course) final burnout altitude, velocity, and the velocity vector. I'm using this equation from Robert Braeunig's excellent Rocket and Space Technology page to write out the equation on my calculator. Here is the equation

( -C ± SQRT[ C2 - 4 × (1 - C) × -sin2(Z) ]) / (2 × (1 - C))

where:

C = 2 × GM / (r1 × v12)

r1 is distance from center of body being orbited.

v1 is velocity at burnout.

Z is the zenith angle, or angle between an imaginary vertical line extending from the center of the body being orbited and prograde vectors (not in terms of absolute value).

The real problem I am having is the term -sin2(Z). I've never seen a sine worded like that, but then again, I'm only in 10th grade Algebra II Honors. I'm trying to write the equation in an understandable form for my calculator. My calculator is a TI-84 Plus C Silver Edition.

Link to comment
Share on other sites

sin^2(z) is just sin(z) * sin(z). Sometimes we place exponents after an operator but before it's arguments. This helps clarify, in theory, that we are raising the result of the operator by a power, and not the arguments themselves.

Edited by TythosEternal
Clarifying absence of minus
Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...