1.1 Analytic Geometry, Trigonometry, and Vector Operations
Key Takeaways
- The dot product of two vectors $\mathbf{A} \cdot \mathbf{B} = |\mathbf{A}||\mathbf{B}|\cos\theta$ yields a scalar and equals zero when vectors are orthogonal.
- The cross product $\mathbf{A} \times \mathbf{B}$ produces a vector perpendicular to both $\mathbf{A}$ and $\mathbf{B}$ with magnitude $|\mathbf{A}||\mathbf{B}|\sin\theta$, representing parallelogram area or moment of a force.
- Conic sections in standard Cartesian form uniquely define circles, ellipses, parabolas, and hyperbolas based on eccentricity $e$ and geometric focus-directrix properties.
- Direction cosines satisfy $\cos^2\alpha + \cos^2\beta + \cos^2\gamma = 1$, defining unit direction vectors in three-dimensional Euclidean space.
- Vector projection of $\mathbf{A}$ onto $\mathbf{B}$ is given by $\text{proj}_{\mathbf{B}}\mathbf{A} = \frac{\mathbf{A} \cdot \mathbf{B}}{|\mathbf{B}|^2} \mathbf{B}$.
1.1 Analytic Geometry, Trigonometry, and Vector Operations
Analytic geometry, trigonometry, and vector operations form the mathematical foundation for statics, dynamics, fluid mechanics, and structural mechanics on the Fundamentals of Engineering (FE) exam. Engineering problems routinely require transforming spatial coordinates, determining angles between force vectors, evaluating moments about arbitrary points, and modeling curved geometries using conic sections.
1. Analytic Geometry & Conic Sections
Straight Lines in Two Dimensions
A line in the Cartesian plane can be expressed in several standard forms:
- Slope-Intercept Form: $y = mx + b$, where $m$ is the slope and $b$ is the y-intercept.
- Point-Slope Form: $y - y_1 = m(x - x_1)$, given a point $(x_1, y_1)$ and slope $m$.
- General Form: $Ax + By + C = 0$, where $A, B, C$ are real constants.
Distance between Two Points
The Euclidean distance $d$ between points $P_1(x_1, y_1, z_1)$ and $P_2(x_2, y_2, z_2)$ in three dimensions is:
Distance from a Point to a Line
The perpendicular distance $d$ from a point $P(x_1, y_1)$ to the line $Ax + By + C = 0$ in 2D space is:
Conic Sections
Conic sections are geometric curves formed by the intersection of a plane with a double-napped circular cone. They are defined algebraically by second-degree equations in $x$ and $y$. The general second-degree equation is $Ax^2 + Bxy + Cy^2 + Dx + Ey + F = 0$.
| Conic Section | Standard Equation (Centered at $(h,k)$) | Eccentricity ($e$) | Geometric Definition / Features |
|---|---|---|---|
| Circle | $(x - h)^2 + (y - k)^2 = r^2$ | $e = 0$ | Locus of points equidistant ($r$) from center $(h,k)$ |
| Parabola | $(y - k)^2 = 4p(x - h)$ (horizontal axis)<br>$(x - h)^2 = 4p(y - k)$ (vertical axis) | $e = 1$ | Locus of points equidistant from focus and directrix. Focal length is $ |
| Ellipse | $\frac{(x - h)^2}{a^2} + \frac{(y - k)^2}{b^2} = 1$ $(a > b)$ | $e = \frac{c}{a} = \frac{\sqrt{a^2 - b^2}}{a} < 1$ | Sum of distances to two foci is constant ($2a$). Focal distance $c = \sqrt{a^2 - b^2}$. |
| Hyperbola | $\frac{(x - h)^2}{a^2} - \frac{(y - k)^2}{b^2} = 1$ (transverse axis horizontal) | $e = \frac{c}{a} = \frac{\sqrt{a^2 + b^2}}{a} > 1$ | Difference of distances to two foci is constant ($2a$). Asymptotes: $y - k = \pm \frac{b}{a}(x - h)$. |
2. Trigonometric Identities & Triangle Solution Rules
Trigonometry is indispensable for resolving forces into components, analyzing periodic wave behavior, and solving non-right triangles.
Essential Trigonometric Identities
-
Pythagorean Identities:
-
Angle Addition & Subtraction Formulas:
-
Double-Angle Identities:
Oblique Triangle Laws
For any triangle with sides $a, b, c$ opposite angles $A, B, C$:
-
Law of Sines: (where $R$ is the circumradius of the triangle)
-
Law of Cosines:
3. Vector Algebra in 2D and 3D
A vector quantity possesses both magnitude and direction. In Cartesian component notation, a 3D vector $\mathbf{A}$ is written as:
where $\mathbf{i}, \mathbf{j}, \mathbf{k}$ are unit basis vectors along the $x, y, z$ axes.
Vector Magnitude & Unit Vector
- Magnitude: $|\mathbf{A}| = A = \sqrt{A_x^2 + A_y^2 + A_z^2}$
- Unit Vector: A vector of length 1 pointing in the direction of $\mathbf{A}$:
Direction Cosines & Direction Angles
The angles $\alpha, \beta, \gamma$ between vector $\mathbf{A}$ and the positive $x, y, z$ axes are the direction angles. Their cosines satisfy:
4. Dot Product, Cross Product, and Triple Products
Dot Product (Scalar Product)
The dot product multiplies two vectors to yield a scalar:
Key Properties of the Dot Product
- Angle between Vectors: $\theta = \arccos\left(\frac{\mathbf{A} \cdot \mathbf{B}}{|\mathbf{A}||\mathbf{B}|\right)$
- Orthogonality Condition: Two non-zero vectors $\mathbf{A}$ and $\mathbf{B}$ are orthogonal (perpendicular) if and only if $\mathbf{A} \cdot \mathbf{B} = 0$.
- Scalar Component of Projection: The magnitude of the projection of $\mathbf{A}$ onto line/vector $\mathbf{B}$ is:
- Vector Projection: The vector projection of $\mathbf{A}$ onto $\mathbf{B}$ is:
Cross Product (Vector Product)
The cross product yields a vector perpendicular to the plane formed by $\mathbf{A}$ and $\mathbf{B}$ according to the right-hand rule:
Key Properties of the Cross Product
- Magnitude: $|\mathbf{A} \times \mathbf{B}| = |\mathbf{A}||\mathbf{B}|\sin\theta$, which equals the area of the parallelogram spanned by $\mathbf{A}$ and $\mathbf{B}$.
- Anti-commutativity: $\mathbf{A} \times \mathbf{B} = -(\mathbf{B} \times \mathbf{A})$.
- Parallel Vectors: $\mathbf{A} \times \mathbf{B} = \mathbf{0}$ if $\mathbf{A}$ and $\mathbf{B}$ are parallel or anti-parallel ($\theta = 0^\circ$ or $180^\circ$).
- Moment of a Force: The moment vector $\mathbf{M}_O$ created by force $\mathbf{F}$ applied at position vector $\mathbf{r}$ relative to pivot $O$ is:
Triple Scalar Product (Box Product)
The triple scalar product calculates the volume of a parallelepiped defined by three vectors $\mathbf{A}, \mathbf{B}, \mathbf{C}$:
5. Worked Engineering Problems
Worked Example 1: 3D Vector Operations & Projections
Problem: A structural cable connects anchor point $A(1, -2, 3)$ meters to support node $B(4, 2, 15)$ meters. A tension force of magnitude $T = 390\text{ N}$ acts along line $AB$ from $A$ to $B$.
- Express force vector $\mathbf{T}$ in Cartesian component form.
- Calculate the scalar projection of $\mathbf{T}$ along a second structural member oriented along vector $\mathbf{v} = 2\mathbf{i} - 2\mathbf{j} + 1\mathbf{k}$.
Solution:
Step 1: Determine position vector $\mathbf{r}_{AB}$ and its magnitude.
Step 2: Form unit vector $\mathbf{u}_{AB}$ and force vector $\mathbf{T}$.
Step 3: Calculate unit vector $\mathbf{u}_v$ and scalar projection of $\mathbf{T}$ onto $\mathbf{v}$.
Worked Example 2: Moment Vector via Cross Product
Problem: A robotic manipulator exerts a force $\mathbf{F} = 20\mathbf{i} - 10\mathbf{j} + 30\mathbf{k}\text{ N}$ at point $P(2, 3, -1)\text{ m}$. Calculate the vector moment $\mathbf{M}_O$ and magnitude of moment exerted by this force about origin $O(0,0,0)$.
Solution:
Step 1: Write position vector $\mathbf{r} = \mathbf{r}_P - \mathbf{r}_O$.
Step 2: Evaluate cross product $\mathbf{M}_O = \mathbf{r} \times \mathbf{F}$.
Step 3: Compute magnitude of moment $|\mathbf{M}_O|$.
What is the angle between vectors u = 3i - 4j + 12k and v = 2i + 1j - 2k?
A force vector F = 10i - 20j + 15k N acts at position r = 2i + 0j + 3k m relative to pivot point O. What is the magnitude of the moment vector M = r x F about point O?
An ellipse centered at the origin has a semi-major axis of a = 5 along the x-axis and a semi-minor axis of b = 3 along the y-axis. What is the eccentricity of this ellipse?
In a triangular truss element, side a = 7.0 m, side b = 10.0 m, and the included angle C between them is 60 degrees. Using the Law of Cosines, what is the length of side c?