Está en la página 1de 22

INGENIERIA ELECTRÓNICA

BITÁCOR
A
CIRCUIT
JORGE FERNANDO BUSTOS MENDEZ
(221160068)

1.
OS I
2. Métodos de análisis de circuitos.
Diseñaremos un circuito con las siguientes resistencias:

R1:758 (Ω) R2:1000 (Ω) R3:1273 (Ω) R4:1199 (Ω)

R5:815 (Ω) R6:1455 (Ω) R7:557 (Ω) R8:676 (Ω)

R9:998 (Ω) R10:553 (Ω) R11:746 (Ω) R12:1197 (Ω) R13:826 (Ω)

Circuito eléctrico:
Circuito diseñado en Protoboard:

R3
R2 R5 R4
R6
R7
R1
R9
R13
R8 R12
R10 R11

Circuito diseñado en simulación:


- Calculamos el error absoluto y relativo de cada resistencia:

Ea
Ea =|V i−V r|; Er = ×100
Vi
Para R1: Para R2: Para R3 :

V i=75 0 Ω V i=1000 Ω V i=1300 Ω


V r =758 Ω V r =1000 Ω V r =1273 Ω
Ea =8 Ω Ea =0 Ω Ea =27 Ω
Er =1 , 06 % Er =0 % Er =2 , 07 %

Para R4 : Para R5 : Para R6 :

V i=1200 Ω V i=820 Ω V i=1 5 0 0 Ω

V r =11 99 Ω V r =815 Ω V r =1 455 Ω

Ea =1 Ω Ea =5 Ω Ea =4 5 Ω

Er =0 , 08 % Er =0,60 % Er =3 %

Para R7 : Para R8 : Para R9 :

V i=560 Ω V i=680 Ω V i=1 000 Ω


V r =557 Ω V r =676 Ω V r =998 Ω
Ea =3 Ω Ea =4 Ω Ea =2 Ω
Er =0 , 53 % Er =0 , 59 % Er =0 , 2 %

Para R10 : Para R11 : Para R12 :

V i=560 Ω V i=750 Ω V i=1200 Ω


V r =553 Ω V r =746 Ω V r =11 97 Ω
Ea =7 Ω Ea =4 Ω Ea =3 Ω
Er =1 ,25 % Er =0 , 53 % Er =0 , 25 %
Para R13:

V i=820 Ω

V r =826 Ω

Ea =6 Ω

Er =0 , 73 %

Vi Vr Ea Er

R1 750 Ω 758 Ω 8 1,06

R2 1000 Ω 1000 Ω 0 0

R3 1300 Ω 1273 Ω 27 2,07

R4 1200 Ω 1199 Ω 1 0,08

R5 820 Ω 815 Ω 5 0,60

R6 1500 Ω 1455 Ω 45 3

R7 560 Ω 557 Ω 3 0.53

R8 680 Ω 676 Ω 4 0.59

R9 1000 Ω 998 Ω 2 0.2

R10 560 Ω 553 Ω 7 1.25

R11 750 Ω 746 Ω 4 0.53

R12 1200 Ω 1197 Ω 3 0.25

R13 820 Ω 826 Ω 6 0.73


- Resolvemos el circuito por método de mallas:

I1 I5

I3 I4

I2 I6

Ecuaciones resultantes en cada malla resueltas por LTK, LCK y Ley de Ohm:

¿¿
¿¿
¿¿
¿¿
¿¿
¿¿

Solución de sistema de ecuaciones en Matlab:

A = [3088, -1273, -815, 0, 0, 0;


-1273, 4685, -1455, 0, 0, 0;
-815, -1455, 2827, -557, 0, 0;
0, 0, -557, 2231, -676, -998;
0, 0, 0, -676, 1975, -746;
0, 0, 0, -998, -746, 3767;];
b = [5, 0, 0, 0, -9, 0]';
i = A\b;
disp('Solución de las corrientes de malla:');
Solución de las corrientes de malla:
disp(i);
0.0020
0.0007
0.0004
-0.0026
-0.0062
-0.0019
I 1=0.0020 A I 2=0.0007 A I 3=0.0004 A

I 4=0.0026 A I 5=0.00 62 A I 6=0.00 19 A

Cálculo de Corriente en cada resistencia:

I R 1=I 2 I R 2=I 1 I R 3 =I 1−I 2

I R 1=0.00066 A I R 2=0.0 020 A I R 3 =0.0013 A

I R 4=I 2 I R 5 =I 1−I 3 I R 6 =I 2−I 3

I R 4=0.000 66 A I R 5 =0.0016 A I R 6 =0.00 0 26 A

I R 7 =I 3 −I 4 I R 8 =I 4−I 5 I R 9 =I 4−I 6

I R 7 =0.00 30 A I R 8 =0.00 36 A I R 9 =0.00 0 7 A

I R 1 0=I 5 I R 11=I 5−I 6 I R 1 2=I 6 I R 1 3=I 6

I R 1 0=0.0062 A I R 11=0.00 43 A I R 1 2=0.00 19 A I R 1 3=0.001 9 A

Cálculo de Voltaje en cada resistencia:


V R 1=R1 × I R 1 V R 2=R2 × I R 2 V R 3=R3 × I R 3

V R 1=0.5067 V V R 2=2.0009 V V R 3=1.6961 V

V R 4 =R 4 × I R 4 V R 5=R5 × I R 5 V R 6=R6 × I R 6

V R 4 =0.8016 V V R 5=1.3031 V V R 6=0.3878 V

V R 7=R7 × I R 7 V R 8=R8 × I R 8 V R 9=R 9 × I R 9

V R 7=1.6908 V V R 8=2.4005 V V R 9=0.7097 V


V R 1 0=R1 0 × I R 1 0 V R 11=R1 1 × I R 11 V R 12=R1 2 × I R 12 V R 13=R1 3 × I R 1 3

V R 1 0=3.42V V R 11=3 .1795V V R 1 2=2.3012V V R 1 3=1.5880V

Cálculo de Potencia en cada resistencia:


P R 1=V R 1 × I R 1 P R 2=V R 2 × I R 2 P R 3=V R 3 × I R 3

P R 1=0.00033 W P R 2=0.0040 W P R 3=0.0023 W

P R 4=V R 4 × I R 4 P R 5=V R 5 × I R 5 P R 6=V R 6 × I R 6

P R 4=0.00053W P R 5=0.0021 W P R 6=0.0001 W

P R 7=V R 7 × I R 7 P R 8=V R 8 × I R 8 P R 9=V R 9 × I R 9

P R 7=0.0051 W P R 8=0.0085 W P R 9=0. 0005 W

P R 1 0=V R 10 × I R 10 P R 11 =V R 1 1 × I R 1 1 P R 12=V R 1 2 × I R 1 2 P R 13 =V R 13 × I R 1 3

P R 1 0=0.0212W P R 11=0.0136 W P R 12 =0.0044 W P R 13 =0.0031W

Cálculo de Potencia en cada fuente:

PV 1=V S 1 × I 1 PV 2=V S 2 × I 5

PV 1=0.01 W PV 2=0.0557W

- Calculamos el error absoluto y relativo de corriente de malla:

Para I 1: Para I 2: Para I 3:

V i=0.0020 A V i=0.0007 A V i=0.0004 A


V r =0.0018 A V r =0.0006 A V r =0.0005 A
Ea =0.0002 A Ea =0.0001 A Ea =0.0001 A
Er =1 0 % Er =1 4 , 2 % Er =025 %
Para I 4 : Para I 5: Para I 6:

V i=0.0026 A V i=0.0062 A V i=0.0019 A

V r =0.0024 A V r =0.0063 A V r =0.0017 A

Ea =0.0002 A Ea =0.0001 A Ea =0.0002 A

Er =7 , 69 % Er =1,61 % Er =10.52 %

Vi Vr Ea Er

I1 0.0020 A 0.0018 A 0.0002 10

I2 0.0007 A 0.0006 A 0.0001 14.2

I3 0.0004 A 0.0005 A 0.0001 25

I4 0.0026 A 0.0024 A 0.0002 7.69

I5 0.0062 A 0.0063 A 0.0001 1.61

I6 0.0019 A 0.0017 A 0.0002 10.52

- Calculamos el error absoluto y relativo de corriente en resistencias:

Para I R 1 : Para I R 2 : Para I R 3 : Para I R 4: Para I R 5 :

V i=0.00066 A V i=0.0020 A V i=0.0013 A V i=0.00066 A V i=0.0016 A

V r =0.0006 7 A V r =0.00 20 A V r =0.00 13 A V r =0.0006 7 A V r =0.0016 A

Ea =0.00001 A Ea =0 Ω Ea =0 A Ea =0.00001 A Ea =0 A

Er =1,5 1 % Er =0 % Er =0 % Er =1 ,51 % Er =0 %

Para I R 6 : Para I R 7 : Para I R 8 : Para I R 9 :

V i=0.00026 A V i=0.0030 A V i=0.0036 A V i=0.0007 A


V r =0.00027 A V r =0.003 4 A V r =0.003 5 A V r =0.000 6 A
Ea =0.00001 A Ea =0.0004 A Ea =0.0001 A Ea =0.0001 A

ParaEIrR=3
10 :
, 84 % Para EI Rr =13
11 :
, 33 % Para IE r =2
R 12 : ,77 % ParaEIrR=14
13 :
, 28 %

V i=0.0062 A V i=0.0043 A V i=0.0019 A V i=0.0019 A


V r =0.006 1 A V r =0.004 2 A V r =1197 Ω V r =746 Ω
Vi Vr Ea Er

I R1 0.00066 A 0.00067 A 0.00001 1.51

I R2 0.0020 A 0.0020 A 0 0

I R3 0.0013 A 0.0013 A 0 0

IR4 0.00066 A 0.00067 A 0.00001 1.51

I R5 0.0016 A 0.0016 A 0 0

I R6 0.00026 A 0.00027 A 0.00001 3.84

I R7 0.0030 A 0.0034 A 0.0004 13.33

I R8 0.0036 A 0.0035 A 0.0001 2.77

I R9 0.0007 A 0.0006 A 0.0001 14.28

I R 10 0.0062 A 0.0061 A 0.0001 1.61

I R 11 0.0043 A 0.0042 A 0.0001 2.32

I R 12 0.0019 A 0.0019 A 0 0

I R 13 0.0019 A 0.0019 A 0 0
- Resolvemos el circuito por método de nodos:

Vb Vc Vd

I1 I5
I2 I3 I4
I13
Va Vi Vh
Ve
I6
I10 I9
I11 I8
I12 I7
Vj Vf
Vg

Voltaje de nodo a tierra:

V a =0

Ecuaciones resultantes de las fuentes:

V b =5

V d −V e =9

Ley de corrientes de Kirchhoff en los nodos:

I 1−I 2 −I 3 −I 4 −I 5=0

I 5+ I 6 −I 7 =0

I 7−I 8=0

I 4−I 6−I 9=0

I 8+ I 3 + I 9 + I 10−I 11 =0

I 2+ I 13−I 10=0

I 11−I 12=0
Corrientes en términos de voltaje:

V b−V c V c −V i V c −V g
I 1= I 2= I 3=
R2 R5 R7

V c −V h V c −V d V h−V e
I 4= I 5= I 6=
R8 R10 R11

V e −V f V f −V g V h−V g
I 7= I 8= I 9=
R 13 R12 R9

V i −V g V g−V j Vj
I 10= I 11= I 12=
R6 R4 R1

−V i
I 13 =
R3

( V b−V c
R2 )(
V −V i
− c
R5 )(
V −V g
− c
R7
− c
R8)(
V −V h V −V d
− c
R 10
=0
)( )
( V c −V d
R10 )(
+
R 11 )(
V h −V e
− )
V e −V f
R13
=0

( V e −V f
R13 )(V −V g
− f
R12 )
=0

( V c −V h
R8 )(

V h−V e
R11 )(
− )
V h −V g
R9
=0

( V f −V g
R12 )(
+
R7 )(
V c −V g
+
R9 )(
V h −V g
+
V i−V g
R6
− )(
V g−V j
R4 )
=0

( V c −V i
R5 )( )
+
−V i
R3

( )
V i−V g
R6
=0

( V g −V j
R4 )( )

Vj
R1
=0
Solución de sistema de ecuaciones en Matlab:

% Ecuacion 1:
e11=1/1000;
e12=-0.00730;
e13=1/553;
e14=1/557;
e15=1/676;
e16=1/815;
% Ecuacion 2
e21=1/553;
e22=-1/553;
e23=-0.00255;
e24=1/826;
e25=1/746;
% Ecuacion 3
e31=1/826;
e32=-0.00204;
e33=1/1197;
% Ecuacion 4
e41=1/676;
e42=1/746;
e43=1/998;
e44=-0.00382;
% Ecuacion 5
e51=1/557;
e52=1/1197;
e53=-0.00515;
e54=1/998;
e55=1/1455;
e56=1/1199;
% Ecuacion 6
e61=1/815;
e62=1/1455;
e63=-0.00269;
% Ecuacion 7
e71=1/1199;
e72=-0.00215;
A = [1 0 0 0 0 0 0 0 0;
0 0 1 -1 0 0 0 0 0;
e11 e12 e13 0 0 e14 e15 e16 0;
0 e21 e22 e23 e24 0 e25 0 0;
0 0 0 e31 e32 e33 0 0 0;
0 e41 0 e42 0 e43 e44 0 0;
0 e51 0 0 e52 e53 e54 e55 e56;
0 e61 0 0 0 e62 0 e63 0;
0 0 0 0 0 e71 0 0 e72]

A = 9×9
1.0000 0 0 0 0 0 0 0 0
0 0 1.0000 -1.0000 0 0 0 0 0
0.0010 -0.0073 0.0018 0 0 0.0018 0.0015 0.0012 0
0 0.0018 -0.0018 -0.0026 0.0012 0 0.0013 0 0
0 0 0 0.0012 -0.0020 0.0008 0 0 0
Voltajes de Nodo:

V b =5V V c =3.0193 V V d =6.4369 V

V e =−2.5631 V V f =−0. 9779 V V g=1.3265 V

V h=0.6177 V V i=1.7161 V V j=0.5146 V

Cálculo de las corrientes:


V b−V c V c −V i V c −V g
I 1= I 2= I 3=
R2 R5 R7
I 1=0.0020 A I 2=0.00 16 A I 3=0.00 30 A

V c −V h V c −V d V h−V e
I 4= I 5= I 6=
R8 R10 R11
I 4=0.0036 A I 5=0.00 62 A I 6=0.00 43 A

V e −V f V f −V g V h−V g
I 7= I 8= I 9=
R 13 R12 R9
I 7=0.00 19 A I 8=0.00 19 A I 9=0.00 071 A

V i −V g V g−V j Vj
I 10= I 11= I 12=
R6 R4 R1

I 10=0.00 026 A I 11 =0.00 067 A I 12 =0.00 067 A

−V i
I 13 =
R3
I 1=−0.00 13 A

Cálculo de Voltaje en cada resistencia:


V R 1=V j V R 2=V b −V c V R 3=−V i

V R 1=0.5 146 V V R 2=1.9807 V V R 3=1.7161 V

V R 4 =V g−V j V R 5=V c −V i V R 6=V i −V g

V R 4 =0.8 11 9 V V R 5=1.303 2V V R 6=0.38 96 V


V R 7=V c −V g V R 8=V c −V h V R 9=V h −V g

V R 7=1.69 2 8V V R 8=2.40 16 V V R 9=0.70 8 7 V


V R 10=V c −V d V R 11=V h−V e V R 12=V f −V g V R 13=V e −V f

V R 1 0=3.4 176 V V R 11=3.1808 V V R 1 2=2.30 43 V V R 1 3=1.58 52V

Cálculo de Potencia en cada resistencia:


P R 1=V R 1 × I 12 P R 2=V R 2 × I 1 P R 3=V R 3 × I 1 3

P R 1=0.0003 5W P R 2=0.00 39 W P R 3=0.0023 W

P R 4=V R 4 × I 11 P R 5=V R 5 × I 2 P R 6=V R 6 × I 10

P R 4=0.00055 W P R 5=0.0021 W P R 6=0.0001 W

P R 7=V R 7 × I 3 P R 8=V R 8 × I 4 P R 9=V R 9 × I 9

P R 7=0.0051 W P R 8=0.0085 W P R 9=0.0005 W

P R 1 0=V R 10 × I 5 P R 11=V R 1 1 × I 6 P R 12=V R 1 2 × I 8 P R 13=V R 13 × I 7

P R 1 0=0.021 1W P R 11=0.0136 W P R 12 =0.0044 W P R 13 =0.003 0 W

- Calculamos el error absoluto y relativo de voltaje de nodos:

Para V a : Para V b : Para V c : Para V d : Para V e :

V i=0V V i=5 V V i=3.0193 V V i=6.4369 V V i=2.5631 V


V r =0 V V r =5 V V r =3.02V V r =6.5 V V r =2.54 V
Ea =0 V Ea =0 V Ea =0.0007 V Ea =0.0631V Ea =0.0231V
Er =0 % Er =0 % Er =0 , 0 2 % Er =0,98 % Er =0 , 9 0 %

Para V f : Para V g: Para V i :


Para V h: Para V j:
V i=0.9779V V i=1.3265 V V i=1.7161 V
V i=0.6177V V i=0.5146V
V r =0.98 V V r =1.39 V V r =1.72V
V r =0.65 V V r =0.52 V
Ea =0.0021V Ea =0.0635 V Ea =0.0039 V
Ea =0.9677 V Ea =0.0054 V
Er =0,21 % Er =4,78 % Er =0,2 2 %
Er =5,23 % Er =1,04 %
Vi Vr Ea Er

Va 0V 0V 0 0

Vb 5V 5V 0 0

Vc 3.0193 V 3.02 V 0.0007 0.02

Vd 6.4369 V 6.5 V 0.0631 0.98

Ve 2.5631 V 2.54 V 0.0231 0.90

Vf 0.9779 V 0.98 V 0.0021 0.21

Vg 1.3265 V 1.39 V 0.0635 4.78

Vh 0.6177 V 0.65 V 0.9677 5.23

Vi 1.7161 V 1.72 V 0.0039 0.22

Vj 0.5146 V 0.52 V 0.0054 1.04

- Calculamos el error absoluto y relativo de voltaje en resistencias:

Para V R 1: Para V R 2: Para V R 3: Para V R 4 : Para V R 5:

V i=0.5146V V i=1.9807 V V i=1.7161 V V i=0.8119V V i=1.3032 V


V r =0.51 V V r =2V V r =1.70 V V r =0.80 V V r =1.30 V
Ea =0.0046 V Ea =0.0193 V Ea =0.0161V Ea =0.0119 V Ea =0. 0032V
Er =0 , 89 % Er =0 , 97 % Er =0 , 93 % Er =1,46 % Er =0 , 24 %

Para V R 6: Para V R 7: Para V R 9:


Para V R 8: Para V R 10:
V i=0.3896V V i=1.6928 V V i=0.7087V
V i=2.4016 V V i=3.4176 V
V r =0.39 V V r =1.70 V V r =0.71 V
V r =2.40 V V r =3.42V
Ea =0.00 04 V Ea =0.0072V Ea =0.0013 V
Ea =0.0016 V Ea =0.0024 V
Er =0,1 0 %V Er =0,42 % Er =0 , 18 %
Para R 11:
EPara
r =0,06 %:
V R 12 ParaEVr =0,07
R 13:
%

V i=3.1808 V V i=2.3043 V V i=1.5852 V


V r =3.2V V r =2.29 V V r =1.59 V
Vi Vr Ea Er

V R1 0.5146 V 0.51 V 0.0046 0.89

V R2 1.9807 V 2V 0.0193 0.97

V R3 1.7161 V 1.70 V 0.0161 0.93

V R4 0.8119 V 0.80 V 0.0119 1.46

V R5 1.3032 V 1.30 V 0.0032 0.24

V R6 0.3896 V 0.39 V 0.0004 0.10

V R7 1.6928 V 1.70 V 0.0072 0.42

V R8 2.4016 V 2.40 V 0.0016 0.06

V R9 0.7087 V 0.71 V 0.0013 0.18

V R 10 3.4176 V 3.42 V 0.0024 0.07

V R 11 3.1808 V 3.2 V 0.0192 0.60

V R 12 2.3043 V 2.29 V 0.0143 0.62

V R 13 1.5852 V 1.59 V 0.0048 0.30

Medición de Corriente en simulador:


Medición de Voltaje en simulador:

Medición de Potencia en simulador:


- Calculamos el error absoluto y relativo de Potencia en resistencias:

Para P R 1: Para P R 2: Para P R 3: Para P R 4: Para P R 5:

V i=0.00038 W V i=0.0040W V i=0.0023W V i=0.00053W V i=0.0021


V r =0.00034 W V r =0.0039 V r =0.0022W V r =0.00054 W V r =0.002 W
Ea =0.00 004 W Ea =0.0001W Ea =0.0001W Ea =0.00001W Ea =0.0001W
Er =10,52 % Er =2,5 % Er =4,34 % Er =1,88 % Er =4,76 %

Para P R 6: Para P R 7: Para P R 9:


Para P R 8: Para P R 10:
V i=0.0001W V i=0.0051W V i=0.0001W
V i=0.0085W V i=0.0212W
V r =0.0001W V r =0.005 W V r =0.0004 W
V r =0.0084 W V r =0.0212W
Ea =0 W Ea =0 .0001W Ea =0.00 0 3 W
Ea =0.00 01W Ea =0 W
Er =0 % Er =1,96 % Er =30 %
Er =1,17 % Er =0 %

Para P R 11: Para P R 12: Para P R 13:


V i=0.0136W V i=0.0044 W V i=0.0031W
V r =0.014 W V r =0.0043 W V r =0.0030 W
Ea =0. 0004 W Ea =0.0 001W Ea =0.00 01W
Er =2,94 % Er =2,27 % Er =3,22 %

Vi Vr Ea Er

PR1 0.00038 W 0.00034 W 0.00004 10.52

PR2 0.0040 W 0.0039 W 0.0001 2.5

PR3 0.0023 W 0.0022 W 0.0001 4.34


PR4 0.00053 W 0.00054 W 0.00001 1.88

PR5 0.0021 W 0.002 W 0.0001 4.76

PR6 0.0001 W 0.0001 W 0 0

PR7 0.0051 W 0.005 W 0.0001 1.96

PR8 0.0085 W 0.0084 W 0.0001 1.17

PR9 0.0001 W 0.0004 W 0.0003 30

P R 10 0.0212 W 0.0212 W 0 0

P R 11 0.0136 W 0.014 W 0.0004 2.94

P R 12 0.0044 W 0.0043 W 0.0001 2.27

P R 13 0.0031 W 0.0030 W 0.0001 3.22

- Calculamos el error absoluto y relativo de Potencia en Fuentes:

Para PV 1: Para PV 2:

V i=0.01W V i=0.0557W
V r =0.1 W V r =0.06 W
Ea =0 W Ea =0.00 43 W
Er =0 % Er =7,71 %

Vi Vr Ea Er

PV 1 0.01 W 0.01 W 0 0

PV 2 0.0557 W 0.06 W 0.0043 7.71


Análisis:

 ¿Es aceptable el error obtenido en la medida de los voltajes de nodo?


El error calculado en la medida de los voltajes de nodo es aceptable ya que es
un valor pequeño.

 ¿Los valores de los voltajes de nodo cambian si se cambia el nodo de referencia o


tierra? ¿Puede calcular inmediatamente los nuevos valores?
Si cambian, pero solo aquellos valores que están cerca de el nodo de tierra
impidiendo el cálculo inmediato de los nuevos valores.

 ¿Es aceptable el error obtenido en la medida de las corrientes de malla?


El error de las medidas de las corrientes de malla es aceptable ya que no
sobrepasan valores extensos.

También podría gustarte