0% found this document useful (0 votes)
212 views

Example Newton Raphson - Aziahkhamisv1 - 2020

This document provides steps to use the Newton Raphson method to calculate the voltage magnitude and phase angle of bus 2 in a two bus power system. It gives the initial estimates, builds the Ybus matrix, calculates the power residuals, forms the Jacobian matrix using partial derivatives, and performs two iterations to obtain the results. The initial estimate for bus 2 is 1.0 pu voltage magnitude and 0 degrees phase angle. It goes through calculating the admittance, power injections, Jacobian, residuals and updates the estimates over two iterations to find the solution.

Uploaded by

Nor Hanaros
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
212 views

Example Newton Raphson - Aziahkhamisv1 - 2020

This document provides steps to use the Newton Raphson method to calculate the voltage magnitude and phase angle of bus 2 in a two bus power system. It gives the initial estimates, builds the Ybus matrix, calculates the power residuals, forms the Jacobian matrix using partial derivatives, and performs two iterations to obtain the results. The initial estimate for bus 2 is 1.0 pu voltage magnitude and 0 degrees phase angle. It goes through calculating the admittance, power injections, Jacobian, residuals and updates the estimates over two iterations to find the solution.

Uploaded by

Nor Hanaros
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 12

NEWTON

RAPHSON

Example Newton Raphson| AziahKhamisV1_2020


EXAMPLE 1
In the two bus system shown in Figure Q1,
bus 1 is a slack bus with V1=1.0<0 pu. A
load of 100 MW and 50 Mvar is taken from
bus 2. The line impedance is Z12=0.12+j0.16
pu on a base of 100 MVA. Using Newton
Raphson Method obtain the voltage
magnitude and phase angle of bus 2. Start
with an initial estimate of |V2|(0) =1pu and
∂2(0) = 0. Perform two iteration.

Example Newton Raphson| AziahKhamisV1_2020


STEP1: TYPE OF BUS

B1 B2 NEXT STEP
Voltage, |V | ✓
Phase angle, d ✓ S
Real power, P ✓
Reactive power, Q ✓
LOAD BUS

FROM THE TABLE AND THE QUESTION:


V1= SLACK BUS
SO WE NEED TO FIND V2. (USING NEWTON RAPHSON METHOD)

Example Newton Raphson| AziahKhamisV1_2020


STEP 2: IMPEDANCE TO ADMITTANCE

yij IMPEDANCE ADMITTANCE


y12 0.12-j0.16

Example Newton Raphson| AziahKhamisV1_2020


STEP 3: YBUS BUILD

THE YBUS SHOULD BE IN POLAR FORM

Example Newton Raphson| AziahKhamisV1_2020


STEP 4: S IN PER UNIT
P Q
NOTE THAT SBASE GIVEN IN QUESTION IS 100MVA.
S2 150 j50

NEXT

Example Newton Raphson| AziahKhamisV1_2020


STEP 5: CALCULATE Vi
Assume initial V for V(2)(0) = 1+j0;
Recall information

V(2)(2)
Example Newton Raphson| AziahKhamisV1_2020 V(3)(2)
STEP 6: PART IAL DERIVAT IVES
JACOBIAN MATRIX

Example Newton Raphson| AziahKhamisV1_2020


STEP 7: POWER RESIDUAL

S2sch

Example Newton Raphson| AziahKhamisV1_2020


STEP 8: JACOBIAN MATRIX
PARTIAL DERIVATION

Example Newton Raphson| AziahKhamisV1_2020


1ST ITERAT ION EVALUAT ION

Example Newton Raphson| AziahKhamisV1_2020


2ND ITERAT ION

Example Newton Raphson| AziahKhamisV1_2020

You might also like