How to calculate RMS voltage from triac phase angle

AI Thread Summary
To calculate RMS voltage from a triac's phase angle, the peak voltage can be determined using the formula V_load = V_peak * √((2π - 2φ + sin(2φ))/(4π)), where φ is the triggering angle in radians. For a conduction angle of 50°, the corresponding triggering angle is 130°, which converts to approximately 2.26 radians. The RMS voltage can then be calculated by integrating the sine squared function over the active time of the switch, leading to a result of about 80.9 Vrms for a peak voltage of 325V. Understanding the relationship between phase angle and voltage requires analyzing specific cases to derive general formulas. This method assumes a resistive load for accuracy.
DC12
Messages
4
Reaction score
0
Hi,
In a system that uses a triac to switch mains voltage, how can one calculate the resultant peak voltage, RMS voltage and power for a given phase (conduction) angle e.g. 50°?

Many thanks
 
Engineering news on Phys.org
in the usual way. Draw the output wave form graphs. That will directly give you peak.
RMS volatge = Sqrt of avg of square of instantaneous voltage. This you calculate by integration. And for finding the power, you need wave-form of current as well.
The you find power = Avg of ( V(instantaneous) * I(instantaneous) ) over a cycle.
In short, you need to do some work. :)
And, welcome of PF.
 
Thanks for your reply 'I_am_learning'

Drawing graphs is one way but I need a more technical solution. I need the formula!

Just a mathematical way to calculate the peak voltage based on a phase angle would be sufficient.
Here's hoping...
 
DC12, I believe if you draw some graphs of output voltage wave-forms for few values of firing angle (like, 30, 90, 150, 300 etc), then the formula you are trying to find will be apparent.
Sorry, but we can't do your homework here.
 
Thanks again I_am_learning. Graphs don't help at all. This needs to be done many times for many different levels and numerous angles - I just don't have enough ink and paper. No homework being done here sir.
 
DC12 said:
Thanks again I_am_learning. Graphs don't help at all. This needs to be done many times for many different levels and numerous angles - I just don't have enough ink and paper. No homework being done here sir.

I think he's saying just work out one or a few cases, and find the relationships. Then you can apply what you see to a general case. I would tell you, but I don't know an equation for this off the top of my head.
 
I think that equation for RMS voltage across the load look like this:

V_{load} = Vpeak *\sqrt{\frac{2 \pi - 2 \varphi + sin2 \varphi}{4\pi}}

Where \varphi - triac- angle- delay = triggering -angle .

for-0\varphi - triac- is- full- on .And for- \frac{\pi}{2} V_{load} = Vpeak/2 .

Or use this graph
triacs-char.gif


http://educypedia.karadimov.info/library/an1003.pdf
 
Last edited:
I thought that I shows some example.
For V = 230V we have 325V peak and conduction angle 50° so the triggering angle must be equal to 130°.

attachment.php?attachmentid=43341&stc=1&d=1328032871.png


First we must convert 130° degrees to radians:

r = 130 * ∏/180 = 130 * 0.0174 = 2.26 [rad]
I use Wolframalpha
http://www.wolframalpha.com/input/?i=sqr(+(2pi+-+2*2.26+++sin(2*2.26))/(4pi)+)

but you could use Google too

Code:
sqr( (2pi - 2*2.26 + sin(2*2.26))/(4pi) )

Vload = 325V * √ ( (2*pi - 2*r + sin(2r) ) / (4pi) ) = 325V * 0.249 = 80.9Vrms
 

Attachments

  • 1.PNG
    1.PNG
    7.4 KB · Views: 10,061
Last edited:
You can calculate RMS by integrating the sin2θ function over the active time of the switch. Thats where the √2 comes from over the whole cycle.
The peak value is just the value of the sin(θ) at the turn on time.
This assumes a resistive load, of course.
 
  • #10
Perfect. Thanks Jony130 and others!
 
Back
Top