LC Circuit: Difference between revisions

From Physics Book
Jump to navigation Jump to search
No edit summary
No edit summary
Line 6: Line 6:
===A Mathematical Model===
===A Mathematical Model===


What are the mathematical equations that allow us to model this topic. For example <math>{\frac{d\vec{p}}{dt}}_{system} = \vec{F}_{net}</math> where '''p''' is the momentum of the system and '''F''' is the net force from the surroundings.
Starting with [http://physicsbook.gatech.edu/Loop_Rule Kirchoff's Loop Rule], we have V = L * dI/dt + q/C.


Starting with [http://physicsbook.gatech.edu/Loop_Rule Kirchoff's Loop Rule], we have V = L*dI/dt + q/C
Taking the derivative of each term, dV/dt = L(d^2*I/dt^2) + 1/C * dq/dt.
 
The voltage of the battery is constant, so that derivative vanishes. The derivative of charge is current, so that gives us a second order differential equation: 0 = L(d^2*I/dt^2) + 1/C * I
 
Rearranging, (d^2/dt^2)I = - I/(LC).
 
This can be solved by guessing and checking with a generic sine function: I = I0sin(ωt + φ)
 
(d^2/dt^2)I0sin(ωt + φ) = -I0/(LC) * sin(ωt + φ)
− ω^2*I0sin(ωt + φ) = -I0/(LC) * sin(ωt + φ)
 
The angular frequency is now given by '''ω = 1/sqrt(LC)'''.
A LC circuit is then an oscillating circuit with frequency ω/(2π) = '''1/(2π*sqrt(LC))'''.


===A Computational Model===
===A Computational Model===

Revision as of 18:37, 27 November 2015

      • Claimed by Rishab Chawla 11/19/15***

Main Idea

Consider an electrical circuit consisting of an inductor, of inductance L, connected in series with a capacitor, of capacitance C. Such a circuit is known as an LC circuit, for obvious reasons.

A Mathematical Model

Starting with Kirchoff's Loop Rule, we have V = L * dI/dt + q/C.

Taking the derivative of each term, dV/dt = L(d^2*I/dt^2) + 1/C * dq/dt.

The voltage of the battery is constant, so that derivative vanishes. The derivative of charge is current, so that gives us a second order differential equation: 0 = L(d^2*I/dt^2) + 1/C * I

Rearranging, (d^2/dt^2)I = - I/(LC).

This can be solved by guessing and checking with a generic sine function: I = I0sin(ωt + φ)

(d^2/dt^2)I0sin(ωt + φ) = -I0/(LC) * sin(ωt + φ) − ω^2*I0sin(ωt + φ) = -I0/(LC) * sin(ωt + φ)

The angular frequency is now given by ω = 1/sqrt(LC). A LC circuit is then an oscillating circuit with frequency ω/(2π) = 1/(2π*sqrt(LC)).

A Computational Model

How do we visualize or predict using this topic. Consider embedding some vpython code here Teach hands-on with GlowScript

Examples

Be sure to show all steps in your solution and include diagrams whenever possible

Simple

Middling

Difficult

Connectedness

  1. How is this topic connected to something that you are interested in?
  2. How is it connected to your major?
  3. Is there an interesting industrial application?

History

Put this idea in historical context. Give the reader the Who, What, When, Where, and Why.

See also

Are there related topics or categories in this wiki resource for the curious reader to explore? How does this topic fit into that context?

Further reading

Books, Articles or other print media on this topic

External links

Internet resources on this topic

References

This section contains the the references you used while writing this page