![]() |
Electrical Circuits in MuPADBrown University Applied Mathematics |
A circuit is an unbroken loop of conductive material that allows electrons to flow through continuously without beginning or end. If a circuit is “broken,” that means its conductive elements no longer form a complete path, and continuous electron flow cannot occur in it. The location of a break in a circuit is irrelevant to its inability to sustain continuous electron flow. Any break, anywhere in a circuit prevents electron flow throughout the circuit.
When charge flows through the wires of an electric circuit, current is said to exist in the wires. Electric current is a quantifiable notion which is defined as the rate at which charge flows past a point on the circuit. It can be determined by measuring the quantity of charge that flows past a cross-sectional area of a wire on the circuit. As a rate quantity, current (I) is expressed by the following equation:
As charge flows through a circuit, it encounters resistance or a hindrance to its flow. Like current, resistance is a quantifiable term. The quantity of resistance offered by a section of wire depends upon three variables - the material the wire is made out of, the length of the wire, and the cross-sectional area of the wire. One physical property of a material is its resistivity - a measure of that material's tendency to resist charge flow through it. Resistivity values for various conducting materials are typically listed in textbooks and reference books. Knowing the resistivity value ( \( \rho \) ) of the material the wire is composed of and its length (L) and cross-sectional area (A), its resistance (R) can be determine using the equation below.
The amount of current that flows in a circuit is dependent upon two variables. Current is inversely proportional to the overall resistance (R) of the circuit and directly proportional to the electric potential difference impressed across the circuit. The electric potential difference (ΔV) impressed across a circuit is simply the voltage supplied by the energy source (batteries, outlets, etc.). For homes in the United States, this value is close to 110-120 Volts. The mathematical relationship between current (I), voltage and resistance is expressed by the following equation (which s sometimes referred to as the Ohm's law equation):
The standard metric unit of power is the Watt.
It is quite common that a circuit consist of more than one resistor. While each resistor has its own individual resistance value, the overall resistance of the circuit is different than the resistance of the individual resistors which make up the circuit. A quantity known as the equivalent resistance indicates the total resistance of the circuit. Conceptually, the equivalent resistance is the resistance that a single resistor would have in order to produce the same overall effect on the resistance as the combination of resistors which are present. So if a circuit has three resistors with an equivalent resistance of 25 ohm, then a single 25-ohm resistor could replace the three individual resistors and have the equivalent effect upon the circuit. The value of the equivalent resistance ( \( R_{eq} \) ) takes into consideration the individual resistance values of the resistors and the way in which those resistors are connected.
There are two basic ways in which resistors can be connected in an electrical circuit. They can be connected in series or in parallel. Resistors which are connected in series are connected in consecutive fashion such that all the charge that passes through the first resistor will also pass through the other resistors. In series connection, all of the charge flowing through the circuit passes through all the individual resistors. As such, the equivalent resistance of series-connected resistors is the sum of the individual resistance values of those resistors.
An LC circuit is a closed loop with just two elements: a capacitor and an inductor. It has a resonance property like mechanical systems such as a pendulum or a mass on a spring: there is a special frequency that it likes to oscillate at, and therefore responds strongly to. LC circuits can be used to tune in to a specific frequency, for example in the station selector of a radio or television.
In an LC circuit, electric charge oscillates back and forth just like the position of a mass on a spring oscillates. To demonstrate the analogy, we list several corresponding equations for a mechanical spring and an LC circuit.
Mechanical spring | LC circuit |
position x | charge q |
velocity \( v= \dot{x} = \frac{{\text d}x}{{\text d}t} \) | current \( I = \dot{q} = \frac{{\text d}q}{{\text d}t} \) |
kinetic energy \( \frac{1}{2}\, mv^2 \) | Inductor energy \( \frac{1}{2}\, L\, I^2 \) |
potential energy \( \frac{1}{2}\, k x^2 \) | Capacitor energy \( \frac{1}{2} \left( \frac{1}{C} \right) q^2 \) |
equation of motion \( m\,\dot{v} + k\,x =0 \) | Kirchhoff's law \( L\,\frac{{\text d}I}{{\text d}t} + \frac{q}{C} =0 \) |
frequency \( \frac{1}{2\pi} \, \sqrt{\frac{k}{m}} \) | frequency \( \frac{1}{2\pi} \, \frac{1}{\sqrt{LC}} \) |
The parameters that determine the motion of a spring are the mass m, spring constant k, the position x, and the velocity v which is the rate of change of x. The parameters that determine the behavior of an LC circuit are L, C, q and I which is the rate of change of q. Thus there is a one-to-one correspondence since the equations of motion are identical given the substitutions:
The characteristic frequency of an LC circuit is the frequency at which large amplitudes are built up when a driving force is applied at that frequency. A child on a swing will be sensitive to a pushing force which comes regularly with the natural frequency of the swing. A force that comes at a different frequency will not build up a large amplitude as it will often be pushing against the child's motion. The magic frequency is called the resonant frequency.
First, we will create an R-C circuit with the resistor and capacitor in series. We need to create variables (wire1, res1, res2, etc.) that hold a plot of a line segment that will be part of our circuit, then we need to create a single variable (here, we use eq) that incorporates all of these smaller lines. Once we plot this variable (with an appropriate viewing box and no visible axes), we will have a diagram of our circuit, and we can delete all of these variables from memory. For example, we can write:
The following code is intended to be used in order to draw resistors in circuits. It is a triangular wave function, whose amplitude (a) and height (z) can easily be changed through parameters in the function. This resistor function makes use of the floor function, which rounds down to the nearest integer.
This is an example of a resistor in a circuit complete with a capacitor and inductor. Here, the amplitude is .5, the function is shifted up 5, and the domain of the resistor is [10,15].
Home |
< Previous |
Next > |