SlideShare une entreprise Scribd logo
1  sur  11
Télécharger pour lire hors ligne
NEWTON-RAPHSON METHOD
Contents:
 Introduction
 Algorithm
 Flowchart
 Advantages & Disadvantages
 Example
Kongunadu College of Engineering & Technology Newton-Raphson Method Prepared by,
Mrs.S.Revathi
1
Introduction
The Newton-Raphson technique, converges
equally fast for large as well as small
systems.
Most widely used for solving simultaneous
non-linear algebraic equations.
It is a successive approximation procedure
based on an initial estimate of the unknown
and the use of Taylor’s series expansion
2
Kongunadu College of Engineering & Technology Newton-Raphson Method Prepared by,
Mrs.S.Revathi
Algorithm
 Formulate 𝑌𝑏𝑢𝑠 matrix
 Assume flat start for starting voltage solution
𝛿𝑖
0
= 0, for i=1,2,3 …..N for all buses except slack bus
𝑉𝑖
0
= 1.0 for i=M+1, M+2, ……N(for all PQ buses)
𝑉𝑖 = 𝑉𝑖 𝑠𝑝𝑒𝑐 for all PV buses and slack bus.
 For load buses calculate 𝑃𝑖
𝑐𝑎𝑙
and 𝑄𝑖
𝑐𝑎𝑙
.
 For PV buses, check for Q-limit violation.
If 𝑄𝑖(𝑚𝑖𝑛) <𝑄𝑖
𝑐𝑎𝑙
<𝑄𝑖(max), the bus acts as P-V bus.
If 𝑄𝑖
𝑐𝑎𝑙
> 𝑄𝑖(max) 𝑄𝑖(spec) = 𝑄𝑖(max)
If 𝑄𝑖
𝑐𝑎𝑙
<𝑄𝑖(𝑚𝑖𝑛) 𝑄𝑖(spec) = 𝑄𝑖(max), the P-V bus will act as PQ
bus.
 Compute mismatch vector using,
∆𝑃𝑖 = 𝑃𝑖(𝑠𝑝𝑒𝑐) - 𝑃𝑖
𝑐𝑎𝑙
∆𝑄𝑖 =𝑄𝑖(𝑠𝑝𝑒𝑐) - 𝑄𝑖
𝑐𝑎𝑙
3
Kongunadu College of Engineering & Technology Newton-Raphson Method Prepared by,
Mrs.S.Revathi
Contd…
 Compute,
∆𝑃𝑖(max) = max ∆𝑃𝑖 ; i=1,2,3 …..N’
∆𝑄𝑖(max) = max ∆𝑄𝑖 ; i=M+1, M+2, ……N
 Compute Jacobian matrix using Form J=
𝜕𝑃
𝜕𝛿
𝑉
𝜕𝑃
𝜕𝑉
𝜕𝑄
𝜕𝛿
𝑉
𝜕𝑄
𝜕𝑉
 Obtain state vector
∆𝛿
∆V
𝑉
= 𝐽 −1 ∆𝑃
∆𝑄
 Update state vector using,
𝑉 𝑛𝑒𝑤 = 𝑉𝑜𝑙𝑑 + ∆V =𝑉𝑜𝑙𝑑 1 +
∆V
𝑉 𝑜𝑙𝑑
𝛿 𝑛𝑒𝑤 = 𝛿 𝑜𝑙𝑑 + ∆𝛿
 This procedure is continued until,
∆𝑃𝑖 < 𝜀 ∆𝑄𝑖 < 𝜀, otherwise go to step 3.
4
Kongunadu College of Engineering & Technology Newton-Raphson Method Prepared by,
Mrs.S.Revathi
Flowchart
5
Kongunadu College of Engineering & Technology Newton-Raphson Method Prepared by,
Mrs.S.Revathi
6
Kongunadu College of Engineering & Technology Newton-Raphson Method Prepared by,
Mrs.S.Revathi
7
Kongunadu College of Engineering & Technology Newton-Raphson Method Prepared by,
Mrs.S.Revathi
Example…
1.Perform an iteration of Newton-Raphson load flow method and determine the
power flow solution for the given system take base MVA as 100.(15)
Line
Bus
Rp.u Xp.u
Half line
charging
admittance
Yp/2(p.u)
Bus PL QL
From To
1 90 20
1 1 1 0.0839 0.5183 0.0636 2 30 10
Step 1:
Form 𝒀 𝒃𝒖𝒔 matrix
𝒀 𝒃𝒖𝒔 =
𝟏. 𝟖𝟒𝟐 −𝟏. 𝟒𝟎𝟓 𝟏. 𝟗𝟎𝟒 𝟏. 𝟕𝟑𝟏𝟒
𝟏. 𝟗𝟎𝟒 𝟏. 𝟕𝟑𝟏𝟒 𝟏. 𝟖𝟒𝟐 −𝟏. 𝟒𝟎𝟓
Step 2: Assume the initial value, 𝜹 = 0 V=1.0
𝑿 =
𝜹 𝟐
𝑽 𝟐
=
𝟎
𝟏. 𝟎
Step 3: calculate 𝑷 𝟐
𝒄𝒂𝒍
𝑸 𝟐
𝒄𝒂𝒍
and ∆𝑷 𝟐 and ∆𝑸 𝟐
𝑷 𝟐
𝒄𝒂𝒍
= 𝑉 2 𝑉 1 𝑌 12 cos(𝜃12 +𝛿2 -𝛿1) + 𝑉 2 𝑉 2 𝑌 22 cos(𝜃22 +𝛿2 -𝛿2) = -0.015
p.u
𝑸 𝟐
𝒄𝒂𝒍
= - 𝑉 2 𝑉 1 𝑌 12 sin(𝜃12 +𝛿2 -𝛿1) - 𝑉 2 𝑉 2 𝑌 22 sin(𝜃22 +𝛿2 -𝛿2) = -0.157
p.u
∆𝑃2 = 𝑃2(𝑠𝑝𝑒𝑐 ) - 𝑃2
𝑐𝑎𝑙
= -0.285
∆𝑄2 =𝑄2(𝑠𝑝𝑒𝑐 ) - 𝑄2
𝑐𝑎𝑙
= 0.057
Step 4: Form Jacobian matrix
𝝏𝑷 𝟐
∆𝛿2
𝑉 2
𝝏𝑷 𝟐
𝝏𝑽 𝟐
𝝏𝑸 𝟐
𝜕𝛿 2
𝑉 2
𝝏𝑷 𝟐
𝝏𝑽 𝟐
∆𝛿2
∆ 𝑉 2
𝑉2
=
∆𝑷 𝟐
∆𝑸 𝟐
8
Kongunadu College of Engineering & Technology Newton-Raphson Method Prepared by,
Mrs.S.Revathi
𝝏𝑷 𝟐
∆𝛿2
= 𝑉 2 𝑉 1 𝑌 12 sin(𝜃12 +𝛿2 -𝛿1) = 1.973
𝑉 2
𝝏𝑷 𝟐
𝝏𝑽 𝟐
= 𝑉 2 𝑉 1 𝑌 12 cos(𝜃12 +𝛿1 -𝛿2) +2 𝑉 2 𝑉 2 𝑌 22 cos(𝜃22 ) =0.289
𝝏𝑸 𝟐
𝜕𝛿 2
= 𝑉 2 𝑉 1 𝑌 12 cos(𝜃12 +𝛿1 -𝛿2) = - 0.3197
𝑉 2
𝝏𝑷 𝟐
𝝏𝑽 𝟐
= 𝑉 2 𝑉 1 𝑌 12 sin(𝜃12 +𝛿1 -𝛿2) +2 𝑉 2 𝑉 2 𝑌 22 sin(𝜃22 ) = 1.66
Step 5: Compute ∆𝑥,
∆𝛿2
∆ 𝑉 2
𝑉2
=
𝝏𝑷 𝟐
∆𝛿2
𝑉 2
𝝏𝑷 𝟐
𝝏𝑽 𝟐
𝝏𝑸 𝟐
𝜕𝛿 2
𝑉 2
𝝏𝑷 𝟐
𝝏𝑽 𝟐
−1
∆𝑷 𝟐
∆𝑸 𝟐
=
1.973 0.289
−0.3196 1.66
−1
−0.285
0.057
=
−0.145
0.064
𝛿2
1
= 𝛿2
0
+∆𝛿2 = - 0.145rad
𝑉2
1
= 𝑽 𝟐 +
∆ 𝑉 2
𝑉2
= 1.0064p.u
9
Kongunadu College of Engineering & Technology Newton-Raphson Method Prepared by,
Mrs.S.Revathi
Advantages and disadvantages of N-R method.
Advantages:
 The N-R method is faster, more reliable and the results are
accurate.
 Requires less number of iterations for convergence
 The number of iterations are independent of the size of the
system
 Suitable for large system
Disadvantages
 The programming logic is more
 Memory requirement is more
 Number of calculations per iteration are high
10
Kongunadu College of Engineering & Technology Newton-Raphson Method Prepared by,
Mrs.S.Revathi
Conclusion:
 The Newton-Raphson method is explained with
algorithm, flowchart and with an example.
References:
1. Hadi Saadat, ‘Power System Analysis’, Tata McGraw Hill Education Pvt. Ltd., New Delhi,
21st reprint, 2010.
2. Kundur P., ‘Power System Stability and Control, Tata McGraw Hill Education Pvt. Ltd., New
Delhi, 10th reprint, 2010.
3. Pai M A, ‘Computer Techniques in Power System Analysis’, Tata Mc Graw-Hill Publishing
Company Ltd., New Delhi, Second Edition, 2007.
4. J. Duncan Glover, Mulukutla S. Sarma, Thomas J. Overbye, ‘ Power System Analysis & Design’,
Cengage Learning, Fifth Edition, 2012.
5. Olle. I. Elgerd, ‘Electric Energy Systems Theory – An Introduction’, Tata McGraw Hill Publishing
Company Limited, New Delhi, Second Edition, 2012.
6. C.A.Gross, “Power System Analysis,” Wiley India, 2011.
7. M.Jeraldin Ahila “Power System Analysis”, Lakshmi Publications, Chennai, Eleventh Edition
2017.
8. Web Sources
11
Kongunadu College of Engineering & Technology Newton-Raphson Method Prepared by,
Mrs.S.Revathi

Contenu connexe

Tendances

Power flow solution
Power flow solutionPower flow solution
Power flow solutionBalaram Das
 
Power System Analysis unit - I
Power System Analysis unit - IPower System Analysis unit - I
Power System Analysis unit - Iarunatshare
 
Load flow study
Load flow studyLoad flow study
Load flow studyf s
 
power flow and optimal power flow
power flow and optimal power flowpower flow and optimal power flow
power flow and optimal power flowAhmed M. Elkholy
 
Newton raphson method
Newton raphson methodNewton raphson method
Newton raphson methodNazrul Kabir
 
Power system stability
Power system stabilityPower system stability
Power system stabilityBalaram Das
 
Unit 5 Economic Load Dispatch and Unit Commitment
Unit 5 Economic Load Dispatch and Unit CommitmentUnit 5 Economic Load Dispatch and Unit Commitment
Unit 5 Economic Load Dispatch and Unit CommitmentSANTOSH GADEKAR
 
Economic operation of power system
Economic operation of power systemEconomic operation of power system
Economic operation of power systemBalaram Das
 
Unit 1 Power System Stability
Unit 1 Power System Stability Unit 1 Power System Stability
Unit 1 Power System Stability SANTOSH GADEKAR
 
Economic load dispatch
Economic load  dispatchEconomic load  dispatch
Economic load dispatchDeepak John
 
The admittance model and network calculation
The admittance model and network calculationThe admittance model and network calculation
The admittance model and network calculationBalaram Das
 
Power system stability
Power system  stabilityPower system  stability
Power system stabilityDeepak John
 

Tendances (20)

Power flow analysis
Power flow analysisPower flow analysis
Power flow analysis
 
Fault analysis using z bus
Fault analysis using z busFault analysis using z bus
Fault analysis using z bus
 
Power flow solution
Power flow solutionPower flow solution
Power flow solution
 
Power System Analysis unit - I
Power System Analysis unit - IPower System Analysis unit - I
Power System Analysis unit - I
 
Per unit system
Per unit systemPer unit system
Per unit system
 
Load flow study
Load flow studyLoad flow study
Load flow study
 
power flow and optimal power flow
power flow and optimal power flowpower flow and optimal power flow
power flow and optimal power flow
 
Newton raphson method
Newton raphson methodNewton raphson method
Newton raphson method
 
Per unit analysis
Per unit analysisPer unit analysis
Per unit analysis
 
Power system stability
Power system stabilityPower system stability
Power system stability
 
Swing equation
Swing equationSwing equation
Swing equation
 
Unit 5 Economic Load Dispatch and Unit Commitment
Unit 5 Economic Load Dispatch and Unit CommitmentUnit 5 Economic Load Dispatch and Unit Commitment
Unit 5 Economic Load Dispatch and Unit Commitment
 
Z bus building algorithm
Z bus building algorithmZ bus building algorithm
Z bus building algorithm
 
Fault analysis
Fault analysisFault analysis
Fault analysis
 
Economic operation of power system
Economic operation of power systemEconomic operation of power system
Economic operation of power system
 
Load flow analysis of radial distribution system
Load flow analysis of radial distribution system Load flow analysis of radial distribution system
Load flow analysis of radial distribution system
 
Unit 1 Power System Stability
Unit 1 Power System Stability Unit 1 Power System Stability
Unit 1 Power System Stability
 
Economic load dispatch
Economic load  dispatchEconomic load  dispatch
Economic load dispatch
 
The admittance model and network calculation
The admittance model and network calculationThe admittance model and network calculation
The admittance model and network calculation
 
Power system stability
Power system  stabilityPower system  stability
Power system stability
 

Similaire à Newton raphson method

DAC15 Hao Zhuang poster
DAC15 Hao Zhuang poster DAC15 Hao Zhuang poster
DAC15 Hao Zhuang poster Hao Zhuang
 
Exp 5 (1)5. Newton Raphson load flow analysis Matlab Software
Exp 5 (1)5.	Newton Raphson load flow analysis Matlab SoftwareExp 5 (1)5.	Newton Raphson load flow analysis Matlab Software
Exp 5 (1)5. Newton Raphson load flow analysis Matlab SoftwareShweta Yadav
 
Pmu's Placement in power System using AI algorithms
Pmu's Placement in power System using AI algorithmsPmu's Placement in power System using AI algorithms
Pmu's Placement in power System using AI algorithmsAjay Singh
 
SPICE-MATEX @ DAC15
SPICE-MATEX @ DAC15SPICE-MATEX @ DAC15
SPICE-MATEX @ DAC15Hao Zhuang
 
Echo state networks and locomotion patterns
Echo state networks and locomotion patternsEcho state networks and locomotion patterns
Echo state networks and locomotion patternsVito Strano
 
Application of SVC on IEEE 6 Bus System for Optimization of Voltage Stability
Application of SVC on IEEE 6 Bus System for Optimization of Voltage StabilityApplication of SVC on IEEE 6 Bus System for Optimization of Voltage Stability
Application of SVC on IEEE 6 Bus System for Optimization of Voltage Stabilityijeei-iaes
 
QTML2021 UAP Quantum Feature Map
QTML2021 UAP Quantum Feature MapQTML2021 UAP Quantum Feature Map
QTML2021 UAP Quantum Feature MapHa Phuong
 
Artificial Neural Networks 1
Artificial Neural Networks 1Artificial Neural Networks 1
Artificial Neural Networks 1swapnac12
 
Presentation on shunt active filter
Presentation on shunt active filterPresentation on shunt active filter
Presentation on shunt active filterMaharshi Gohel
 
Ijarcet vol-2-issue-7-2378-2383
Ijarcet vol-2-issue-7-2378-2383Ijarcet vol-2-issue-7-2378-2383
Ijarcet vol-2-issue-7-2378-2383Editor IJARCET
 
Ijarcet vol-2-issue-7-2378-2383
Ijarcet vol-2-issue-7-2378-2383Ijarcet vol-2-issue-7-2378-2383
Ijarcet vol-2-issue-7-2378-2383Editor IJARCET
 
Reduction of Active Power Loss byUsing Adaptive Cat Swarm Optimization
Reduction of Active Power Loss byUsing Adaptive Cat Swarm OptimizationReduction of Active Power Loss byUsing Adaptive Cat Swarm Optimization
Reduction of Active Power Loss byUsing Adaptive Cat Swarm Optimizationijeei-iaes
 
591 adamidis
591 adamidis591 adamidis
591 adamidisdungsp4
 
Non-Linear Optimization Scheme for Non-Orthogonal Multiuser Access
Non-Linear Optimization Schemefor Non-Orthogonal Multiuser AccessNon-Linear Optimization Schemefor Non-Orthogonal Multiuser Access
Non-Linear Optimization Scheme for Non-Orthogonal Multiuser AccessVladimir Lyashev
 
Transient Stability Analysis of IEEE 9 Bus System in Power World Simulator
Transient Stability Analysis of IEEE 9 Bus System in Power World SimulatorTransient Stability Analysis of IEEE 9 Bus System in Power World Simulator
Transient Stability Analysis of IEEE 9 Bus System in Power World SimulatorIJERA Editor
 
Transient Stability Analysis of IEEE 9 Bus System in Power World Simulator
Transient Stability Analysis of IEEE 9 Bus System in Power World SimulatorTransient Stability Analysis of IEEE 9 Bus System in Power World Simulator
Transient Stability Analysis of IEEE 9 Bus System in Power World SimulatorIJERA Editor
 

Similaire à Newton raphson method (20)

DAC15 Hao Zhuang poster
DAC15 Hao Zhuang poster DAC15 Hao Zhuang poster
DAC15 Hao Zhuang poster
 
Exp 5 (1)5. Newton Raphson load flow analysis Matlab Software
Exp 5 (1)5.	Newton Raphson load flow analysis Matlab SoftwareExp 5 (1)5.	Newton Raphson load flow analysis Matlab Software
Exp 5 (1)5. Newton Raphson load flow analysis Matlab Software
 
Pmu's Placement in power System using AI algorithms
Pmu's Placement in power System using AI algorithmsPmu's Placement in power System using AI algorithms
Pmu's Placement in power System using AI algorithms
 
SPICE-MATEX @ DAC15
SPICE-MATEX @ DAC15SPICE-MATEX @ DAC15
SPICE-MATEX @ DAC15
 
parallel
parallelparallel
parallel
 
Echo state networks and locomotion patterns
Echo state networks and locomotion patternsEcho state networks and locomotion patterns
Echo state networks and locomotion patterns
 
1789 1800
1789 18001789 1800
1789 1800
 
1789 1800
1789 18001789 1800
1789 1800
 
Application of SVC on IEEE 6 Bus System for Optimization of Voltage Stability
Application of SVC on IEEE 6 Bus System for Optimization of Voltage StabilityApplication of SVC on IEEE 6 Bus System for Optimization of Voltage Stability
Application of SVC on IEEE 6 Bus System for Optimization of Voltage Stability
 
QTML2021 UAP Quantum Feature Map
QTML2021 UAP Quantum Feature MapQTML2021 UAP Quantum Feature Map
QTML2021 UAP Quantum Feature Map
 
UncentedTransformPosterV2.1
UncentedTransformPosterV2.1 UncentedTransformPosterV2.1
UncentedTransformPosterV2.1
 
Artificial Neural Networks 1
Artificial Neural Networks 1Artificial Neural Networks 1
Artificial Neural Networks 1
 
Presentation on shunt active filter
Presentation on shunt active filterPresentation on shunt active filter
Presentation on shunt active filter
 
Ijarcet vol-2-issue-7-2378-2383
Ijarcet vol-2-issue-7-2378-2383Ijarcet vol-2-issue-7-2378-2383
Ijarcet vol-2-issue-7-2378-2383
 
Ijarcet vol-2-issue-7-2378-2383
Ijarcet vol-2-issue-7-2378-2383Ijarcet vol-2-issue-7-2378-2383
Ijarcet vol-2-issue-7-2378-2383
 
Reduction of Active Power Loss byUsing Adaptive Cat Swarm Optimization
Reduction of Active Power Loss byUsing Adaptive Cat Swarm OptimizationReduction of Active Power Loss byUsing Adaptive Cat Swarm Optimization
Reduction of Active Power Loss byUsing Adaptive Cat Swarm Optimization
 
591 adamidis
591 adamidis591 adamidis
591 adamidis
 
Non-Linear Optimization Scheme for Non-Orthogonal Multiuser Access
Non-Linear Optimization Schemefor Non-Orthogonal Multiuser AccessNon-Linear Optimization Schemefor Non-Orthogonal Multiuser Access
Non-Linear Optimization Scheme for Non-Orthogonal Multiuser Access
 
Transient Stability Analysis of IEEE 9 Bus System in Power World Simulator
Transient Stability Analysis of IEEE 9 Bus System in Power World SimulatorTransient Stability Analysis of IEEE 9 Bus System in Power World Simulator
Transient Stability Analysis of IEEE 9 Bus System in Power World Simulator
 
Transient Stability Analysis of IEEE 9 Bus System in Power World Simulator
Transient Stability Analysis of IEEE 9 Bus System in Power World SimulatorTransient Stability Analysis of IEEE 9 Bus System in Power World Simulator
Transient Stability Analysis of IEEE 9 Bus System in Power World Simulator
 

Plus de Revathi Subramaniam

Inter intergrated circuits-communication protocol
Inter intergrated circuits-communication protocolInter intergrated circuits-communication protocol
Inter intergrated circuits-communication protocolRevathi Subramaniam
 
Introduction to power system analysis
Introduction to power system analysisIntroduction to power system analysis
Introduction to power system analysisRevathi Subramaniam
 
VHDL-Behavioral-Programs-Structure of VHDL
VHDL-Behavioral-Programs-Structure of VHDLVHDL-Behavioral-Programs-Structure of VHDL
VHDL-Behavioral-Programs-Structure of VHDLRevathi Subramaniam
 
Programmable Logic Array(PLA) & Programmable Array Logic(PAL)
Programmable Logic Array(PLA) & Programmable Array Logic(PAL)Programmable Logic Array(PLA) & Programmable Array Logic(PAL)
Programmable Logic Array(PLA) & Programmable Array Logic(PAL)Revathi Subramaniam
 
Complex Programmable Logic Devices(CPLD) & Field Programmable Logic Devices (...
Complex Programmable Logic Devices(CPLD) & Field Programmable Logic Devices (...Complex Programmable Logic Devices(CPLD) & Field Programmable Logic Devices (...
Complex Programmable Logic Devices(CPLD) & Field Programmable Logic Devices (...Revathi Subramaniam
 
Error detection & correction codes
Error detection & correction codesError detection & correction codes
Error detection & correction codesRevathi Subramaniam
 

Plus de Revathi Subramaniam (19)

Introduction to embedded system
Introduction to embedded systemIntroduction to embedded system
Introduction to embedded system
 
Inter intergrated circuits-communication protocol
Inter intergrated circuits-communication protocolInter intergrated circuits-communication protocol
Inter intergrated circuits-communication protocol
 
Application of embeddd system
Application of embeddd systemApplication of embeddd system
Application of embeddd system
 
Embedded development life cycle
Embedded development life cycleEmbedded development life cycle
Embedded development life cycle
 
Adaptive cruise control acc
Adaptive cruise control accAdaptive cruise control acc
Adaptive cruise control acc
 
Unsymmetrical fault analysis
Unsymmetrical fault analysisUnsymmetrical fault analysis
Unsymmetrical fault analysis
 
Structure of power system
Structure of power systemStructure of power system
Structure of power system
 
Restructuring
RestructuringRestructuring
Restructuring
 
Introduction to power system analysis
Introduction to power system analysisIntroduction to power system analysis
Introduction to power system analysis
 
VHDL-Behavioral-Programs-Structure of VHDL
VHDL-Behavioral-Programs-Structure of VHDLVHDL-Behavioral-Programs-Structure of VHDL
VHDL-Behavioral-Programs-Structure of VHDL
 
Programmable Logic Array(PLA) & Programmable Array Logic(PAL)
Programmable Logic Array(PLA) & Programmable Array Logic(PAL)Programmable Logic Array(PLA) & Programmable Array Logic(PAL)
Programmable Logic Array(PLA) & Programmable Array Logic(PAL)
 
Flip flops
Flip flopsFlip flops
Flip flops
 
Complex Programmable Logic Devices(CPLD) & Field Programmable Logic Devices (...
Complex Programmable Logic Devices(CPLD) & Field Programmable Logic Devices (...Complex Programmable Logic Devices(CPLD) & Field Programmable Logic Devices (...
Complex Programmable Logic Devices(CPLD) & Field Programmable Logic Devices (...
 
Counters
CountersCounters
Counters
 
Digital logic families
Digital logic familiesDigital logic families
Digital logic families
 
Error detection & correction codes
Error detection & correction codesError detection & correction codes
Error detection & correction codes
 
Structural modelling
Structural modellingStructural modelling
Structural modelling
 
Cmos logic
Cmos logicCmos logic
Cmos logic
 
Binary codes
Binary codesBinary codes
Binary codes
 

Dernier

Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...roncy bisnoi
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdfKamal Acharya
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756dollysharma2066
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
 
Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01KreezheaRecto
 
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Standamitlee9823
 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfRagavanV2
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfJiananWang21
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXssuser89054b
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptMsecMca
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTbhaskargani46
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VDineshKumar4165
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...SUHANI PANDEY
 
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELLPVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELLManishPatel169454
 
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Bookingroncy bisnoi
 

Dernier (20)

Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01
 
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdf
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.ppt
 
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
 
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELLPVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
 
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
 

Newton raphson method

  • 1. NEWTON-RAPHSON METHOD Contents:  Introduction  Algorithm  Flowchart  Advantages & Disadvantages  Example Kongunadu College of Engineering & Technology Newton-Raphson Method Prepared by, Mrs.S.Revathi 1
  • 2. Introduction The Newton-Raphson technique, converges equally fast for large as well as small systems. Most widely used for solving simultaneous non-linear algebraic equations. It is a successive approximation procedure based on an initial estimate of the unknown and the use of Taylor’s series expansion 2 Kongunadu College of Engineering & Technology Newton-Raphson Method Prepared by, Mrs.S.Revathi
  • 3. Algorithm  Formulate 𝑌𝑏𝑢𝑠 matrix  Assume flat start for starting voltage solution 𝛿𝑖 0 = 0, for i=1,2,3 …..N for all buses except slack bus 𝑉𝑖 0 = 1.0 for i=M+1, M+2, ……N(for all PQ buses) 𝑉𝑖 = 𝑉𝑖 𝑠𝑝𝑒𝑐 for all PV buses and slack bus.  For load buses calculate 𝑃𝑖 𝑐𝑎𝑙 and 𝑄𝑖 𝑐𝑎𝑙 .  For PV buses, check for Q-limit violation. If 𝑄𝑖(𝑚𝑖𝑛) <𝑄𝑖 𝑐𝑎𝑙 <𝑄𝑖(max), the bus acts as P-V bus. If 𝑄𝑖 𝑐𝑎𝑙 > 𝑄𝑖(max) 𝑄𝑖(spec) = 𝑄𝑖(max) If 𝑄𝑖 𝑐𝑎𝑙 <𝑄𝑖(𝑚𝑖𝑛) 𝑄𝑖(spec) = 𝑄𝑖(max), the P-V bus will act as PQ bus.  Compute mismatch vector using, ∆𝑃𝑖 = 𝑃𝑖(𝑠𝑝𝑒𝑐) - 𝑃𝑖 𝑐𝑎𝑙 ∆𝑄𝑖 =𝑄𝑖(𝑠𝑝𝑒𝑐) - 𝑄𝑖 𝑐𝑎𝑙 3 Kongunadu College of Engineering & Technology Newton-Raphson Method Prepared by, Mrs.S.Revathi
  • 4. Contd…  Compute, ∆𝑃𝑖(max) = max ∆𝑃𝑖 ; i=1,2,3 …..N’ ∆𝑄𝑖(max) = max ∆𝑄𝑖 ; i=M+1, M+2, ……N  Compute Jacobian matrix using Form J= 𝜕𝑃 𝜕𝛿 𝑉 𝜕𝑃 𝜕𝑉 𝜕𝑄 𝜕𝛿 𝑉 𝜕𝑄 𝜕𝑉  Obtain state vector ∆𝛿 ∆V 𝑉 = 𝐽 −1 ∆𝑃 ∆𝑄  Update state vector using, 𝑉 𝑛𝑒𝑤 = 𝑉𝑜𝑙𝑑 + ∆V =𝑉𝑜𝑙𝑑 1 + ∆V 𝑉 𝑜𝑙𝑑 𝛿 𝑛𝑒𝑤 = 𝛿 𝑜𝑙𝑑 + ∆𝛿  This procedure is continued until, ∆𝑃𝑖 < 𝜀 ∆𝑄𝑖 < 𝜀, otherwise go to step 3. 4 Kongunadu College of Engineering & Technology Newton-Raphson Method Prepared by, Mrs.S.Revathi
  • 5. Flowchart 5 Kongunadu College of Engineering & Technology Newton-Raphson Method Prepared by, Mrs.S.Revathi
  • 6. 6 Kongunadu College of Engineering & Technology Newton-Raphson Method Prepared by, Mrs.S.Revathi
  • 7. 7 Kongunadu College of Engineering & Technology Newton-Raphson Method Prepared by, Mrs.S.Revathi
  • 8. Example… 1.Perform an iteration of Newton-Raphson load flow method and determine the power flow solution for the given system take base MVA as 100.(15) Line Bus Rp.u Xp.u Half line charging admittance Yp/2(p.u) Bus PL QL From To 1 90 20 1 1 1 0.0839 0.5183 0.0636 2 30 10 Step 1: Form 𝒀 𝒃𝒖𝒔 matrix 𝒀 𝒃𝒖𝒔 = 𝟏. 𝟖𝟒𝟐 −𝟏. 𝟒𝟎𝟓 𝟏. 𝟗𝟎𝟒 𝟏. 𝟕𝟑𝟏𝟒 𝟏. 𝟗𝟎𝟒 𝟏. 𝟕𝟑𝟏𝟒 𝟏. 𝟖𝟒𝟐 −𝟏. 𝟒𝟎𝟓 Step 2: Assume the initial value, 𝜹 = 0 V=1.0 𝑿 = 𝜹 𝟐 𝑽 𝟐 = 𝟎 𝟏. 𝟎 Step 3: calculate 𝑷 𝟐 𝒄𝒂𝒍 𝑸 𝟐 𝒄𝒂𝒍 and ∆𝑷 𝟐 and ∆𝑸 𝟐 𝑷 𝟐 𝒄𝒂𝒍 = 𝑉 2 𝑉 1 𝑌 12 cos(𝜃12 +𝛿2 -𝛿1) + 𝑉 2 𝑉 2 𝑌 22 cos(𝜃22 +𝛿2 -𝛿2) = -0.015 p.u 𝑸 𝟐 𝒄𝒂𝒍 = - 𝑉 2 𝑉 1 𝑌 12 sin(𝜃12 +𝛿2 -𝛿1) - 𝑉 2 𝑉 2 𝑌 22 sin(𝜃22 +𝛿2 -𝛿2) = -0.157 p.u ∆𝑃2 = 𝑃2(𝑠𝑝𝑒𝑐 ) - 𝑃2 𝑐𝑎𝑙 = -0.285 ∆𝑄2 =𝑄2(𝑠𝑝𝑒𝑐 ) - 𝑄2 𝑐𝑎𝑙 = 0.057 Step 4: Form Jacobian matrix 𝝏𝑷 𝟐 ∆𝛿2 𝑉 2 𝝏𝑷 𝟐 𝝏𝑽 𝟐 𝝏𝑸 𝟐 𝜕𝛿 2 𝑉 2 𝝏𝑷 𝟐 𝝏𝑽 𝟐 ∆𝛿2 ∆ 𝑉 2 𝑉2 = ∆𝑷 𝟐 ∆𝑸 𝟐 8 Kongunadu College of Engineering & Technology Newton-Raphson Method Prepared by, Mrs.S.Revathi
  • 9. 𝝏𝑷 𝟐 ∆𝛿2 = 𝑉 2 𝑉 1 𝑌 12 sin(𝜃12 +𝛿2 -𝛿1) = 1.973 𝑉 2 𝝏𝑷 𝟐 𝝏𝑽 𝟐 = 𝑉 2 𝑉 1 𝑌 12 cos(𝜃12 +𝛿1 -𝛿2) +2 𝑉 2 𝑉 2 𝑌 22 cos(𝜃22 ) =0.289 𝝏𝑸 𝟐 𝜕𝛿 2 = 𝑉 2 𝑉 1 𝑌 12 cos(𝜃12 +𝛿1 -𝛿2) = - 0.3197 𝑉 2 𝝏𝑷 𝟐 𝝏𝑽 𝟐 = 𝑉 2 𝑉 1 𝑌 12 sin(𝜃12 +𝛿1 -𝛿2) +2 𝑉 2 𝑉 2 𝑌 22 sin(𝜃22 ) = 1.66 Step 5: Compute ∆𝑥, ∆𝛿2 ∆ 𝑉 2 𝑉2 = 𝝏𝑷 𝟐 ∆𝛿2 𝑉 2 𝝏𝑷 𝟐 𝝏𝑽 𝟐 𝝏𝑸 𝟐 𝜕𝛿 2 𝑉 2 𝝏𝑷 𝟐 𝝏𝑽 𝟐 −1 ∆𝑷 𝟐 ∆𝑸 𝟐 = 1.973 0.289 −0.3196 1.66 −1 −0.285 0.057 = −0.145 0.064 𝛿2 1 = 𝛿2 0 +∆𝛿2 = - 0.145rad 𝑉2 1 = 𝑽 𝟐 + ∆ 𝑉 2 𝑉2 = 1.0064p.u 9 Kongunadu College of Engineering & Technology Newton-Raphson Method Prepared by, Mrs.S.Revathi
  • 10. Advantages and disadvantages of N-R method. Advantages:  The N-R method is faster, more reliable and the results are accurate.  Requires less number of iterations for convergence  The number of iterations are independent of the size of the system  Suitable for large system Disadvantages  The programming logic is more  Memory requirement is more  Number of calculations per iteration are high 10 Kongunadu College of Engineering & Technology Newton-Raphson Method Prepared by, Mrs.S.Revathi
  • 11. Conclusion:  The Newton-Raphson method is explained with algorithm, flowchart and with an example. References: 1. Hadi Saadat, ‘Power System Analysis’, Tata McGraw Hill Education Pvt. Ltd., New Delhi, 21st reprint, 2010. 2. Kundur P., ‘Power System Stability and Control, Tata McGraw Hill Education Pvt. Ltd., New Delhi, 10th reprint, 2010. 3. Pai M A, ‘Computer Techniques in Power System Analysis’, Tata Mc Graw-Hill Publishing Company Ltd., New Delhi, Second Edition, 2007. 4. J. Duncan Glover, Mulukutla S. Sarma, Thomas J. Overbye, ‘ Power System Analysis & Design’, Cengage Learning, Fifth Edition, 2012. 5. Olle. I. Elgerd, ‘Electric Energy Systems Theory – An Introduction’, Tata McGraw Hill Publishing Company Limited, New Delhi, Second Edition, 2012. 6. C.A.Gross, “Power System Analysis,” Wiley India, 2011. 7. M.Jeraldin Ahila “Power System Analysis”, Lakshmi Publications, Chennai, Eleventh Edition 2017. 8. Web Sources 11 Kongunadu College of Engineering & Technology Newton-Raphson Method Prepared by, Mrs.S.Revathi