File:AC power graph f1.1.svg

Summary

Description
English: Instantaneous AC power in circuit with φ=1.1
Čeština: Okamžitý elektrický výkon v obvodu s φ=1,1
Date
Source Own work
Author Petr Kadlec
SVG development
InfoField
 The SVG code is valid.
 This chart was created with gnuplot.
Category:Valid SVG created with Gnuplot code:Charts#AC%20power%20graph%20f1.1.svg
 Category:Translation possible - SVGThis plot uses embedded text that can be easily translated using a text editor.
Source code
InfoField

Gnuplot code

Um = 1.8
Um = 2.5
Im = 1.5
w = 1
fi = 1.1

u(t) = Um * sin(w*t + fi)
i(t) = Im * sin(w*t)
p(t) = u(t) * i(t)

set xrange[-fi-0.3:8]
set xtics ("0" 0, "−φ" -fi, "π/2" pi/2, "π" pi, "3π/2" 3*pi/2, "2π" 2*pi, "5π/2" 5*pi/2)
set ytics ("Um" Um, "Im" Im, "0" 0, "−Um" -Um, "−Im" -Im)
set xzeroaxis
set yzeroaxis
set key bottom right

set style line 1 lc rgb 'red' lt 1
set style line 2 lc rgb 'dark-green' lt 1
set style line 3 lc rgb 'blue' lt 1
set terminal svg font "Arial,12"
set output 'AC power graph f1.1.svg'
set encoding utf8

plot u(x) t "u(t)" with lines linestyle 1, i(x) t "i(t)" with lines linestyle 2, p(x) t "p(t)" with lines linestyle 3

set output

Licensing

This work is ineligible for copyright and therefore in the public domain because it consists entirely of information that is common property and contains no original authorship.
Category:PD ineligible#AC%20power%20graph%20f1.1.svg Category:AC waves Category:Power supply waveforms
Category:AC waves Category:PD ineligible Category:Power supply waveforms Category:Translation possible - SVG Category:Valid SVG created with Gnuplot code:Charts