Aufgabe 10
clear
all
;
Gegeben:
U0 = 10e3
U0 = 10000
f = 40
f = 40
L = 0.5
L = 0.5000
a) Blindwiderstand und Stromstärke
w = 2*pi*f
w = 251.3274
XL = w*L
XL = 125.6637
Ueff = U0/sqrt(2)
Ueff = 7.0711e+03
Ieff = Ueff / XL
Ieff = 56.2698
Kondensator
C = 10e-6
C = 1.0000e-05
b) Blindwiderstand und Stromstärke
XC = 1/(w*C)
XC = 397.8874
Ieff = Ueff / XC
Ieff = 17.7715
Widerstand
R = 150
R = 150
c) Impedanz und effektive Stromstärke und Phasenwinkel
Z = sqrt(R^2 + (XL - XC)^2)
Z = 310.8146
Ieff = Ueff / Z
Ieff = 22.7501
phi = atand((XL - XC)/R)
phi = -61.1445