Understanding RMS vs. Absolute Value for Calculating Averages in Data Analysis

AI Thread Summary
Root Mean Square (RMS) is preferred over absolute value for calculating averages in data analysis because it accounts for the power consumption associated with negative data. RMS is defined as the square root of the average of the squared values, making it more relevant for applications like alternating current, where power depends on the square of the voltage. The RMS voltage provides a DC equivalent that reflects the heating effect of the waveform, which is crucial for accurate power calculations. In contrast, the average of absolute values does not capture the increased heating effect from higher peaks in the waveform. Understanding these differences is essential for accurate data analysis in electrical engineering contexts.
gsingh2011
Messages
115
Reaction score
1
I never really understood why using the Root Mean Square of negative data is the preferred method of finding the average of the data as opposed to taking the absolute value of the data and taking the average (arithmetic mean) of that. The example that recently made me wonder about this is alternating current. The RMS current is the maximum current divided by root two. But why isn't the average current simply the average value after taking the absolute value of the current?
 
Physics news on Phys.org
gsingh2011 said:
I never really understood why using the Root Mean Square of negative data is the preferred method of finding the average of the data as opposed to taking the absolute value of the data and taking the average (arithmetic mean) of that. The example that recently made me wonder about this is alternating current. The RMS current is the maximum current divided by root two. But why isn't the average current simply the average value after taking the absolute value of the current?


THe RMS current is not the average current, it is the root of the average squared current. You do not use RMS current/average current interchangeably, I believe (but hey I'm not a physicist/EE)
 
The RMS current is useful because it's directly related to the power consumption.
 
gsingh2011 said:
I never really understood why using the Root Mean Square of negative data is the preferred method of finding the average of the data as opposed to taking the absolute value of the data and taking the average (arithmetic mean) of that. The example that recently made me wonder about this is alternating current. The RMS current is the maximum current divided by root two. But why isn't the average current simply the average value after taking the absolute value of the current?

The difference is that power depends on the square of the voltage, not just the voltage.
The RMS voltage of a waveform is the DC voltage that would have the same heating effect as the this waveform.

So, the parts of the waveform that are twice as big as others have 4 times as much heating ability.

The average voltage of a sinewave (allowing for absolute values) is 0.637 times the peak value, but the RMS value is 0.707 times the peak value.
The difference between these values is due to the heating effect of the parts of the sinewave near the peak value.
 
I was reading documentation about the soundness and completeness of logic formal systems. Consider the following $$\vdash_S \phi$$ where ##S## is the proof-system making part the formal system and ##\phi## is a wff (well formed formula) of the formal language. Note the blank on left of the turnstile symbol ##\vdash_S##, as far as I can tell it actually represents the empty set. So what does it mean ? I guess it actually means ##\phi## is a theorem of the formal system, i.e. there is a...
Back
Top