Algebra and trigonometry are the core math tools you'll use throughout civil engineering. Whether you're sizing a beam, surveying a site, or estimating project costs, these skills show up constantly. This guide covers equation solving, expression manipulation, trigonometry, and logarithmic/exponential functions.
Solving equations and systems
Linear and quadratic equations
A linear equation takes the form , where and are constants and is the variable. You solve it by isolating .
- Example: Solve
- Subtract 5 from both sides:
- Divide both sides by 2:
A quadratic equation follows the pattern . You can solve these by factoring, completing the square, or using the quadratic formula:
- Example: Solve
- Factor:
- Solutions: or
The discriminant () tells you what kind of roots to expect before you even solve:
- Positive discriminant: two distinct real roots
- Zero discriminant: one repeated real root
- Negative discriminant: two complex roots (no real solutions)
Systems of equations
A system of equations has two or more equations with shared variables. The solution is the point (or points) where all equations are satisfied simultaneously. You can solve using substitution, elimination, or matrix methods.
- Example: Solve
- Add the two equations directly:
- Solve for :
- Substitute back into the second equation: , so
Graphically, the solution to a system of linear equations is the intersection point of the lines. Plotting equations on a coordinate plane can help you visualize whether a system has one solution, no solution (parallel lines), or infinitely many solutions (same line).
Manipulating expressions and formulas

Simplifying algebraic expressions
Algebraic expressions combine variables, constants, and operations. To simplify, combine like terms and follow the order of operations (PEMDAS).
- Example: Simplify
- Group like terms:
- Result:
The distributive property lets you expand expressions:
- Example:
Factoring is the reverse of distributing. You pull out common factors from each term.
- Example: Factor
- The greatest common factor is
- Factored form:
Manipulating algebraic fractions and formulas
To simplify algebraic fractions, factor the numerator and denominator, then cancel common factors.
- Example: Simplify
- Factor the numerator:
- Cancel the common factor : result is (with the restriction that )
Rearranging formulas is something you'll do constantly in engineering. Use inverse operations to isolate the variable you need.
- Example: Rearrange to solve for
- Divide both sides by :
- Take the square root:
When working with exponents, remember the key rules apply to negative and fractional exponents too:
- Example: Simplify
- Multiply:
Trigonometry in problem-solving

Trigonometric functions and ratios
Trigonometry connects angles to side lengths in triangles. In a right triangle, the three primary ratios are defined relative to a chosen angle :
- Sine:
- Cosine:
- Tangent:
The reciprocal functions (cosecant, secant, cotangent) are just the flipped versions of these ratios. A common mnemonic is SOH-CAH-TOA.
The Pythagorean theorem () relates the sides of any right triangle, where is the hypotenuse.
- Example: A right triangle has legs of 3 m and 4 m. Find the hypotenuse.
- m
For non-right triangles, you'll need the law of sines or the law of cosines:
- Law of sines:
- Law of cosines:
Use the law of sines when you know an angle and its opposite side. Use the law of cosines when you know two sides and the included angle (SAS) or all three sides (SSS).
Advanced trigonometric concepts
Trigonometric identities are equations that hold true for all valid angle values. The most fundamental is the Pythagorean identity:
You can use identities to simplify complex trig expressions or verify that two expressions are equivalent.
The unit circle extends trig functions beyond acute angles to any angle, including negative angles and angles greater than . Each point on the unit circle has coordinates .
- Example: Find
- is in the second quadrant, with a reference angle of
- Sine is positive in the second quadrant, so
Inverse trigonometric functions (arcsin, arccos, arctan) work backwards: given a ratio, they return the angle.
- Example: If , then (in the first quadrant)
Be careful with inverse trig functions. They return only one value from a restricted range, but there may be additional valid angles depending on the context.
Logarithmic and exponential functions
Exponential functions and properties
An exponential function has the form , where is the base and is the exponent. The two most common bases are (the natural exponential) and 10.
These functions grow (or decay) rapidly, which is why they model real-world phenomena like population growth, radioactive decay, and compound interest.
- Example: For , plotting from to gives points , , , , . Notice how the output doubles each time increases by 1.
A common civil engineering application is the compound interest formula: , where is the final amount, is the principal, is the interest rate per period, and is the number of periods. This shows up in project cost estimation and long-term infrastructure planning.
Logarithmic functions and properties
A logarithm is the inverse of an exponential. The expression asks: "What power do you raise to in order to get ?" So because .
- Natural logarithm () uses base
- Common logarithm () uses base 10
The change of base formula lets you convert between bases:
- Example:
Three logarithmic properties you should know:
- Product rule:
- Quotient rule:
- Power rule:
These let you break apart or combine log expressions.
- Example: Simplify
- Apply the quotient rule:
To solve exponential equations, take the log of both sides:
- Example: Solve
- Recognize that , so
- Alternatively, take of both sides:
For equations where the answer isn't obvious, taking the natural log of both sides and using log properties is the standard approach.