Advertisement
Madotsuki

phasors

May 17th, 2014
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.01 KB | None | 0 0
  1. Impedance and Phasors:
  2.  
  3. AC, or alternating current, power is generally expressed as the following:
  4.  
  5. v(t) = V_m * cos( ωt + θ )
  6. Where V_m is the max voltage, ω is the angular frequency, and θ is the phase angle.
  7.  
  8. Components in AC power can be simplified by converting them into phasor form, then combining them. The conversion to phasor form is as follows:
  9.  
  10. Resistors:
  11. No conversion, remains as is. (Ω)
  12.  
  13. Inductors:
  14. j*ω*L (in Ω) (j represents the imaginary number, like i)
  15.  
  16. Capacitors:
  17. - 1 / (j*ω*C) (in Ω) (j represents the imaginary number, like i)
  18.  
  19. For capacitors, some writings do not include the negative, but add it in afterwards. However, capacitors are inverse of inductors for sure, so that's why there's a negative there.
  20.  
  21. All the previous rules, such as source transformations, node-voltage analysis, mesh-current analysis, etc. are all applicible in phasor form. Phasors combine exactly like resistors, as all of the components are in Ω. This means that when a question asks to find the equivalent impedance or something, you'd convert all inductors and capacitors into phasor form, then combine it.
  22.  
  23. Inductors and capacitors in phasor form are generally imaginary numbers. This means that we have to be employing complex numbers. Complex numbers have multiple formats:
  24.  
  25. a + bi (Rectangular form)
  26.  
  27. V_m |_ θ (Polar form)
  28.  
  29. To combine them easily, check this out:
  30. http://www.tc3.edu/instruct/sbrown/ti83/complx83.htm
  31.  
  32. There's also the function ">Rect" or ">Polar" inside the Math menu, which will convert your answer to what you need.
  33.  
  34. ===============
  35.  
  36. Complex Power:
  37.  
  38. Complex power is a combination of Average/Real Power and Reactive Power. It is expressed as the following:
  39.  
  40. S = P + jQ
  41.  
  42. Where P is the average/real power, and Q is the reactive power.
  43. P = (V_m*I_m/2)*cos(θ_v - θ_i)
  44. Q = (V_m*I_m/2)*sin(θ_v - θ_i)
  45.  
  46. Then this is a matter of plugging variables in the equation. Generally the variables are given to you, in the form of v(t) = V_m * cos( ωt + θ ) or something to that degree.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement