Skip to content

Instantly share code, notes, and snippets.

@theagoliveira
Last active April 29, 2024 02:30
Show Gist options
  • Save theagoliveira/c35ae17658f3061529bfacfa08f2e768 to your computer and use it in GitHub Desktop.
Save theagoliveira/c35ae17658f3061529bfacfa08f2e768 to your computer and use it in GitHub Desktop.
*.svg
*.html
{
"schemdraw_markdown": {
"base_dir": "."
}
}
<script type="text/x-mathjax-config"> MathJax.Hub.Config({ tex2jax: { inlineMath: [ ['$','$'], ["\\(","\\)"] ], processEscapes: true } }); </script> <script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> <style> svg { display: none } .MathJax_Display { text-align: left !important } </style>

Solução

Circuito equivalente mostrando (i_0)

circuit1

Circuito equivalente total

circuit2

Cálculo

A corrente da fonte é obtida com a resistência equivalente total do circuito:

$$i_{fonte} = \frac{240 V}{40 \Omega} = 6 A$$

A corrente no resistor de (10 \Omega) é a corrente da fonte. Com isso podemos calcular a tensão no resistor:

$$V_{10 \Omega} = 10 \Omega \times 6 A = 60 V$$

A tensão no resistor de (75 \Omega) é a tensão da fonte subtraída da tensão no resistor de (10 \Omega):

$$V_{75 \Omega} = 240 V - 60 V = 180 V$$

Com a tensão no resistor de (75 \Omega), podemos achar sua corrente:

$$i_0 = \frac{180 V}{75 \Omega} = 2.4 A$$

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment