Needing help with calculating currents

  • Thread starter Thread starter astenroo
  • Start date Start date
  • Tags Tags
    Currents
Click For Summary

Homework Help Overview

The problem involves calculating currents in a DC circuit, leading to a system of five equations with five unknowns. The original poster expresses difficulty in managing the complexity of the equations.

Discussion Character

  • Mixed

Approaches and Questions Raised

  • The original poster attempts to simplify the problem by substituting equations into one another, resulting in a new system with fewer unknowns. Some participants suggest using matrix representation to solve the equations, while others discuss the merits of different solving methods.

Discussion Status

Participants are exploring various methods to approach the problem, including matrix equations and substitution techniques. There is acknowledgment of the challenges faced, and some guidance has been provided regarding the setup of matrices and the potential for a brute-force method.

Contextual Notes

The original poster mentions having difficulty with matrices, indicating a possible gap in understanding how to set them up correctly. There are also references to typos in the equations that may affect clarity.

astenroo
Messages
47
Reaction score
0

Homework Statement


The currents in a DC circuit is to be calculated, and I end up with a system of 5 equations and 5 unknowns. This is where my headache starts.


Homework Equations



(1) I[tex]_{1}[/tex]=I[tex]_{2}[/tex] + I[tex]_{3}[/tex]
(2) I[tex]_{2}[/tex]=I[tex]_{4}[/tex] + I[tex]_{5}[/tex]
(3) 6 - 2I[tex]_{1}[/tex] - I[tex]_{3}[/tex] = 0
(4) 4.5 - 5I[tex]_{2}[/tex] - 3I[tex]_{5}[/tex] + I[tex]_{3}[/tex] = 0
(5) 3I[tex]_{5}[/tex] - 3I[tex]_{4}[/tex] -3 = 0


The Attempt at a Solution



Now, I have no problem solving equations with two unknowns. But 5?
Anyway, I gave it a try. I tried to substitute (2) in (1) and substituting the result into (3) and then substituting (2) into (4), resulting in a new system with three unknowns

(3') -3I[tex]_{3}[/tex] - 2I[tex]_{4}[/tex] - 2I[tex]_{5}[/tex] = -6
(4') I[tex]_{3}[/tex] - 5I[tex]_{2}[/tex] - 8I[tex]_{5}[/tex] = -4,5
(5') -3I[tex]_{5}[/tex] + 3I[tex]_{5}[/tex] = 3

I've been on this problem for the last 6 hours and I still haven't figured out how to solve it.
I've even tried using a matrix (never done one before today), and it all goes wrong, since I apparently don't know how to use a matrix :P
 
Physics news on Phys.org
You are on the right track with matrices. Write the current as a vector C=(I1,I2,I3,I4,I5), and then you can write the equations as a matrix equation M * C = B, where B is a constant vector which has the constant coefficients in it. Then you invert the matrix M, and can write the current C as C = Inverse(M) * B. I carried it out and got an answer for the currents using Mathematica. Can you try to write down the matrix M and the constant vector B?
 
phyzguy said:
You are on the right track with matrices. Write the current as a vector C=(I1,I2,I3,I4,I5), and then you can write the equations as a matrix equation M * C = B, where B is a constant vector which has the constant coefficients in it. Then you invert the matrix M, and can write the current C as C = Inverse(M) * B. I carried it out and got an answer for the currents using Mathematica. Can you try to write down the matrix M and the constant vector B?

Thanks for the quick reply!
i have to get back on that one as soon as I find instructions on how to set up said matrices... The one I tried was using it on (3'), (4') and (5'). Apparently that is a no go ;)
 
Matricies are cleaner and if you have the time to figure it out, that is the preferable way to go. However, this "brute-force" way will work. The best part is that if you keep clean notes, simply plug your answers back in and you will know for sure if you have the right answer regardless how you get there.

Except for a couple of typos in your subscripts, your equations look right. If you substitute out I5 from (3') and (4') using (5'), you will end up with two equations (3'') and (4'') with two unknowns, I3 and I4. Solve for those and then plug them back into (5') and you have I5. Plug these back into (2) then (1) and you'll be done.
 
dulrich said:
Matricies are cleaner and if you have the time to figure it out, that is the preferable way to go. However, this "brute-force" way will work. The best part is that if you keep clean notes, simply plug your answers back in and you will know for sure if you have the right answer regardless how you get there.

Except for a couple of typos in your subscripts, your equations look right. If you substitute out I5 from (3') and (4') using (5'), you will end up with two equations (3'') and (4'') with two unknowns, I3 and I4. Solve for those and then plug them back into (5') and you have I5. Plug these back into (2) then (1) and you'll be done.

Oh yes! Indeed, it is exactly as solving systems with two equations and 2 unknowns. Now I noticed the typos :) I might stick around using the brute-force method for now, but I will eventually have to learn matrices also :) Thank you for the help.
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
907
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 11 ·
Replies
11
Views
2K
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K