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.
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:
Midpoint:
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 Rectangular | From Rectangular to Polar |
|---|---|
| x = r cos θ | r = √(x² + y²) |
| y = r sin θ | θ = arctan(y/x) |
Lines and Slopes
| Form | Equation | Notes |
|---|---|---|
| Slope-intercept | y = mx + b | m = slope, b = y-intercept |
| Point-slope | y - y₁ = m(x - x₁) | Through point (x₁, y₁) with slope m |
| Standard | Ax + By = C | Slope = -A/B |
| Two-point slope | m = (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:
Conic Sections
Circle
- Center: (h, k)
- Radius: r
Ellipse
- 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
- Vertex: (h, k)
- Focus distance: |p| from vertex
- Directrix: distance |p| on opposite side of focus
Hyperbola
- 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 θ |
|---|---|---|---|---|
| 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 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:
Law of Cosines:
When to use which:
| Known | Use |
|---|---|
| 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 |
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?