Circuit Theory/Simultaneous Equations/Example 1

Find all unknown voltages and currents.

original example 1 circuit

Label edit

 
example 1 circuit marked up with voltages and currents, 1 loop and no junctions

The goal is to label the unknowns and knowns. The original problem has already created the symbols   and given them values. They appear to be knowns. The unknowns labeled at this point are  .

Dependent source equations appear here.

Loops edit

There is one loop in this circuit. It is drawn CW, an arrow head put on the line and the symbol   given to the loop. This symbol will be the name of the loop equation that comes from this arrow.

Next the + and - associated with the voltages are put on the resistors, to indicate the polarity relationships in the circuit (which started with the loop drawn).

It is important to remember that at this point, the + and - along with the loop are capturing circuit topology information. They are not a "guess" of the polarity of the final numeric answers.

Junctions edit

There are no junctions in this circuit. There are three trivial junctions, but all three have the same current through them. The current direction was chosen at this point.

The current direction was chosen at this point. Now is when the arrow head indicating direction is put on the drawing. It is not arbitrary. Current has to enter the + of the components and leave the -.

It never matters whether the current leaves or enters the + of the voltage supply, since a voltage supply varies its current depending upon the rest of the circuit.

Count Eq edit

The first step is to list the variables and whether they are knowns or unknowns.
 
 
 
 
 
 

So there are three unknowns requiring three equations.

Terminal Eq edit

There are two devices that terminal equations can be written for:
 
 

There is no terminal equation for a power supply.

Loop Eq edit

There is one loop equation:
 

The source voltage is negative because the loop direction enters the minus terminal of the voltage supply.

Junction Eq edit

There are no junctions, therefore there are no junction equations. If one wanted to count the three trivial junctions, there would be three currents: one going through each of the components (the two resistors and the supply). At this point three trivial equations would have to be written saying they all equaled each other (depending upon direction). The next example will explore junctions.

Solve the Equations edit

The three equations are:
 

Algebra edit

Outline of the solution:

  • Substitute TR:1 and TR:2 into L1:, solve for unknown  :
  • Substitute current solution into TR:1 and TR:2, solve for unknown  
  • Substitute known values in for symbols to get numeric solution

Symbolic solution from algebra:

  •  
  •  
  •  

Numeric solution from algebra:

  •  
  •  
  •  

This is a simple problem. But the goal is to practice all of our mathematical tools. One or more of these tools are going to fail us in the future. The goal is to experience success with each of them now, so we know what failure looks like.

Differential Equations edit

There are none in this problem, but three quarters of this course is going over circuits this complex with capacitors and inductors instead of resistors and looking at the differential equations.

Symbolic Computations edit

Wolfram Alpha edit
File:Ex1wolf.png
Mathematica Solution to Example 1

Click on the above link, and go to the wolfram site, look at the syntax of what was entered and look at the answer. Notice the following:

  • Wolfram alpha can not handle 'i', probably thinks it is an imaginary number. Had to switch to k.
  • Wolfram alpha can not handle the double subscript, switched from R1 to 2 and R2 to 3.

What is the point of a natural language, symbolic interpreter that can not interpret our symbols? If we have to map our symbols to symbols it understands, why not just use MatLab matrices (linear algebra)?

Mathematica edit

Mathematica is related to Wolfram Alpha (Alpha means first very, rough draft). It works. But look at the solution:

  • Had to learn another markup language
  • Still has problems with the subscripts

The real question is what can be done with the fewest keystrokes, fewest errors, fewest organizing or mapping of symbols?

Mathematica should be given credit for attempting this type of symbol interpretation and computation. Other packages such as the discontinued "Derive from TI" supported no subscripts. But MathWorks symbol (MuPAD) and numeric (MatLab) provide the best combination at the moment. Wolfram Alpha lowers the starting point for students to begin symbolic computation. The goal here is to figure out where it falls apart. This text will focus on MathWorks products.

MuPad edit
File:Ex1matlab3.png
MathWorks MuPAD solution .. click here for the text to cut and paste .. MuPad Solution contains variable solution, symbolic solution and numeric solution

MatLab has a symbolic package that adds symbol support. Start MatLab and then type "MuPad". The above equations can be typed into MuPad and then the equations can be solved with variable symbols, with exact constants, and then with a numeric approximation (decimal places).

Numeric Solution edit

File:Ex1matlab4.png
Matlab matrix entry for solution to three equations, three unknowns linear algebra problem .. click here to cut and paste
File:Ex1mathematica2.png
Mathematica matrix entry and solution to the three equations, three unknowns linear algebra problem. Click here to cut and paste.

Steps to set up the solution:

  • Substitute known values into the equations:

 

  • Organize the equations so that unknowns are in columns, numbers to the right of the equal sign:

 

  • Create two matrices, one square and the other a column with the numbers that are on the right of the equal sign
          =  
  • enter the matrices into MatLab or similar program
  =  

Simulate edit

The goal is to simulate in www.circuitlab.com. Click on this link and click on the simulate button at the bottom. Move the pen over and around the circuit.

Resistors: The current is 5ma as predicted. Notice the sign of the current. It changes between - and + 5 ma. It looks positive when entering the top (A) of the resistors where the voltage is positive. This makes the current positive.

Voltages are relative to ground. The voltage at the top of the power supply and top of the resistor are the same because they are part of the same trivial junction. The voltage is 1 volt because it is the voltage across both resistors. The voltage across the bottom resistor is half of this as predicted.

Power Supply: The opposite is true of the power supply. Current is going out of the top (A) of the power supply and is labeled negative. Current coming out of the + terminal of anything is negative.

Power Calculation:

Voltage and current are constant.

  •  
  •  
  •  

Build Intuition edit

This is a simple circuit demonstrating concepts covered in physics.

  • Resistors of equal value in series split the voltage across them.
  • Resistors divide up the voltage in series.
  • Resistors in series add.