Functions for Engineering

A function is a mathematical relationship where each input has exactly one output, usually written as y=f(x)y = f(x). In engineering, functions model how a physical system behaves as a parameter (like time or temperature) changes.

1. Linear Functions

A linear function produces a straight line when graphed.

  • Formula: y=mx+cy = mx + c (where mm is the slope and cc is the y-intercept).
  • Engineering Meaning: Represents constant rates of change, such as Hooke's Law for springs (F=kxF = kx), where the force increases proportionally to the extension.

2. Polynomial Functions

Polynomials involve variables raised to positive integer powers.

  • Formula: y=ax2+bx+cy = ax^2 + bx + c (Quadratic) or y=ax3+â€Ķy = ax^3 + \dots (Cubic)
  • Engineering Meaning: Used to model structural deflection (bending moments are often parabolic), projectile motion under gravity, and aerodynamic drag (FD∝v2F_D \propto v^2).

3. Exponential Functions

Exponential functions have a constant base raised to a variable exponent.

  • Formula: y=a⋅ekxy = a \cdot e^{kx} or y=a⋅bxy = a \cdot b^x
  • Engineering Meaning: Represents processes that grow or decay at a rate proportional to their current value. Examples include radioactive decay, capacitor discharging in RC circuits, and population growth.

4. Logarithmic Functions

Logarithms are the inverse of exponential functions. They answer the question: "To what power must the base be raised to produce a given number?"

  • Formula: y=log⁥b(x)y = \log_b(x) or y=ln⁥(x)y = \ln(x) (natural logarithm, base ee)
  • Engineering Meaning: Used to compress huge ranges of data into a manageable scale, such as the Decibel (dB) scale for acoustics, the Richter scale for earthquakes, and pH values in chemistry. Also appears in thermodynamics (entropy formulas).

5. Trigonometric Functions

Trigonometric functions relate the angle of a right triangle to the ratios of its sides.

  • Formula: y=Asin⁥(ωt+ϕ)y = A \sin(\omega t + \phi)
  • Engineering Meaning: Essential for modeling periodic and oscillating phenomena, such as alternating current (AC) electricity, mechanical vibrations, sound waves, and pendulum motion.