RC Circuit with alternating voltage source

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
sun18
Messages
16
Reaction score
1

Homework Statement


I'm supposed to find the current in a circuit with a voltage source, capacitor, and resistor in series. The voltage source is described by V=V0ejwt.
Here, j is the complex number j2=-1, and i is the current

Homework Equations


I=C*dv/dt

The Attempt at a Solution


I have several sources of confusion with this question. First, in the equation I=C*dv/dt, does that v refer to the voltage source, or specifically the voltage drop across the capacitor? Can I use Kirchoff's voltage law with this type of circuit? I tried this and got:

V0ejwt - iR - q/c = 0
Then taking the time derivative of the equation:

V0jwejwt - R*di/dt - i/c = 0
I then have no idea how to solve this differential equation. Even rewriting with euler's identity:
V0jw[cos(wt)+jsin(wt)]=R*di/dt+i/c

Any help would be greatly appreciated.
 
Physics news on Phys.org
I suspect that the ##V = V_o e^{j \omega t}## is meant to be a phasor representation for the input. Have you covered phasors yet? If so you're meant to deal with the real portion of the resulting voltage, which in this case would be ##V_o cos(\omega t)##.

Yes, the v in I = C*dv/dt represents the voltage across the capacitor.

Yes, Kirchhoff's Voltage Law (KVL) can be applied as you have done.
 
We haven't covered phasors yet but I read ahead and it makes sense now.
Thank you for the response.