Write a program to compute the power loss in a transmission


Write a program to compute the power loss in a transmission line with a resistance of 0.05 ohms/mile. Compute the power loss if 500kw of power is transmitted from a power generating station to cities at distances of 20, 30, 40, 50, 60, 70, 80, 90, 100 miles at 100 V and 200 V. The current (i) is calculated from: i = power transmitted in watts / volts transmitted

power transmitted in watts
i = --------------------------------
volts transmitted

The total resistance R is computed from the equation: R = r x miles

where r is the resistance per mile. The power loss is computed from the equation: Power loss = i2(squared) x R.

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: Write a program to compute the power loss in a transmission
Reference No:- TGS0120768

Expected delivery within 24 Hours