Fiveable

๐Ÿ‘ท๐Ÿปโ€โ™€๏ธIntro to Civil Engineering Unit 2 Review

QR code for Intro to Civil Engineering practice questions

2.1 Algebra and Trigonometry

2.1 Algebra and Trigonometry

Written by the Fiveable Content Team โ€ข Last updated August 2025
Written by the Fiveable Content Team โ€ข Last updated August 2025
๐Ÿ‘ท๐Ÿปโ€โ™€๏ธIntro to Civil Engineering
Unit & Topic Study Guides

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 ax+b=0ax + b = 0, where aa and bb are constants and xx is the variable. You solve it by isolating xx.

  • Example: Solve 2x+5=132x + 5 = 13
    • Subtract 5 from both sides: 2x=82x = 8
    • Divide both sides by 2: x=4x = 4

A quadratic equation follows the pattern ax2+bx+c=0ax^2 + bx + c = 0. You can solve these by factoring, completing the square, or using the quadratic formula:

x=โˆ’bยฑb2โˆ’4ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}

  • Example: Solve x2โˆ’5x+6=0x^2 - 5x + 6 = 0
    • Factor: (xโˆ’2)(xโˆ’3)=0(x - 2)(x - 3) = 0
    • Solutions: x=2x = 2 or x=3x = 3

The discriminant (b2โˆ’4acb^2 - 4ac) 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 {2x+y=7xโˆ’y=1\begin{cases} 2x + y = 7 \\ x - y = 1 \end{cases}
    • Add the two equations directly: 3x=83x = 8
    • Solve for xx: x=83x = \frac{8}{3}
    • Substitute back into the second equation: 83โˆ’y=1\frac{8}{3} - y = 1, so y=53y = \frac{5}{3}

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

Linear and quadratic equations, Solve Quadratic Equations Using the Quadratic Formula ยท Intermediate Algebra

Simplifying algebraic expressions

Algebraic expressions combine variables, constants, and operations. To simplify, combine like terms and follow the order of operations (PEMDAS).

  • Example: Simplify 3x2+2xโˆ’5+4x2โˆ’3x+73x^2 + 2x - 5 + 4x^2 - 3x + 7
    • Group like terms: (3x2+4x2)+(2xโˆ’3x)+(โˆ’5+7)(3x^2 + 4x^2) + (2x - 3x) + (-5 + 7)
    • Result: 7x2โˆ’x+27x^2 - x + 2

The distributive property lets you expand expressions: a(b+c)=ab+aca(b + c) = ab + ac

  • Example: 3(2xโˆ’5)=6xโˆ’153(2x - 5) = 6x - 15

Factoring is the reverse of distributing. You pull out common factors from each term.

  • Example: Factor 12x2โˆ’18x12x^2 - 18x
    • The greatest common factor is 6x6x
    • Factored form: 6x(2xโˆ’3)6x(2x - 3)

Manipulating algebraic fractions and formulas

To simplify algebraic fractions, factor the numerator and denominator, then cancel common factors.

  • Example: Simplify x2+3xx+3\frac{x^2 + 3x}{x + 3}
    • Factor the numerator: x(x+3)x+3\frac{x(x + 3)}{x + 3}
    • Cancel the common factor (x+3)(x + 3): result is xx (with the restriction that xโ‰ โˆ’3x \neq -3)

Rearranging formulas is something you'll do constantly in engineering. Use inverse operations to isolate the variable you need.

  • Example: Rearrange A=ฯ€r2A = \pi r^2 to solve for rr
    1. Divide both sides by ฯ€\pi: Aฯ€=r2\frac{A}{\pi} = r^2
    2. Take the square root: r=Aฯ€r = \sqrt{\frac{A}{\pi}}

When working with exponents, remember the key rules apply to negative and fractional exponents too:

  • Example: Simplify (x3y2)2โ‹…(xyโˆ’1)3(x^3 y^2)^2 \cdot (x y^{-1})^3
    • (x3y2)2=x6y4(x^3 y^2)^2 = x^6 y^4
    • (xyโˆ’1)3=x3yโˆ’3(x y^{-1})^3 = x^3 y^{-3}
    • Multiply: x6+3y4+(โˆ’3)=x9yx^{6+3} y^{4+(-3)} = x^9 y

Trigonometry in problem-solving

Linear and quadratic equations, File:Quadratic Formula.jpg - Wikimedia Commons

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 ฮธ\theta:

  • Sine: sinโกฮธ=oppositehypotenuse\sin\theta = \frac{\text{opposite}}{\text{hypotenuse}}
  • Cosine: cosโกฮธ=adjacenthypotenuse\cos\theta = \frac{\text{adjacent}}{\text{hypotenuse}}
  • Tangent: tanโกฮธ=oppositeadjacent\tan\theta = \frac{\text{opposite}}{\text{adjacent}}

The reciprocal functions (cosecant, secant, cotangent) are just the flipped versions of these ratios. A common mnemonic is SOH-CAH-TOA.

The Pythagorean theorem (a2+b2=c2a^2 + b^2 = c^2) relates the sides of any right triangle, where cc is the hypotenuse.

  • Example: A right triangle has legs of 3 m and 4 m. Find the hypotenuse.
    • 32+42=c23^2 + 4^2 = c^2
    • 9+16=259 + 16 = 25
    • c=5c = 5 m

For non-right triangles, you'll need the law of sines or the law of cosines:

  • Law of sines: asinโกA=bsinโกB=csinโกC\frac{a}{\sin A} = \frac{b}{\sin B} = \frac{c}{\sin C}
  • Law of cosines: c2=a2+b2โˆ’2abcosโกCc^2 = a^2 + b^2 - 2ab\cos C

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:

sinโก2ฮธ+cosโก2ฮธ=1\sin^2\theta + \cos^2\theta = 1

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 360ยฐ360ยฐ. Each point on the unit circle has coordinates (cosโกฮธ,sinโกฮธ)(\cos\theta, \sin\theta).

  • Example: Find sinโก150ยฐ\sin 150ยฐ
    • 150ยฐ150ยฐ is in the second quadrant, with a reference angle of 30ยฐ30ยฐ
    • Sine is positive in the second quadrant, so sinโก150ยฐ=sinโก30ยฐ=12\sin 150ยฐ = \sin 30ยฐ = \frac{1}{2}

Inverse trigonometric functions (arcsin, arccos, arctan) work backwards: given a ratio, they return the angle.

  • Example: If sinโกฮธ=0.5\sin\theta = 0.5, then ฮธ=arcsinโก(0.5)=30ยฐ\theta = \arcsin(0.5) = 30ยฐ (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 f(x)=axf(x) = a^x, where aa is the base and xx is the exponent. The two most common bases are eโ‰ˆ2.718e \approx 2.718 (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 f(x)=2xf(x) = 2^x, plotting from x=โˆ’2x = -2 to x=2x = 2 gives points (โˆ’2,0.25)(-2, 0.25), (โˆ’1,0.5)(-1, 0.5), (0,1)(0, 1), (1,2)(1, 2), (2,4)(2, 4). Notice how the output doubles each time xx increases by 1.

A common civil engineering application is the compound interest formula: A=P(1+r)tA = P(1 + r)^t, where AA is the final amount, PP is the principal, rr is the interest rate per period, and tt 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 y=logโกa(x)y = \log_a(x) asks: "What power do you raise aa to in order to get xx?" So logโก2(8)=3\log_2(8) = 3 because 23=82^3 = 8.

  • Natural logarithm (lnโก\ln) uses base ee
  • Common logarithm (logโก\log) uses base 10

The change of base formula lets you convert between bases:

logโกa(x)=logโกb(x)logโกb(a)\log_a(x) = \frac{\log_b(x)}{\log_b(a)}

  • Example: logโก2(8)=lnโก(8)lnโก(2)=2.0790.693=3\log_2(8) = \frac{\ln(8)}{\ln(2)} = \frac{2.079}{0.693} = 3

Three logarithmic properties you should know:

  • Product rule: logโกa(xy)=logโกa(x)+logโกa(y)\log_a(xy) = \log_a(x) + \log_a(y)
  • Quotient rule: logโกa(x/y)=logโกa(x)โˆ’logโกa(y)\log_a(x/y) = \log_a(x) - \log_a(y)
  • Power rule: logโกa(xn)=nlogโกa(x)\log_a(x^n) = n\log_a(x)

These let you break apart or combine log expressions.

  • Example: Simplify logโก3(27)โˆ’logโก3(9)\log_3(27) - \log_3(9)
    • Apply the quotient rule: logโก3(27/9)=logโก3(3)=1\log_3(27/9) = \log_3(3) = 1

To solve exponential equations, take the log of both sides:

  • Example: Solve 2x=82^x = 8
    • Recognize that 8=238 = 2^3, so x=3x = 3
    • Alternatively, take logโก2\log_2 of both sides: x=logโก2(8)=3x = \log_2(8) = 3

For equations where the answer isn't obvious, taking the natural log of both sides and using log properties is the standard approach.