Engineering Data Presentation and Empirical Data

Engineering Data Presentation

Engineering is driven by data. Whether the data comes from a theoretical calculation, a computer simulation, or a physical experiment, an engineer must be able to interpret that data and present it clearly to others so that safe design decisions can be made.

Tables vs. Graphs

Data is primarily presented in two formats: tables and graphs. Each serves a distinct engineering purpose.

Engineering Tables

A table is used when exact numerical values are required for a calculation.

  • Example: If you need to know the exact density of saturated steam at 150∘C150^\circ\text{C} to size a safety valve, you look it up in a Steam Table.
  • Advantage: High precision and zero ambiguity.
  • Disadvantage: It is difficult to see overall trends or behavior at a glance.

Engineering Graphs (Charts)

A graph is used when the relationship or trend between variables is more important than a single exact number.

  • Example: A pump performance curve showing how the pump's output pressure (head) drops as the flow rate increases.
  • Advantage: Instantly visualizes complex relationships, optimum operating points, and boundaries of safe operation.
  • Disadvantage: Extracting a precise numerical value by reading off the axes introduces human error (reading error).

Anatomy of an Engineering Graph

To be considered a professional engineering document, a graph must have specific features:

  1. Clear Title: State exactly what is being plotted (e.g., "Pump 104-A Performance: Head vs. Flow Rate").
  2. Labeled Axes with Units: The x-axis (independent variable) and y-axis (dependent variable) must be labeled with their physical quantities and their units. A graph plotting "Pressure" is useless; it must be "Pressure (kPa)."
  3. Appropriate Scales: The axes should be scaled so the data fills the available space, making it easy to read. While linear scales are common, logarithmic scales are frequently used in engineering (e.g., acoustics, vibration, fatigue life) to compress data spanning several orders of magnitude into a single chart.
  4. Legend / Key: If multiple data sets are plotted on the same graph, a clear legend must distinguish them.

Working with Empirical Data

Not all engineering problems have neat mathematical equations. When designing a new airplane wing or testing a new composite material, engineers rely on physical testing to generate empirical data (data derived from observation and experiment, rather than theory).

Curve Fitting and Interpolation

When plotting experimental data points, they rarely fall in a perfectly straight line due to measurement noise.

  • Curve Fitting: Engineers draw a smooth "line of best fit" through the scattered data points to represent the underlying physical trend.
  • Interpolation: If an engineer needs a value that falls between two measured data points on the curve, they interpolate (read the value directly off the fitted line). This is generally a safe and accurate practice.
  • Extrapolation: If an engineer tries to predict a value outside the range of the measured data by extending the curve, this is called extrapolation. Extrapolation is highly dangerous in engineering. Physical systems often behave unpredictably outside tested boundaries (e.g., a material that behaves elastically might suddenly yield and break).

Empirical data and the resulting graphs are the ultimate truth in engineering; when theory and experimental data disagree, the physical data always wins.