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.
Last updated: July 2026

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: ax2+bx+c=0(a0)ax^2 + bx + c = 0 \quad (a \neq 0)

Its solutions (roots) are given by the quadratic formula: x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}

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 ValueMathematical Nature of RootsPhysical ECE System Damping State
$\Delta > 0$Two distinct real rootsOverdamped System: Slow exponential decay without oscillation
$\Delta = 0$Real repeated (double) rootCritically 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$.

  1. Find the value of resistance $R$ that causes the system to be critically damped.
  2. 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}$. (RL)24(1)(1LC)=0    R2=4L2LC=4LC\left(\frac{R}{L}\right)^2 - 4(1)\left(\frac{1}{LC}\right) = 0 \implies R^2 = \frac{4L^2}{LC} = \frac{4L}{C} R=2LC=21×103 H0.1×106 F=210000=2(100)=200 ΩR = 2 \sqrt{\frac{L}{C}} = 2 \sqrt{\frac{1 \times 10^{-3}\text{ H}}{0.1 \times 10^{-6}\text{ F}}} = 2 \sqrt{10000} = 2(100) = 200\ \Omega
  • 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}$. Δ=(105)24(1)(1010)=10104×1010=3×1010<0\Delta = (10^5)^2 - 4(1)(10^{10}) = 10^{10} - 4 \times 10^{10} = -3 \times 10^{10} < 0 s=105±3×10102=50,000±j86,602.54 rad/ss = \frac{-10^5 \pm \sqrt{-3 \times 10^{10}}}{2} = -50,000 \pm j 86,602.54\text{ rad/s} 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

  1. Product Rule: $\log_b(xy) = \log_b(x) + \log_b(y)$
  2. Quotient Rule: $\log_b\left(\frac{x}{y}\right) = \log_b(x) - \log_b(y)$
  3. Power Rule: $\log_b(x^k) = k \log_b(x)$
  4. 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}$:

  1. Calculate the total system power gain in dB.
  2. Determine the final output power in milliwatts (mW) and dBm.

Solution:

  • Step 1: For cascaded systems, decibel gains and losses add algebraically: Gtotal, dB=+18 dB4 dB+22 dB=+36 dBG_{\text{total, dB}} = +18\text{ dB} - 4\text{ dB} + 22\text{ dB} = +36\text{ dB}
  • Step 2: Convert input power $P_{\text{in}} = 2\text{ }\mu\text{W} = 0.002\text{ mW}$ into dBm: Pin, dBm=10log10(0.002 mW1 mW)=10log10(2×103)=10(2.69897)=26.99 dBmP_{\text{in, dBm}} = 10 \log_{10}\left(\frac{0.002\text{ mW}}{1\text{ mW}}\right) = 10 \log_{10}(2 \times 10^{-3}) = 10(-2.69897) = -26.99\text{ dBm}
  • Step 3: Compute output power in dBm and mW: Pout, dBm=Pin, dBm+Gtotal, dB=26.99 dBm+36 dB=+9.01 dBmP_{\text{out, dBm}} = P_{\text{in, dBm}} + G_{\text{total, dB}} = -26.99\text{ dBm} + 36\text{ dB} = +9.01\text{ dBm} Pout=1 mW×109.0110=1 mW×100.901=7.96 mWP_{\text{out}} = 1\text{ mW} \times 10^{\frac{9.01}{10}} = 1\text{ mW} \times 10^{0.901} = 7.96\text{ 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

  1. Distinct Linear Factors: $\frac{P(s)}{(s-a)(s-b)} = \frac{A}{s-a} + \frac{B}{s-b}$
  2. Repeated Linear Factors: $\frac{P(s)}{(s-a)^2} = \frac{A}{s-a} + \frac{B}{(s-a)^2}$
  3. 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: A=7s+18s+3s=2=7(2)+182+3=41=4A = \left. \frac{7s + 18}{s + 3} \right|_{s = -2} = \frac{7(-2) + 18}{-2 + 3} = \frac{4}{1} = 4 B=7s+18s+2s=3=7(3)+183+2=31=3B = \left. \frac{7s + 18}{s + 2} \right|_{s = -3} = \frac{7(-3) + 18}{-3 + 2} = \frac{-3}{-1} = 3
  • Step 4: Time-domain impulse response: H(s)=4s+2+3s+3    h(t)=(4e2t+3e3t)u(t)H(s) = \frac{4}{s+2} + \frac{3}{s+3} \implies h(t) = (4e^{-2t} + 3e^{-3t})u(t)

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:

  1. The power dissipated by the 6th splitter.
  2. The theoretical total power dissipated by the entire infinite sequence of splitters.

Solution:

  • Step 1: Power dissipated by 6th splitter ($n = 6$): a6=a1r61=50×(0.85)5=50×0.4437=22.19 Wa_6 = a_1 r^{6-1} = 50 \times (0.85)^5 = 50 \times 0.4437 = 22.19\text{ W}
  • Step 2: Total power dissipated by infinite splitters ($S_\infty$): S=a11r=5010.85=500.15=333.33 WS_\infty = \frac{a_1}{1 - r} = \frac{50}{1 - 0.85} = \frac{50}{0.15} = 333.33\text{ W}

5. Summary of Formulae & Board Exam Tips

ConceptCore FormulaTypical 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
Test Your Knowledge

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?

A
B
C
D
Test Your Knowledge

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)?

A
B
C
D
Test Your Knowledge

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?

A
B
C
D