Algebra for Engineering

Algebra allows engineers to generalize problems, manipulate variables, and solve for unknowns. It is the foundation for almost all engineering formulas.

1. Expressions

An algebraic expression is a mathematical phrase that can contain ordinary numbers, variables, and operators (like add, subtract, multiply, and divide).

  • Concept: An expression does not contain an equals sign. It represents a value.
  • Engineering Meaning: Expressions are often parts of a larger formula, representing a physical quantity (e.g., 1/2mv21/2 m v^2 represents kinetic energy).
  • Short Example: The expression 2πr2\pi r represents the circumference of a circle with radius rr.

2. Equations

An equation states that two algebraic expressions are equal.

  • Concept: It contains an equals sign (==) and can be solved to find the value of unknown variables.
  • Engineering Meaning: Equations define the relationship between physical properties. For example, Ohm's law (V=I×RV = I \times R) connects voltage, current, and resistance.
  • Short Example: If F=m×aF = m \times a, and we know m=10 kgm=10\text{ kg} and a=9.81 m/s2a=9.81\text{ m/s}^2, then F=10×9.81=98.1 NF = 10 \times 9.81 = 98.1\text{ N}.

3. Rearranging Formulas (Transposition)

Rearranging formulas involves using algebraic rules to isolate a specific variable on one side of the equation.

  • Concept: Whatever operation is performed on one side of the equation must also be performed on the other to maintain equality.
  • Engineering Meaning: Engineers frequently memorize a single core equation but need to solve for different variables depending on what data is given.
  • Short Example: Rearranging v=u+atv = u + at to solve for acceleration (aa): vu=at    a=vutv - u = at \implies a = \frac{v - u}{t}

4. Simultaneous Equations

Simultaneous equations (or systems of equations) are a set of two or more equations containing the same variables, which must be solved together.

  • Concept: If you have nn unknown variables, you generally need nn independent equations to find a unique solution. They can be solved via substitution, elimination, or matrix methods.
  • Engineering Meaning: Used constantly in circuit analysis (Kirchhoff's laws) and statics (force and moment equilibrium) where multiple interconnected components affect each other.
  • Short Example: In a simple static truss, balancing horizontal and vertical forces yields two equations for two unknown reaction forces: R1+R2=100R_1 + R_2 = 100 R12R2=0R_1 - 2R_2 = 0 Solving these yields R2=33.3 NR_2 = 33.3\text{ N} and R1=66.7 NR_1 = 66.7\text{ N}.