3.3 Linear & Simultaneous Equations
Key Takeaways
- Linear equations represent first-degree relationships where the variable is isolated on one side using the balance method of inverse operations.
- Simultaneous equations with two unknowns require a system of two independent equations and are solved using either the substitution or elimination method.
- The substitution method is ideal when one variable has a coefficient of 1, allowing it to be isolated and substituted into the other equation.
- The elimination method involves multiplying equations by constants to align coefficients of one variable, then adding or subtracting to eliminate it.
- Practical aviation applications include calculating reaction forces on nose and main landing gear assemblies and solving loop currents in electrical networks.
Introduction to Linear Equations
A linear equation is an algebraic equation of the first degree, meaning the highest power of any variable in the equation is $1$. The general form of a linear equation with one variable is: Where $a$ and $b$ are constants and $x$ is the unknown variable. Solving a linear equation involves finding the value of the variable that makes the equation true.
Solving Simple Linear Equations
To solve a linear equation, you isolate the unknown variable on one side of the equation. This is achieved using the balance method: whatever operation you perform on one side of the equation (addition, subtraction, multiplication, division), you must also perform on the other side.
Transposition Rules
- If a term is added, subtract it from both sides.
- If a term is subtracted, add it to both sides.
- If a variable is multiplied by a coefficient, divide both sides by that coefficient.
- If a variable is divided, multiply both sides.
Worked Example: Rearranging and Solving
Problem: Solve the equation for $x$:
Step-by-step Solution:
- Expand the brackets on the left side:
- Combine like terms on the left side:
- Add $14$ to both sides to isolate the variable term:
- Divide both sides by $4$ to solve for $x$:
Transposing Formulas with Multiple Variables
In EASA Module 1, you will often need to rearrange a formula to make a different variable the "subject." Let's take the parallel resistance equation:
Rearrange the equation to make $R_1$ the subject:
- Multiply both sides by $(R_1 + R_2)$ to clear the fraction:
- Expand the bracket:
- Collect all terms containing $R_1$ on one side of the equation. Subtract $R_t R_1$ from both sides:
- Factor out $R_1$ on the right side:
- Divide both sides by $(R_2 - R_t)$ to isolate $R_1$:
This technique of grouping terms and factoring is vital for resolving EASA formula transposition questions.
Simultaneous Linear Equations with Two Unknowns
A system of simultaneous equations consists of two or more equations containing multiple variables. To find a unique solution, you must have at least as many independent equations as there are variables. For two variables ($x$ and $y$), we need a system of two equations:
There are two primary algebraic methods to solve these systems: substitution and elimination.
1. The Substitution Method
This method is best when one of the variables has a coefficient of $1$ or $-1$.
- Rearrange one equation to express one variable in terms of the other (e.g., $y = \text{expression in } x$).
- Substitute this expression into the other equation.
- Solve the resulting single-variable equation.
- Substitute the numerical value back into the first equation to find the second variable.
Worked Example: Solve the system:
- Isolate $y$ in the first equation:
- Substitute $(11 - 3x)$ for $y$ in the second equation:
- Solve for $x$:
- Substitute $x = 3$ back into the isolated expression for $y$:
The solution is $x = 3$, $y = 2$.
2. The Elimination Method
This method is preferred when coefficients do not easily lend themselves to substitution.
- Multiply one or both equations by appropriate numbers so that the coefficients of one of the variables are equal in magnitude.
- Add or subtract the equations to eliminate that variable.
- Solve the resulting single-variable equation.
- Substitute the value back to find the other variable.
Worked Example: Solve the system:
- To eliminate $y$, multiply the first equation by $2$ and the second equation by $3$:
- Add the two equations to eliminate $y$:
- Solve for $x$:
- Substitute $x = 4$ into the first equation:
The solution is $x = 4$, $y = 3$.
Practical Aviation Applications
1. Static Equilibrium on Landing Gear
During design or weight-and-balance inspections, technicians calculate the landing gear reaction forces. Consider a light aircraft weighing $12,000\text{ N}$ static on the ramp. The nose gear is $2\text{ m}$ forward of the center of gravity (CG), and the main gear is $0.5\text{ m}$ aft of the CG. Let $F_n$ be the nose gear force and $F_m$ be the main gear force. The two physical laws of equilibrium state:
- Vertical Force Equilibrium: The sum of upward gear forces must equal the aircraft weight:
- Moment Equilibrium: The sum of moments about the CG must be zero (clockwise equal counter-clockwise):
We have a system of simultaneous equations:
Let's solve by substitution:
- From the second equation, isolate $F_m$:
- Substitute $F_m = 4 F_n$ into the first equation:
- Solve for $F_m$:
Thus, the nose gear carries $2,400\text{ N}$ of load, and the main gear carries $9,600\text{ N}$.
2. Electrical Circuit Analysis (Kirchhoff's Laws)
Simultaneous equations are essential for analyzing multi-loop electrical circuits in aircraft avionics. Using Kirchhoff's laws, we can find unknown branch currents. Consider a two-loop DC circuit that yields the following equations for currents $I_1$ and $I_2$:
Let's solve using elimination:
- Multiply the first equation by $2$ and the second equation by $7$ to align the $I_1$ coefficients:
- Add the two equations to eliminate $I_1$:
- Substitute $I_2$ back to find $I_1$:
These electrical calculations form the basis for circuit breaker and wire sizing analyses in aircraft modifications.
Solve the following linear equation for the unknown current variable I: 5(I - 2) - 3(2I - 4) = 4 - 2(I - 1).
In an aircraft electrical circuit diagnosis, two loop currents I1 and I2 satisfy the simultaneous equations: 4I1 - 3I2 = 5 and 2I1 + 5I2 = 9. Find the values of currents I1 and I2.
During a weight and balance analysis, the reaction forces at the nose gear (Fn) and main gear (Fm) of a light aircraft are modeled by the static equilibrium equations: Fn + Fm = 15,000 N and 3Fn - Fm = 1,000 N. Solve the system to find Fn and Fm.