Furbishkov said:
Homework Statement
An ideal AC voltage source generating an emf V (t) = V0 cosωt is connected in series with a resistance R, an inductance L, and a capacitance C.
a) Find the steady-state solution for the charge, q(ω,t), which is of the form q0(ω)cos(ωt− δ(ω)).
b) Find the steady-state current in the circuit, I(ω,t).Homework Equations
q0(ω)cos(ωt− δ(ω)).
The Attempt at a Solution
From Kirchoff's voltage rule ; q = cVocosωt -cLq(double dot) - cRq(single dot)
I don't think the above is correct. From KVL, you get ##V_R + V_L + V_C = v(t)##, where the left side represents the voltages across the resistor, the inductor, and the capacitor. The right side represents the voltage that is applied to the circuit.
Based on the KVL, the equation becomes
##Ri(t) + L\frac{di(t)}{dt} + \frac 1 C \int_{-\infty}^{\tau = t} i(\tau)d\tau = v(t)##
If you differentiate with respect to t, you get rid of the integral, producing
##R\dot{i} + L\ddot{i} + \frac 1 C i = v'(t)##
This equation can be rearranged and divided through by L, resulting in the following equation.
## \ddot{i} + \frac R L \dot{i} + \frac 1 {LC} i = \frac 1 L v'(t)##
The above is a second order differential equation that can be solved for i(t), from which you can get q(t) by antidifferentiating, since dq/dt = i.
##- cL\ddot{q} - cR\dot{q} + cV_0\cos(\omega t) = q ##
The question now is, do you know how to solve 2nd order differential equations?
Furbishkov said:
But I am unsure how to get from there to a steady-state solution with the things I am given. I understand that once I get "a" I will need to derive it to get "b".