Aircraft weight and balance related math - help needed

Bohn507
Messages
4
Reaction score
0
Wondering if you have time for a (hopefully) quick math question:

To put it simply, the equation is as follows:

(xA + zB) / (x + z) = y

Where all values except x are pre-determined, and x needs to be changed so the left equation equals y.

y represents the center of gravity for a given aircraft configuration. the denominator on the left equation represents the total weight of the aircraft, and the numerator represents what's known as the total moment (totalMoment (simplified) = (pilotWeight * pilotArm) + (passengerWeight * passengerArm) + ...) (Arm = inches aft of datum).

The math involved is for an aircraft weight and balance application I'm creating for the iPhone. If a given configuration exceeds center of gravity limits, then the application will give suggestions for removing weight for each of the positions aft of the datum (i.e. remove xx weight from front, remove xx weight from baggage, remove xx weight in fuel, etc.). There are variables to represent each of the four seats, baggage, fuel, and oil, along with their respective "arms".

The formula for center of gravity in this scenario is: CG = totalMoment/totalWeight

Thanks,
Eric
 
Mathematics news on Phys.org
Bohn507 said:
Wondering if you have time for a (hopefully) quick math question:

To put it simply, the equation is as follows:

(xA + zB) / (x + z) = y

Where all values except x are pre-determined, and x needs to be changed so the left equation equals y.
There is no "left equation." You mean the left side of the equation. It's possible to solve for x so that the left side equals the right side. I think this is what you want to do, but I'm not sure.

(Ax + Bz) / (x + z) = y
==> Ax + Bz = xy + zy
==> Ax - xy = zy - Bz
Now factor x from the two terms on the left, and divide both sides by the other factor.


Bohn507 said:
y represents the center of gravity for a given aircraft configuration. the denominator on the left equation represents the total weight of the aircraft, and the numerator represents what's known as the total moment (totalMoment (simplified) = (pilotWeight * pilotArm) + (passengerWeight * passengerArm) + ...) (Arm = inches aft of datum).

The math involved is for an aircraft weight and balance application I'm creating for the iPhone. If a given configuration exceeds center of gravity limits, then the application will give suggestions for removing weight for each of the positions aft of the datum (i.e. remove xx weight from front, remove xx weight from baggage, remove xx weight in fuel, etc.). There are variables to represent each of the four seats, baggage, fuel, and oil, along with their respective "arms".

The formula for center of gravity in this scenario is: CG = totalMoment/totalWeight

Thanks,
Eric
 
My bad...brain fart. I got it. Thanks
 
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...
Thread 'Imaginary Pythagorus'
I posted this in the Lame Math thread, but it's got me thinking. Is there any validity to this? Or is it really just a mathematical trick? Naively, I see that i2 + plus 12 does equal zero2. But does this have a meaning? I know one can treat the imaginary number line as just another axis like the reals, but does that mean this does represent a triangle in the complex plane with a hypotenuse of length zero? Ibix offered a rendering of the diagram using what I assume is matrix* notation...
Back
Top