3

How does one measure the power factor?

$$\text{power factor}\equiv\frac{\text{power}}{|V||I|}=\frac{R}{\sqrt{R^2+(1/\omega^2C^2)}}$$

for an RC circuit driven with \$V(t)=V_0\cos{(\omega t)}\$.

Geremia
  • 473
  • 1
  • 5
  • 12

1 Answers1

3

A circuit's Power Factor is the ratio of the "Real Power" to the "Apparent Power", Pr/Pa. It is also equal to the cos(Voltage Phase Angle - Current Phase Angle). It can be measured in an AC circuit by comparing the Voltage wave form to the Current wave form. Any time the voltage and current wave forms are not exactly in phase there is a power factor < 1.

So if you were to use a circuit to measure the zero crossing points of each wave form (voltage & current), you could then calculate the phase angle difference and the power factor.

For example, with a 50 Hz sine wave there is about 55.6uS per degree, (1/50/360). So if the measured wave forms had a difference of 1000uS this would calculate to a phase difference of 18 degrees, and the power factor would be cos(18), or 0.95

Nedd
  • 10,391
  • 17
  • 24
  • 2
    not quite true... DisplacementPowerFactor = cos(Voltage Phase Angle - Current Phase Angle). PowerFactor is the summation of harmonics WHICH for a linear load (R,L,C) equals teh displacementPowerFactor –  Apr 15 '15 at 12:33
  • I did say "sine wave" in the example, which would imply no harmonics... If you had other wave forms the harmonics would also need to be considered. – Nedd Apr 15 '15 at 14:19
  • 2
    doesn't change the fact that the phase difference is the displacementPowerFactor. –  Apr 15 '15 at 15:33
  • @JonRB What you are telling is that not the phase difference should be takin into account, but the difference of the voltage phase and the current phase. How can one measure this phases by measuring the voltage and current? – otmezger Feb 10 '16 at 15:24
  • @otmezger it depends on what you are after. Are you after PowerFactor or DisplacementPowerFactor. –  Feb 10 '16 at 22:49
  • I want to measure cos phi, and determine if certain actions I make will help reduce the penalty we pay to the utility. – otmezger Feb 11 '16 at 02:27