2.1 College & Advanced Algebra
Key Takeaways
- Master quadratic equations, discriminant analysis, Vieta's formulas, and their application to RLC circuit characteristic equations.
- Apply logarithmic and exponential laws to decibel (dB) power/voltage gain calculations and RC/RL transient response equations.
- Perform partial fraction decomposition for linear, repeated, and quadratic factors to solve inverse Laplace transforms in ECE control systems.
- Utilize arithmetic and geometric progressions to model cascaded amplifier stage gains, signal attenuation, and infinite series convergence.
2.1 College & Advanced Algebra
Algebraic concepts form the foundational toolkit for electronics engineers. In the PRC Electronics Engineering Licensure Examination, algebraic methods are heavily tested both as standalone mathematical problems and as embedded steps within circuit analysis, signal processing, and control systems.
1. Quadratic Equations & Roots Analysis
A quadratic equation in standard polynomial form is expressed as:
Its solutions (roots) are given by the quadratic formula:
The Discriminant and Damping Behavior
The expression under the radical, $\Delta = b^2 - 4ac$, is the discriminant. In electronics engineering, the discriminant directly determines the transient response regime of second-order dynamic systems (such as series or parallel RLC circuits):
| Discriminant Value | Mathematical Nature of Roots | Physical ECE System Damping State |
|---|---|---|
| $\Delta > 0$ | Two distinct real roots | Overdamped System: Slow exponential decay without oscillation |
| $\Delta = 0$ | Real repeated (double) root | Critically Damped System: Fastest decay without overshoot |
| $\Delta < 0$ | Complex conjugate roots ($x = \alpha \pm j\beta$) | Underdamped System: Oscillatory decay at damped natural frequency |
Vieta's Formulas
For a quadratic equation with roots $x_1$ and $x_2$:
- Sum of roots: $x_1 + x_2 = -\frac{b}{a}$
- Product of roots: $x_1 x_2 = \frac{c}{a}$
Worked ECE Board Example 1: RLC Characteristic Equation
Problem: A series RLC circuit has an inductor $L = 1\text{ mH}$ and a capacitor $C = 0.1\text{ }\mu\text{F}$. The characteristic equation governing the circuit's transient current is given by $s^2 + \left(\frac{R}{L}\right)s + \frac{1}{LC} = 0$.
- Find the value of resistance $R$ that causes the system to be critically damped.
- Determine the roots of the characteristic equation when $R = 100\ \Omega$.
Solution:
- Step 1: For critical damping, set the discriminant $\Delta = b^2 - 4ac = 0$, where $a = 1$, $b = \frac{R}{L}$, and $c = \frac{1}{LC}$.
- Step 2: When $R = 100\ \Omega$, $b = \frac{100}{1 \times 10^{-3}} = 10^5$, $c = \frac{1}{(1 \times 10^{-3})(0.1 \times 10^{-6})} = 10^{10}$. The circuit is underdamped and oscillatory.
2. Logarithms, Exponentials & Decibel Systems
Logarithmic functions are inverse operations of exponential functions: $\log_b(x) = y \iff b^y = x$.
Core Properties of Logarithms
- Product Rule: $\log_b(xy) = \log_b(x) + \log_b(y)$
- Quotient Rule: $\log_b\left(\frac{x}{y}\right) = \log_b(x) - \log_b(y)$
- Power Rule: $\log_b(x^k) = k \log_b(x)$
- Change of Base: $\log_b(x) = \frac{\ln(x)}{\ln(b)} = \frac{\log_{10}(x)}{\log_{10}(b)}$
The Decibel (dB) System in Telecommunications
The decibel is a logarithmic unit used to express power and voltage ratios in communication systems:
- Power Gain/Loss (in dB): $G_{\text{dB}} = 10 \log_{10}\left(\frac{P_{\text{out}}}{P_{\text{in}}}\right)$
- Voltage Gain/Loss (in dB): $A_{v,\text{dB}} = 20 \log_{10}\left(\frac{V_{\text{out}}}{V_{\text{in}}}\right)$ (assuming equal input/output impedance)
- Absolute Power in dBm: $P_{\text{dBm}} = 10 \log_{10}\left(\frac{P}{1\text{ mW}}\right)$
Worked ECE Board Example 2: Cascaded Amplifier Gain & Power Calculation
Problem: A communication receiver consists of a low-noise pre-amplifier with a gain of $+18\text{ dB}$, a coaxial transmission line with an attenuation (loss) of $-4\text{ dB}$, and a main amplifier stage with a gain of $+22\text{ dB}$. If the input signal power to the pre-amplifier is $2\text{ }\mu\text{W}$:
- Calculate the total system power gain in dB.
- Determine the final output power in milliwatts (mW) and dBm.
Solution:
- Step 1: For cascaded systems, decibel gains and losses add algebraically:
- Step 2: Convert input power $P_{\text{in}} = 2\text{ }\mu\text{W} = 0.002\text{ mW}$ into dBm:
- Step 3: Compute output power in dBm and mW:
3. Partial Fraction Decomposition (PFD)
Partial Fraction Decomposition expands complex rational algebraic expressions $\frac{P(s)}{Q(s)}$ into simpler terms. In ECE, PFD is essential for taking the Inverse Laplace Transform to find time-domain responses $h(t)$ from s-domain transfer functions $H(s)$.
Standard Factor Expansions
- Distinct Linear Factors: $\frac{P(s)}{(s-a)(s-b)} = \frac{A}{s-a} + \frac{B}{s-b}$
- Repeated Linear Factors: $\frac{P(s)}{(s-a)^2} = \frac{A}{s-a} + \frac{B}{(s-a)^2}$
- Irreducible Quadratic Factors: $\frac{P(s)}{(s-a)(s^2 + bs + c)} = \frac{A}{s-a} + \frac{Bs + C}{s^2 + bs + c}$
Worked ECE Board Example 3: Laplace Transfer Function Decomposition
Problem: Decompose $H(s) = \frac{7s + 18}{s^2 + 5s + 6}$ using partial fractions to obtain the impulse response $h(t) = \mathcal{L}^{-1}{H(s)}$.
Solution:
- Step 1: Factor denominator: $s^2 + 5s + 6 = (s + 2)(s + 3)$.
- Step 2: Set up decomposition: $\frac{7s + 18}{(s + 2)(s + 3)} = \frac{A}{s + 2} + \frac{B}{s + 3}$.
- Step 3: Use Heaviside Cover-Up Method:
- Step 4: Time-domain impulse response:
4. Arithmetic & Geometric Progressions
Arithmetic Progressions (AP)
An AP is a sequence where consecutive terms differ by a constant $d$: $a_n = a_1 + (n-1)d$.
- Sum of first $n$ terms: $S_n = \frac{n}{2}(a_1 + a_n) = \frac{n}{2}\left[2a_1 + (n-1)d\right]$
Geometric Progressions (GP)
A GP is a sequence where each term after the first is found by multiplying the previous term by a common ratio $r$: $a_n = a_1 r^{n-1}$.
- Sum of finite $n$ terms: $S_n = \frac{a_1(1 - r^n)}{1 - r} \quad (r \neq 1)$
- Sum of an infinite geometric series ($|r| < 1$): $S_\infty = \frac{a_1}{1 - r}$
Worked ECE Board Example 4: Cascaded Signal Attenuation Series
Problem: An optical fiber network link consists of an infinite series of repetitive passive optical splitters. The first splitter dissipates $50\text{ W}$ of optical power ($a_1 = 50\text{ W}$). Each subsequent splitter dissipates $15%$ less power than the preceding one ($r = 0.85$). Compute:
- The power dissipated by the 6th splitter.
- The theoretical total power dissipated by the entire infinite sequence of splitters.
Solution:
- Step 1: Power dissipated by 6th splitter ($n = 6$):
- Step 2: Total power dissipated by infinite splitters ($S_\infty$):
5. Summary of Formulae & Board Exam Tips
| Concept | Core Formula | Typical PRC ECE Board Application |
|---|---|---|
| Quadratic Discriminant | $\Delta = b^2 - 4ac$ | Determining RLC circuit damping state (over, under, or critical) |
| Decibel Power Gain | $G_{\text{dB}} = 10 \log_{10}\left(\frac{P_2}{P_1}\right)$ | Link budget analysis, amplifier gain, attenuator calculations |
| Decibel Voltage Gain | $A_{v,\text{dB}} = 20 \log_{10}\left(\frac{V_2}{V_1}\right)$ | Filter frequency response, Bode plot asymptotes |
| Infinite Geometric Sum | $S_\infty = \frac{a_1}{1 - r}$ | Infinite resistive ladder networks, repeated signal reflections |
A series RLC circuit has a characteristic equation given by s² + 600s + 250,000 = 0. What is the damping classification of the circuit's transient response?
An RF pre-amplifier receives an input signal power of 5 mW and produces an output signal power of 500 mW. What is the power gain of the amplifier in decibels (dB)?
An optical signal attenuates through a chain of stages such that the first stage dissipates 50 W, and each subsequent stage dissipates 10% less power than the preceding stage (r = 0.90). What is the total power dissipated across an infinite chain of such stages?