Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Comments on Calculate Center of Thrust

Post

Calculate Center of Thrust

+3
−0

If I have a rocket with some known number of engines $n$, each producing thrust with arbitrary direction $T_n$ and center of thrust $r_n$, the total thrust amount and direction $T_{total}$ is equal to the sum of all thrust vectors:

$$ T_{total}=\sum_i^nT_n $$

How is the center of thrust calculated from these parameters?

History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

1 comment thread

Not sure you can based on only that data? (2 comments)
Not sure you can based on only that data?
Canina‭ wrote over 2 years ago

Wouldn't calculating the center of thrust for a set of engines also require knowledge of the origin of the thrust vector of each respective engine, in relation to the others? Suppose that you have 11 engines of exactly equal thrust, 10 clustered close together and one far away from the others; the center of thrust of such a configuration would be quite different from that of one where all of the engines are distributed evenly. Once you have that, though, it seems to me that this should be a relatively straightforward vector calculation.

Josh Hyatt‭ wrote over 2 years ago

Canina‭a Origin of thrust for the $n$'th engine is denoted $r_n$ in my scenario. It's also not quite as simple as it looks at first. Consider identical engines pointed the same direction. Easy to see the effective center of thrust is right between the two. Now throttle one of those engines down to 50%. Where is the center of thrust now? It can't be in the middle. My intuition tells me it's probably the sum of each thrust origin times the thrust magnitude, but I'm looking for a mathematically sound answer, and I'm having trouble arriving to it myself.