Skip to content
This article is for educational purposes. We encourage you to verify with official sources.

Imagine this: It's Friday evening in Port-d'Espagne during Carnival Monday. The entire city is buzzing with soca music, food stalls serving doubles and roti, and street parades stretching for miles. But behind the scenes, the power grid is working overtime to keep the lights on, the speakers pumping, and the refrigerators running for all those cold Carib beers. Now picture this: A sudden thunderstorm knocks out a transmission line near San Fernando. The grid frequency starts dropping. Will the system collapse? Can engineers respond fast enough? These aren't just hypotheticals—they're real challenges faced by Trinidad and Tobago's power system every day. Whether you're studying for CAPE Physics, preparing for university entrance exams, or just curious about how electricity flows from Penal power plant to your home in Chaguanas, mastering power systems is crucial. This crash course gives you 5 targeted exercises that will make you comfortable with the core concepts: generators, transmission lines, three-phase power, and grid stability. By the end, you'll be able to calculate power outputs, analyze losses, and even optimize the system—just like a real grid engineer. Let's get started before the next Carnival!

Backup Generator Power Output at a Chaguanas Supermarket

facileapplication

A local supermarket in Chaguanas needs to install a backup diesel generator for Carnival Monday when grid demand peaks. The generator consumes diesel at a rate of 8 litres per hour and has an efficiency of 35%. Given that diesel has a calorific value of 38 MJ per litre, calculate the electrical power output of the generator in kilowatts.

Given data

Q_dotfuel consumption rate8L/h
etagenerator efficiency0.35
CVcalorific value of diesel38MJ/L

Find

  • P_out — electrical power output (kW)

Progressive hints

Hint 1

First calculate the total energy input per hour from the fuel

Hint 2

Then apply the efficiency to find the useful electrical energy output

Hint 3

Convert from MJ to kWh, then to kW

Full solution
  1. Energy input calculation — Calculate the total energy input from diesel consumption per hour. Multiply fuel consumption by calorific value.
    Ein=Q˙×CV=8 L/h×38 MJ/L=304 MJ/h
  2. Electrical energy output — Apply the generator efficiency to find the electrical energy output per hour.
    Eout=Ein×η=304 MJ/h×0.35=106.4 MJ/h
  3. Power conversion — Convert the hourly energy output to power in kilowatts. Note that 1 kWh = 3.6 MJ.
    Pout=106.4 MJ/h3.6 MJ/kWh=29.56 kW

Pout=29.6 kW

→ The electrical power output of the diesel generator is approximately 29.6 kW.

Transmission Line Losses from Penal to Port-d'Espagne

moyenapplication

Electricity generated at the Penal power plant must travel 35 km to reach Port-d'Espagne. The transmission line has a resistance of 0.12 Ω per km. If the line current is 250 A at 132 kV, calculate the total power loss in the transmission line and express it as a percentage of the transmitted power.

Given data

Ltransmission line length35km
R_per_kmline resistance per km0.12\Omega /\text{km}
Iline current250A
V_lineline voltage132kV

Find

  • P_loss — power loss in transmission (MW)
  • loss_percent — percentage loss (%)

Progressive hints

Hint 1

First calculate total line resistance by multiplying length by resistance per km

Hint 2

Use Ploss = I²R to find the power loss in watts

Hint 3

Calculate transmitted power using Ptrans = sqrt(3) × Vline × I

Hint 4

Divide power loss by transmitted power and multiply by 100 for percentage

Full solution
  1. Total line resistance — Calculate the total resistance of the 35 km transmission line.
    Rtotal=L×Rper km=35 km×0.12Ω/km=4.2Ω
  2. Power loss calculation — Calculate the power loss using the formula for resistive losses.
    Ploss=I2×Rtotal=(250 A)2×4.2 Ω=262 500 W=0.2625 MW
  3. Transmitted power — Calculate the total power transmitted using three-phase power formula.
    Ptrans=3×Vline×I=3×132 000 V×250 A=57 157 641 W57.16 MW
  4. Percentage loss — Calculate the percentage of power lost during transmission.
    Loss %=PlossPtrans×100=0.2625 MW57.16 MW×1000.46%

Ploss=0.26 MW, Loss %=0.46%

→ The power loss in the transmission line is 0.26 MW, representing approximately 0.46% of the transmitted power.

Three-Phase Power for San Fernando Industrial Motor

moyenmodeling

A manufacturing plant in San Fernando operates a large three-phase induction motor rated at 150 kW with a power factor of 0.85 lagging. The motor is connected to a 415 V line-to-line supply. Calculate the line current drawn by the motor and the apparent power in kVA.

Given data

Preal power150kW
pfpower factor0.85
V_LLline-to-line voltage415V

Find

  • I_line — line current (A)
  • S — apparent power (kVA)

Progressive hints

Hint 1

Use the three-phase power formula P = sqrt(3) × Vline × Iline × pf to find line current

Hint 2

Calculate apparent power using S = P / pf

Hint 3

Remember to convert kW to W for calculations

Full solution
  1. Line current calculation — Rearrange the three-phase power formula to solve for line current.
    Iline=P3×VLL×pf=150 000 W3×415 V×0.85=244.8 A
  2. Apparent power calculation — Calculate the apparent power using the power factor relationship.
    S=Ppf=150 kW0.85=176.47 kVA

Iline=245 A, S=176 kVA

→ The motor draws a line current of 245 A and has an apparent power of 176 kVA.

Grid Frequency Stability During Carnival Load Surge

moyenanalysis

During Carnival Monday, the power grid in Trinidad experiences a sudden load increase of 120 MW. The system inertia constant is 10 GJ/MVA and the initial grid frequency is 50 Hz. The total generation capacity is 2000 MVA. Assuming the governor response characteristic is 4% droop (i.e., 4% frequency change causes 100% power change), determine the new steady-state frequency after the load increase.

Given data

Delta_P_loadload increase120MW
Hinertia constant10GJ/MVA
f_initialinitial frequency50Hz
S_totaltotal generation capacity2000MVA
droopgovernor droop4%

Find

  • f_new — new steady-state frequency (Hz)

Progressive hints

Hint 1

Calculate the percentage of load increase relative to total capacity

Hint 2

Use the droop characteristic to find the required power change from generators

Hint 3

The frequency change is proportional to the power change divided by the droop percentage

Hint 4

New frequency = initial frequency - (power change × droop effect)

Full solution
  1. Load increase percentage — Calculate what percentage the 120 MW load increase represents of the total 2000 MVA capacity.
    Load %=120 MW2000 MVA×100=6%
  2. Governor response — Calculate the power change required from generators to compensate for the load increase using the droop characteristic.
    Pgov=Load %×100droop %=6%×1004=150%
  3. Frequency deviation — Calculate the frequency deviation caused by the load increase and governor response.
    Δf=finitial×Load %droop %=50 Hz×64=75 Hz
  4. New frequency — Calculate the new steady-state frequency after the change.
    fnew=finitialΔf=50 Hz0.75 Hz=49.25 Hz

fnew=49.25 Hz

→ The new steady-state frequency after the Carnival load surge is 49.25 Hz.

Capacitor Placement Optimization for Chaguanas Feeder

difficileoptimization

A distribution feeder in Chaguanas supplies 1200 kW of real power at 0.75 lagging power factor. The feeder has a resistance of 0.5 Ω and reactance of 1.2 Ω. To reduce energy costs, the utility wants to install capacitors to improve the power factor to 0.95 lagging. Determine the required capacitor size in kVAR and calculate the reduction in power loss.

Given data

Preal power1200kW
pf_initialinitial power factor0.75
pf_targettarget power factor0.95
Rfeeder resistance0.5\Omega
Xfeeder reactance1.2\Omega

Find

  • Q_c — capacitor reactive power (kVAR)
  • Delta_P_loss — power loss reduction (kW)

Progressive hints

Hint 1

Calculate the initial apparent power and reactive power using trigonometry

Hint 2

Calculate the target reactive power after power factor improvement

Hint 3

The difference gives the required capacitor reactive power

Hint 4

Calculate initial and final power losses using I²R, then find the reduction

Full solution
  1. Initial apparent power — Calculate the initial apparent power from real power and power factor.
    Sinitial=Ppfinitial=1200 kW0.75=1600 kVA
  2. Initial reactive power — Calculate the initial reactive power using Pythagorean theorem.
    Qinitial=Sinitial2P2=1600212002=1058.3 kVAR
  3. Target reactive power — Calculate the reactive power needed for the target power factor.
    Starget=Ppftarget=1200 kW0.95=1263.2 kVA
  4. Capacitor sizing — Calculate the required capacitor reactive power to achieve the target power factor.
    Qc=QinitialQtarget=1058.3 kVAR392.1 kVAR=666.2 kVAR
  5. Initial power loss — Calculate the initial power loss in the feeder using the initial current.
    Iinitial=Sinitial3×VLL[AssumeVLL=11 kVforcalculation]Iinitial=1600 kVA3×11 kV=84.2 APloss, initial=3×Iinitial2×R=3×(84.2 A)2×0.5 Ω=10.6 kW
  6. Final power loss — Calculate the final power loss after capacitor installation.
    Ifinal=Starget3×VLL=1263.2 kVA3×11 kV=66.7 APloss, final=3×Ifinal2×R=3×(66.7 A)2×0.5 Ω=6.7 kW
  7. Loss reduction — Calculate the reduction in power loss due to capacitor installation.
    ΔPloss=Ploss, initialPloss, final=10.6 kW6.7 kW=3.9 kW

Qc=666 kVAR, ΔPloss=3.9 kW

→ The required capacitor size is 666 kVAR, which reduces power losses by 3.9 kW.

Sources

  1. en.wikipedia.org
  2. web.archive.org
  3. www.nfpa.org
  4. doi.org
  5. api.semanticscholar.org
  6. people.clarkson.edu
  7. www.ieee.org
  8. edisontechcenter.org
  9. ublib.buffalo.edu
  10. www.engineering-timelines.com
  11. www.nypost.com
  12. pp.bme.hu
  13. books.google.com
  14. www.researchgate.net
  15. hdl.handle.net