Differential Equations + Euler + Phasors Christopher Rose

Total Page:16

File Type:pdf, Size:1020Kb

Differential Equations + Euler + Phasors Christopher Rose School of Engineering Department of Electrical and Computer Engineering 332:221 Principles of Electrical Engineering I Fall 2012 Differential Equations + Euler + Phasors Christopher Rose ABSTRACT You have a network of resistors, capacitors and inductors. They are driven by voltage and current sources. You are asked to find a given output. You are freaking out because unlike resistive networks, everything is TIME VARYING! 1. Get a paper bag and place it over your head to stop hyperventilating. 2. Chill out because they’re only linear constant coefficient differential equations and those are EASY to solve if you understand the trick. This writeup is about that trick. We also (re)introduce the Euler expansion in the service of talking about sinusoidal steady state response and phasors. 1 LCC Differential Equations A linear constant coefficient differential equation is of the form N X (k) akX = V (t) k=0 where X(k) is the kth derivative of X and V (t) is a “drive term” (something you apply to the “system” which the differential equations describe. As you already know from class (and from the book), all of those circuits with inductors and capacitors result in such differential equations. N is AT MOST the number of capacitors and inductors in the circuit (but it could be fewer depending on the arrangement of those elements – inductors in series act like a single inductor, for instance). 1.1 The Basics So, how to solve the beast?!!? It starts with a theorem that I’ll not prove. Theorem 1 Picard’s Theorem Any solution to an Nth order linear constant coefficient differential equation is composed of two parts: 1 • The Particular solution – ANY Xp(t) that satisfies N X (k) akXp = V (t) k=0 and • The Homogeneous solutions – ANY set of N “linearly independent” Xh(t) that satisfy N X (k) akXh = 0 k=0 h = 1; 2; :::N The term linear independence simply means that you can never find a set of coefficients fchg such that N X chXh(t) = 0 k=0 Put another way, if a set of functions is linearly independent, you can’t “build” any one of the functions by linearly combining the other functions. Now let’s get cute. In class (and here) we’re going go GUESS the homogeneous solutions by snt saying they must be of the form Ane where An is some constant (possibly complex) and sn is a (possibly complex) number. For later convenience we’ll say sn = σn + j!n p where σn and !n are real and j = −1. So with that guess, we proceed just like in class to recognize that dkA esnt n = A sk est dtk n n snt So, using the solution Ane in our homogeneous (unforced – i.e., V (t) = 0) equation we have N " N # X k snt snt X k akAnsne = Ane aksn = 0 k=0 k=0 snt Since we can’t guarantee that An and e are zero 8t, our only recourse is to find fsng such that the bracketed POLYNOMIAL in sn is zero. That polynomial is called the characteristic equation and the satisfying sn are called its roots. You’ll see these again and again and again and again and again in your ECE lives – and beyond. snt This means that there are N homogeneous solutions, fAne g, n = 1; 2; :::N, to our differen- tial equation. Thus, the general solution is N X snt X(t) = Xp(t) + Ane n=1 (And yes, Virginia, there can be repeated roots, but we’re going to ignore that case for now :) Well ... if you MUST know, if you have Nm repeated roots sm, then the Nm homogeneous solutions are proportional to tNm−1esmt – try it if you’re really curious. :) ) 2 The last thing we need to do is determine those constants fAng. We can get these from “initial conditions.” For instance, in a circuit, perhaps the inductor has current through it and capacitors charge on them at t = 0 and we want the solution for t > 0. For an Nth order differential equation, we’ll need N initial conditions to determine those fAng. Interested in learning more? Too bad. Why? Read on. :) 1.2 Short Shrift for Transient Response Because most of you have not already HAD a differential equations course, we’re NOT going to worry TOO much about these homogeneous solutions except to say that for all the circuits we’ll consider, all of those homogeneous solutions will have sn with NEGATIVE REAL PARTS. What does that mean? It means that as time goes, on all the esnt ! 0. Formally, lim esnt = lim eσnt+j!nt = 0; n = 1; 2; ··· ;N t!1 t!1 because we assume all the σn < 0. So in the STEADY STATE, we won’t worry about the “tran- sients” because they’ll all “die out” with time. That said, I MIGHT give you a problem on a quiz where the transients DO NOT die out – and if you’re currently awake you’ll imediately realize that any such circuit will either have to have NO resistors (which dissipate energy) or have to have an active element (like a transistor or an op amp) in it since passive circuits with resistors, capacitors and inductors cannot have undying transients (the resistors eventually turn the initial condition energies into heat and the corresponding circuit state variables to zero). Now, let’s look at some useful math. 2 USEFUL MATH 2.1 The Euler Expansion The Euler expansion is a cute identity that you should tatoo on your retinas: ejx = cos x + j sin x It comes from Taylor series (well, McLauren series actually). From your calculus days you should remember that 1 X xk ex = k! k=0 You should also remember that 1 k X k x cos x = (−1) 2 k! k=0;even and 1 k X k−1 x sin x = (−1) 2 k! k=1;odd 3 So, if we replace x by jx we have 1 k 1 k 1 k jx X k x X k x X k−1 x e = j = (−1) 2 + j (−1) 2 k! k! k! k=0 k=0;even k=1;odd The first series you’ll recognize as 1 k X k x cos x = (−1) 2 k! k=0;even and the second one is 1 k X k−1 x j sin x = j (−1) 2 k! k=1;odd So, once again, with feeling, ejx = cos x + j sin x It’s also useful to note here that the complex conjugate (inverting the sign of the imaginary portion of a complex number) of ejx is ejx∗ = (cos x + j sin x)∗ = cos x − j sin x = e−jx where the ∗ notation implies complex conjugation. The euler expansion will be really important because we’re going to quickly start using it to represent sinusoids as in ejx + e−jx cos x = 2 cos x = <fejxg and ejx − e−jx sin x = 2j sin x = =fejxg Also note that sin !t = cos(!t − π=2) = < e−jπ=2+j!t = < e−jπ=2ej!t = < −jej!t Yes, that’s a subtle hint that you need to be facile deriving/understanding/memorizing things like j = ejπ=2 and the like. :) 4 2.2 Complex Numbers and Phasors In a previous version of these notes, I directed you to the text section on phasors – thinking you folks already knew ALL about complex numbers from some other course (in high school or col- lege). Woe to us all (and to quizlettes 8&9 AND the last part of problem 1 on Quiz II!) the moment I made that assumption! So this next bit is a SHORT attempt to lay phasors all out in a way that will allow you to see the equivalence between phasors and complex numbers. First off, I KNOW you all know what a complex number is C = a + bj p where j = −1 (again, mathematicians step off! i/I is reserved for CURRENT). The righthand side of the definition is often called “standard form.” Now, what’s interesting about C is that it has two “orthogonal” components – a real (<) part and an imaginary (=) part. This allows us to think of C in the “complex plane” as in FIGURE 1 That C is a PHASOR with magnitude jCj and angle b |C| C θ a Figure 1: Complex number vector (phasor) representation. θ. Combined with euler’s expansion, FIGURE 1 has ALL THE THINGS YOU NEED TO UNDERSTAND PHASORS AND COMPLEX NUMBERS!!!!! First, as soon as we draw C in the complex plane as a point (a; b), wep can see that the associated vector (nose at (a; b) and tail at the origin) has magnitude jCj = a2 + b2 and angle 6 C = arctan(a; b). Now, here’sp where it gets COOLIO!p (passe though he is :) ). Look at the figure. Obviously cos θ = a= a2 + b2 and sin θ = b= a2 + b2. However, here’s where the MAGIC happens p a + bj = a2 + b2ejθ 5 Why? ejθ = cos θ + j sin θ as you know from Euler’s expansion. But looky here! We then have p p a b a2 + b2ejθ = a2 + b2 p + j p = a + bj a2 + b2 a2 + b2 p So, the equivalence between a + bj and a2 + b2ejθ is EXACT!!!! This latter representation is called phasor notation. Now, some basic mechanics are useful too. For instance, we define the COMPLEX CONJU- GATE of a complex number as C∗ = (a + bj)∗ = a − bj That is, we just multiply the imaginary part by −1 to get the complex conjugate.
Recommended publications
  • About the Phasor Pathways in Analogical Amplitude Modulations
    About the Phasor Pathways in Analogical Amplitude Modulations H.M. de Oliveira1, F.D. Nunes1 ABSTRACT Phasor diagrams have long been used in Physics and Engineering. In telecommunications, this is particularly useful to clarify how the modulations work. This paper addresses rotating phasor pathways derived from different standard Amplitude Modulation Systems (e.g. A3E, H3E, J3E, C3F). A cornucopia of algebraic curves is then derived assuming a single tone or a double tone modulation signal. The ratio of the frequency of the tone modulator (fm) and carrier frequency (fc) is considered in two distinct cases, namely: fm/fc<1 and fm/fc 1. The geometric figures are some sort of Lissajours figures. Different shapes appear looking like epicycloids (including cardioids), rhodonea curves, Lemniscates, folium of Descartes or Lamé curves. The role played by the modulation index is elucidated in each case. Keyterms: Phasor diagram, AM, VSB, Circular harmonics, algebraic curves, geometric figures. 1. Introduction Classical analogical modulations are a nearly exhausted subject, a century after its introduction. The first approach to the subject typically relies on the case of transmission of a single tone (for the sake of simplicity) and establishes the corresponding phasor diagram. This furnishes a straightforward interpretation, which is quite valuable, especially with regard to illustrating the effects of the modulation index, overmodulation effects, and afterward, distinctions between AM and NBFM. Often this presentation is rather naïf. Nice applets do exist to help the understanding of the phasor diagram [1- 4]. However ... Without further target, unpretentiously, we start a deeper investigating the dynamic phasor diagram with the aim of building applets or animations that illustrates the temporal variation of the magnitude of the amplitude modulated phasor.
    [Show full text]
  • Correspondence Between Phasor Transforms and Frequency Response Function in Rlc Circuits
    CORRESPONDENCE BETWEEN PHASOR TRANSFORMS AND FREQUENCY RESPONSE FUNCTION IN RLC CIRCUITS Hassan Mohamed Abdelalim Abdalla Polytechnic Department of Engineering and Architecture, University of Studies of Udine, 33100 Udine, Italy. E-mail: [email protected] Abstract: The analysis of RLC circuits is usually made by considering phasor transforms of sinusoidal signals (characterized by constant amplitude, period and phase) that allow the calculation of the AC steady state of RLC circuits by solving simple algebraic equations. In this paper I try to show that phasor representation of RLC circuits is analogue to consider the frequency response function (commonly designated by FRF) of the total impedance of the circuit. In this way I derive accurate expressions for the resonance and anti-resonance frequencies and their corresponding values of impedances of the parallel and series RLC circuits respectively, notwithstanding the presence of damping effects. Keywords: Laplace transforms, phasors, Frequency response function, RLC circuits. 1. Introduction and mathematical background RLC circuits have many applications as oscillator circuits described by a second-order differential equation. The three circuit elements, resistor R, inductor L and capacitor C can be combined in different manners. All three elements in series or in parallel are the simplest and most straightforward to analyze. RLC circuits are analyzed mathematically in the phasor domain instead of solving differential equations in the time domain. Generally, a time-dependent sinusoidal function is expressed in the following way è [1]: () (1.1) where is the amplitude, is the angular frequency and is the initial phase of . () = sin ( + ) The medium value of is given by: () () (1.2) 1 2 = |()| = where is the period of the sinusoidal function .
    [Show full text]
  • Complex Numbers and Phasor Technique
    RaoApp-Av3.qxd 12/18/03 5:44 PM Page 779 APPENDIX A Complex Numbers and Phasor Technique In this appendix, we discuss a mathematical technique known as the phasor technique, pertinent to operations involving sinusoidally time-varying quanti- ties.The technique simplifies the solution of a differential equation in which the steady-state response for a sinusoidally time-varying excitation is to be deter- mined, by reducing the differential equation to an algebraic equation involving phasors. A phasor is a complex number or a complex variable. We first review complex numbers and associated operations. A complex number has two parts: a real part and an imaginary part. Imag- inary numbers are square roots of negative real numbers. To introduce the con- cept of an imaginary number, we define 2-1 = j (A.1a) or ;j 2 =-1 (A.1b) 1 2 Thus, j5 is the positive square root of -25, -j10 is the negative square root of -100, and so on.A complex number is written in the form a + jb, where a is the real part and b is the imaginary part. Examples are 3 + j4 -4 + j1 -2 - j2 2 - j3 A complex number is represented graphically in a complex plane by using Rectangular two orthogonal axes, corresponding to the real and imaginary parts, as shown in form Fig.A.1, in which are plotted the numbers just listed. Since the set of orthogonal axes resembles the rectangular coordinate axes, the representation a + jb is 1 2 known as the rectangular form. 779 RaoApp-Av3.qxd 12/18/03 5:44 PM Page 780 780 Appendix A Complex Numbers and Phasor Technique Imaginary (3 ϩ j4) 4 (Ϫ4 ϩ j1) 1 Ϫ2 2 Ϫ 4 0 3 Real Ϫ2 (Ϫ2 Ϫj2) Ϫ3 Ϫ FIGURE A.1 (2 j3) Graphical representation of complex numbers in rectangular form.
    [Show full text]
  • Lesson 1: Representation of Ac Voltages and Currents1
    1/22/2016 Lesson 1: Phasors and Complex Arithmetic ET 332b Ac Motors, Generators and Power Systems lesson1_et332b.pptx 1 Learning Objectives After this presentation you will be able to: Write time equations that represent sinusoidal voltages and currents found in power systems. Explain the difference between peak and RMS electrical quantities. Write phasor representations of sinusoidal time equations. Perform calculations using both polar and rectangular forms of complex numbers. lesson1_et332b.pptx 2 1 1/22/2016 Ac Analysis Techniques Time function representation of ac signals Time functions give representation of sign instantaneous values v(t) Vmax sin(t v ) Voltage drops e(t) Emax sin(t e ) Source voltages Currents i(t) Imax sin(t i ) Where Vmax = maximum ( peak) value of voltage Emax = maximum (peak) value of source voltage Imax = maximum (peak) value of current v, e, i = phase shift of voltage or current = frequency in rad/sec Note: =2pf lesson1_et332b.pptx 3 Ac Signal Representations Ac power system calculations use effective values of time waveforms (RMS values) Therefore: V E I V max E max I max RMS 2 RMS 2 RMS 2 1 Where 0.707 2 So RMS quantities can be expressed as: VRMS 0.707Vmax ERMS 0.707Emax IRMS 0.707Imax lesson1_et332b.pptx 4 2 1/22/2016 Ac Signal Representations Ac power systems calculations use phasors to represent time functions Phasor use complex numbers to represent the important information from the time functions (magnitude and phase angle) in vector form. Phasor Notation I I V VRMS RMS or or I I V VRMS RMS Where: VRMS, IRMS = RMS magnitude of voltages and currents = phase shift in degrees for voltages and currents lesson1_et332b.pptx 5 Ac Signal Representations Time to phasor conversion examples, Note all signal must be the same frequency Time function-voltage Find RMS magnitude v(t) 170sin(377t 30 ) VRMS 0.707170 120.2 V Phasor V 120.230 V Time function-current Find RMS magnitude i(t) 25sin(377t 20 ) IRMS 0.70725 17.7 A Phasor I 17.7 20 A Phase shift can be given in either radians or degrees.
    [Show full text]
  • Waveguide Propagation
    NTNU Institutt for elektronikk og telekommunikasjon Januar 2006 Waveguide propagation Helge Engan Contents 1 Introduction ........................................................................................................................ 2 2 Propagation in waveguides, general relations .................................................................... 2 2.1 TEM waves ................................................................................................................ 7 2.2 TE waves .................................................................................................................... 9 2.3 TM waves ................................................................................................................. 14 3 TE modes in metallic waveguides ................................................................................... 14 3.1 TE modes in a parallel-plate waveguide .................................................................. 14 3.1.1 Mathematical analysis ...................................................................................... 15 3.1.2 Physical interpretation ..................................................................................... 17 3.1.3 Velocities ......................................................................................................... 19 3.1.4 Fields ................................................................................................................ 21 3.2 TE modes in rectangular waveguides .....................................................................
    [Show full text]
  • Chapter 16 Waves I
    Chapter 16 Waves I In this chapter we will start the discussion on wave phenomena. We will study the following topics: Types of waves Amplitude, phase, frequency, period, propagation speed of a wave Mechanical waves propagating along a stretched string Wave equation Principle of superposition of waves Wave interference Standing waves, resonance (16 – 1) A wave is defined as a disturbance that is self-sustained and propagates in space with a constant speed Waves can be classified in the following three categories: 1. Mechanical waves. These involve motions that are governed by Newton’s laws and can exist only within a material medium such as air, water, rock, etc. Common examples are: sound waves, seismic waves, etc. 2. Electromagnetic waves. These waves involve propagating disturbances in the electric and magnetic field governed by Maxwell’s equations. They do not require a material medium in which to propagate but they travel through vacuum. Common examples are: radio waves of all types, visible, infra-red, and ultra- violet light, x-rays, gamma rays. All electromagnetic waves propagate in vacuum with the same speed c = 300,000 km/s 3. Matter waves. All microscopic particles such as electrons, protons, neutrons, atoms etc have a wave associated with them governed by Schroedinger’s equation. (16 – 2) Transverse and Longitudinal waves (16 – 3) Waves can be divided into the following two categories depending on the orientation of the disturbance with r respect to the wave propagation velocity v. If the disturbance associated with a particular wave is perpendicular to the wave propagation velocity, this wave is called "transverse ".
    [Show full text]
  • A Comparative Study on Phasor and Frequency Measurement Techniques in Power Systems
    A Comparative Study on Phasor and Frequency Measurement Techniques in Power Systems Aravinth Sridharan Vaskar Sarkar Department of Electrical Engineering Department of Electrical Engineering Indian Institute of Technology Hyderabad Indian Institute of Technology Hyderabad E-mail: [email protected] E-mail: [email protected] Abstract—The objective of this paper is to make a comparative to slow function like expansion planning. Hence, the real- study on different phasor and frequency measurement algorithms time measurement of power system quantities is helpful in available for power systems. The dynamic nature of the power improving the reliability of the power system network. With system signals has made the estimation of frequency and phasors difficult. Over the years, many digital algorithms have been an increase in the usage of power electronic devices and other developed to overcome these difficulties and to provide accurate nonlinear components, there is an increase in the harmonic real-time frequency and phasor measurements. In this paper, four contamination in power systems. It is, therefore, essential for different algorithms for frequency estimation and three different utilities to seek and depend on reliable models for accurate algorithms for phasor estimation are studied and compared. A estimation of phasor and frequency. Supervisory Control and case study is performed by considering a three-phase voltage signal with time-varying amplitude and frequency to verify the Data Acquisition (SCADA) is an existing real-time monitoring effectiveness of these estimation algorithms. and control system that is available for power systems. Due Index Terms—Amplitude, complex valued least squares, dis- to high latency in data flow and slower estimation techniques crete fourier transform, frequency, phase angle, phase locked used, the real-time dynamic variations in power system quan- loop, phasor, polynomial fitting, prony, smart discrete fourier tities are not observed by SCADA.
    [Show full text]
  • From Bombelli's Imaginary Number, Steinmetz's Phasor Domain To
    Complex Variables for Strategy: From Bombelli's Imaginary Number, Steinmetz’s Phasor Domain to Sunzi's Art of War R. Iembo Faculty of Engineering University of Calabria Cosenza, Italy [email protected] Chong Ming Lin Chang Chun University, China Sunnyvale, California, 94087, USA [email protected] ABSTRACT Bombelli’s contribution to math, especially his understanding about real numbers can result from the Rafael Bombelli was born in Bologna,Italy, on 1526. operations of complex numbers, led to the breakthrough He was trained and worked as an engineer-architect until in calculation of alternating current and voltage with R, C died on 1573 without much recognition until hundred & L (Resistance, Capacitance & Inductance ) as the three years later by the math society as a great Italian variables to represent the operation of any electrical mathematician, and there is a lunar crater named devices or power lines. Looking back at the development Bombelli for his contributions to imaginary and complex of modern societies supported by high-tech electronic numbers . devices and energies supplied from alternating current based powerlines, we should even give higher praise to Bombelli is the author of a treatise on algebra and is a Bombelli’s finding and development of imaginary central figure in the understanding of imaginary numbers and operation of complex variables in the first numbers. His mathematical achievement was never place. fully appreciated during his life time, but his failure to repair the Ponte Santa Maria 1561 attempt, a bridge
    [Show full text]
  • Notes on the Phasor Diagram Method
    Notes on the Phasor Diagram Method To determine the intensity of a 2-slits interfernce (or 2 -"point"source interference), one needs to add two sinusoidal waves with a relative phase. Etot (t) = E1(t) + E2 (t) = E cos(ωt +φ) + E cos(ωt), where the relative phase is due to the path length difference. According to your textbook, Etot (t) can be represented by a single sinusoidal wave, i.e. Etot (t) = Ep cos(ωt +δ ). Your texbook proceeded immediately to show you how to determine Ep using the "Phasor Diagram" method (as a recipe). What I would like to do: (1) Derive (tediously) E cos(ωt +φ) + E cos(ωt) = Ep cos(ωt +δ ) using trig. identities and deduce Epand δ. (2) Show you the easy way to find Epand δ using Phasor Diagram. (3) Show you the mathematical justification of the Phasor Diagram method using Euler's identity: eiθ = cosθ + isinθ Analysis of interference of 2 point sources. At an arbitrary point P, the combined electric fields is that emited by source 1 and source 2: P r1 r1 r2 Ep (t) = E cos(ωt + 2π ) + E cos(ωt + 2π ) λ λ r (We have assumed that the two sources have the same amplitude, 2 which is not exactly true because one source is slightly further than the other source) Rewrite the expression to show explicitly the relative phase: r (r − r ) r E (t) = E cos(ωt + 2π 2 + 2π 1 2 ) + E cos(ωt + 2π 2 ) p λ λ λ r The common phase 2π 2 can be absorbed in starting time of your clock) λ ⇒ Ep (t) = E cos(ωt +φ) + E cos(ωt), where (r − r ) φ = 2π 1 2 is relative phase difference due to path length difference.
    [Show full text]
  • Real-Time Power System Frequency and Phasors Estimation Using Recursive Wavelet Transform Jinfeng Ren, Student Member, IEEE, and Mladen Kezunovic, Fellow, IEEE
    1392 IEEE TRANSACTIONS ON POWER DELIVERY, VOL. 26, NO. 3, JULY 2011 Real-Time Power System Frequency and Phasors Estimation Using Recursive Wavelet Transform Jinfeng Ren, Student Member, IEEE, and Mladen Kezunovic, Fellow, IEEE Abstract—Phasor frequency, magnitude, and angle describing a extract frequency due to its low computation requirement. How- sinusoidal signal are widely used as critical variables in algorithms ever, the implicit data window in the DFT approach causes er- and performance indices in many power system applications, rors when frequency deviates from the nominal value [5]. To such as the protection relaying and state monitoring. This paper proposes a novel approach for estimating the phasor parameters, improve the performance of DFT-based approaches, some adap- namely frequency, magnitude, and angle in real time based on a tive methods based on the feedback loop by tuning the sampling newly constructed recursive wavelet transform. This algorithm is interval [6], adjusting the data window length [7], changing the capable of estimating the phasor parameters in a quarter cycle nominal frequency used in DFT iteratively [5], correcting the of an input signal. It features fast response and achieves high gains of orthogonal filters [8], and tuning the weighted factor accuracy over a wide range of frequency deviations. The signal sampling rate and data window size can be selected to meet [9] recursively are proposed. Due to the inherent limitation in desirable applications requirements, such as fast response, high DFT, at least one cycle of analyzed signal is required, which accuracy, and low computational burden. Besides, an approach hardly meets the demand of high-speed response for protection for eliminating a decaying dc component, which has a significant schemes.
    [Show full text]
  • 2D Fourier Transform Phasor Diagram
    2D Fourier Transform Fourier Transform ∞ ∞ − j 2π (kx x+ky y) G(kx,ky ) = F[g(x,y)] = ∫ ∫ g(x,y)e dxdy Bioengineering 280A" −∞ −∞ Principles of Biomedical Imaging" " Inverse Fourier Transform Fall Quarter 2014" ∞ ∞ MRI Lecture 2" j 2π (kx x+ky y) g(x,y) = ∫ ∫ G(kx,ky )e dkxdky −∞ −∞ € TT. Liu, BE280A, UCSD Fall 2014 TT. Liu, BE280A, UCSD Fall 2014 Phasor Diagram ∞ Imaginary G(kx ) = ∫ g(x)exp(− j2πkx x)dx −∞ θ = −2πkx x Real € θ = −2πkx x € x =1/4 x =1/2 x = 3 / 4 kx =1; x = 0 2πkx x = π /2 2πkx x = π 2πkx x = 3π / 2 2πkx x = 0 € € € € 3 / 2 θ = 0 θ = −π /2 θ = −π θ = − π TT. Liu, BE280A, UCSD Fall 2014 TT. Liu, BE280A, UCSD Fall 2014 € € 1 Vector Vector sum sum x 25 x 13 Vector Vector sum sum x -5 x -3 TT. Liu, BE280A, UCSD Fall 2014 TT. Liu, BE280A, UCSD Fall 2014 Vector Vector sum sum x -1 x -13 Vector Vector sum sum x 3 xx 13 TT. Liu, BE280A, UCSD Fall 2014 TT. Liu, BE280A, UCSD Fall 2014 2 Precession Larmor Frequency Analogous to motion of a gyroscope dµ = µ x γB ω = γ Β Angular frequency in rad/sec dt Precesses at an angular frequency of B ω = γ Β f = γ Β / (2 π) Frequency in cycles/sec or Hertz, This is known as the Larmor frequency. Abbreviated Hz d µ For a 1.5 T system, the Larmor frequency is 63.86 MHz µ which is 63.86 million cycles per second.
    [Show full text]
  • Phasor Measurement Unit
    www.ijemr.net ISSN (ONLINE): 2250-0758, ISSN (PRINT): 2394-6962 Volume-6, Issue-2, March-April 2016 International Journal of Engineering and Management Research Page Number: 221-224 Phasor Measurement Unit Abhishek Gupta1, Smriti Jain2, Vishal Kumar Agrawal3, Sohail Ahamed4, Saksham Aggrawal5, Rishabh Kumar6 1Assistant Professor, Department of Electrical Engineering, Swami Keshvanand Institute of Technology Management & Gramothan, Jaipur, INDIA 2Reader, Department of Electrical Engineering, Swami Keshvanand Institute of Technology Management & Gramothan, Jaipur, INDIA 3,4,5,6Student (B.Tech. 4th year), Department of Electrical Engineering, Swami Keshvanand Institute of Technology Management & Gramothan, Jaipur, INDIA ABSTRACT PMU function can be incorporated into a protective relay Phasor is an electrical complex value containing of or other device. PMU measurements are often taken at 30 magnitude root mean square value and phase angle in polar observations per second (compared to one every 4 seconds form represents instantaneous electrical sinusoidal waveform. using conventional technology). Time stamping Phasor Measurement Unit (PMU) is a device that is used to each measurement to a common time reference (provided collect and provide instantaneous phasors from desire places by very high precision clocks) allows synchrophasors from of applications, attached with an instantaneous time and date of measuring called time-stamped data. Estimated phasors different locations and utilities to be synchronized. When sometimes are called synchrophasor, defined as a phasor that data from multiple PMUs are combined together, the is estimated from samples using a standard time as the information provides a precise and comprehensive view of reference for a measurement, and has common phase the entire interconnection. Synchrophasors enable a relationship as remote sites, is a synchrophasor.
    [Show full text]