Fundamentals of Astrodynamics (Dover Books on Aeronautical Engineering) 1st Edition
| Roger R. Bate (Author) Find all the books, read about the author, and more. See search results for this author |
| Donald D. Mueller (Author) Find all the books, read about the author, and more. See search results for this author |
| Jerry E. White (Author) Find all the books, read about the author, and more. See search results for this author |
Use the Amazon App to scan ISBNs and compare prices.
There is a newer edition of this item:
Customers who viewed this item also viewed
Orbital Mechanics for Engineering Students (Aerospace Engineering)Howard Curtis Ph.D. Purdue UniversityPaperback
What other items do customers buy after viewing this item?
From the Publisher
Basic Electricity (0486209733)
Fundamentals Of Astrodynamics (0486600610)
Teaching text developed by U.S. Air Force Academy develops the basic two-body and n-body equations of motion; orbit determination; classical orbital elements, coordinate transformations; differential correction; and more.
A Selection Of Introductory Math & Science Books
From Dover Publications
Since 1941, Math & Science books have been a major part of Dover Publications overall catalog. With over 1,400 titles spanning the subjects of Mathematics, Physics, Chemistry, Engineering, Astronomy and more, our catalog contains MANY excellent introductory texts for high school to graduate level study.
About Basic Electricity:
- Originally a training course; contains the best nontechnical coverage of basic electricity theory
- Topics: batteries, circuits, conductors, AC and DC
- Topics: inductance and capacitance, generators, motors, transformers, amplifiers, etc
- Many questions with answers. 349 illustrations
Bestselling Introductory Mathematics Books
|
|
|
|
|---|---|---|
Introduction To Graph Theory (0486678709)A stimulating excursion into pure mathematics aimed at "the mathematically traumatized," but great fun for mathematical hobbyists and serious mathematicians as well. Requiring only high school algebra as mathematical background, the book leads the reader from simple graphs through planar graphs, Euler's formula, Platonic graphs, coloring, the genus of a graph, Euler walks, Hamilton walks, and a discussion of The Seven Bridges of Konigsberg. Exercises are included at the end of each chapter. |
An Introduction To Information Theory (0486240614)Behind the familiar surfaces of the telephone, radio, and television lies a sophisticated and intriguing body of knowledge known as information theory. This is the theory that has permitted the rapid development of all sorts of communication, from color television to the clear transmission of photographs from the vicinity of Jupiter. Covers encoding and binary digits, entropy, language and meaning, efficient encoding and the noisy channel, and explores ways in which information theory relates to physics, cybernetics, psychology, and art. |
Introduction To Topology (0486663523)Ideal introduction to the fundamentals of topology. Originally conceived as a text for a one-semester course, it is directed to undergraduate students whose studies of calculus sequence have included definitions and proofs of theorems. The book's principal aim is to provide a simple, thorough survey of elementary topics in the study of collections of objects, or sets, that possess a mathematical structure. |
Editorial Reviews
From the Back Cover
A new work, first published by Dover in 1971.
I'd like to read this book on Kindle
Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.
Product details
- Publisher : Dover Publications; 1st edition (June 1, 1971)
- Language : English
- Paperback : 480 pages
- ISBN-10 : 0486600610
- ISBN-13 : 978-0486600611
- Item Weight : 1.07 pounds
- Dimensions : 5.5 x 1 x 8.5 inches
- Best Sellers Rank: #103,757 in Books (See Top 100 in Books)
- #8 in Aeronautical Engineering
- #14 in Aircraft Design & Construction
- #55 in Astronautics & Space Flight
- Customer Reviews:
About the authors

Discover more of the author’s books, see similar authors, read author blogs and more

Discover more of the author’s books, see similar authors, read author blogs and more
Customer reviews
Reviewed in the United States on May 21, 2009
Top reviews from the United States
There was a problem filtering reviews right now. Please try again later.
Also, I've used programming languages throughout my engineering career, and recently decided I need to learn Python.
So I decided to read this book as if I'm a student, and use Python to solve the problems. (I'm using Pythonista, an iOS app with useful Python 3.5 packages built in. Version 3.5 allows use of Greek characters in the code, so I can match those in the text.)
I initially researched, then decided to avoid certain astrodynamics packages available for the language; because they basically have all the problems solved.
What I have used though is the NumPy and SymPy packages, that give units and symbolic functions, such as finding the algebraic form of derivative of an algebraic expression.
The best part of this experience has been that the book uses units that I can program in the same fashion. When checking answers, the units print out along with the numbers, so if there's an error, I can see from the wrong units where the bug in my code might be.
The book has a handful of errors, as others have pointed out.
But one other issue has been that the time frame of the book (I was a sophomore in high school when the first edition was published) is such that precision problems encountered and discussed therein just don't exist.
For example, in Section 9.5, page 413, there is a discussion and examples of loss of precision because 'the machine' can only represent 6 significant digits. My Pythonista result for the same example problem shows 16 decimal digits; giving a correct answer where the book predicts a roundoff error in the 5th decimal digit. In all, there are many problems where the answer is different, and I have to just decide that it's a round off problem of the old computer, but not my code.
One intuitive connection pleasure has been due to my having been in a US Air Force radar surveillance career field in the late 70s, and the authors spend a bit of time on tidbits like determination of ICBM trajectory from 2 radar sitings (BMEWS), satellite tracking, other things where now I understand what my old radar computers were doing under the covers while I watched and tracked from my scope. (Side note: it was my exposure to computers during my radar days that influenced me to study and get my Bachelors in EE, focused on computers.)
Overall, it's been a useful book for learning the basic of the subject, as well as learning a new programming language.
On the down side, the paper and print could be better. The authors use the convention of placing small dots above the variable for time derivatives, and as my vision is not perfect, this required me to have a magnifier handy. For younger readers, this will be no problem.
The primary focus is on geocentric (Earth-centered) orbits. Especially the orbits of satellites and ballistic missiles. There are two chapters which include detailed information on Lunar injection trajectories and interplanetary transfer orbits.
You will need to know basic algebra, matrix multiplication, trigonometry, and vector mechanics in order to answer the questions. Fortunately, if you had a decent precalculus course in high school or college you should have all the math you need. There is also a nice review of vector mechanics in the appendix.
The only flaw I found was that some of the chapters were way too long. The author places all of the questions at the end of the chapter. So when you have a 100 page long chapter that is a lot of information to cover in the questions. If they ever make a second edition I would recommend that they place questions at the end of individual sections rather than have seven or eight sections worth of questions grouped together at the end of a chapter.
Also save yourself the trouble and make a formula chart. There are tons of formulas in this book and rather than having to flip pages constantly it is a lot easier to write every new formula down on a sheet of paper. These formula charts will make the exercises flow faster.
This book would be perfect for someone who wants to know how orbits work. It would also make a great gift for any Kerbal Space Program fans you know.
Top reviews from other countries
It covers the basics of orbital mechanics such as the 2-body and n-body problems, dealing with perturbations and changing orbits. The book isn't just technical information, and includes a significant amount of context for the equations and theory, with the author giving relevant names, dates and history which keeps it from feeling dry.
It refers to itself as a resource for teachers, but I've found using it as a self-learning tool works just fine.
In fact, unless I knew otherwise I would think that it was written specifically for this purpose.
When you eventually get around to the equations each chapter, it feels like you've been building up to it for the last couple of minutes of reading which is quite encouraging considering the difficulty of many of them.
The diagrams are generally high-quality and easy to read but the typesetting for the maths is not perfect, and many variables look weird and distracting.
The book also mostly uses Imperial units as it was initially published in the US in the 70's, which is a real shame as everyone uses SI units nowadays.
Overall, I'd recommend this text because of its low price and reasonable clarity, despite the problems I've outlined.
The big problem is the typesetting of the mathematics. If ever you've seen a modern maths text, or a historic classic, you'll know that the layout of the maths is a huge issue, and that it's usually very well done: they'll use LaTeX mostly, and even if they don't, the typesetting isn't a distracting. In this book, though, for me, it is. There are very misaligned equations, messed up fractions, text that should be on a separate line below the equation actual is before the equation or immediately after it on the same line.
These grievances may be for only a small subset of people that care about the design of a book, but I think they're worth noting.
That said, it's not going to stop me from reading the book, but it will be in the back of my mind that this could've been done much better with only little effort.













