Equations and Functions
Equations and functions are fundamental concepts in Algebra. An equation is a mathematical statement asserting the equality of two expressions. A function describes a rule or relationship that assigns exactly one output value for every input value.
Linear Equation: A linear equation in one variable has the form:
Where $m$ represents the slope of the line and $b$ is the y-intercept.
Quadratic Equation: A quadratic equation is generally written as:
This equation graphs as a parabola. The value of $a$ determines whether the parabola opens upward ($a > 0$) or downward ($a < 0$).
Function Notation: A function is commonly represented using the notation:
To evaluate a function, substitute the input value into the expression. For example, if $f(x) = 2x + 3$, then $f(4) = 2(4) + 3 = 11$.
Domain and Range:
- Domain: The set of all possible input values ($x$).
- Range: The set of all possible output values ($f(x)$).
Types of Algebraic Functions:
- Linear Functions
- Quadratic Functions
- Polynomial Functions
- Rational Functions
- Piecewise-defined Functions
Sign Convention:
When analyzing equations and functions graphically, the sign of $f(x)$ indicates whether the graph lies above (positive) or below (negative) the x-axis. Similarly, roots or zeros of the equation correspond to the x-values where $f(x) = 0$.
Types of Algebraic Functions
Algebraic functions are expressions that involve only the operations of addition, subtraction, multiplication, division, and exponentiation with constant real-number exponents. The following are key function types every engineering student should master:
1. Linear Functions
A linear function represents a straight-line relationship and is expressed as:
- $m$ is the slope (rate of change)
- $b$ is the y-intercept (value of $f(x)$ when $x = 0$)
- Domain and range: All real numbers
Linear functions have constant rate of change and appear as straight lines on the Cartesian plane. These are often used to model proportional relationships, cost functions, and more.
2. Quadratic Functions
A quadratic function graphs as a parabola and takes the form:
- Vertex form: $f(x) = a(x - h)^2 + k$
- Axis of symmetry: $x = -\frac{b}{2a}$
- Vertex: Point of minimum (if $a > 0$) or maximum (if $a < 0$)
- Discriminant: $D = b^2 - 4ac$ determines number of real roots
Quadratic functions are commonly used in physics (e.g., projectile motion), optimization, and engineering design problems.
3. Polynomial Functions
A polynomial function is the sum of terms of the form $a_nx^n$, where $n$ is a non-negative integer:
- Degree: Highest power of $x$
- Leading coefficient: Coefficient of the term with highest degree
- End behavior is determined by the degree and sign of the leading coefficient
- Roots (real or complex) can be determined via factoring, synthetic division, or the Rational Root Theorem
Polynomial functions generalize linear and quadratic equations and are foundational in modeling structural forces, fluid flows, and electrical circuits.
4. Rational Functions
A rational function is a ratio of two polynomials:
- Vertical asymptotes: values where $Q(x) = 0$
- Horizontal or oblique asymptotes based on the degree of $P(x)$ vs. $Q(x)$
- Domain excludes values that make the denominator zero
Rational functions arise in engineering when analyzing systems involving resistances, fluid resistance, and rational control systems.
5. Piecewise-defined Functions
These functions are defined by different expressions over different intervals of the domain:
- Used when behavior of the function changes at certain thresholds
- Check for continuity at the break points (do left-hand and right-hand limits match?)
- Check for differentiability if needed
Piecewise functions model real-world systems like tax brackets, step-load conditions, and friction models with discontinuous behavior.
Reminder for Engineering Students:
Understanding the graph, domain, range, and behavior of each function type is crucial not only for algebra but also for calculus, physics, and engineering analysis. Practice sketching and interpreting function graphs to build your mathematical intuition.