Circuit Theory/Complex Frequency Examples/example12

From testwiki
Jump to navigation Jump to search

A voltage source generates a current when connected to an RC branch. Find the values of the resistance and capacitance.

v(t)=10etsin(7t)
i(t)=0.2etcos(7t30)

knowns and unknowns

knowns v(t) and i(t)
unknowns RC

equations

vR=i*R
i=C*ddtvC
Vs=vC+vR

into complex frequency domain symbolically

𝕍R=𝕀*R
𝕀=C*s*𝕍C
𝕍s=𝕍R+𝕍C

Solving symbolically as much as possible:

𝕍s=𝕀*R+𝕀C*s
𝕍s𝕀=R+1C*s
s=ϕ+jω

At this point, symbolic manipulation with mupad fails. Mupad can not separate out symbolically the rectangular or polar expressions. Doing this by hand will result in huge symbolic expressions.

It is easier just to leave the solution in the above symbolic form.

At this point, it seems like there is one equation with two unknowns (R, C). But in reality there are two equations. The real part of the right has to equal the real part on the left. The imaginary on the right has to equal the imaginary on the left. Unfortunately, the values of 𝕀 and 𝕍s will determine the next step.

find RC of series circuit given Vs and Is .. m file

complex domain math

s=1+j7
𝕍s=j10
𝕀=0.2*cos(30)+j*0.2*sin(30)=0.1*3j0.1
𝕍s𝕀=2543.3j
R+1C*s=R+0.14*i0.02C
Thus 43.3j=0/14jC
C=0.14j43.3j=3.233mF
25=R+0.02C
R=25+0.02.003233=31.19ohms

Solution can only be found in the complex domain.


Simulation

Can not simulate to get the answer, but can simulate the answer to see if matches the sources given. simulation at circuitlab.com

period=2*πω=0.8976sec

It is clear that the cos, current is leading the voltage. Theoretically should be by -30 + 90 = 60 degrees.

The difference between the peaks is 0.141 seconds approximately. This translates in to degrees:

phase difference = peak difference * 360/period = 56.55 degrees .. approximately 60 degrees.

Magnitude of the current is less than the 0.2 specified, but is close ... approximately 0.18 amps. There is lots of error here. Probably could do more accurately. Template:BookCat