Analytic Geometry and Trigonometry

Key Takeaways

  • Analytic geometry covers conic sections (circles, ellipses, parabolas, hyperbolas) defined by standard equations.
  • The distance formula d = sqrt((x2-x1)² + (y2-y1)²) and midpoint formula are essential tools.
  • Trigonometric identities — especially Pythagorean, double-angle, and sum/difference — appear frequently on the FE exam.
  • The law of sines and law of cosines extend triangle solving beyond right triangles.
  • Polar coordinates (r, theta) convert to rectangular via x = r cos(theta), y = r sin(theta).
  • Know the unit circle values for 0°, 30°, 45°, 60°, and 90° without a calculator.
Last updated: March 2026

Analytic Geometry and Trigonometry

FE Exam Weight: Mathematics accounts for 8-12 questions (~9% of the exam). Analytic geometry and trigonometry form the foundation for nearly every other engineering topic.

Coordinate Systems

Rectangular (Cartesian) Coordinates

Points are defined by (x, y) in 2D or (x, y, z) in 3D.

Distance between two points: d=(x2x1)2+(y2y1)2d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}

Midpoint: M=(x1+x22,y1+y22)M = \left(\frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2}\right)

Polar Coordinates

Points are defined by (r, θ) where r is the distance from the origin and θ is the angle from the positive x-axis.

Conversions:

From Polar to RectangularFrom Rectangular to Polar
x = r cos θr = √(x² + y²)
y = r sin θθ = arctan(y/x)

Lines and Slopes

FormEquationNotes
Slope-intercepty = mx + bm = slope, b = y-intercept
Point-slopey - y₁ = m(x - x₁)Through point (x₁, y₁) with slope m
StandardAx + By = CSlope = -A/B
Two-point slopem = (y₂ - y₁)/(x₂ - x₁)Rise over run

Parallel lines have equal slopes: m₁ = m₂

Perpendicular lines have negative reciprocal slopes: m₁ · m₂ = -1

Distance from point (x₀, y₀) to line Ax + By + C = 0: d=Ax0+By0+CA2+B2d = \frac{|Ax_0 + By_0 + C|}{\sqrt{A^2 + B^2}}

Conic Sections

Circle

Standard form: (xh)2+(yk)2=r2\text{Standard form: } (x - h)^2 + (y - k)^2 = r^2

  • Center: (h, k)
  • Radius: r

Ellipse

(xh)2a2+(yk)2b2=1\frac{(x - h)^2}{a^2} + \frac{(y - k)^2}{b^2} = 1

  • Center: (h, k)
  • Semi-major axis: a (if a > b) or b (if b > a)
  • Eccentricity: e = c/a where c² = a² - b² (e < 1 for ellipse)

Parabola

Vertical: (xh)2=4p(yk)\text{Vertical: } (x - h)^2 = 4p(y - k) Horizontal: (yk)2=4p(xh)\text{Horizontal: } (y - k)^2 = 4p(x - h)

  • Vertex: (h, k)
  • Focus distance: |p| from vertex
  • Directrix: distance |p| on opposite side of focus

Hyperbola

(xh)2a2(yk)2b2=1\frac{(x - h)^2}{a^2} - \frac{(y - k)^2}{b^2} = 1

  • Center: (h, k)
  • Asymptotes: y - k = ±(b/a)(x - h)
  • Eccentricity: e = c/a where c² = a² + b² (e > 1 for hyperbola)

Trigonometric Functions

The Unit Circle (Key Values)

Angle (°)Angle (rad)sin θcos θtan θ
0010
30°π/61/2√3/2√3/3
45°π/4√2/2√2/21
60°π/3√3/21/2√3
90°π/210undefined

Fundamental Identities

Pythagorean Identities:

  • sin²θ + cos²θ = 1
  • 1 + tan²θ = sec²θ
  • 1 + cot²θ = csc²θ

Double-Angle Identities:

  • sin(2θ) = 2 sin θ cos θ
  • cos(2θ) = cos²θ - sin²θ = 2cos²θ - 1 = 1 - 2sin²θ
  • tan(2θ) = 2tan θ / (1 - tan²θ)

Sum and Difference Identities:

  • sin(A ± B) = sin A cos B ± cos A sin B
  • cos(A ± B) = cos A cos B ∓ sin A sin B
  • tan(A ± B) = (tan A ± tan B) / (1 ∓ tan A tan B)

Half-Angle Identities:

  • sin(θ/2) = ±√((1 - cos θ)/2)
  • cos(θ/2) = ±√((1 + cos θ)/2)

Laws of Sines and Cosines

For any triangle with sides a, b, c and opposite angles A, B, C:

Law of Sines: asinA=bsinB=csinC\frac{a}{\sin A} = \frac{b}{\sin B} = \frac{c}{\sin C}

Law of Cosines: c2=a2+b22abcosCc^2 = a^2 + b^2 - 2ab\cos C

When to use which:

KnownUse
Two angles + one side (AAS or ASA)Law of Sines
Two sides + opposite angle (SSA)Law of Sines (watch for ambiguous case)
Two sides + included angle (SAS)Law of Cosines
Three sides (SSS)Law of Cosines
Test Your Knowledge

What is the distance between points (3, -1) and (-2, 4)?

A
B
C
D
Test Your Knowledge

A line has the equation 3x + 4y = 12. What is the distance from the origin (0, 0) to this line?

A
B
C
D
Test Your Knowledge

Which conic section has eccentricity greater than 1?

A
B
C
D