<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="HTMLFiles/pmathml.xsl"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN"
        "HTMLFiles/xhtml-math11-f.dtd">

<!-- Created by Wolfram Mathematica 5.1 -->

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
 <title>
  rmspower.nb
 </title>
 <link href="HTMLFiles/Classroom.css" rel="stylesheet" type="text/css" />
</head>

<body>

<p class='Title' style='font-size: 24px;'>
 Mean Power is not RMS Power for a sinusiodal voltage.<br /><span style='font-size: 18px;'>Dr. David Kirkby, G8WRB. 26/3/2005</span>
</p>



<p class="Text">
 <br /><span style='font-size: 14px;'>This was done in an attmept to settle an argument about RMS power, that appeared on the&nbsp;&nbsp;'amps' mailing list in March 2005. Note that arugments every seem to get settled there (espeically the parasitic oscillations), but this might be a bit more scientific. </span>
</p>



<p class="Subsection">
 Definition of RMS
</p>



<p class="Text">
 <img src="HTMLFiles/rmspower_1.gif" alt="This is the definition of the RMS value of a repetative waveform . You integreate over the time period T"  width="653" height="15"  style="vertical-align:middle" />
</p>

<p class="Text">
 <img src="HTMLFiles/rmspower_2.gif" alt="rms = (&#62338;1/T&#8747;_0^T&nbsp;&nbsp;f (t)^2&nbsp;&nbsp;dt&#62338;)^(1/2) &#62371;"  width="149" height="57"  style="vertical-align:middle" />
</p>

<p class="Text">
 <img src="HTMLFiles/rmspower_3.gif" alt="where T is the period of the waveform . This is valid for any repetative waveform . "  width="519" height="15"  style="vertical-align:middle" />
</p>

<p class="Text">
 Definition of mean value of a continusous repetative waveform<br /><span>mean=<span><math xmlns='http://www.w3.org/1998/Math/MathML'>
 <mfrac>
  <mn>1</mn>
  <mi>T</mi>
 </mfrac>
</math></span><span><math xmlns='http://www.w3.org/1998/Math/MathML'>
 <msubsup>
  <mo>&Integral;</mo>
  <mn>0</mn>
  <mi>T</mi>
 </msubsup>
</math></span>&nbsp;&nbsp;f(t)&nbsp;&nbsp;dt</span><br />
</p>



<p class="Subsection">
 Finding the RMS value of a sine wave. <br />&nbsp;&nbsp;&nbsp;&nbsp;
</p>



<p class="Text">
 First find the RMS value of a sine wave, with a peak of 1. <br />The period T of a sine wave is 360&deg; or, expressed more mathematically, it is 2&pi; radians. <br /><br />Here's a plot of a sine wave over 2&pi; radians
</p>



<p class="CellLabel">
 In[37]:=
</p>



<p class="Input">
 <math xmlns='http://www.w3.org/1998/Math/MathML'>
 <mrow>
  <mtext>&#62371;</mtext>
  <mrow>
   <mi>volts</mi>
   <mo>=</mo>
   <mrow>
    <mi>Plot</mi>
    <mo>[</mo>
    <mtext> </mtext>
    <mrow>
     <mrow>
      <mi>Sin</mi>
      <mo>[</mo>
      <mi>t</mi>
      <mo>]</mo>
     </mrow>
     <mo>,</mo>
     <mrow>
      <mo>{</mo>
      <mrow>
       <mi>t</mi>
       <mo>,</mo>
       <mn>0</mn>
       <mo>,</mo>
       <mrow>
        <mn>2</mn>
        <mo>&InvisibleTimes;</mo>
        <mi>Pi</mi>
       </mrow>
      </mrow>
      <mo>}</mo>
     </mrow>
     <mo>,</mo>
     <mtext> </mtext>
     <mrow>
      <mi>PlotStyle</mi>
      <mo>&rightarrow;</mo>
      <mi>Green</mi>
     </mrow>
    </mrow>
    <mo>]</mo>
   </mrow>
  </mrow>
 </mrow>
</math>
</p>

<p class="Graphics">
 <img src="HTMLFiles/rmspower_4.gif" alt="[Graphics:HTMLFiles/rmspower_4.gif]"  width="288" height="178"  style="vertical-align:middle" />
</p>

<p class="CellLabel">
 Out[37]=
</p>



<p class="Output">
 <math xmlns='http://www.w3.org/1998/Math/MathML'>
 <mrow>
  <mo>&hybull;</mo>
  <mo>&InvisibleTimes;</mo>
  <mi>Graphics</mi>
  <mo>&InvisibleTimes;</mo>
  <mo>&hybull;</mo>
 </mrow>
</math>
</p>

<p class="Text">
 You can see, that is a complete cycle. <br />&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;Now the rms value of this will be found. we define the voltage as sin(t). <br />&nbsp;&nbsp;&nbsp;&nbsp;
</p>



<p class="CellLabel">
 In[38]:=
</p>



<p class="Input">
 <math xmlns='http://www.w3.org/1998/Math/MathML'>
 <mrow>
  <mrow>
   <mrow>
    <mi>voltage</mi>
    <mo>[</mo>
    <mtext>t_</mtext>
    <mo>]</mo>
   </mrow>
   <mo>:=</mo>
   <mrow>
    <mi>Sin</mi>
    <mo>[</mo>
    <mi>t</mi>
    <mo>]</mo>
   </mrow>
  </mrow>
  <mtext>&#62371;</mtext>
 </mrow>
</math>
</p>

<p class="CellLabel">
 In[39]:=
</p>



<p class="Input">
 <math xmlns='http://www.w3.org/1998/Math/MathML'>
 <mrow>
  <mi>rms</mi>
  <mo>=</mo>
  <mrow>
   <mi>Sqrt</mi>
   <mo>[</mo>
   <mrow>
    <mrow>
     <mn>1</mn>
     <mo>/</mo>
     <mrow>
      <mo>(</mo>
      <mrow>
       <mn>2</mn>
       <mo>&InvisibleTimes;</mo>
       <mi>Pi</mi>
      </mrow>
      <mo>)</mo>
     </mrow>
    </mrow>
    <mtext> </mtext>
    <mo>*</mo>
    <mrow>
     <mi>Integrate</mi>
     <mo>[</mo>
     <mrow>
      <mrow>
       <mrow>
        <mi>voltage</mi>
        <mo>[</mo>
        <mi>t</mi>
        <mo>]</mo>
       </mrow>
       <mo>^</mo>
       <mn>2</mn>
      </mrow>
      <mo>,</mo>
      <mrow>
       <mo>{</mo>
       <mrow>
        <mi>t</mi>
        <mo>,</mo>
        <mn>0</mn>
        <mo>,</mo>
        <mrow>
         <mn>2</mn>
         <mo>&InvisibleTimes;</mo>
         <mi>Pi</mi>
        </mrow>
       </mrow>
       <mo>}</mo>
      </mrow>
     </mrow>
     <mo>]</mo>
    </mrow>
   </mrow>
   <mtext> </mtext>
   <mo>]</mo>
  </mrow>
 </mrow>
</math>
</p>

<p class="CellLabel">
 Out[39]=
</p>



<p class="Output">
 <math xmlns='http://www.w3.org/1998/Math/MathML'>
 <mfrac>
  <mn>1</mn>
  <msqrt>
   <mn>2</mn>
  </msqrt>
 </mfrac>
</math>
</p>

<p class="Text">
 Convert the above to a floating point number.<br />&nbsp;&nbsp;&nbsp;&nbsp;
</p>



<p class="CellLabel">
 In[40]:=
</p>



<p class="Input">
 <math xmlns='http://www.w3.org/1998/Math/MathML'>
 <mrow>
  <mi>N</mi>
  <mo>[</mo>
  <mtext>%</mtext>
  <mo>]</mo>
 </mrow>
</math>
</p>

<p class="CellLabel">
 Out[40]=
</p>



<p class="Output">
 <math xmlns='http://www.w3.org/1998/Math/MathML'>
 <mn>0.7071067811865475</mn>
</math>
</p>

<p class="CellLabel">
 In[73]:=
</p>



<p class="Text">
 <br />So no great surprise there. 
</p>



<p class="Subsection">
 Finding the mean of a sine wave<br />
</p>



<p class="CellLabel">
 In[41]:=
</p>



<p class="Input">
 <math xmlns='http://www.w3.org/1998/Math/MathML'>
 <mrow>
  <mi>Sqrt</mi>
  <mo>[</mo>
  <mrow>
   <mrow>
    <mn>1</mn>
    <mo>/</mo>
    <mrow>
     <mo>(</mo>
     <mrow>
      <mn>2</mn>
      <mo>&InvisibleTimes;</mo>
      <mi>Pi</mi>
     </mrow>
     <mo>)</mo>
    </mrow>
   </mrow>
   <mtext> </mtext>
   <mo>*</mo>
   <mrow>
    <mi>Integrate</mi>
    <mo>[</mo>
    <mrow>
     <mrow>
      <mi>voltage</mi>
      <mo>[</mo>
      <mi>t</mi>
      <mo>]</mo>
     </mrow>
     <mo>,</mo>
     <mrow>
      <mo>{</mo>
      <mrow>
       <mi>t</mi>
       <mo>,</mo>
       <mn>0</mn>
       <mo>,</mo>
       <mrow>
        <mn>2</mn>
        <mo>&InvisibleTimes;</mo>
        <mi>Pi</mi>
       </mrow>
      </mrow>
      <mo>}</mo>
     </mrow>
    </mrow>
    <mo>]</mo>
   </mrow>
  </mrow>
  <mtext> </mtext>
  <mo>]</mo>
 </mrow>
</math>
</p>

<p class="CellLabel">
 Out[41]=
</p>



<p class="Output">
 <math xmlns='http://www.w3.org/1998/Math/MathML'>
 <mn>0</mn>
</math>
</p>

<p class="CellLabel">
 In[30]:=
</p>



<p class="Text">
 So the mean value of voltage on a sine wave is 0, the rms is 0.707 times the peak. <br />&nbsp;&nbsp;&nbsp;&nbsp;
</p>



<p class="Subsection">
 Instantanous power. 
</p>



<p class="CellLabel">
 In[73]:=
</p>



<p class="Text">
 <math xmlns='http://www.w3.org/1998/Math/MathML'>
 <mrow>
  <mrow>
   <mi>The</mi>
   <mo>&InvisibleTimes;</mo>
   <mi>power</mi>
   <mo>&InvisibleTimes;</mo>
   <mi>developed</mi>
   <mo>&InvisibleTimes;</mo>
   <mi>in</mi>
   <mo>&InvisibleTimes;</mo>
   <mi>a</mi>
   <mo>&InvisibleTimes;</mo>
   <mi>resistor</mi>
   <mo>&InvisibleTimes;</mo>
   <mi>will</mi>
   <mo>&InvisibleTimes;</mo>
   <mi>not</mi>
   <mo>&InvisibleTimes;</mo>
   <mi>be</mi>
   <mo>&InvisibleTimes;</mo>
   <mi>constant</mi>
   <mo>&InvisibleTimes;</mo>
   <mi>throughout</mi>
   <mo>&InvisibleTimes;</mo>
   <mi>the</mi>
   <mo>&InvisibleTimes;</mo>
   <mi>whole</mi>
   <mo>&InvisibleTimes;</mo>
   <mi>cycle</mi>
  </mrow>
  <mo>,</mo>
  <mtext> </mtext>
  <mrow>
   <mrow>
    <mi>but</mi>
    <mo>&InvisibleTimes;</mo>
    <mi>will</mi>
    <mo>&InvisibleTimes;</mo>
    <mi>be</mi>
    <mo>&InvisibleTimes;</mo>
    <mi>the</mi>
    <mo>&InvisibleTimes;</mo>
    <mi>product</mi>
    <mo>&InvisibleTimes;</mo>
    <mi>of</mi>
    <mo>&InvisibleTimes;</mo>
    <mi>two</mi>
    <mo>&InvisibleTimes;</mo>
    <mi>sine</mi>
    <mo>&InvisibleTimes;</mo>
    <mi>waves</mi>
   </mrow>
   <mtext> </mtext>
   <mo>-</mo>
   <mtext> </mtext>
   <mrow>
    <mi>the</mi>
    <mo>&InvisibleTimes;</mo>
    <mi>current</mi>
    <mo>&InvisibleTimes;</mo>
    <mi>waveform</mi>
    <mo>&InvisibleTimes;</mo>
    <mi>and</mi>
    <mo>&InvisibleTimes;</mo>
    <mi>the</mi>
    <mo>&InvisibleTimes;</mo>
    <mi>voltage</mi>
    <mo>&InvisibleTimes;</mo>
    <mrow>
     <mi>waveform</mi>
     <mo>.</mo>
     <mtext> </mtext>
     <mi>So</mi>
    </mrow>
    <mo>&InvisibleTimes;</mo>
    <mi>it</mi>
    <mo>&InvisibleTimes;</mo>
    <mi>is</mi>
    <mo>&InvisibleTimes;</mo>
    <mi>is</mi>
    <mo>&InvisibleTimes;</mo>
    <mi>a</mi>
    <mo>&InvisibleTimes;</mo>
    <mi>sin</mi>
    <mo>&InvisibleTimes;</mo>
    <msup>
     <mrow>
      <mo>(</mo>
      <mi>t</mi>
      <mo>)</mo>
     </mrow>
     <mn>2</mn>
    </msup>
    <mo>&InvisibleTimes;</mo>
    <mrow>
     <mi>function</mi>
     <mo>.</mo>
     <mtext> </mtext>
     <mtext>&#62371;</mtext>
    </mrow>
   </mrow>
  </mrow>
 </mrow>
</math>
</p>

<p class="Text">
 We will define the current to be sinusoidal too, just like for a voltage. <br />&nbsp;&nbsp;&nbsp;&nbsp;
</p>



<p class="CellLabel">
 In[42]:=
</p>



<p class="Input">
 <math xmlns='http://www.w3.org/1998/Math/MathML'>
 <mrow>
  <mrow>
   <mrow>
    <mrow>
     <mi>current</mi>
     <mo>[</mo>
     <mtext>t_</mtext>
     <mo>]</mo>
    </mrow>
    <mo>:=</mo>
    <mrow>
     <mi>Sin</mi>
     <mo>[</mo>
     <mi>t</mi>
     <mo>]</mo>
    </mrow>
   </mrow>
   <mo>;</mo>
  </mrow>
  <mtext>&#62371;</mtext>
  <mtext>&#62371;</mtext>
 </mrow>
</math>
</p>

<p class="Text">
 <br />Now here's a plot of the instantanous power. 
</p>



<p class="CellLabel">
 In[43]:=
</p>



<p class="Input">
 <math xmlns='http://www.w3.org/1998/Math/MathML'>
 <mrow>
  <mrow>
   <mi>watts</mi>
   <mo>=</mo>
   <mrow>
    <mi>Plot</mi>
    <mo>[</mo>
    <mtext>  </mtext>
    <mrow>
     <mrow>
      <mrow>
       <mi>voltage</mi>
       <mo>[</mo>
       <mi>t</mi>
       <mo>]</mo>
      </mrow>
      <mo>*</mo>
      <mtext> </mtext>
      <mrow>
       <mi>current</mi>
       <mo>[</mo>
       <mi>t</mi>
       <mo>]</mo>
      </mrow>
     </mrow>
     <mo>,</mo>
     <mrow>
      <mo>{</mo>
      <mrow>
       <mi>t</mi>
       <mo>,</mo>
       <mn>0</mn>
       <mo>,</mo>
       <mrow>
        <mn>2</mn>
        <mo>&InvisibleTimes;</mo>
        <mi>&pi;</mi>
       </mrow>
      </mrow>
      <mo>}</mo>
     </mrow>
     <mo>,</mo>
     <mtext> </mtext>
     <mrow>
      <mi>PlotStyle</mi>
      <mo>&rightarrow;</mo>
      <mi>Red</mi>
     </mrow>
    </mrow>
    <mo>]</mo>
   </mrow>
  </mrow>
  <mtext>&#62371;</mtext>
 </mrow>
</math>
</p>

<p class="Graphics">
 <img src="HTMLFiles/rmspower_5.gif" alt="[Graphics:HTMLFiles/rmspower_5.gif]"  width="288" height="178"  style="vertical-align:middle" />
</p>

<p class="CellLabel">
 Out[43]=
</p>



<p class="Output">
 <math xmlns='http://www.w3.org/1998/Math/MathML'>
 <mrow>
  <mo>&hybull;</mo>
  <mo>&InvisibleTimes;</mo>
  <mi>Graphics</mi>
  <mo>&InvisibleTimes;</mo>
  <mo>&hybull;</mo>
 </mrow>
</math>
</p>

<p class="Text">
 <br />Note, that is <span style='font-weight: bold;'>not </span>the same as a rectified sine wave, which which is found by plotting the absolute value of a sine wave, as below. <br />
</p>



<p class="CellLabel">
 In[44]:=
</p>



<p class="Input">
 <math xmlns='http://www.w3.org/1998/Math/MathML'>
 <mrow>
  <mrow>
   <mi>rectified</mi>
   <mo>=</mo>
   <mrow>
    <mi>Plot</mi>
    <mo>[</mo>
    <mtext> </mtext>
    <mrow>
     <mrow>
      <mi>Abs</mi>
      <mo>[</mo>
      <mtext> </mtext>
      <mrow>
       <mi>Sin</mi>
       <mo>[</mo>
       <mi>t</mi>
       <mo>]</mo>
      </mrow>
      <mo>]</mo>
     </mrow>
     <mo>,</mo>
     <mrow>
      <mo>{</mo>
      <mrow>
       <mi>t</mi>
       <mo>,</mo>
       <mn>0</mn>
       <mo>,</mo>
       <mrow>
        <mn>2</mn>
        <mo>&InvisibleTimes;</mo>
        <mi>Pi</mi>
       </mrow>
      </mrow>
      <mo>}</mo>
     </mrow>
     <mo>,</mo>
     <mrow>
      <mi>PlotStyle</mi>
      <mo>&rightarrow;</mo>
      <mi>Blue</mi>
     </mrow>
    </mrow>
    <mtext> </mtext>
    <mo>]</mo>
   </mrow>
  </mrow>
  <mtext>&#62371;</mtext>
 </mrow>
</math>
</p>

<p class="Graphics">
 <img src="HTMLFiles/rmspower_6.gif" alt="[Graphics:HTMLFiles/rmspower_6.gif]"  width="288" height="178"  style="vertical-align:middle" />
</p>

<p class="CellLabel">
 Out[44]=
</p>



<p class="Output">
 <math xmlns='http://www.w3.org/1998/Math/MathML'>
 <mrow>
  <mo>&hybull;</mo>
  <mo>&InvisibleTimes;</mo>
  <mi>Graphics</mi>
  <mo>&InvisibleTimes;</mo>
  <mo>&hybull;</mo>
 </mrow>
</math>
</p>

<p class="Subsection">
 Finding the RMS value of power. 
</p>



<p class="Text">
 To find the rms value of the power, we note that power is the product of the voltage and current. and go back to our definitinon of RMS<br /><span>rms=<span><math xmlns='http://www.w3.org/1998/Math/MathML'>
 <mroot>
  <mrow>
   <mtext>&#62338;</mtext>
   <mrow>
    <mfrac>
     <mn>1</mn>
     <mi>T</mi>
    </mfrac>
    <mo>&InvisibleTimes;</mo>
    <mrow>
     <msubsup>
      <mo>&Integral;</mo>
      <mn>0</mn>
      <mi>T</mi>
     </msubsup>
     <mtext>  </mtext>
     <mrow>
      <mi>f</mi>
      <mo>&InvisibleTimes;</mo>
      <msup>
       <mrow>
        <mo>(</mo>
        <mi>t</mi>
        <mo>)</mo>
       </mrow>
       <mn>2</mn>
      </msup>
      <mo>&InvisibleTimes;</mo>
      <mtext>  </mtext>
      <mi>dt</mi>
      <mtext>&#62338;</mtext>
     </mrow>
    </mrow>
   </mrow>
  </mrow>
  <mn>2</mn>
 </mroot>
</math></span></span><br />&nbsp;&nbsp;&nbsp;&nbsp;
</p>



<p class="CellLabel">
 In[45]:=
</p>



<p class="Input">
 <math xmlns='http://www.w3.org/1998/Math/MathML'>
 <mrow>
  <mi>rmsPower</mi>
  <mo>=</mo>
  <mrow>
   <mi>Sqrt</mi>
   <mo>[</mo>
   <mtext> </mtext>
   <mrow>
    <mrow>
     <mo>(</mo>
     <mrow>
      <mn>1</mn>
      <mo>/</mo>
      <mrow>
       <mo>(</mo>
       <mrow>
        <mn>2</mn>
        <mo>&InvisibleTimes;</mo>
        <mi>Pi</mi>
       </mrow>
       <mo>)</mo>
      </mrow>
     </mrow>
     <mo>)</mo>
    </mrow>
    <mo>*</mo>
    <mrow>
     <mi>Integrate</mi>
     <mo>[</mo>
     <mtext> </mtext>
     <mrow>
      <mrow>
       <mrow>
        <mo>(</mo>
        <mrow>
         <mrow>
          <mi>voltage</mi>
          <mo>[</mo>
          <mi>t</mi>
          <mo>]</mo>
         </mrow>
         <mtext> </mtext>
         <mo>*</mo>
         <mtext> </mtext>
         <mrow>
          <mi>current</mi>
          <mo>[</mo>
          <mi>t</mi>
          <mo>]</mo>
         </mrow>
        </mrow>
        <mo>)</mo>
       </mrow>
       <mo>^</mo>
       <mn>2</mn>
      </mrow>
      <mo>,</mo>
      <mrow>
       <mo>{</mo>
       <mrow>
        <mi>t</mi>
        <mo>,</mo>
        <mn>0</mn>
        <mo>,</mo>
        <mrow>
         <mn>2</mn>
         <mo>&InvisibleTimes;</mo>
         <mi>Pi</mi>
        </mrow>
       </mrow>
       <mo>}</mo>
      </mrow>
     </mrow>
     <mo>]</mo>
    </mrow>
   </mrow>
   <mo>]</mo>
  </mrow>
 </mrow>
</math>
</p>

<p class="CellLabel">
 Out[45]=
</p>



<p class="Output">
 <math xmlns='http://www.w3.org/1998/Math/MathML'>
 <mfrac>
  <msqrt>
   <mfrac>
    <mn>3</mn>
    <mn>2</mn>
   </mfrac>
  </msqrt>
  <mn>2</mn>
 </mfrac>
</math>
</p>

<p class="Text">
 <br />Now to find the numerical value of that. 
</p>



<p class="CellLabel">
 In[46]:=
</p>



<p class="Input">
 <math xmlns='http://www.w3.org/1998/Math/MathML'>
 <mrow>
  <mtext>&#62371;</mtext>
  <mrow>
   <mrow>
    <mi>N</mi>
    <mo>[</mo>
    <mtext>%</mtext>
    <mo>]</mo>
   </mrow>
   <mtext>&#62371;</mtext>
   <mtext>&#62371;</mtext>
  </mrow>
 </mrow>
</math>
</p>

<p class="CellLabel">
 Out[46]=
</p>



<p class="Output">
 <math xmlns='http://www.w3.org/1998/Math/MathML'>
 <mn>0.6123724356957945</mn>
</math>
</p>

<p class="CellLabel">
 In[47]:=
</p>



<p class="Input">
 <math xmlns='http://www.w3.org/1998/Math/MathML'>
 <mtext>&#62371;</mtext>
</math>
</p>

<p class="Text">
 Finally, here is a graph showing the voltage (green), the power (red) and that of a rectified sine wave (blue)<br />
</p>



<p class="CellLabel">
 In[48]:=
</p>



<p class="Input">
 <math xmlns='http://www.w3.org/1998/Math/MathML'>
 <mrow>
  <mrow>
   <mi>Show</mi>
   <mo>[</mo>
   <mrow>
    <mo>{</mo>
    <mrow>
     <mi>volts</mi>
     <mo>,</mo>
     <mi>watts</mi>
     <mo>,</mo>
     <mi>rectified</mi>
    </mrow>
    <mo>}</mo>
   </mrow>
   <mo>]</mo>
  </mrow>
  <mtext>&#62371;</mtext>
 </mrow>
</math>
</p>

<p class="Graphics">
 <img src="HTMLFiles/rmspower_7.gif" alt="[Graphics:HTMLFiles/rmspower_7.gif]"  width="288" height="178"  style="vertical-align:middle" />
</p>

<p class="CellLabel">
 Out[48]=
</p>



<p class="Output">
 <math xmlns='http://www.w3.org/1998/Math/MathML'>
 <mrow>
  <mo>&hybull;</mo>
  <mo>&InvisibleTimes;</mo>
  <mi>Graphics</mi>
  <mo>&InvisibleTimes;</mo>
  <mo>&hybull;</mo>
 </mrow>
</math>
</p>

<p class="Text">
 <br />Note, since the power waveform actually repeats every &pi; radians, we could integrate over &pi; rather than 2&pi; in the case of the power, but not in the case of the voltage or current, as they have a period of 2&pi; radians. 
</p>



<p class="Subsection">
 <br />&nbsp;&nbsp;&nbsp;&nbsp;Conclusions<br />
</p>



<p class="Text">
 &nbsp;&nbsp;<br />&nbsp;&nbsp;The RMS vale of a sine wave is 0.707 x the peak value. Hence the mean voltage of a sine wave is 0. <br />The instantaneous power, which is the product of voltage and current, looks similar(ish) to a rectified sine wave, but it is a sine wave squared. The RMS value of the power waveform can be found, and the answer is 0.612372 times the peak of the voltage waveforum. The <span style='font-weight: bold;'>mean</span> value of power of is 0.5*Vpeak*Ipeak, or Vrms*Irms. <br /><br /><span style='font-size: 16px;text-decoration: none;'>The most important conclusion is that the mean power and rms power are </span><span style='font-size: 16px;font-weight: bold;text-decoration: none;'>not</span><span style='font-size: 16px;text-decoration: none;'> the same for a sinusoidal voltage applied to a resistor. The RMS power is larger by a factor<br /></span><span><span><math xmlns='http://www.w3.org/1998/Math/MathML'>
 <msqrt>
  <mfrac>
   <mn>3</mn>
   <mn>2</mn>
  </mfrac>
 </msqrt>
</math></span></span>= 1.224744871391589
</p>



<p class="Text">
 <br /><span style='font-size: 14px;'>I'm sure this will never settile an arugument on 'amps', but I tried. </span><br /><br /><span style='font-size: 16px;font-weight: bold;'>73 de G8WRB. 26/3/2005</span>
</p>



<hr />

<table><tr>
<td style='font-family: Helvetica; font-size: 10px; width: 100%'>Created by
 <a href="http://www.wolfram.com"><span style='font-style: italic'>Mathematica</span></a>
 &nbsp;(March 26, 2005)</td>
<td><img src='http://www.w3.org/Icons/valid-xhtml11.gif'
 alt='Valid XHTML 1.1!' height='31' width='88' /></td>
</tr></table>
</body>

</html>
