Module 2 -- AC Circuits


Index

  1. Representation of Sinusoidal Waveforms
  2. Phase Difference
  3. Peak and RMS values
  4. Phasor Representation
  5. Complex Number forms
  6. AC Circuit analysis using Phasors
  7. Impedances
  8. Three types of power in AC circuits
  9. 1. Real Power (Active Power)
  10. 2 Reactive Power
  11. 3. Apparent Power
  12. Analysis of Single Phase AC Circuits
  13. Resonance in single phase AC circuits
  14. Three Phase AC Circuits
  15. The Connection Methods
  16. Power in Three-Phase Systems

Representation of Sinusoidal Waveforms

Sinusoids

https://www.youtube.com/watch?v=YhpOZcjrvQM

What exactly are these sinusoids?

Pasted image 20251108000701.png

Sinusoids are signals that look like sine or cosine functions.

A sinusoid is represented by an equation like:

V(t) = Vm sin(ω × t)

And a sinusoidal (AC) voltage or current varies with time according to:

V(t) = Vm sin(ω t + ϕ)

where:

Pasted image 20250916122232.png


Periodicity

Assuming you already did DC circuits before getting here, think of AC as voltage/current that changes magnitude and direction periodically.


Essential Relationships

Time Period & Frequency:

ω = 2πf = 2πT

For example: If f = 50 Hz then:


Phase Difference

When comparing two sinusoids of the same frequency:

The second waveform leads by ϕ if ϕ > 0 or lags if ϕ < 0.


Quick Practice

A voltage v(t) = 325sin(314t + 30) V.

Find:

Using the formula: V(t) = Vm sin(ω t + ϕ),

The Vm = 325, ω = 314 and ϕ = 30


Peak and RMS values

Peak Value

The peak value (Vm or Im) is the maximum value reached by an AC quantity (maximum value the amplitude can reach) in one cycle.

For the sinusoid v(t) = Vm sin(ω t), the peak value is simply Vm.


Visual Understanding

If you imagine a sine wave oscillating up and down:

Peak-to-Peak Value: The total swing from negative to positive peak is 2Vm.


RMS Value

The RMS value of alternating current is defined as: the steady DC current which, when passed through a given resistance for a given time, produces the same amount of heat as produced by the alternating current through the same resistance for the same time.

Think of it this way

Imagine two scenarios with the same resistor:

  1. AC Scenario: An AC current i(t) = 10sin(ω t) A flows through a resistor for 1 minute.

  2. DC Scenario: A steady DC current of 7.07 A flows through the same resistor for 1 minute.

Both produces exactly the same amount of heat! That 7.07 A DC value is the RMS value of the AC current.

Why This Matters

Quick Example

If an AC produces the same heat as a steady DC of 4A, then the RMS value of that AC is 4A (not the resistance). The peak value would then be: Im = 1.414 × 4 = 5.656 A


RMS Formulae

For a sinusoidal waveform:

The inverse relationship will be:

Vm = 2 × Vrms = 1.414 × Vrms

Im = 2 × Irms = 1.414 × Irms


Some examples to understand Peak and RMS values

Problem 1: A sinusoidal voltage has a peak value of 340V. Find the RMS value.

Solution:

Vrms = 0.707 × 340 = 240.38 V

Problem 2: The domestic AC supply is 230V, 50Hz. Find: (a) Peak voltage, (b) Equation of voltage.

Solution:

Here, the 230 V is not voltage, but the RMS voltage.

So, we need to find the amplitude of the sinusoidal equation of this supply, which will be the peak voltage.

(a) Peak voltage: Vm = 1.414 × 230 = 325.22 V.
(b) Now we need to find the angular frequency of the wave, which is given by:

ω = 2π × 50 = 314.16 rad/s

Now the equation of voltage is given by:

V(t) = Vm sin(ω t + ϕ) V

since we don't have ϕ here, we are just going to write:

V(t) = Vm sin(ω t) V

or: V(t) = 352.22 sin(314.16 t) V


Problem 3: An AC current is given by i(t) = 10sin(314 t) A. Find the RMS current (it's DC equivalent for the heating effect in a resistor).

From the given sinusoidal equation:

i(t) = 10sin(314 t) A

We have:

The peak current value (amplitude) as: Im = 10 A.
The angular frequency, ω = 314 rad/s.

So, the RMS current value would be:

Irms = 0.707 × 10 = 7.07 A

Phasor Representation

https://www.youtube.com/watch?v=qyKEw9X-yHQ

A phasor is a complex number that represents two key pieces of information about a sinusoid: its amplitude and its phase angle.

Conversion: Time Domain to Phasor Domain

For a sinusoid that's in the time domain: v(t) = Vm sin(ω t + ϕ)

The equivalent phasor form(using RMS) would be:

V¯ = Vrms ϕ

where Vrms = Vm2 = 0.707 × Vm

Say, if we have a sinusoidal wave equation:

v(t) = 3cos(ω + 30)

where the amplitude is 3 and the phase angle is 30 degrees

It can be represented with a phasor as:

v¯ = 3 30

For it's phasor representation using RMS:

V¯ = 2.121 30

Time Independence: A crucial aspect of phasors is that they are time-independent. The time involved components are suppressed when a sinusoid is converted to a phasor and that simplifies analysis.


Complex Number forms

Phasors are expressed as complex numbers, most commonly in:

1. Polar Form

The standard form that we just explored:

V¯ = Vm ϕ

or with RMS:

V¯ = Vrms ϕ

2. Rectangular (Complex) Form

V¯ = Vx + jVy

where:

Example: 10030 = 86.6 + j50 V

Conversion between forms

Polar to Rectangular:

Vm ϕ = Vm cosϕ + j Vm sinϕ

Rectangular to Polar:

Vx + jVy = Vx2 + Vy2 tan1(VyVx)

Quick Example

Problem: Convert v(t) = 2202 sin(314 t + 60) V to phasor form (RMS)

For phasor form:

V¯ = 22022 60

Thus the phasor is: V¯ = 200 60 V in polar form.

where:

For the rectangular form:

Vx = 220cos60 = 110 V
Vy = 220 sin60 = 190.52 V

V¯ = 110 + j190.52 V, is the phasor in the rectangular form.


AC Circuit analysis using Phasors

https://www.youtube.com/watch?v=YrtZgA05MBI

Example 1

Pasted image 20251108194352.png

Impedances

Quick pause before we proceed with the solving.

Impedance (Z) is the total opposition to alternating current (AC) flow in a circuit, measured in ohms. It is the AC equivalent of the resistance in a DC circuits, combining both resistance (R) from resistors and reactance (X) from inductors and capacitors.

Now that we are done, let's get back to the problem.

We have been given:

So, firstly what we will do is combine the impedances(resistances) which are in series.

Total impedance Z = 2.

Using ohm's law we can find out the total current in the circuit:

I = VrmsR = 10 302 AI = 5 30 A

Optionally we can convert to the rectangular form as well (for better practice):

cos30 = 0.866 , sin30 = 0.5

Irect = (5 × 0.866) + (5 × j 0.5)  4.33 + j 0.25 A

We can further verify our own answer.

For each resistor, there will be a voltage drop.

Voltage drop for each 1 resistor would be:

Vdrop = 5 30 × 1 = 5 30 V.

A KVL check would result in: Vsource = VR1 + VR2 =10 30 which matches the source voltage.

Final answer: Convert back to sinusoid (time domain)

Here be careful about your phasor convention:

In our case, we have RMS values.

So,

I = 5 30 A

will be converted to it's peak value equivalent in the sinusoid for the instantaneous current.

So the instantaneous current is:

i(t) = (2 × 5) (sinω t + 30) A

or:

i(t) = 7.07 (sinω t + 30) A

(Textbooks commonly use RMS phasors; confirm from your course which convention they use. If nothing is said, RMS is safest.)

And that's exactly what it is in the video:

Pasted image 20251108202339.png


Example 2

Pasted image 20251108203912.png

Given here is a sinusoidal voltage.

V = 6sin(ω t + 10) V

The resistances are the same and the current is the same as the previous problem.

So the total impedance (Z) is 2

Converting the voltage to a phasor form:

V¯ = 6 10 V

The current would be:

I = 6102 = 310

Converting back to sinusoidal form:

i(t) = 3 sin(ωt + 10) A

https://www.youtube.com/watch?v=47hGRVA3K98

This video contains even more examples related to phasors


Key Advantage of using phasors

Addition/subtraction of AC quantities: Instead of adding complex sine functions, just add phasors as vectors!

Example:

v1(t) + v2 = 10 sinω t + 15 sinω t + 30

Using phasors:

V¯total = 10 0 + 15 30, as simple as that.


Power in AC Circuits

In DC circuits, power was simple: P = VI. In AC circuits, it's more complex because voltage and current may not be in phase.

Now hold on a minute.

What does it mean to be "in phase" and "not in phase"?

For that, let's just wind back to our definition of phase in a wave:

The phase of a wave is basically any point in the wave within a single cycle.

The phase difference would mean the difference between any two chosen points on the wave in a single cycle.

Pasted image 20251108001706.png

For a general sinusoidal signal:

x(t) = Xm sin(ω t + ϕ)

So, if two waves have different ϕ, one wave starts earlier (leads) and the other starts later (lags behind)


What "in phase" means:

If two sinusoids of the same frequency rise, peak, cross zero, and fall at the same time, they are in phase.

Mathematically:

v(t) = Vm sin(ω t)
i(t) = Im sin(ω t)

Here ϕ = 0 (or multiples of 360).
Their peak lines up perfectly.

An example would be:

Imagine two sinusoids on top of each other:

v(t):    ~~~~~~~~^^^^~~~~~~~^^^^~~~~
i(t):    ~~~~~~~~^^^^~~~~~~~^^^^~~~~

That's what being "in phase" means.


What being "out of phase" or "not in phase means"

Now imagine:

v(t) = Vm sin(ω t)
i(t) = Im sin(ω t  ϕ)

If ϕ  0, their peaks no longer line up.

This is called a phase difference (or phase shift).

Example:

v(t):    ~~~~~~~~^^^^~~~~~~~^^^^~~~~
i(t):      ~~~~~~~~^^^^~~~~~~~^^^^~~

The phase angle ϕ and what it really represents.

Think of ϕ as the angular time delay between voltage and current within one cycle.

In AC analysis:

ϕ = angle between voltage phasor and current phasor

Imagine voltage as “effort” and current as “resulting motion.”
If both are synchronized (in phase), all your effort goes into useful motion (real work).
If not, part of your effort goes into pushing and pulling energy back and forth — that’s reactive power.

For people who have learnt machine learning, specifically cosine similarity and how vector embeddings work here's a neat connection build up the full intuition:

Like in vectors, specifically while performing cosine similarity we can tell how similar a vector is to another based on their angle, with the most similar for the angle being 1 .

In cases of sinusoids and their phase angles, the sinusoids are literally similar to each other since they overlap on each other due to their phase angle, i.e. angular time delay between them being zero. They start together and end together.

That's what it means to be in phase.

Now, dissimilar vectors have an angle of zero.

Similarly when two sinusoids' phase angle is not equals to zero, then they are not that similar to each other, in wave terms, one started earlier and the other lagged behind it by a certain time delay, which is the phase angle.

That's what it means to be out of phase.


Three types of power in AC circuits

1. Real Power (Active Power)

Definition: The actual power consumed by the circuit that does useful work (produces heat, light, motion).

Symbol: P
Unit: Watts W.

Formula: P = Vrms × Irms × cosϕ

where ϕ is the phase angle between voltage and current.

Key Point: Only the component of current in phase with voltage contributes to real power. Real power is consumed by resistive elements (R)


2 Reactive Power

Definition: Power that oscillates back and forth between the source and reactive elements (inductors and capacitors) without doing any useful work.

Symbol: Q
Unit: VAR (Volt-Ampere Reactive)

Formula:

Q = Vrms × Irms × sinϕ

Key Point: The component of current 90° out of phase with voltage contributes to reactive power.


3. Apparent Power

Definition: The total power supplied by the source, combining both real and reactive power.

Symbol: S
Unit: VA (Volt-Ampere)

Formula:

S = Vrms × Irms

Relationship with P and Q:

S = P2 + Q2

or in complex form:

S = P + jQ

Apparent power is used to rate electrical equipment like transformers and generators.


Power Triangle

The relationship between these three powers forms a right-angled triangle:​

Pasted image 20251109131732.png

From the triangle:


Power Factor

Definition: The ratio of real power to apparent power

Power Factor = cosϕ = PS = Real PowerApparent Power

Range: 0 to 1 (or 0% to 100%)

Significance:


Essential Formulae Summary

Power Type Symbol Unit Formula
Real Power P W (Watts) VrmsIrmscosϕ or Scosϕ
Reactive Power Q VAR (Volt-Ampere Reactive) VrmsIrmssinϕ or Ssinϕ
Apparent Power S VA (Volt-Ampere) VrmsIrms or P2 + Q2
Power Factor cosϕ - PS

And tanϕ = QP or ϕ = tan1QP


Why ϕ, the phase angle matters when it comes to the the different types of power

When we learned power:

P = VIcosϕ

and

Q = VI sinϕ

This ϕ is the same phase angle between voltage and current phasors.

Case ϕ Effect Behaviour
ϕ = 0 In phase All power converted to heat/work Purely resistive
ϕ = +90 Voltage leads by 90 (Current lags) No real power transfer (Q positive) Purely inductive
ϕ = 90 Current leads by 90 (Voltage lags) No real power transfer (Q negative) Purely capacitive
0 < ϕ <90 Partial alignment

So, ϕ literally tells you how effectively voltage and current work together to deliver real power.


Analysis of Single Phase AC Circuits

Pre-requisites

1. Inductors

Pasted image 20251109182149.png

An inductor is a passive electrical component that stores energy in a magnetic field when an electric current flows through it. It is typically made of a coil of insulated wire and opposes any change in the current passing through it, a property known as inductance.

Time-Domain Relationships

vl(t) = Ldi(t)dt

For Sinusoidal signals

Let v(t) = Vmsin(ωt)

Therefore, the current will be:

i(t) = 1ω LVmsin(ωt  90)

current lags voltage by 90


2. Capacitors

A capacitor is an electronic component that stores electrical energy in an electric field, made of two parallel conducting plates separated by an insulating material called a dielectric. When a voltage is applied, it accumulates opposite charges on the plates, and it can release this energy quickly, unlike a battery which releases energy slowly.

Pasted image 20251109185731.png

The equation of a capacitor is:

iC(t) = C dv(t)dt

For sinusoidal signals:

i(t) = ωCVm sin(ωt + 90)

current leads voltage by 90


Impedance and Reactance

Impedance

S.I unit: ohms

Reactance

Reactance is the magnitude of impedance (ignoring the sign/phase):

Inductance
XL = ωL

Inductance increases with the frequency, since they block high-frequency signals.

S.I unit: ohms

Capacitance
XC = 1ωC

The capacitance of a capacitor decreases with the frequency, since they allow high frequency signals.


Example 1 - Pure Resistor circuit

Pasted image 20251109192818.png

We need to calculate all three types of power and the power factor here as well.

Starting off with the given voltage. When nothing is said about the amplitude type, it's safe to assume that it's RMS.

Given voltage:

Vrms = 120 0

Total impedance (Z): 15 
The phase angle ϕ is 0

By ohm's law the current will be:

Irms = 120 015Irms = 8 0

Quick note — about multiplying phasors

However while calculating power:

We use the complex conjugate of the current: S = VI
because instantaneous power depends on v(t)i(t) and in phasor math, that conjugate ensures we capture the real (average) part correctly.

In short, while calculating power, subtract the angles.

Remembering our formula table for power:

Power Type Symbol Unit Formula
Real Power P W (Watts) VrmsIrmscosϕ or Scosϕ
Reactive Power Q VAR (Volt-Ampere Reactive) VrmsIrmssinϕ or Ssinϕ
Apparent Power S VA (Volt-Ampere) VrmsIrms or P2 + Q2
Power Factor cosϕ - PS

Now, let's find out the real power (P) first:

Real power:

P = Vrms × Irms × cos0P = 960 0 W

(The angle stays the same since 0  0 = 0)

Now, the apparent power(Q):

Q = Vrms × Irms × sin0

is also:

Q = P = 0 0 VAR

Next, the reactive power (S):

S = P2 + Q2S = 960 0 VA

Lastly, the power factor:

Power factor = PS = 960 0960 0 = 1

Since the power factor is 1, it's a purely resistive circuit.

Final answer in time domain:

The instantaneous circuit is:

i(t) = 82 sin(ωt + 0)

or:

i(t) = 11.31 sin(ωt + 0)

Example 2 -- Pure Inductor Circuit

Pasted image 20251109204624.png

Same voltage, however we have an inductor now of j20 

In inductance terms that would translate to:

XL = 20 +90

This means that the current is lagging behind the voltage by 90 degrees and the voltage is leading ahead of the current by 90 degrees, which is what inductors do.

Now that that's out of the way,

The impedance will be:

Z = XL = 20 +90 

Thus the current will be:

Irms = VrmsZIrms = 120 020 90Irms = 6 90 A

Now, for the power calculations

In power calculations, the phase angle always means the phase difference between voltage and current, not their individual phasor angles.

So, here:

V = 0, I = 90

So, ϕ = V  I = +90

This calculated phase angle will be the angle for the voltage, and the current in this power calculation, so we don't need to write them again in the phasor format while calculating.

Real power:

P = Vrms × Irms × cos90P = 120 × 6 × 0P = 0W

Now, for the apparent power:

q = Vrms × Irms × sin90Q = 120 × 6 × sin90Q = 720 VAR

Next, for the reactive power:

S = P2 + Q2 = 720 VA

And the power factor:

P.F = PS = 0

which means that this is a purely reactive circuit, no real power consumed. The current just bounces back from the inductor and other sources. All energy is temporarily stored in the inductor’s magnetic field and returned to the source each cycle — no net work is done.

Final instantaneous current in sinusoidal form:

i(t) = 62 sin(ωt  90)

or:

i(t) = 8.484 sin(ωt  90) A

Example 3 -- Pure Capacitor Circuit

Pasted image 20251109234446.png

Same voltage, but now we have a capacitor of j20

which translates to:

XC = 2090 

This means that the current is leading ahead of the voltage by 90 degrees and the voltage is lagging behind the current by 90 degrees, which is how capacitors work.

So the total impedance, Z, will be:

Z = XC = 2090 

Thus, the current will be:

Irms = VrmsZIrms = 120 020 90Irms = 6 90 A

Now, for the power calculations:

V = 0, I = 90

So, ϕ = V  I = 90

Real power:

P = Vrms × Irms × cos90P = 120 × 6 × 0P = 0W

Now, for the apparent power:

q = Vrms × Irms × sin90Q = 120 × 6 × sin90Q = 720 VAR

You might be concerned as to what's with the negative power here?

Negative reactive power means the circuit is supplying reactive energy back to the source over each cycle (the capacitor charges and discharges), rather than absorbing it. That’s why capacitors are associated with negative Q, and inductors with positive Q.

Next, for the reactive power:

S = P2 + Q2 = 720 VA

And the power factor:

P.F = PS = 0

which means that this is a purely reactive circuit, no real power consumed.

Final instantaneous current in sinusoidal form:

i(t) = 62 sin(ωt + 90)

or:

i(t) = 8.484 sin(ωt + 90) A

Example 4 -- Series RLC circuit

Pasted image 20251110013503.png

This is the same process, just we have to add up the total impedances.

For parallel impedances:

The total impedance will be:

Ztotal = 10 + j12 j5Ztotal = 10 + 7jZtotal = 10 + 790

The inductance is greater than the capacitance, so the current is lagging behind the voltage (as evidenced by the sign of the phase angle)

This looks like it's a rectangular phasor.

For ease of calculations we need to convert this to a polar phasor.

From:

Ztotal = 10 + 7j

Vx = 10
Vy = 7

So,

Zpolar = 102 + 72 tan1710Zpolar = 12.206 34.99 

Thus, the current will be:

Irms = VrmsZIrms = 120 012.206 34.99Irms = 9.831 34.99 A

So, the current lags behind the voltage by 34.99 degrees

Now, for the power calculations:

So, here:

V = 0, I = 34.99

So, ϕ = V  I = +34.99

Real power:

P = Vrms × Irms × cos34.99P = 120 × 9.831 × 0.819P = 966.4W

Now, for the apparent power:

Q = Vrms × Irms × sin90Q = 120 × 9.831 × 0.573Q = 676.4 VAR

Next, for the reactive power:

S = P2 + Q2 = 1179.72 VA

And the power factor:

P.F = PS = 0.819

Very close to 1, almost purely resistive circuit.

Final instantaneous current in sinusoidal form:

i(t) = 9.8312 sin(ωt  34.99)

or:

i(t) = 13.901 sin(ωt  34.99) A

Resonance in single phase AC circuits

In a single-phase AC circuit, resonance occurs when the inductive reactance (XL) equals the capacitive reactance XC
causing the circuit's impedance to be at its minimum and the phase angle between the voltage and current to be zero. This condition results in maximum current flow for a given voltage and causes the circuit to behave like a purely resistive circuit at that specific resonant frequency.

The resonant frequency f0 in a single-phase AC circuit, typically an RLC circuit, is the specific frequency at which capacitive and inductive reactances are equal, resulting in minimum impedance for a series circuit.

It is given by:

f0 = 12πLC

Three Phase AC Circuits

A three-phase system consists of three AC voltages of equal magnitude and frequency, but displaced from each other by 120° in phase. This is the standard for power generation and distribution because it's more efficient than single-phase.

Phase sequence: R-Y-B (or A-B-C), meaning voltage in R leads Y by 120°, and Y leads B by 120°.


A better explanation of why 3-phase AC systems are needed

In a single-phase AC system, you have:

So voltage and current are straightforward — one voltage, one current, one path.

Now imagine a generator that makes three AC voltages

In a three-phase alternator, there are three coils placed 120° apart on the stator.

Each coil produces its own sinusoidal voltage, equal in magnitude but shifted in phase:

vR(t) = VmsinωtvY(t) = Vm sinωt  120vB(t) = Vm sin(ω t  240)

In a three-phase alternator, there are three coils placed 120° apart on the stator.
Each coil produces its own sinusoidal voltage, equal in magnitude but shifted in phase.


The Connection Methods

1. Star(Y or Wye) Connection.

Pasted image 20251110151947.png

Structure: We tie one end of all three windings together at a common point (called the neutral).
The other ends go out as the line terminals
.

Wiring: 4-wire system (3 phase wires + 1 neutral) or 3-wire system (without neutral).

Key Characteristics:

Each winding (wire/coil/impedance) (between line and neutral) is a phase.


2. Delta (Δ) connection.

Pasted image 20251110162444.png

Structure: Three windings are connected in a closed loop (forming a triangle/delta shape).

Wiring: 3-wire system only (no neutral wire).

Key Characteristics:

No neutral point exists — just three junctions R, Y, B (the lines).

What's Line vs Phase then?

Think of it this way:

Term Means (in Star) Means (in Delta) Analogy
Phase Each individual winding of the generator/load (between Line & Neutral). Each side of the delta loop (between two Lines). One “sub-circuit” per phase.
Line The external wires that connect the system to the load (R, Y, B). Same: external wires R, Y, B. The “mains” wires carrying current to the outside.

So the phase is an internal quantity (inside the machine or load).

The line is what you can measure from outside — between the terminals.

Final mental picture that should click:

       [ R-phase ] → voltage = 230∠0°
       [ Y-phase ] → voltage = 230∠−120°
       [ B-phase ] → voltage = 230∠−240°

Voltage and Current Relations

Star Connection

Voltage Relation

VL = 3 × Vph

where:

Current Relation:

IL = Iph

where:


Delta Connection

Voltage Relation

VL = Vph

Line voltage equals phase voltage.

Current Relation:

IL = 3 × Iph

Why two kinds of voltages and currents?

It all comes from how the three coils (phases) are connected to the external circuit.

When we join the coils inside the generator or load, some terminals become shared, and some go outward to the lines.
That’s why we end up with:


Power in Three-Phase Systems

Total Power

For a balanced three-phase system, total power is:

P = 3 × Vph × Iph cosϕ

or in terms of line quantities:

P = 3 × VL × IL × cosϕ

Reactive Power

Q = 3 × VL × IL × sinϕ

Apparent Power

S = 3 × VL × IL

Power Factor

P.F = PS = cosϕ

Practice Numericals

Question 1

A balanced star-connected load has phase voltage of 230V and phase current of 10A with power factor 0.8 lagging. Find: (a) Line voltage, (b) Line current, (c) Total power.

Solution:

Given Iph = 10 A, Vph = 230 V, P.F = cosϕ = 0.8

(a) Line Voltage:

VL = 3 × Vph

or:

VL = 1.732 × 230 = 398.36 V

(b) Line current (in star phase, line current = phase current).

IL = Iph = 10 A

(c) Total power:

P = 3 × Vph × Iph × cosϕP = 3 × 230 × 10 × 0.8P =  5520 W

Question 2

A balanced delta-connected load draws line current of 20A with line voltage of 400V and power factor 0.9. Find: (a) Phase voltage, (b) Phase current, (c) Total power.

Solution:

Given power factor cosϕ = 0.9

(a) Phase voltage: (in delta connection, phase voltage = line voltage)

Vph = VL = 400 V

(b) Phase current:

Iph = IL3 = 11.55 A

(c) Total power:

P = 3 × VL × cosϕ = 1.732 × 400 × 0.9 = 12470 W

Important Points to Remember