SlideShare ist ein Scribd-Unternehmen logo
1 von 11
Downloaden Sie, um offline zu lesen
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

Weitere ähnliche Inhalte

Was ist angesagt?

Power system voltage stability
Power system voltage stabilityPower system voltage stability
Power system voltage stabilityAkash Choudhary
 
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
 
Gauss Seidel Method of Power Flow
Gauss Seidel Method of Power FlowGauss Seidel Method of Power Flow
Gauss Seidel Method of Power FlowYunusAhmad9
 
Economic load dispatch(with and without losses)
Economic load dispatch(with and without losses)Economic load dispatch(with and without losses)
Economic load dispatch(with and without losses)Asha Anu Kurian
 
Three phase half wave controlled converter
Three phase half wave controlled converterThree phase half wave controlled converter
Three phase half wave controlled converterraviarmugam
 
Planning and modern trends in hvdc
Planning and modern trends in hvdcPlanning and modern trends in hvdc
Planning and modern trends in hvdcjawaharramaya
 
Unit 4 Automatic Generation Control
Unit 4 Automatic Generation ControlUnit 4 Automatic Generation Control
Unit 4 Automatic Generation ControlSANTOSH GADEKAR
 
Exp 4 (1)4. Gauss Siedal Load flow analysis using Matlab Software.
Exp 4 (1)4.	Gauss Siedal Load flow analysis using Matlab Software.Exp 4 (1)4.	Gauss Siedal Load flow analysis using Matlab Software.
Exp 4 (1)4. Gauss Siedal Load flow analysis using Matlab Software.Shweta Yadav
 
Representation of power system components
Representation of power system componentsRepresentation of power system components
Representation of power system componentsPrasanna Rao
 
Economic operation of power system
Economic operation of power systemEconomic operation of power system
Economic operation of power systemBalaram Das
 
Objectives of shunt compensation
Objectives of shunt compensationObjectives of shunt compensation
Objectives of shunt compensationAyyarao T S L V
 

Was ist angesagt? (20)

Power system security and smart grid
Power system security  and  smart gridPower system security  and  smart grid
Power system security and smart grid
 
Power system voltage stability
Power system voltage stabilityPower system voltage stability
Power system voltage stability
 
power flow and optimal power flow
power flow and optimal power flowpower flow and optimal power flow
power flow and optimal power flow
 
Gauss Seidel Method of Power Flow
Gauss Seidel Method of Power FlowGauss Seidel Method of Power Flow
Gauss Seidel Method of Power Flow
 
Power flow analysis
Power flow analysisPower flow analysis
Power flow analysis
 
Lecture 10
Lecture 10Lecture 10
Lecture 10
 
Economic load dispatch(with and without losses)
Economic load dispatch(with and without losses)Economic load dispatch(with and without losses)
Economic load dispatch(with and without losses)
 
Three phase half wave controlled converter
Three phase half wave controlled converterThree phase half wave controlled converter
Three phase half wave controlled converter
 
Load flow studies 19
Load flow studies 19Load flow studies 19
Load flow studies 19
 
Planning and modern trends in hvdc
Planning and modern trends in hvdcPlanning and modern trends in hvdc
Planning and modern trends in hvdc
 
Z bus building algorithm
Z bus building algorithmZ bus building algorithm
Z bus building algorithm
 
Unit 4 Automatic Generation Control
Unit 4 Automatic Generation ControlUnit 4 Automatic Generation Control
Unit 4 Automatic Generation Control
 
Exp 4 (1)4. Gauss Siedal Load flow analysis using Matlab Software.
Exp 4 (1)4.	Gauss Siedal Load flow analysis using Matlab Software.Exp 4 (1)4.	Gauss Siedal Load flow analysis using Matlab Software.
Exp 4 (1)4. Gauss Siedal Load flow analysis using Matlab Software.
 
Representation of power system components
Representation of power system componentsRepresentation of power system components
Representation of power system components
 
Restructuring
RestructuringRestructuring
Restructuring
 
Swing equation
Swing equationSwing equation
Swing equation
 
Economic operation of power system
Economic operation of power systemEconomic operation of power system
Economic operation of power system
 
Objectives of shunt compensation
Objectives of shunt compensationObjectives of shunt compensation
Objectives of shunt compensation
 
voltage stability
voltage stabilityvoltage stability
voltage stability
 
Load flow study
Load flow studyLoad flow study
Load flow study
 

Ähnlich wie 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
 

Ähnlich wie 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
 
Fault analysis
Fault analysisFault analysis
Fault analysis
 
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
 

Mehr von 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
 

Mehr von Revathi Subramaniam (20)

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
 
Per unit analysis
Per unit analysisPer unit analysis
Per unit analysis
 
Introduction to power system analysis
Introduction to power system analysisIntroduction to power system analysis
Introduction to power system analysis
 
Fault analysis using z bus
Fault analysis using z busFault analysis using z bus
Fault analysis using z bus
 
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
 

Kürzlich hochgeladen

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
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
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
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
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
 
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsRussian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdfKamal Acharya
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
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
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfKamal Acharya
 

Kürzlich hochgeladen (20)

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...
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
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...
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
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
 
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsRussian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
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...
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
 

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