Analytic Geometry and Trigonometry
Key Takeaways
- The distance formula d = √((x₂−x₁)² + (y₂−y₁)²) and point-to-line distance d = |Ax₀+By₀+C|/√(A²+B²) are high-frequency FE items.
- Eccentricity classifies conics: circle e = 0, ellipse 0 < e < 1, parabola e = 1, hyperbola e > 1.
- Memorize the unit-circle values for 0°, 30°, 45°, 60°, 90° — they appear in problems where a calculator is slow.
- Law of Cosines handles SAS and SSS triangles; Law of Sines handles AAS/ASA and the ambiguous SSA case.
- Every formula here lives in the Analytic Geometry pages of the NCEES FE Reference Handbook — practice FINDING and APPLYING them quickly.
- Perpendicular lines have slopes that are negative reciprocals: m₁·m₂ = −1.
FE Exam Weight: Mathematics accounts for 8–12 questions (~9% of the 110-question FE Other Disciplines exam). Analytic geometry and trigonometry underpin statics, dynamics, and surveying problems, so the payoff extends well beyond this section.
How the Open-Resource Format Changes Your Strategy
The FE is open to the searchable electronic NCEES FE Reference Handbook only. Every formula in this section — distance, conic standard forms, the Law of Cosines, trig identities — is printed there under Mathematics → Analytic Geometry. The exam therefore does not reward memorizing formulas you can look up; it rewards (1) recognizing which formula applies, (2) plugging numbers in without algebra slips, and (3) doing it fast enough to clear ~110 questions in roughly 5 hours 20 minutes (under 3 minutes each). Treat the Handbook as a tool you must navigate, not a crutch.
Coordinate Systems
Rectangular (Cartesian) points are (x, y) in 2-D or (x, y, z) in 3-D. Polar points (r, θ) give distance r from the origin and angle θ from the +x-axis.
| Polar → Rectangular | Rectangular → Polar |
|---|---|
| x = r cos θ | r = √(x² + y²) |
| y = r sin θ | θ = arctan(y/x) |
Distance between (x₁, y₁) and (x₂, y₂): d = √((x₂−x₁)² + (y₂−y₁)²). Midpoint: M = ((x₁+x₂)/2, (y₁+y₂)/2).
Worked example — distance. Find the distance from (3, −1) to (−2, 4): d = √((−2−3)² + (4−(−1))²) = √((−5)² + (5)²) = √(25+25) = √50 = 5√2 ≈ 7.07. The most common trap is mishandling the double negative in (4 − (−1)) = 5.
Lines and Slopes
| Form | Equation | Notes |
|---|---|---|
| Slope-intercept | y = mx + b | m = slope, b = y-intercept |
| Point-slope | y − y₁ = m(x − x₁) | through (x₁, y₁) |
| Standard | Ax + By = C | slope = −A/B |
Parallel lines share slope (m₁ = m₂). Perpendicular lines obey m₁·m₂ = −1. The distance from point (x₀, y₀) to line Ax + By + C = 0 is d = |Ax₀ + By₀ + C| / √(A² + B²).
Worked example — point-to-line. Distance from the origin to 3x + 4y = 12: first rewrite as 3x + 4y − 12 = 0 so C = −12. Then d = |3(0) + 4(0) − 12| / √(3² + 4²) = 12/5 = 2.4. The trap: forgetting to move 12 to the left so the formula's sign convention applies.
Conic Sections
All four conics are special cases of slicing a cone, and the Handbook lists each standard form with center (h, k).
| Conic | Standard form | Identifier |
|---|---|---|
| Circle | (x−h)² + (y−k)² = r² | x² and y² coefficients equal, same sign |
| Ellipse | (x−h)²/a² + (y−k)²/b² = 1 | x², y² coefficients unequal, same sign |
| Parabola | (x−h)² = 4p(y−k) | only ONE squared term |
| Hyperbola | (x−h)²/a² − (y−k)²/b² = 1 | x², y² coefficients opposite signs |
Eccentricity (e) is the single number that classifies a conic and frequently appears as a stand-alone FE question:
| Conic | Eccentricity |
|---|---|
| Circle | e = 0 |
| Ellipse | 0 < e < 1 |
| Parabola | e = 1 |
| Hyperbola | e > 1 |
For an ellipse, c² = a² − b² and e = c/a; for a hyperbola, c² = a² + b² and e = c/a. The asymptotes of a hyperbola are y − k = ±(b/a)(x − h).
Worked example — identify the conic. Given 4x² + 9y² − 36 = 0, divide by 36: x²/9 + y²/4 = 1. Both squared terms are positive with unequal denominators → ellipse with a = 3, b = 2. Then c = √(9−4) = √5, so e = √5/3 ≈ 0.745, confirming 0 < e < 1.
Trigonometry — The Unit Circle
| θ (°) | θ (rad) | sin θ | cos θ | tan θ |
|---|---|---|---|---|
| 0° | 0 | 0 | 1 | 0 |
| 30° | π/6 | 1/2 | √3/2 | √3/3 |
| 45° | π/4 | √2/2 | √2/2 | 1 |
| 60° | π/3 | √3/2 | 1/2 | √3 |
| 90° | π/2 | 1 | 0 | undefined |
Fundamental Identities
- Pythagorean: sin²θ + cos²θ = 1; 1 + tan²θ = sec²θ; 1 + cot²θ = csc²θ
- Double-angle: sin 2θ = 2 sin θ cos θ; cos 2θ = cos²θ − sin²θ = 2cos²θ − 1 = 1 − 2sin²θ
- Sum/difference: sin(A ± B) = sin A cos B ± cos A sin B; cos(A ± B) = cos A cos B ∓ sin A sin B
Solving Triangles
For any triangle with sides a, b, c opposite angles A, B, C:
- Law of Sines: a/sin A = b/sin B = c/sin C
- Law of Cosines: c² = a² + b² − 2ab cos C
| Known | Use |
|---|---|
| Two angles + a side (AAS/ASA) | Law of Sines |
| Two sides + opposite angle (SSA) | Law of Sines (watch ambiguous case) |
| Two sides + included angle (SAS) | Law of Cosines |
| Three sides (SSS) | Law of Cosines |
Worked example — Law of Cosines. A triangle has a = 5, b = 7, included angle C = 60°. Find c: c² = 5² + 7² − 2(5)(7)cos 60° = 25 + 49 − 70(0.5) = 74 − 35 = 39, so c = √39 ≈ 6.24. Because the angle is between the two known sides (SAS), the Law of Cosines is the only direct route — using the Law of Sines here would leave two unknowns.
What is the distance between points (3, -1) and (-2, 4)?
A line has the equation 3x + 4y = 12. What is the distance from the origin (0, 0) to this line?
Which conic section has eccentricity greater than 1?
A triangle has sides a = 5 and b = 7 with an included angle C = 60°. Using the Law of Cosines, what is side c?