1.1 Analytic Geometry, Algebra, and Trigonometry
Key Takeaways
- Determine lines using slope-intercept, point-slope, and general forms, and identify perpendicularity via slope products.
- Characterize conic sections including circles, ellipses, parabolas, and hyperbolas from standard equations.
- Apply exponent and logarithm rules to linearize non-linear chemical kinetics and thermodynamic models.
- Use Pythagorean, double-angle, and sum-difference trigonometric identities for vector resolution.
- Compute matrix multiplication, determinants, and inverses to solve process balances using Cramer's Rule.
In the FE Chemical Exam, mathematics accounts for 4 to 6 questions. Mastery of algebra, analytic geometry, trigonometry, and matrix operations is necessary for direct math problems and for solving mass balances, kinetics, and thermodynamics equations. All equations and methods described here correspond directly to those in the official NCEES FE Reference Handbook.
Coordinate Systems and Lines
Analytic geometry bridges geometry and algebra. On the exam, you must identify equations of lines and conic sections, determine slopes, and find intersections. A straight line in a two-dimensional Cartesian plane represents a constant rate of change. The slope ($m$) between two coordinate points $(x_1, y_1)$ and $(x_2, y_2)$ is defined as:
The FE Reference Handbook presents several forms of a straight line:
- Slope-Intercept Form: $y = mx + b$, where $b$ is the y-intercept.
- Point-Slope Form: $y - y_1 = m(x - x_1)$, which is useful when a slope and a single point are known.
- General Form: $Ax + By + C = 0$.
If two lines have slopes $m_1$ and $m_2$, they are parallel if $m_1 = m_2$. They are perpendicular if their slopes are negative reciprocals:
The acute angle $\theta$ between two intersecting lines is given by:
In chemical engineering, linear relationships are often used to simplify complex models. For example, operating lines in distillation column design represent linear material balances relating the vapor and liquid compositions between stages. Identifying the slope and intercept of these lines is critical for stepping off stages using the McCabe-Thiele method. Another application is the linearization of non-linear data, such as plotting concentration versus time for first-order reaction kinetics to yield a straight line.
Conic Sections
Conic sections are curves generated by the intersection of a plane and a circular cone. The general quadratic form is $Ax^2 + Bxy + Cy^2 + Dx + Ey + F = 0$. The type of conic section can be determined by the discriminant $B^2 - 4AC$. Specifically, if the discriminant is negative, the curve is an ellipse or circle; if it is zero, it is a parabola; and if it is positive, it is a hyperbola. When centered at $(h, k)$, the standard equations are:
| Conic Section | Standard Equation | Key Properties |
|---|---|---|
| Circle | $(x - h)^2 + (y - k)^2 = r^2$ | $r$ is the radius. |
| Ellipse | $\frac{(x - h)^2}{a^2} + \frac{(y - k)^2}{b^2} = 1$ | $a$ and $b$ are semi-axes. Foci are at distance $c = \sqrt{a^2 - b^2}$ from center (for $a > b$). |
| Parabola | $(x - h)^2 = 2p(y - k)$ | Vertical axis. Focus is at $(h, k + p/2)$, directrix is $y = k - p/2$. |
| Hyperbola | $\frac{(x - h)^2}{a^2} - \frac{(y - k)^2}{b^2} = 1$ | Horizontal transverse axis. Foci at distance $c = \sqrt{a^2 + b^2}$. Asymptotes: $y - k = \pm \frac{b}{a}(x - h)$. |
Understanding the geometry of these shapes is useful for various physical applications. For instance, the velocity profile of a Newtonian fluid in laminar flow through a circular pipe is parabolic, where the velocity varies with the square of the radial position. Elliptical geometries are sometimes encountered in the design of pressure vessel heads, where stress distribution must be optimized. Hyperbolic curves appear when plotting the relationship between pressure and volume for an ideal gas undergoing isothermal expansion.
Exponents and Logarithms
Algebraic transformations of exponential and logarithmic expressions are crucial when evaluating reaction rates (Arrhenius equation), chemical equilibrium constants, and vapor pressures (Antoine equation). For any base $b > 0$ ($b
eq 1$) and positive terms $x$ and $y$:
- Product Rule: $\log_b(xy) = \log_b(x) + \log_b(y)$
- Quotient Rule: $\log_b(x/y) = \log_b(x) - \log_b(y)$
- Power Rule: $\log_b(x^n) = n \log_b(x)$
- Change of Base: $\log_b(x) = \frac{\ln x}{\ln b}$
The natural logarithm ($\ln$) has the base $e \approx 2.71828$, and the common logarithm ($\log$) has the base $10$. They are related by $\ln x \approx 2.3026 \log_{10} x$. Logarithmic scales are widely used in engineering, such as the pH scale for acidity, decibels for noise levels, and log-mean temperature differences (LMTD) in heat exchanger design.
For a second-order polynomial equation $ax^2 + bx + c = 0$, the roots are:
The discriminant $b^2 - 4ac$ determines the nature of the roots: positive yields two real roots, zero yields a repeated real root, and negative yields complex conjugate roots.
In chemical kinetics, the temperature dependence of reaction rates is expressed by the Arrhenius equation: $k = A e^{-E_a/(RT)}$. Taking the natural logarithm of both sides linearizes this equation: $\ln k = \ln A - \frac{E_a}{R} \frac{1}{T}$. Plotting $\ln k$ against $1/T$ yields a straight line with slope $-E_a/R$ and intercept $\ln A$. This process is fundamental to determining reaction kinetics parameters from experimental data. Similarly, the Antoine equation $\log_{10} P^{sat} = A - \frac{B}{T+C}$ is used to estimate vapor pressures of pure components, where $A$, $B$, and $C$ are component-specific empirical constants.
Trigonometric Identities and Right Triangle Geometry
Trigonometric relations are used to resolve vectors in mechanics, transport equations, or fluid velocities. Key identities from the FE Reference Handbook include:
- Pythagorean Identities: $\sin^2\theta + \cos^2\theta = 1$, and $1 + \tan^2\theta = \sec^2\theta$.
- Double-Angle Formulas: $\sin(2\theta) = 2\sin\theta\cos\theta$, and $\cos(2\theta) = \cos^2\theta - \sin^2\theta = 2\cos^2\theta - 1$.
- Sum and Difference Formulas: $\sin(A \pm B) = \sin A \cos B \pm \cos A \sin B$, and $\cos(A \pm B) = \cos A \cos B \mp \sin A \sin B$.
For any oblique triangle with sides $a$, $b$, and $c$, and opposite interior angles $A$, $B$, and $C$:
- Law of Sines: $\frac{a}{\sin A} = \frac{b}{\sin B} = \frac{c}{\sin C}$
- Law of Cosines: $a^2 = b^2 + c^2 - 2bc \cos A$
When resolving a force or velocity vector into Cartesian coordinates, the horizontal component is typically associated with the cosine of the angle relative to the positive x-axis, while the vertical component is associated with the sine. In fluid mechanics, when analyzing flow down an inclined plane or through a sloped channel, the gravitational force must be resolved into components parallel and perpendicular to the flow direction using these trigonometric relations.
Matrix Algebra and Systems of Equations
Matrix operations arise when solving simultaneous equations representing material balances over multiple process units. For two matrices $A$ (size $m \times n$) and $B$ (size $p \times q$), multiplication $C = AB$ is defined only if $n = p$. The product $C$ is an $m \times q$ matrix where $c_{ij} = \sum_{k=1}^n a_{ik} b_{kj}$.
The determinant of a $2 \times 2$ matrix $A = \begin{bmatrix} a & b \\ c & d \end{bmatrix}$ is $\det(A) = ad - bc$. If $\det(A)
eq 0$, the inverse $A^{-1}$ exists and is given by:
For a $3 \times 3$ matrix, the determinant is found using expansion by minors:
The determinant has physical significance: for a system of linear equations, a non-zero determinant guarantees a unique solution. Geometrically, the determinant of a $3 \times 3$ matrix represents the volume of the parallelepiped spanned by its row or column vectors. If the determinant is zero, the vectors are coplanar, the matrix is singular, and the system either has no solution or infinitely many solutions.
Simultaneous linear equations are written as $Ax = B$, where $A$ is the coefficient matrix, $x$ is the vector of variables, and $B$ is the constants vector. For a square coefficient matrix $A$ with $\det(A)
eq 0$, Cramer's Rule solves for $x_i$:
where $A_i$ is formed by replacing the $i$-th column of $A$ with $B$.
Gaussian elimination converts the augmented matrix $[A \mid B]$ into upper triangular form using row operations (swapping, scaling, or adding multiples of rows), followed by back-substitution. Gaussian elimination is generally preferred for larger systems because its computational effort scales as $O(n^3)$ operations, whereas Cramer's Rule becomes prohibitively slow due to the factorial scaling of determinant calculations.
Worked Example: Multi-Unit Material Balance
A reactor-separator system involves two component balances yielding the following linear system: Find $x_1$ and $x_2$ using Cramer's Rule.
Solution: First, write the system in matrix form $Ax = B$: Calculate the determinant of the coefficient matrix $A$: Create matrix $A_1$ by replacing the first column with the constants vector: Create matrix $A_2$ by replacing the second column with the constants vector: Apply Cramer's Rule: The solution is $x_1 = 2$ and $x_2 = 3$.
What is the equation of the line that passes through the point (2, -3) and is perpendicular to the line defined by 2x - 3y + 6 = 0?
The Arrhenius equation describes the temperature dependence of reaction rate constants: k = A * e^(-E_a / (R * T)). If a reaction's rate constant is measured at two temperatures, which of the following expressions correctly represents the activation energy E_a?
For a system of equations Ax = B with A = [[2, 1], [3, 4]] and B = [5, 10], what is the value of the determinant of the matrix A_2 used to solve for the second variable x_2 in Cramer's Rule?