Useful mathematics: from proportions to derivatives
Engineering mathematics turns verbal questions into checkable relationships. The goal is not symbol memorization but model construction and assumption checking.
Every Mars example is deliberately simplified. A number calculated in an exercise does not become a mission requirement.
1. Algebra: isolate the unknown without losing the physics
An equation says two expressions represent the same quantity. If E = P t and time is unknown, divide by P: t = E/P. Name the symbols before manipulating them: E is energy, P power, and t time. The units kWh/kW reduce to hours.
Exercise 1
A battery has 180 kWh usable energy and supplies 12 kW continuously. Ideal duration?
Solution : t = 180/12 = 15 h, before efficiency, reserve policy, and ageing.
Fifteen hours is an ideal duration obtained by dividing available energy by constant power. A real system then subtracts reserve, conversion losses, ageing, and auxiliary loads before promising operational endurance.
Why this matters
Engineering algebra isolates the unknown while keeping physical meaning visible. Each transformation should be reversible and units should follow the symbols.
If E=P t, then t=E/P. A battery with 90 kWh usable and a constant 6 kW load gives an ideal 15 h. The calculation below is a consistency test, not a complete truth.
Real duration can be lower if power varies, a minimum reserve is required, or usable capacity depends on temperature.
2. Proportions: test linearity before scaling
A rule of three assumes that doubling an input doubles the output. That may approximate food mass at first order, but hospitals, power plants, and workshops have fixed costs, thresholds, and redundancy steps.
Before scaling from 4 to 100 people, separate quantities proportional to population from infrastructure that changes in discrete blocks. A standby pump or airlock does not necessarily multiply by the food factor.
Physical reading
Proportion is powerful only when the relationship is linear. Doubling population approximately doubles some consumable flows, but doubling a geometric dimension does not double volume.
At 0.4 kg/day makeup per person, 20 people need 8 kg/day and 100 people need 40 kg/day. By contrast, doubling a cylindrical tank radius quadruples its cross-sectional area.
A rule of three applied to a saturated system, area scaling, or redundancy often gives a misleading extrapolation.
3. Geometry: areas, volumes, and scale laws
A disk has area A = πr² and a cylinder volume V = πr²h. Doubling radius quadruples cross-sectional area; doubling every linear dimension multiplies volume by eight. Linear intuition therefore fails quickly for tanks and habitats.
Exercise 3
Cylindrical tank: r = 1.2 m and h = 3.0 m. Find geometric volume.
Solution : π × 1.2² × 3 ≈ 13.57 m³. Usable volume is lower after structure, hardware, and ullage.
The geometric calculation gives only the envelope. Real usable volume is reduced by walls, internal structure, sensors, gas space, and operating margins; that distinction belongs in the inventory model.
Case study — why volume grows faster than length
Consider a cylindrical tank with radius 1.5 m and height 4 m. Its volume is πr²h ≈ 28.27 m³. If every linear dimension doubles, radius becomes 3 m and height 8 m; volume becomes about 226.2 m³, eight times larger. External area grows only by a factor of four. This difference is why scaling changes structural, insulation, and storage balances.
Doubling only the height while keeping radius fixed doubles the volume. The phrase “twice as large” is therefore not a mathematical specification. State which dimension changes. On Mars this affects wall mass, heated area, pressurized volume, and transfer time. Geometry tells you which quantities grow with L, L², or L³.
Move into calculation
Geometry becomes a resource problem when a habitat must be pressurized, heated, shielded, or manufactured. Habitable volume, wall area, and shielding mass do not scale the same way.
A cylinder of radius 3 m and length 8 m provides V≈π×9×8≈226 m³ before internal fittings. A uniform 2 m regolith layer over 100 m² represents 200 m³ of material before porosity. The teaching value is seeing units turn into a decision.
A geometrically efficient shape can be difficult to build, inspect, or repair; the mathematical optimum is not automatically the industrial optimum.
4. Trigonometry: turn an angle into components
For vector magnitude V at angle θ above horizontal, Vx = V cosθ and Vy = V sinθ. The same decomposition appears in slopes, robotics, tilted thrust, and line of sight.
Check degree versus radian mode. A simple sanity check is that each orthogonal component must not exceed the original magnitude.
Exercise 4
V = 10 m/s at 30°. Find Vx and Vy.
Solution : Vx ≈ 8.66 m/s and Vy = 5.00 m/s.
Control point
Trigonometry turns angles and lengths into measurable components. On Mars it appears in slopes, lines of sight, antennas, forces, and local trajectories.
A 10° slope over 100 m horizontal distance corresponds to about 17.6 m elevation change because tan(10°)≈0.176. An engineer keeps numerical result, margin, and validity domain separate.
Check whether the stated distance is horizontal, along the slope, or slant range; the same angle then leads to different equations.
5. Vectors: direction is part of the data
Mass is scalar. Force, velocity, and acceleration are vectors. Two 5 m/s velocities, one east and one north, combine to magnitude √(5²+5²) ≈ 7.07 m/s, not 10 m/s.
Vector components also combine pointing errors and forces. Choosing clear axes turns one spatial problem into several scalar equations and then reconstructs the direction.
Case study — add displacement vectors, not just distances
A rover travels 8 km east and then 6 km north. Path length is 14 km, while straight-line displacement is √(8²+6²)=10 km. Its direction relative to east is arctan(6/8)≈36.9°. This elementary distinction becomes essential for navigation, velocity vectors, and relative wind.
If the rover must return to its start, the direct-return quantity is the opposite displacement vector, not the historical sum of path segments. If terrain forces a detour around a crater, actual path length again exceeds displacement magnitude. An autonomy model must say whether it uses ideal geometry, a traversable route, or accumulated distance. Mathematics keeps these objects distinct instead of hiding them inside one word.
Interpretation
A vector has magnitude and direction. Adding velocities, forces, or displacements as ordinary numbers ignores orientation and can produce a wrong navigation decision.
A rover drives 3 km east and then 4 km north: path length is 7 km, while net displacement is 5 km by Pythagoras. The formula is useful because it makes a system dependency visible.
Displacement does not determine energy use: terrain, slope, and speed can make a geometrically shorter route more expensive.
6. Functions and graphs: see trends
A function maps input to output. Power versus time reveals peaks; CO₂ versus time reveals drift and control lag; efficiency versus load reveals operating regions.
Always inspect axes, units, origin, and scale. A truncated axis can exaggerate change. A logarithmic axis represents ratios rather than equal absolute steps.
Field reasoning
A function links an input to an output. A graph exposes thresholds, saturation, drift, and regions where a linear approximation stops being acceptable.
If a battery provides 100 kWh usable at 20°C but only 85 kWh in a cold scenario, capacity is not a universal constant; it depends on state. A model can write E_usable=f(T,age,power).
Drawing a line through two measured points does not justify indefinite extrapolation outside the observed domain.
7. Derivatives: follow rates of change
If x(t) is position, dx/dt is velocity and d²x/dt² acceleration. If M(t) is tank mass, dM/dt is net flow. A derivative asks how quickly a quantity is changing at a particular point.
For sampled data, ΔM/Δt is already a useful average slope. Rate thinking matters when a leak accelerates, temperature drift steepens, or repair time grows unexpectedly.
Why this matters
A derivative measures an instantaneous rate of change. It distinguishes an acceptable inventory that is deteriorating rapidly from a low but stable inventory.
If a tank drops from 1,000 to 940 kg in 6 h, the average rate is −10 kg/h. If it persisted, 240 kg would be lost in 24 h; the slope reveals the problem before the tank is empty. The calculation below is a consistency test, not a complete truth.
A six-hour average can hide an intermittent leak; sensor time resolution is part of the model.
8. Integrals: accumulate flow or power
Integration accumulates a distributed quantity. Energy is the integral of power over time; transferred mass is the integral of mass flow. With constant values, this becomes quantity = rate × time.
Exercise 8
2 kW for 3 h, then 5 kW for 1 h. Energy?
Solution : 2×3 + 5×1 = 11 kWh, a piecewise integration.
Case study — integrate variable power
Electrical load is rarely perfectly constant. Suppose a heater draws 1 kW for 2 h, 3 kW for 4 h, and 0.5 kW for 6 h. Energy is the area under the power-time curve: 1×2 + 3×4 + 0.5×6 = 17 kWh. When values are piecewise constant, this sum is a discrete integral.
With one-minute samples you can sum PᵢΔt. With a continuous function P(t), write E = ∫P(t)dt. The notation changes, not the physical meaning: a rate is accumulated through time. The same idea accumulates water flow, oxygen production, or dose. Units are a built-in check: kW×h gives kWh and kg/h×h gives kg. An integral ending in the wrong unit signals a badly posed model.
Physical reading
An integral accumulates a quantity over time or space. In operations it turns power into energy, flow into mass, or concentration into cumulative exposure under a chosen model.
A load of 8 kW for 2 h and then 3 kW for 6 h consumes 16+18=34 kWh. Graphically this is the area under P(t).
Adding power values without their durations has no energy unit and sizes no battery.
9. Exponentials and logarithms: think in ratios
Exponential behavior appears when a rate depends on the amount already present. A logarithm is the inverse operation. The practical lesson is that exponential behavior can cross orders of magnitude very quickly.
Logarithmic axes are useful when values span large ratios. A straight line on log axes carries different meaning from a straight line on linear axes.
Move into calculation
Exponentials describe changes proportional to the current state; logarithms invert those relationships or compare orders of magnitude. They appear in decay, kinetics, reliability, and some thermal or biological models.
With an ideal 2% degradation per cycle, the remaining fraction after 20 cycles is 0.98²⁰≈0.668. It is not a 40% remainder from simple subtraction because the base changes each cycle. The teaching value is seeing units turn into a decision.
An exponential model must be justified by the mechanism; visual resemblance alone is not enough.
10. Uncertainty: worst-case and independent errors
Ten interfaces at ±0.1 mm can stack to ±1.0 mm in arithmetic worst case. If errors are genuinely independent and centered, root-sum-square gives √10 × 0.1 ≈ 0.316 mm.
The results reflect different assumptions. A common calibration bias does not disappear through square-root statistics. State the error model with the number.
Case study — uncertainty belongs to the decision
An assembly contains four measured dimensions with independent uncertainties of ±0.20, ±0.10, ±0.15, and ±0.05 mm. Worst-case arithmetic adds amplitudes to ±0.50 mm. If errors are genuinely independent, centred, and suitable for root-sum-square combination, the RSS value is about 0.274 mm. These numbers belong to different models; choosing the smaller one simply because it is convenient is not valid reasoning.
In a Mars workshop, a shared calibration bias can destroy the independence assumption. Four instruments calibrated from the same biased reference can all shift in the same direction. Uncertainty therefore belongs to measurement architecture: independent references, cross-checks, and calibration intervals. The equation never erases the physical structure of error sources.
Control point
Uncertainties can be combined as a worst case or, under independence assumptions, by root-sum-square. The choice depends on the safety question and the nature of the errors.
Ten interfaces at ±0.1 mm give ±1.0 mm by arithmetic worst-case stacking. If errors are independent, centered, and comparable, root-sum-square gives √10×0.1≈0.316 mm. An engineer keeps numerical result, margin, and validity domain separate.
A common machining bias is not independent; using RSS on correlated errors underestimates possible drift.
11. Optimization: objectives conflict
Minimizing mass, power, time, cost, and risk while maximizing margin and repairability is a multiobjective problem. Often no single design dominates all alternatives.
Separate hard constraints from weighted preferences and test sensitivity. If the winner changes for a tiny weight change, the decision is fragile.
Interpretation
Optimization means choosing among conflicting objectives. Mass, power, volume, cost, reliability, crew time, and repairability usually do not share one common minimum.
Adding a backup unit increases installed mass and power yet can reduce downtime. A simple objective function might weight mass, energy, and risk, but those weights are themselves a decision. The formula is useful because it makes a system dependency visible.
A precise numerical minimum is not a physical truth when weights, constraints, or scenarios were chosen arbitrarily.
Sensitivity check for 11. Optimization: objectives conflict. Change one input at a time and sketch the new point on the same graph. Decide whether the local slope stays constant; if it does not, state the interval over which your linear approximation remains useful. Finish by naming the variable whose uncertainty most strongly changes the engineering decision.
12. Mini-project: water buffer with margin
Assume 40 kg/day makeup, 30 days autonomy, and 25% planning margin. Nominal inventory = 1,200 kg; with margin = 1,500 kg. At roughly 1,000 kg/m³, that is 1.5 m³ water.
Tank design still needs ullage, structure, insulation, quality control, plumbing, leaks, and refill strategy. Mathematics frames the requirement; engineering completes the system.
Guided project — size a buffer without hiding assumptions
A base wants a cylindrical water buffer able to cover a production interruption. Assume 100 people, a net loss of 0.45 kg/person/day after recycling, and a target endurance of 12 days. Useful requirement is 100×0.45×12 = 540 kg, about 0.54 m³ using the teaching density 1,000 kg/m³. Adding a 30% operational margin gives 702 kg or 0.702 m³. Keep that margin separate from uncertainty in the actual loss rate.
Choose a vertical cylindrical tank with 1.0 m internal diameter, radius 0.5 m. Base area is π×0.5² ≈ 0.785 m². For 0.702 m³, useful liquid height is V/A ≈ 0.894 m. If 15% free volume is reserved above the liquid, minimum geometric volume becomes 0.702/0.85 ≈ 0.826 m³, corresponding to total height about 1.052 m. Geometry has translated an inventory requirement into a physical dimension.
Now give the 0.45 kg/person/day net loss a simplified uncertainty of ±0.08. The high case, 0.53, requires 636 kg before margin. With 30%, inventory becomes 826.8 kg. The previous tank is no longer comfortable: 0.826 m³ is almost exactly the liquid volume required before free volume is reserved. Sizing is therefore sensitive to uncertainty in loss rate, not merely to precise cylinder dimensions.
The next mathematical question is not automatically 'increase diameter.' A larger diameter lowers height but changes floor area, some wall areas, structure, and access. A taller cylinder saves floor footprint while creating other constraints. Optimization requires objectives: mass, volume, accessibility, stability, fabrication, cleaning. Without an objective function, 'optimal' has no defined meaning.
Finish with a sensitivity curve by calculating inventory for 0.35, 0.45, 0.55, and 0.65 kg/person/day. The result is a straight line because the model is linear in loss rate. If the real system contains a threshold, saturation, or efficiency that varies with flow, the curve will no longer be linear. That is the purpose of mathematics here: turn verbal requirements into equations and expose which assumptions control the decision.
13. End-of-module check
- I isolate an unknown and check units.
- I know when proportional scaling is risky.
- I compute basic geometry and vector components.
- I read derivatives as rates and integrals as accumulation.
- I distinguish worst-case from statistical uncertainty.
Corrected drill set — independent check
1. Does cylinder volume merely double when radius doubles?
Not if height stays fixed: V=πr²h, so doubling radius multiplies volume by four. If radius and height both double, volume grows by eight.
2. A rover travels 3 km east then 4 km north. Displacement?
Displacement magnitude is √(3²+4²)=5 km while path length is 7 km. They answer different physical questions.
3. A constant flow is 2 kg/h for 7.5 h. Accumulated mass?
For constant flow, the integral is rate×time: 2×7.5 = 15 kg. If flow varies, sum intervals or integrate q(t).
4. Does ±0.2 mm repeated five times always mean ±1 mm?
±1 mm is arithmetic worst case if every error aligns. Independent centred errors may support a smaller RSS model, but independence must be justified rather than assumed.
5. What does “optimize” mean without a criterion?
Nothing unique. Minimizing mass, energy, maintenance burden, or risk can produce different solutions. Define variables, constraints, and objective before claiming an optimum.
Deep practice workshop
For these problems, sketch the mathematical relationship before substituting numbers. State what is assumed linear, what scales with an area or volume, and what is a constraint rather than an unknown. The solutions focus on choosing the model and testing sensitivity, not merely on producing a final number.
1. Isolate a variable
From E=P t, isolate P and calculate average power for 72 kWh delivered in 9 h.
Reasoned solution : P=E/t=72/9=8 kW. Here kWh/h reduces to kW.
2. Cylinder
Tank r=1.5 m, L=4 m. Volume?
Reasoned solution : V=πr²L≈π×2.25×4≈28.27 m³. Usable liquid capacity may be smaller if gas ullage is required.
3. Slope
What elevation change corresponds to 250 m horizontal at 6°?
Reasoned solution : Δz=250 tan6°≈26.3 m. If 250 m were distance along the slope, sin6° would be used instead.
Tangent applies because the stated 250 m is horizontal distance. If the problem had given distance along the slope, sine would be the relevant relation: identifying the triangle is part of the calculation.
4. Vectors
5 km east then 12 km north: displacement and path length?
Reasoned solution : Path length=17 km; displacement=√(25+144)=13 km. They answer different questions.
5. Integration
A load is 4 kW for 3 h and 1 kW for 9 h.
Reasoned solution : E=12+9=21 kWh. Energy is the area under the power-time curve.
6. Tolerance stack
Six interfaces ±0.2 mm: worst case and independent RSS?
Reasoned solution : Worst case ±1.2 mm; RSS=0.2√6≈0.490 mm. RSS assumes centered independent errors.
Worst-case addition assumes every tolerance drifts in the same adverse direction; RSS assumes independent, centered errors. Choosing between them is an engineering assumption, not a cosmetic mathematical preference.
7. Exponential
Capacity retains 99% each cycle. Fraction after 50 cycles?
Reasoned solution : 0.99^50≈0.605. Repeated 1% loss is not subtraction of fifty percentage points.
Repeated loss compounds multiplicatively. The remaining fraction after fifty cycles shows why a small per-cycle degradation can dominate long-duration performance and why the cycles must actually be comparable.
8. Optimization capstone
Two architectures: A=1,000 kg, 20 kW, 4% unavailability; B=1,200 kg, 16 kW, 1% unavailability. Why is there no “best” answer without a criterion?
Reasoned solution : A minimizes mass while B reduces power and unavailability. Constraints and weights must be stated—for example maximum mass, available power, and risk penalty. Optimization starts by defining the decision, not by launching a solver.
No architecture is best without constraints. Mass, power, and unavailability have different units, so a decision needs hard limits or an explicitly justified weighting method rather than a single unexplained score.
Additional advanced problems
1. Area-volume
If every dimension of a similar module doubles, how do area and volume change?
Reasoned solution : Area ×4 and volume ×8. Surface-to-volume ratio halves, which can change thermal loss and wall mass per habitable volume.
2. Discrete derivative
Inventory is 500, 480, 455 kg at t=0,2,4 h. Average rates?
Reasoned solution : −10 kg/h then −12.5 kg/h. Loss is accelerating; a single overall −11.25 kg/h average hides the trend.
3. Flow integral
Flow is 2 kg/h for 5 h then 0.5 kg/h for 10 h.
Reasoned solution : M=10+5=15 kg.
4. Vector mini-project
A rover goes 4 km east, 3 km north, 4 km west. Net displacement?
Reasoned solution : Final displacement is 3 km north while 11 km was traveled. Energy depends on path and profile, not net displacement.
The rover returns to its original east-west coordinate but not to its starting point: displacement is 3 km north. Travel energy depends on the full 11 km path and its terrain, not on displacement alone.
Sources and references
These references stabilize units and measurement language; the geometries and numerical cases are deliberately constructed exercises used to teach the method.
- NIST — Definitions of SI Base Units — SI base units and exact defining constants.
- NIST Technical Note 1297 — Measurement Uncertainty — Framework for expressing measurement uncertainty.