Diferencia entre revisiones de «Circuitos RL (Grupo 2)»
| Línea 39: | Línea 39: | ||
Como condiciones iniciales, se tiene que, E(t) = 10V, L = 0.2 y R = 5, y por tanto la intensidad sería:<math>i(t)=\frac{E}{R}(1-e^{-\frac{R \cdot t}{L}}) = 2 \cdot (1-e^{-25t})</math> | Como condiciones iniciales, se tiene que, E(t) = 10V, L = 0.2 y R = 5, y por tanto la intensidad sería:<math>i(t)=\frac{E}{R}(1-e^{-\frac{R \cdot t}{L}}) = 2 \cdot (1-e^{-25t})</math> | ||
<br />Para aplicar los métodos numéricos, despejamos la intensidad de la ecuación diferencial fundamental:<math>f(i) = - \frac{R}{L}i+ \frac{E}{L} = -25i+50</math><br /><br /> | <br />Para aplicar los métodos numéricos, despejamos la intensidad de la ecuación diferencial fundamental:<math>f(i) = - \frac{R}{L}i+ \frac{E}{L} = -25i+50</math><br /><br /> | ||
| − | * '''Método de Euler:'''<br /><br /><math>i_{n+1} = i_n + h \cdot f(i_n) = i_n+h(\frac{-R}{L}\cdot i_n + \frac{E}{L}) = (1-h \cdot \frac{R}{L}) \cdot i_n + h\frac{E}{L} = (1-25h)\cdot i_n + 50h</math><br /> | + | * '''Método de Euler:'''<br /><br /> |
| + | <math>i_{n+1} = i_n + h \cdot f(i_n) = i_n+h(\frac{-R}{L}\cdot i_n + \frac{E}{L}) = (1-h \cdot \frac{R}{L}) \cdot i_n + h\frac{E}{L} = (1-25h)\cdot i_n + 50h</math><br /> | ||
<math>i_0=0</math> | <math>i_0=0</math> | ||
Revisión del 04:25 5 mar 2013
Contenido
1 CIRCUITOS ELÉCTRICOS
El circuito eléctrico RL más simple tiene un inductor o bobina, una resistencia y una fuente de alimentación.
- En una resistencia R la ley de Ohm establece: [math]i(t) = \frac{v(t)}{R}[/math]
donde i(t)=intesidad de corriente (A), v(t)=voltaje (V), R=coeficiente de resistencia (Ω).
- En un inductor L, la ley de Faraday establece: [math]v(t) = L\frac{d}{d_t}i(t)[/math]
donde L=coeficiente de autoinducción (H).
Las leyes de Kirchoff establecen el comportamiento de los circuitos:
- Ley de corriente: en cada nodo la suma de corrientes que entra coincide con la suma de corrientes que sale.
- Ley de tensiones: en cada ciclo cerrado, la suma de la diferencias de potencial eléctrico es nula.
_____________________________________________________________________________________________________________________
1.1 Circuito 1. Circuito más simple
1.1.1 1. Ecuación diferencial.
A partir de las leyes anteriores, se puede afirmar que en el circuito más simple RL, la intensidad que pasa tanto por la resistencia como por la bobina es la misma. Por este motivo, el voltaje de las resistencias varía, pues éstas tienen valores distintos.
Partiendo de la afirmación anterior, se confirma que:
[math]i(t)=i_L=i_R[/math]
[math]E(t)=E_L+E_R[/math]
y teniendo en cuenta que la inductancia L se rige por la ley de Faraday
y que la resistencia R se rige por la de Ohm, se obtiene la siguiente ecuacióndiferencial:
[math]E(t)=L\frac{d}{dt}i(t)+R\cdot i(t)[/math]
1.1.2 2 y 3. Método de Euler / Trapecio
Suponiendo que en el instante t = 0 el circuito pasa de estar abierto a
cerrado, que el voltaje E(t)=Eo la intensidad se calcula integrando la ecuacióndiferencial lineal:
[math]L\frac{d}{dt}i(t)+R\cdot i=E_0 \hspace{0.5cm} \rightarrow \hspace{0.5cm} [/math]
[math]i'(t)+\frac{R}{L}i(t)=\frac{E}{L} \hspace{0.5cm} \rightarrow \hspace{0.5cm} [/math]
[math]i \cdot e^{\int{\frac{R}{L}dt}} = \int{e^{\frac{R \cdot t}{L}}dt} \hspace{0.5cm} \rightarrow \hspace{0.5cm} [/math]
[math]i \cdot e^{\frac{R \cdot t}{L}} = \frac{E}{R}e^{\frac{R \cdot t}{L}}+C[/math]
Obteniendo finalmente:
[math]i(t) = \frac{E}{R} + C \cdot e^{\frac{-R \cdot t}{L}}[/math]
En t=0, el circuito está cerrado: [math]i(0)=0 \Rightarrow C= - \frac{E}{R}[/math]
Como condiciones iniciales, se tiene que, E(t) = 10V, L = 0.2 y R = 5, y por tanto la intensidad sería:[math]i(t)=\frac{E}{R}(1-e^{-\frac{R \cdot t}{L}}) = 2 \cdot (1-e^{-25t})[/math]
Para aplicar los métodos numéricos, despejamos la intensidad de la ecuación diferencial fundamental:[math]f(i) = - \frac{R}{L}i+ \frac{E}{L} = -25i+50[/math]
- Método de Euler:
[math]i_{n+1} = i_n + h \cdot f(i_n) = i_n+h(\frac{-R}{L}\cdot i_n + \frac{E}{L}) = (1-h \cdot \frac{R}{L}) \cdot i_n + h\frac{E}{L} = (1-25h)\cdot i_n + 50h[/math]
[math]i_0=0[/math]