### Basic Circuit Analysis of AC (Alternating Current)
AC (Alternating Current) circuit analysis involves studying how current and voltage behave over time in a circuit where the power source delivers alternating current, which periodically reverses direction.
Here are the basic components involved in AC circuit analysis:
#### 1. **AC Voltage Source:**
In AC circuits, the voltage supplied varies sinusoidally over time. The general form of the AC voltage is:
\[
v(t) = V_m \sin(\omega t + \phi)
\]
- \( V_m \) = Peak voltage (maximum amplitude).
- \( \omega \) = Angular frequency (\( 2\pi f \), where \( f \) is the frequency in Hz).
- \( \phi \) = Phase angle.
#### 2. **Basic Components in AC Circuits:**
- **Resistor (R):**
In an AC circuit, a resistor behaves the same way as in a DC circuit. The current and voltage are in phase, meaning they reach their maximum and zero points simultaneously.
- Ohm's Law: \( V = IR \)
- Power: \( P = I^2R = V^2/R \)
- **Inductor (L):**
An inductor opposes changes in current, causing a phase difference between current and voltage. In an AC circuit, the voltage leads the current by 90 degrees.
- Inductive reactance: \( X_L = \omega L \)
- Voltage and current relation: \( V_L(t) = L \frac{dI(t)}{dt} \)
- **Capacitor (C):**
A capacitor stores energy in the electric field and opposes changes in voltage. In an AC circuit, the current leads the voltage by 90 degrees.
- Capacitive reactance: \( X_C = \frac{1}{\omega C} \)
- Voltage and current relation: \( I_C(t) = C \frac{dV(t)}{dt} \)
#### 3. **Impedance (Z):**
Impedance is the total opposition to the flow of AC and is a combination of resistance (R) and reactance (X). It is expressed as a complex quantity:
\[
Z = R + jX
\]
Where:
- \( R \) is resistance.
- \( X \) is the reactance, which can be inductive (\( X_L \)) or capacitive (\( X_C \)).
- \( j \) is the imaginary unit (used for phase shifts in AC).
The magnitude of the impedance is given by:
\[
|Z| = \sqrt{R^2 + (X_L - X_C)^2}
\]
The phase angle \( \theta \) is:
\[
\theta = \tan^{-1}\left(\frac{X_L - X_C}{R}\right)
\]
#### 4. **Ohm’s Law for AC:**
The AC version of Ohm’s law is:
\[
V = IZ
\]
Where \( V \) is the voltage across the circuit, \( I \) is the current, and \( Z \) is the impedance.
#### 5. **Phasor Representation:**
Phasors simplify the analysis of AC circuits by converting sinusoidal waveforms into rotating vectors in the complex plane. This method allows for algebraic manipulation instead of solving differential equations.
- A phasor for voltage or current is represented as \( \tilde{V} = V_m \angle \phi \) or \( \tilde{I} = I_m \angle \theta \).
#### 6. **Series and Parallel AC Circuits:**
- **Series AC Circuits:**
In a series circuit, all components share the same current. The total impedance is the sum of individual impedances:
\[
Z_{total} = Z_1 + Z_2 + \cdots + Z_n
\]
- **Parallel AC Circuits:**
In a parallel circuit, the voltage across all components is the same, and the total impedance is found by taking the reciprocal of the sum of reciprocals:
\[
\frac{1}{Z_{total}} = \frac{1}{Z_1} + \frac{1}{Z_2} + \cdots + \frac{1}{Z_n}
\]
#### 7. **Power in AC Circuits:**
Power in an AC circuit is divided into three types:
- **Active Power (P):** The real power that performs work, measured in watts (W). It is given by:
\[
P = VI \cos(\theta)
\]
Where \( \cos(\theta) \) is the power factor.
- **Reactive Power (Q):** The power that alternately stores and returns energy, measured in VAR (volt-ampere reactive).
\[
Q = VI \sin(\theta)
\]
- **Apparent Power (S):** The combination of active and reactive power, measured in VA (volt-ampere).
\[
S = VI = \sqrt{P^2 + Q^2}
\]
#### 8. **Resonance in AC Circuits:**
Resonance occurs in AC circuits when the inductive reactance and capacitive reactance are equal, resulting in the circuit being purely resistive. This happens at a specific frequency known as the resonant frequency:
\[
\omega_0 = \frac{1}{\sqrt{LC}}
\]
### Conclusion:
AC circuit analysis focuses on the relationship between voltage, current, impedance, and power. Key tools include phasor representation, understanding impedance, and calculating power in different components. Understanding resonance and phase shifts in inductors and capacitors is also crucial for more advanced circuit analysis.