SlideShare a Scribd company logo
1 of 4
Download to read offline
Zain Anwar Ali et al Int. Journal of Engineering Research and Application
ISSN : 2248-9622, Vol. 3, Issue 6, Nov-Dec 2013, pp.200-203

RESEARCH ARTICLE

www.ijera.com

OPEN ACCESS

With The Help of Power Factor How To Reduce The Load
Current.
Imran Aziz1, S.M.Taqi2, M.Tanveer3, Muhammad Shafique4, Zain Anwar Ali5
1

. Junior Lecturer. Depart. Of Electronic Engineering, Sir Syed University of Engineering & Technology, Pakistan
. Asst. Prof. Depart. Of Electronic Engineering, Sir Syed University of Engineering & Technology, Pakistan
3, 4.
Research Assistant. Depart. Of Electronic Engineering, Sir Syed University of Engineering & Technology, Pakistan
5.
Research Scholar. College of Automation Engineering, Nanjing University of Aeronautics & Astronautics, China
2

ABSTRACT:
In this research, the study involves an overview about with the help of power factor how to reduce the load
current. Research relates the power factor, supply voltage, frequency and load in (KVA) load current of small
industry. By using the two different power factors with a same load in (KVA) calculating a load current and
taking their difference with the help of that difference calculate the how much load current is reduced by using
the correct power factor. The research exposed that the load current compact by 11 t0 23% when the power
factor is corrected from 0.7 to 0.9.This compact the waste in electrical energy, enlarge output power and deposit
effectiveness. Improving the power factor by using the KW, KVA and power factor relationship which is useful
to reduce the load current. All the calculations and results shown in mat lab.
Key words: Load current, Reduce Current, Power factor.

I. Introduction
Pakistan relates with the third world country
and Karachi is the largest city and former capital of
Pakistan on the Arabian Sea near the Indus River.
Karachi is not just a city. It is a heart of Pakistan. The
area of Karachi is about 3,366 sq. km with more than
18 towns and 6 cantonment boards and in this large
city distribution of electricity is not an easy task. In
this large city the requirement of electrical energy is
about 2400 MW. And the produced energy is about
2000 MW. Due to the short fall and losses there is a
lot of load shedding in the city or due to the
transmission losses, distribution losses, theft of
electrical energy and as well as power factor losses in
the industries.
In this research the main objective is to reduce the
load current by using the correct power factor in
small scale industries in Karachi.
Low power factor is a problem which can be resolved
by adding power factor correction capacitors to the
plant distribution system [2].
1.1. Active & Reactive Power:
The power factor is a relationship between
Active (working power) and reactive (non working)
power and (total energy) is consumed. The greater
the power factor the more successfully power is
being used and vice-versa.
A distributed system power is divided in to
two parts. The Active (Working) and reactive (Not
Working) power. The function is to develop
magnetic fields by inductive devices. And power
factor decreased with increased motor load.

www.ijera.com

Power Factor is the ratio of active and reactive
power of the system.
Power Factor = Kilo Watt / Kilo Volt Ampere
An Electrical system with a power factor of
unity is using 100% useful current with greater
efficiency. More-over a system with a power factor
of 0.5 is using (50%) twice as much current as it
needs. In reference with this case improvement in
power factor is achieved by connecting a power
factor correction static capacitor to the electrical
supply resulting in electrical power efficiency.
1.2 Correction of Low Power Factor
“Low power factor means poor electrical
efficiency”.
The low power factor, the higher the
consumed power drawn from the distribution side
[3]. The low power factor is not corrected; the utility
must provide the reactive power. In addition to the
working active power. Use of large motors and
generators and other higher distributed system
devices which would otherwise be unnecessary. The
utility expenses and cost of operating gone higher
and higher. Gone to pass these higher expenses down
the line to industrial users in the form of power factor
penalties.
1.3 Disadvantages of low Power Factor
 If the power factor is low the current in the
machinery increased which results higher loss,
overheating and increased the cost of
maintenance.

200 | P a g e
Zain Anwar Ali et al Int. Journal of Engineering Research and Application
ISSN : 2248-9622, Vol. 3, Issue 6, Nov-Dec 2013, pp.200-203






A system with a low power factor result is
higher expense both for distribution and
consumer.
In 3 phase system the power factor decreases the
current rises. The heat dissipation in the system
raise proportional equivalent to the square of
current size [1].
Low power factor reduces a distribution system
capacity by increasing current flow and causing
voltage drops.
Low power factor shorten the life span of
electrical system and also causes power system
losses to the supplied company.

www.ijera.com

cosd=0.9
%The power at the total load wrt to its power factor
Pkwc=kva*cosc*1000
%The load Current "ia" @ power factor "0.7"
iac=Pkwc/(3^0.5*v*cosc)
%The load current "ib" @ power factor "0.9"
ibc=Pkwc/(3^0.5*v*cosd)
%The Difference of the Currents wrt to changing the
power factor
irc=iac-ibc
%The total reduction of current
Irpc=irc/iac*100
solve(Irp,ir,ib,ia,Pkw,cosb,cosa,kva,v,Irpc,irc,ibc,iac,
Pkwc,cosc,cosd)

II. Current Consumed VS Power Factor
When the power factor is 1.0, giving a
constant power load of 100% below figure
represents. After dropping the power factor from 1.0
to 0.9 powers is used less effectively. 10% more
current is required than when the power factor was
1.0 to handle the same load. A power factor of 0.7
requires 45% more current, On the other hand if
power factor is 0.5requires approximately 100%
more (doubled as much) as when the power factor
was 1.0 to handle the same load. The graph shows
the relationship between total current consumed and
power factor.

b) Matlab results
Load In Factory
Kva = 400
Voltages Recquired
v = 440
Using Power Factor
cosa = 0.8000
Correct Power Factor
cosb = 0.9000
The total power
Pkw = 320000
First Load Current at “0.8”
Ia = 524.8639

III. Estimating of Load Current Saving




An industry having a energy ratings are.
Voltage
= 440V
Frequency = 50 HZ
Load KVA = 400

a) Comparing power factor (0.8 Vs 0.9 and 0.7
Vs 0.9)
Matlab Coding
clc
clear all
close all
syms kva cosa v cosb ir cosc cosd
kva=400
v=440
%Intitially Power Factor @ 0.8 and then @ 0.9
cosa=0.8
cosb=0.9
%The power at the total load wrt to its power factor
Pkw=kva*cosa*1000
%The load Current "ia" @ power factor "0.8"
ia=Pkw/(3^0.5*v*cosa)
%The load current "ib" @ power factor "0.9"
ib=Pkw/(3^0.5*v*cosb)
%The Difference of the Currents wrt to changing the
power factor
ir=ia-ib
%The total reduction of current
Irp=ir/ia*100
%Finally Power Factor @ 0.65 and then @ 0.9
cosc=0.7
www.ijera.com

Second load current ‘’0.9’’
ib = 466.5457
The Difference of Ia and Ib.
ir = 58.3182
The Reduced Current in %
Irp =11.1111%
Cosc = 0.7000
cosd = 0.9000
The total power
201 | P a g e
Zain Anwar Ali et al Int. Journal of Engineering Research and Application
ISSN : 2248-9622, Vol. 3, Issue 6, Nov-Dec 2013, pp.200-203
Pkwc = 280000
First Load Current at “0.7”
iac = 524.8639
Second load current ‘’0.9’’
ibc = 408.2275
The Difference of Iac and Ibc.
irc = 116.6364
The Reduced Current in %
Irpc = 23%

[6]

[7]

IV. Discussion of results obtained in both
comparisons.
The results obtained showed in the results
that initially taking power factor is 0.8 and 0.7. And
after correction with 0.9 and by using the total load in
both these power factors and calculating the load
currents. The total load current reducing starts from
11.22 to 23 % load current is reduced.

V. Improving the power factor by using
different schemes.





Static Capacitors is used and a capacitor bank is
used in an industry.
Phase advancer is also used to improve the
power factor of induction motors.
Flexible AC transmission system.
Synchronous motor takes leading current when
over excited and therefore behave as a capacitor.

VI. Conclusion
Based on mathematical calculation analysis
shows that when we are using the correct power
factor there is a lot of saving of electrical energy in
our country as well as the improvement in the
performance of electrical system and its efficiency as
well. To improve the Power Factor in the small scale
industries and load current is reduced.

References
[1]
[2]
[3]

www.hkswitchgear.com/capacitorsbank.htm
www.engineering.leeds.ac.uk/ultrasound
people.htmbank.htm
Power World Co-operation Power World
Simulator, Version 8.0 Gover/Sarma Build
11/02/01, licensed only for E0valuation and
University Educational Use, 1996-2000

I have Concerned these Papers
[4]
a division of Thomson Learning Inc.5. P.A.,
Kuale, O.S. Onohaebi “Reduction of the
High
Financial
Losses
associated
withTechnical Power Losses in the Nigerian
330KV transmission Network” Journal of
Research inEngineering (JRENG), Vol.4,
No. 4, pages 85-91, 2007.
[5]
N. A. ALI “An Overview of System
Collapses on the Nigerian Grid Network”
(2005)Proceedings of the International
www.ijera.com

www.ijera.com

Conference on Power Systems Operation
and Planning;Theme: Sustainable Energy
Source and Technology Development in the
21st Century, (May22nd-26th 2005)
Univerdale Jean Pieget Praia, Cape
VerdeWadsworth Group, Brooks Cole,a
division of Thomson Learning Inc.
Pabla A.S. (2003), “Electric Power
Distribution”, Fourth Edition Sixth Reprint
2005, Pub-TataMcGraw-Hill.
Thereja B.L. and Thereja A.R. (2002),
“Electrical Technology” Revised Edition, S.
CHAND & COMPANY LTD

Pkw = Kva * cos a
= 400 *0.8
Pkw = 320 KW
Then!
Power becomes
P= (3^1/2)*V*I*cos a
The Load Current is
Ia = Pkw/(3*1/2)*V*cos a
= 320KW/(3^1/2)*440*0.8
Ia = 524.86 Amp
The Expected Load Current Ia after correction at
0.9 ideal power factor.
Ib = 320KW/(3*1/2)*440*0.9
Ib = 466.54 Amp
Now the load current drops from 525 Amp at 0.8 to
467 Amps at 0.9 power factor creating a reversed
current.
Ir = Ia –Ib
= 525-467
Ir = 58 Amp
% The Total Reduction In Current
% Reduced “I”= (Ir/Ia)*100
= (58/525)*100
%Reduced “I”= 11%
c)

Comparing powerfactor(0.7Vs 0.9)
Pkw = Kva * cos a
= 400 *0.7
Pkw’ = 280 KW

Then!
Power becomes
P= (3^1/2)*V*I*cos a
The Load Current is
Ia’ = Pkw/(3*1/2)*V*cos a
202 | P a g e
Zain Anwar Ali et al Int. Journal of Engineering Research and Application
ISSN : 2248-9622, Vol. 3, Issue 6, Nov-Dec 2013, pp.200-203

www.ijera.com

= 260KW/(3^1/2)*440*0.7
Ia’ = 525 Amp

The Expected Load Current Ia after correction at
0.9 ideal power factor.
Ib’ = 280KW/(3*1/2)*440*0.9
Ib’ = 408 Amp

Now the load current drops from 525 Amp at 0.8 to
408 Amps at 0.7 power factor creating a reversed
current.
Ir’ = Ia’ –Ib’
= 525-408
Ir’ = 117Amp

% The Total Reduction In Current
% Reduced “I”= (Ir’/Ia’)*100
= (117/525)*100
%Reduced “I”= 23%

www.ijera.com

203 | P a g e

More Related Content

What's hot

IRJET- Review: Active Power Filtering Techniques for Power System
IRJET- Review: Active Power Filtering Techniques for Power SystemIRJET- Review: Active Power Filtering Techniques for Power System
IRJET- Review: Active Power Filtering Techniques for Power SystemIRJET Journal
 
Enhancement in Power Quality With Grid Interconnection of Renewable Energy So...
Enhancement in Power Quality With Grid Interconnection of Renewable Energy So...Enhancement in Power Quality With Grid Interconnection of Renewable Energy So...
Enhancement in Power Quality With Grid Interconnection of Renewable Energy So...IJERA Editor
 
SRF THEORY BASED STATCOM FOR COMPENSATION OF REACTIVE POWER AND HARMONICS
SRF THEORY BASED STATCOM FOR COMPENSATION OF REACTIVE POWER AND HARMONICSSRF THEORY BASED STATCOM FOR COMPENSATION OF REACTIVE POWER AND HARMONICS
SRF THEORY BASED STATCOM FOR COMPENSATION OF REACTIVE POWER AND HARMONICSIAEME Publication
 
Optimal Power Flow with Reactive Power Compensation for Cost And Loss Minimiz...
Optimal Power Flow with Reactive Power Compensation for Cost And Loss Minimiz...Optimal Power Flow with Reactive Power Compensation for Cost And Loss Minimiz...
Optimal Power Flow with Reactive Power Compensation for Cost And Loss Minimiz...ijeei-iaes
 
Importance of reactive power in determining the cost of power system in futur...
Importance of reactive power in determining the cost of power system in futur...Importance of reactive power in determining the cost of power system in futur...
Importance of reactive power in determining the cost of power system in futur...Shubham Sachan
 
MICROCONTROLLER BASED SOLAR POWER INVERTER
MICROCONTROLLER BASED SOLAR POWER INVERTERMICROCONTROLLER BASED SOLAR POWER INVERTER
MICROCONTROLLER BASED SOLAR POWER INVERTERIAEME Publication
 
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD Editor
 
MODELING AND SIMULATION OF SOLAR PHOTOVOLTAIC APPLICATION BASED MULTILEVEL IN...
MODELING AND SIMULATION OF SOLAR PHOTOVOLTAIC APPLICATION BASED MULTILEVEL IN...MODELING AND SIMULATION OF SOLAR PHOTOVOLTAIC APPLICATION BASED MULTILEVEL IN...
MODELING AND SIMULATION OF SOLAR PHOTOVOLTAIC APPLICATION BASED MULTILEVEL IN...ecij
 
Grid Connected Distributed Generation System with High Voltage Gain Cascaded ...
Grid Connected Distributed Generation System with High Voltage Gain Cascaded ...Grid Connected Distributed Generation System with High Voltage Gain Cascaded ...
Grid Connected Distributed Generation System with High Voltage Gain Cascaded ...IJECEIAES
 
Improvement of the electric power quality using
Improvement of the electric power quality usingImprovement of the electric power quality using
Improvement of the electric power quality usingVikram Rawani
 
Improving Efficiency of Active Power Filter for Renewable Power Generation Sy...
Improving Efficiency of Active Power Filter for Renewable Power Generation Sy...Improving Efficiency of Active Power Filter for Renewable Power Generation Sy...
Improving Efficiency of Active Power Filter for Renewable Power Generation Sy...IRJET Journal
 
Analysis of Voltage and Current Variations in Hybrid Power System
Analysis of Voltage and Current Variations in Hybrid Power SystemAnalysis of Voltage and Current Variations in Hybrid Power System
Analysis of Voltage and Current Variations in Hybrid Power SystemIJRST Journal
 
IRJET- Implementation of 3-Phase Electric Springs in Unbalanced Power Sys...
IRJET-  	  Implementation of 3-Phase Electric Springs in Unbalanced Power Sys...IRJET-  	  Implementation of 3-Phase Electric Springs in Unbalanced Power Sys...
IRJET- Implementation of 3-Phase Electric Springs in Unbalanced Power Sys...IRJET Journal
 
A Technique for Shunt Active Filter meld micro grid System
A Technique for Shunt Active Filter meld micro grid SystemA Technique for Shunt Active Filter meld micro grid System
A Technique for Shunt Active Filter meld micro grid SystemIJERA Editor
 
A Novel Approach for Power Quality Improvement in Distributed Generation
A Novel Approach for Power Quality Improvement in Distributed GenerationA Novel Approach for Power Quality Improvement in Distributed Generation
A Novel Approach for Power Quality Improvement in Distributed Generationseema appa
 

What's hot (20)

IRJET- Review: Active Power Filtering Techniques for Power System
IRJET- Review: Active Power Filtering Techniques for Power SystemIRJET- Review: Active Power Filtering Techniques for Power System
IRJET- Review: Active Power Filtering Techniques for Power System
 
Enhancement in Power Quality With Grid Interconnection of Renewable Energy So...
Enhancement in Power Quality With Grid Interconnection of Renewable Energy So...Enhancement in Power Quality With Grid Interconnection of Renewable Energy So...
Enhancement in Power Quality With Grid Interconnection of Renewable Energy So...
 
SRF THEORY BASED STATCOM FOR COMPENSATION OF REACTIVE POWER AND HARMONICS
SRF THEORY BASED STATCOM FOR COMPENSATION OF REACTIVE POWER AND HARMONICSSRF THEORY BASED STATCOM FOR COMPENSATION OF REACTIVE POWER AND HARMONICS
SRF THEORY BASED STATCOM FOR COMPENSATION OF REACTIVE POWER AND HARMONICS
 
Optimal Power Flow with Reactive Power Compensation for Cost And Loss Minimiz...
Optimal Power Flow with Reactive Power Compensation for Cost And Loss Minimiz...Optimal Power Flow with Reactive Power Compensation for Cost And Loss Minimiz...
Optimal Power Flow with Reactive Power Compensation for Cost And Loss Minimiz...
 
Importance of reactive power in determining the cost of power system in futur...
Importance of reactive power in determining the cost of power system in futur...Importance of reactive power in determining the cost of power system in futur...
Importance of reactive power in determining the cost of power system in futur...
 
MICROCONTROLLER BASED SOLAR POWER INVERTER
MICROCONTROLLER BASED SOLAR POWER INVERTERMICROCONTROLLER BASED SOLAR POWER INVERTER
MICROCONTROLLER BASED SOLAR POWER INVERTER
 
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
 
MODELING AND SIMULATION OF SOLAR PHOTOVOLTAIC APPLICATION BASED MULTILEVEL IN...
MODELING AND SIMULATION OF SOLAR PHOTOVOLTAIC APPLICATION BASED MULTILEVEL IN...MODELING AND SIMULATION OF SOLAR PHOTOVOLTAIC APPLICATION BASED MULTILEVEL IN...
MODELING AND SIMULATION OF SOLAR PHOTOVOLTAIC APPLICATION BASED MULTILEVEL IN...
 
Experimental Comparative Study of Feedback Linearized Controller and Proporti...
Experimental Comparative Study of Feedback Linearized Controller and Proporti...Experimental Comparative Study of Feedback Linearized Controller and Proporti...
Experimental Comparative Study of Feedback Linearized Controller and Proporti...
 
Yasre
Yasre Yasre
Yasre
 
Grid Connected Distributed Generation System with High Voltage Gain Cascaded ...
Grid Connected Distributed Generation System with High Voltage Gain Cascaded ...Grid Connected Distributed Generation System with High Voltage Gain Cascaded ...
Grid Connected Distributed Generation System with High Voltage Gain Cascaded ...
 
Improvement of the electric power quality using
Improvement of the electric power quality usingImprovement of the electric power quality using
Improvement of the electric power quality using
 
Fl3610001006
Fl3610001006Fl3610001006
Fl3610001006
 
Improving Efficiency of Active Power Filter for Renewable Power Generation Sy...
Improving Efficiency of Active Power Filter for Renewable Power Generation Sy...Improving Efficiency of Active Power Filter for Renewable Power Generation Sy...
Improving Efficiency of Active Power Filter for Renewable Power Generation Sy...
 
Analysis of Voltage and Current Variations in Hybrid Power System
Analysis of Voltage and Current Variations in Hybrid Power SystemAnalysis of Voltage and Current Variations in Hybrid Power System
Analysis of Voltage and Current Variations in Hybrid Power System
 
G1101045767
G1101045767G1101045767
G1101045767
 
IRJET- Implementation of 3-Phase Electric Springs in Unbalanced Power Sys...
IRJET-  	  Implementation of 3-Phase Electric Springs in Unbalanced Power Sys...IRJET-  	  Implementation of 3-Phase Electric Springs in Unbalanced Power Sys...
IRJET- Implementation of 3-Phase Electric Springs in Unbalanced Power Sys...
 
A Technique for Shunt Active Filter meld micro grid System
A Technique for Shunt Active Filter meld micro grid SystemA Technique for Shunt Active Filter meld micro grid System
A Technique for Shunt Active Filter meld micro grid System
 
Reactive energy metering
Reactive energy meteringReactive energy metering
Reactive energy metering
 
A Novel Approach for Power Quality Improvement in Distributed Generation
A Novel Approach for Power Quality Improvement in Distributed GenerationA Novel Approach for Power Quality Improvement in Distributed Generation
A Novel Approach for Power Quality Improvement in Distributed Generation
 

Viewers also liked (20)

Af36188193
Af36188193Af36188193
Af36188193
 
Ai36204209
Ai36204209Ai36204209
Ai36204209
 
Ac36167172
Ac36167172Ac36167172
Ac36167172
 
Bg36347351
Bg36347351Bg36347351
Bg36347351
 
As36269275
As36269275As36269275
As36269275
 
Ae36176187
Ae36176187Ae36176187
Ae36176187
 
Ak36215227
Ak36215227Ak36215227
Ak36215227
 
At36276280
At36276280At36276280
At36276280
 
Au36281286
Au36281286Au36281286
Au36281286
 
Ap36252256
Ap36252256Ap36252256
Ap36252256
 
Al36228233
Al36228233Al36228233
Al36228233
 
Aq36257262
Aq36257262Aq36257262
Aq36257262
 
Ao36247251
Ao36247251Ao36247251
Ao36247251
 
Ar36263268
Ar36263268Ar36263268
Ar36263268
 
Aj36210214
Aj36210214Aj36210214
Aj36210214
 
Am36234239
Am36234239Am36234239
Am36234239
 
Ag36194199
Ag36194199Ag36194199
Ag36194199
 
Bq4301381388
Bq4301381388Bq4301381388
Bq4301381388
 
Transito i,ii a
Transito i,ii aTransito i,ii a
Transito i,ii a
 
письмо родителям старшая 22,11
письмо родителям старшая 22,11письмо родителям старшая 22,11
письмо родителям старшая 22,11
 

Similar to Reduce Load Current by Improving Power Factor

Experimental Research on Power Quality Improvement using Capacitor Bank for 5...
Experimental Research on Power Quality Improvement using Capacitor Bank for 5...Experimental Research on Power Quality Improvement using Capacitor Bank for 5...
Experimental Research on Power Quality Improvement using Capacitor Bank for 5...ijtsrd
 
IRJET- Simulation & Hardware Implementation of APFC Meter to Boost Up Power F...
IRJET- Simulation & Hardware Implementation of APFC Meter to Boost Up Power F...IRJET- Simulation & Hardware Implementation of APFC Meter to Boost Up Power F...
IRJET- Simulation & Hardware Implementation of APFC Meter to Boost Up Power F...IRJET Journal
 
1.compensation of reactive power using d statcom in grid interfaced pv system
1.compensation of reactive power using d statcom in grid interfaced pv system1.compensation of reactive power using d statcom in grid interfaced pv system
1.compensation of reactive power using d statcom in grid interfaced pv systemEditorJST
 
IRJET- Power Saver for Industrial and Commercial Establishments by Power Fact...
IRJET- Power Saver for Industrial and Commercial Establishments by Power Fact...IRJET- Power Saver for Industrial and Commercial Establishments by Power Fact...
IRJET- Power Saver for Industrial and Commercial Establishments by Power Fact...IRJET Journal
 
Power Quality Improvement by SRF Based Control using D-STATCOM
Power Quality Improvement by  SRF Based Control using D-STATCOMPower Quality Improvement by  SRF Based Control using D-STATCOM
Power Quality Improvement by SRF Based Control using D-STATCOMIRJET Journal
 
IRJET- Automated Energy Monitering System and Power Factor Improvement
IRJET-  	  Automated Energy Monitering System and Power Factor ImprovementIRJET-  	  Automated Energy Monitering System and Power Factor Improvement
IRJET- Automated Energy Monitering System and Power Factor ImprovementIRJET Journal
 
MINOR PROJECT gb 08 (3).pdf
MINOR PROJECT gb 08 (3).pdfMINOR PROJECT gb 08 (3).pdf
MINOR PROJECT gb 08 (3).pdfDrSabhyataSoni
 
IRJET-Power Quality Improvement in Grid Connected Wind Energy Conversion Syst...
IRJET-Power Quality Improvement in Grid Connected Wind Energy Conversion Syst...IRJET-Power Quality Improvement in Grid Connected Wind Energy Conversion Syst...
IRJET-Power Quality Improvement in Grid Connected Wind Energy Conversion Syst...IRJET Journal
 
Wireless Charged Inverter
Wireless Charged InverterWireless Charged Inverter
Wireless Charged InverterIRJET Journal
 
IRJET- Automatic Power Factor Correction
IRJET- Automatic Power Factor CorrectionIRJET- Automatic Power Factor Correction
IRJET- Automatic Power Factor CorrectionIRJET Journal
 
IRJET- Power Quality Improvement of Grid Connected Renewable System using...
IRJET-  	  Power Quality Improvement of Grid Connected Renewable System using...IRJET-  	  Power Quality Improvement of Grid Connected Renewable System using...
IRJET- Power Quality Improvement of Grid Connected Renewable System using...IRJET Journal
 
Power Factor Control at ABA Control 33/11kV Injection Substation Using Auto T...
Power Factor Control at ABA Control 33/11kV Injection Substation Using Auto T...Power Factor Control at ABA Control 33/11kV Injection Substation Using Auto T...
Power Factor Control at ABA Control 33/11kV Injection Substation Using Auto T...IRJET Journal
 
Power Quality Improvement with Multilevel Inverter Based IPQC for Microgrid
Power Quality Improvement with Multilevel Inverter Based IPQC for MicrogridPower Quality Improvement with Multilevel Inverter Based IPQC for Microgrid
Power Quality Improvement with Multilevel Inverter Based IPQC for MicrogridIJMTST Journal
 
Micro-controller based Automatic Power Factor Correction System Report
Micro-controller based Automatic Power Factor Correction System ReportMicro-controller based Automatic Power Factor Correction System Report
Micro-controller based Automatic Power Factor Correction System ReportTheory to Practical
 
automatic power factor correction report
automatic power factor correction reportautomatic power factor correction report
automatic power factor correction reportamaljo joju e
 

Similar to Reduce Load Current by Improving Power Factor (20)

Bg4201393395
Bg4201393395Bg4201393395
Bg4201393395
 
Experimental Research on Power Quality Improvement using Capacitor Bank for 5...
Experimental Research on Power Quality Improvement using Capacitor Bank for 5...Experimental Research on Power Quality Improvement using Capacitor Bank for 5...
Experimental Research on Power Quality Improvement using Capacitor Bank for 5...
 
IRJET- Simulation & Hardware Implementation of APFC Meter to Boost Up Power F...
IRJET- Simulation & Hardware Implementation of APFC Meter to Boost Up Power F...IRJET- Simulation & Hardware Implementation of APFC Meter to Boost Up Power F...
IRJET- Simulation & Hardware Implementation of APFC Meter to Boost Up Power F...
 
40220140503005
4022014050300540220140503005
40220140503005
 
1.compensation of reactive power using d statcom in grid interfaced pv system
1.compensation of reactive power using d statcom in grid interfaced pv system1.compensation of reactive power using d statcom in grid interfaced pv system
1.compensation of reactive power using d statcom in grid interfaced pv system
 
IRJET- Power Saver for Industrial and Commercial Establishments by Power Fact...
IRJET- Power Saver for Industrial and Commercial Establishments by Power Fact...IRJET- Power Saver for Industrial and Commercial Establishments by Power Fact...
IRJET- Power Saver for Industrial and Commercial Establishments by Power Fact...
 
Power Quality Improvement by SRF Based Control using D-STATCOM
Power Quality Improvement by  SRF Based Control using D-STATCOMPower Quality Improvement by  SRF Based Control using D-STATCOM
Power Quality Improvement by SRF Based Control using D-STATCOM
 
IRJET- Automated Energy Monitering System and Power Factor Improvement
IRJET-  	  Automated Energy Monitering System and Power Factor ImprovementIRJET-  	  Automated Energy Monitering System and Power Factor Improvement
IRJET- Automated Energy Monitering System and Power Factor Improvement
 
MINOR PROJECT gb 08 (3).pdf
MINOR PROJECT gb 08 (3).pdfMINOR PROJECT gb 08 (3).pdf
MINOR PROJECT gb 08 (3).pdf
 
Power factor
Power factorPower factor
Power factor
 
Design and Performance of a PV-STATCOM for Enhancement of Power Quality in Mi...
Design and Performance of a PV-STATCOM for Enhancement of Power Quality in Mi...Design and Performance of a PV-STATCOM for Enhancement of Power Quality in Mi...
Design and Performance of a PV-STATCOM for Enhancement of Power Quality in Mi...
 
IRJET-Power Quality Improvement in Grid Connected Wind Energy Conversion Syst...
IRJET-Power Quality Improvement in Grid Connected Wind Energy Conversion Syst...IRJET-Power Quality Improvement in Grid Connected Wind Energy Conversion Syst...
IRJET-Power Quality Improvement in Grid Connected Wind Energy Conversion Syst...
 
Wireless Charged Inverter
Wireless Charged InverterWireless Charged Inverter
Wireless Charged Inverter
 
IRJET- Automatic Power Factor Correction
IRJET- Automatic Power Factor CorrectionIRJET- Automatic Power Factor Correction
IRJET- Automatic Power Factor Correction
 
IRJET- Power Quality Improvement of Grid Connected Renewable System using...
IRJET-  	  Power Quality Improvement of Grid Connected Renewable System using...IRJET-  	  Power Quality Improvement of Grid Connected Renewable System using...
IRJET- Power Quality Improvement of Grid Connected Renewable System using...
 
Power Factor Control at ABA Control 33/11kV Injection Substation Using Auto T...
Power Factor Control at ABA Control 33/11kV Injection Substation Using Auto T...Power Factor Control at ABA Control 33/11kV Injection Substation Using Auto T...
Power Factor Control at ABA Control 33/11kV Injection Substation Using Auto T...
 
Db34623630
Db34623630Db34623630
Db34623630
 
Power Quality Improvement with Multilevel Inverter Based IPQC for Microgrid
Power Quality Improvement with Multilevel Inverter Based IPQC for MicrogridPower Quality Improvement with Multilevel Inverter Based IPQC for Microgrid
Power Quality Improvement with Multilevel Inverter Based IPQC for Microgrid
 
Micro-controller based Automatic Power Factor Correction System Report
Micro-controller based Automatic Power Factor Correction System ReportMicro-controller based Automatic Power Factor Correction System Report
Micro-controller based Automatic Power Factor Correction System Report
 
automatic power factor correction report
automatic power factor correction reportautomatic power factor correction report
automatic power factor correction report
 

Recently uploaded

Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDGMarianaLemus7
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piececharlottematthew16
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024The Digital Insurer
 

Recently uploaded (20)

Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDG
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piece
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024
 

Reduce Load Current by Improving Power Factor

  • 1. Zain Anwar Ali et al Int. Journal of Engineering Research and Application ISSN : 2248-9622, Vol. 3, Issue 6, Nov-Dec 2013, pp.200-203 RESEARCH ARTICLE www.ijera.com OPEN ACCESS With The Help of Power Factor How To Reduce The Load Current. Imran Aziz1, S.M.Taqi2, M.Tanveer3, Muhammad Shafique4, Zain Anwar Ali5 1 . Junior Lecturer. Depart. Of Electronic Engineering, Sir Syed University of Engineering & Technology, Pakistan . Asst. Prof. Depart. Of Electronic Engineering, Sir Syed University of Engineering & Technology, Pakistan 3, 4. Research Assistant. Depart. Of Electronic Engineering, Sir Syed University of Engineering & Technology, Pakistan 5. Research Scholar. College of Automation Engineering, Nanjing University of Aeronautics & Astronautics, China 2 ABSTRACT: In this research, the study involves an overview about with the help of power factor how to reduce the load current. Research relates the power factor, supply voltage, frequency and load in (KVA) load current of small industry. By using the two different power factors with a same load in (KVA) calculating a load current and taking their difference with the help of that difference calculate the how much load current is reduced by using the correct power factor. The research exposed that the load current compact by 11 t0 23% when the power factor is corrected from 0.7 to 0.9.This compact the waste in electrical energy, enlarge output power and deposit effectiveness. Improving the power factor by using the KW, KVA and power factor relationship which is useful to reduce the load current. All the calculations and results shown in mat lab. Key words: Load current, Reduce Current, Power factor. I. Introduction Pakistan relates with the third world country and Karachi is the largest city and former capital of Pakistan on the Arabian Sea near the Indus River. Karachi is not just a city. It is a heart of Pakistan. The area of Karachi is about 3,366 sq. km with more than 18 towns and 6 cantonment boards and in this large city distribution of electricity is not an easy task. In this large city the requirement of electrical energy is about 2400 MW. And the produced energy is about 2000 MW. Due to the short fall and losses there is a lot of load shedding in the city or due to the transmission losses, distribution losses, theft of electrical energy and as well as power factor losses in the industries. In this research the main objective is to reduce the load current by using the correct power factor in small scale industries in Karachi. Low power factor is a problem which can be resolved by adding power factor correction capacitors to the plant distribution system [2]. 1.1. Active & Reactive Power: The power factor is a relationship between Active (working power) and reactive (non working) power and (total energy) is consumed. The greater the power factor the more successfully power is being used and vice-versa. A distributed system power is divided in to two parts. The Active (Working) and reactive (Not Working) power. The function is to develop magnetic fields by inductive devices. And power factor decreased with increased motor load. www.ijera.com Power Factor is the ratio of active and reactive power of the system. Power Factor = Kilo Watt / Kilo Volt Ampere An Electrical system with a power factor of unity is using 100% useful current with greater efficiency. More-over a system with a power factor of 0.5 is using (50%) twice as much current as it needs. In reference with this case improvement in power factor is achieved by connecting a power factor correction static capacitor to the electrical supply resulting in electrical power efficiency. 1.2 Correction of Low Power Factor “Low power factor means poor electrical efficiency”. The low power factor, the higher the consumed power drawn from the distribution side [3]. The low power factor is not corrected; the utility must provide the reactive power. In addition to the working active power. Use of large motors and generators and other higher distributed system devices which would otherwise be unnecessary. The utility expenses and cost of operating gone higher and higher. Gone to pass these higher expenses down the line to industrial users in the form of power factor penalties. 1.3 Disadvantages of low Power Factor  If the power factor is low the current in the machinery increased which results higher loss, overheating and increased the cost of maintenance. 200 | P a g e
  • 2. Zain Anwar Ali et al Int. Journal of Engineering Research and Application ISSN : 2248-9622, Vol. 3, Issue 6, Nov-Dec 2013, pp.200-203     A system with a low power factor result is higher expense both for distribution and consumer. In 3 phase system the power factor decreases the current rises. The heat dissipation in the system raise proportional equivalent to the square of current size [1]. Low power factor reduces a distribution system capacity by increasing current flow and causing voltage drops. Low power factor shorten the life span of electrical system and also causes power system losses to the supplied company. www.ijera.com cosd=0.9 %The power at the total load wrt to its power factor Pkwc=kva*cosc*1000 %The load Current "ia" @ power factor "0.7" iac=Pkwc/(3^0.5*v*cosc) %The load current "ib" @ power factor "0.9" ibc=Pkwc/(3^0.5*v*cosd) %The Difference of the Currents wrt to changing the power factor irc=iac-ibc %The total reduction of current Irpc=irc/iac*100 solve(Irp,ir,ib,ia,Pkw,cosb,cosa,kva,v,Irpc,irc,ibc,iac, Pkwc,cosc,cosd) II. Current Consumed VS Power Factor When the power factor is 1.0, giving a constant power load of 100% below figure represents. After dropping the power factor from 1.0 to 0.9 powers is used less effectively. 10% more current is required than when the power factor was 1.0 to handle the same load. A power factor of 0.7 requires 45% more current, On the other hand if power factor is 0.5requires approximately 100% more (doubled as much) as when the power factor was 1.0 to handle the same load. The graph shows the relationship between total current consumed and power factor. b) Matlab results Load In Factory Kva = 400 Voltages Recquired v = 440 Using Power Factor cosa = 0.8000 Correct Power Factor cosb = 0.9000 The total power Pkw = 320000 First Load Current at “0.8” Ia = 524.8639 III. Estimating of Load Current Saving    An industry having a energy ratings are. Voltage = 440V Frequency = 50 HZ Load KVA = 400 a) Comparing power factor (0.8 Vs 0.9 and 0.7 Vs 0.9) Matlab Coding clc clear all close all syms kva cosa v cosb ir cosc cosd kva=400 v=440 %Intitially Power Factor @ 0.8 and then @ 0.9 cosa=0.8 cosb=0.9 %The power at the total load wrt to its power factor Pkw=kva*cosa*1000 %The load Current "ia" @ power factor "0.8" ia=Pkw/(3^0.5*v*cosa) %The load current "ib" @ power factor "0.9" ib=Pkw/(3^0.5*v*cosb) %The Difference of the Currents wrt to changing the power factor ir=ia-ib %The total reduction of current Irp=ir/ia*100 %Finally Power Factor @ 0.65 and then @ 0.9 cosc=0.7 www.ijera.com Second load current ‘’0.9’’ ib = 466.5457 The Difference of Ia and Ib. ir = 58.3182 The Reduced Current in % Irp =11.1111% Cosc = 0.7000 cosd = 0.9000 The total power 201 | P a g e
  • 3. Zain Anwar Ali et al Int. Journal of Engineering Research and Application ISSN : 2248-9622, Vol. 3, Issue 6, Nov-Dec 2013, pp.200-203 Pkwc = 280000 First Load Current at “0.7” iac = 524.8639 Second load current ‘’0.9’’ ibc = 408.2275 The Difference of Iac and Ibc. irc = 116.6364 The Reduced Current in % Irpc = 23% [6] [7] IV. Discussion of results obtained in both comparisons. The results obtained showed in the results that initially taking power factor is 0.8 and 0.7. And after correction with 0.9 and by using the total load in both these power factors and calculating the load currents. The total load current reducing starts from 11.22 to 23 % load current is reduced. V. Improving the power factor by using different schemes.     Static Capacitors is used and a capacitor bank is used in an industry. Phase advancer is also used to improve the power factor of induction motors. Flexible AC transmission system. Synchronous motor takes leading current when over excited and therefore behave as a capacitor. VI. Conclusion Based on mathematical calculation analysis shows that when we are using the correct power factor there is a lot of saving of electrical energy in our country as well as the improvement in the performance of electrical system and its efficiency as well. To improve the Power Factor in the small scale industries and load current is reduced. References [1] [2] [3] www.hkswitchgear.com/capacitorsbank.htm www.engineering.leeds.ac.uk/ultrasound people.htmbank.htm Power World Co-operation Power World Simulator, Version 8.0 Gover/Sarma Build 11/02/01, licensed only for E0valuation and University Educational Use, 1996-2000 I have Concerned these Papers [4] a division of Thomson Learning Inc.5. P.A., Kuale, O.S. Onohaebi “Reduction of the High Financial Losses associated withTechnical Power Losses in the Nigerian 330KV transmission Network” Journal of Research inEngineering (JRENG), Vol.4, No. 4, pages 85-91, 2007. [5] N. A. ALI “An Overview of System Collapses on the Nigerian Grid Network” (2005)Proceedings of the International www.ijera.com www.ijera.com Conference on Power Systems Operation and Planning;Theme: Sustainable Energy Source and Technology Development in the 21st Century, (May22nd-26th 2005) Univerdale Jean Pieget Praia, Cape VerdeWadsworth Group, Brooks Cole,a division of Thomson Learning Inc. Pabla A.S. (2003), “Electric Power Distribution”, Fourth Edition Sixth Reprint 2005, Pub-TataMcGraw-Hill. Thereja B.L. and Thereja A.R. (2002), “Electrical Technology” Revised Edition, S. CHAND & COMPANY LTD Pkw = Kva * cos a = 400 *0.8 Pkw = 320 KW Then! Power becomes P= (3^1/2)*V*I*cos a The Load Current is Ia = Pkw/(3*1/2)*V*cos a = 320KW/(3^1/2)*440*0.8 Ia = 524.86 Amp The Expected Load Current Ia after correction at 0.9 ideal power factor. Ib = 320KW/(3*1/2)*440*0.9 Ib = 466.54 Amp Now the load current drops from 525 Amp at 0.8 to 467 Amps at 0.9 power factor creating a reversed current. Ir = Ia –Ib = 525-467 Ir = 58 Amp % The Total Reduction In Current % Reduced “I”= (Ir/Ia)*100 = (58/525)*100 %Reduced “I”= 11% c) Comparing powerfactor(0.7Vs 0.9) Pkw = Kva * cos a = 400 *0.7 Pkw’ = 280 KW Then! Power becomes P= (3^1/2)*V*I*cos a The Load Current is Ia’ = Pkw/(3*1/2)*V*cos a 202 | P a g e
  • 4. Zain Anwar Ali et al Int. Journal of Engineering Research and Application ISSN : 2248-9622, Vol. 3, Issue 6, Nov-Dec 2013, pp.200-203 www.ijera.com = 260KW/(3^1/2)*440*0.7 Ia’ = 525 Amp The Expected Load Current Ia after correction at 0.9 ideal power factor. Ib’ = 280KW/(3*1/2)*440*0.9 Ib’ = 408 Amp Now the load current drops from 525 Amp at 0.8 to 408 Amps at 0.7 power factor creating a reversed current. Ir’ = Ia’ –Ib’ = 525-408 Ir’ = 117Amp % The Total Reduction In Current % Reduced “I”= (Ir’/Ia’)*100 = (117/525)*100 %Reduced “I”= 23% www.ijera.com 203 | P a g e