Engineering Analyzing source free RLC circuit

AI Thread Summary
The discussion focuses on analyzing a source-free RLC circuit, particularly in determining the resistance (R) for critical damping. The calculations for the damping factor (α) and natural frequency (ω) lead to the conclusion that R should be around 355.56 Ω, with emphasis on maintaining precision in intermediate calculations to avoid errors. The participants clarify the form of the solution for critically damped circuits and discuss the relationship between current (i) and maximum current (imax), emphasizing the importance of understanding circuit behavior over time. Additionally, practical implications of different damping types are explored, highlighting the balance between performance and stability in circuit design. The conversation underscores the complexity of circuit analysis and the need for careful calculations and understanding of theoretical concepts.
dwn
Messages
165
Reaction score
2

Homework Statement


Attached an image with the exact question.


Homework Equations



α = 1/2RC
ω = 1/√(LC) α > ω
i(t) = Aest + Bect

The Attempt at a Solution



(a) First I found ω and α ---- ω = 1.4*10^5 1.4*10^5 < 1/2RC → R > 357.1429

Is it safe to assume that R is 358 Ω...? Is this how R is found?

(b) i(t) = Aest + Bect
s = -α - √(α22)
c = -α + √(α22)

I have not started this yet, because I want to make sure R is correct.
 

Attachments

  • Screen Shot 2014-04-25 at 9.07.10 PM.jpg
    Screen Shot 2014-04-25 at 9.07.10 PM.jpg
    9.7 KB · Views: 525
Physics news on Phys.org
dwn said:

Homework Statement


Attached an image with the exact question.


Homework Equations



α = 1/2RC
ω = 1/√(LC) α > ω
i(t) = Aest + Bect

The Attempt at a Solution



(a) First I found ω and α ---- ω = 1.4*10^5 1.4*10^5 < 1/2RC → R > 357.1429

Is it safe to assume that R is 358 Ω...? Is this how R is found?
You should keep a few more decimal places for intermediate values, otherwise truncation and roundoff errors can creep into your significant figures in multi-step calculations. When I keep a few more decimals for ωo I get a slightly smaller value for R.

Your method is okay, but you should make it clear that for critical damping the damping factor ##\zeta = \frac{\alpha}{\omega_o}## is unity (1).
 
I took your advice and recalculated using a calculator instead of MatLab which truncated it to result shown above. I did get a more accurate calculation, so is it safe to assume that R = 355.56? (actual was 353.55339).

Thanks for damping factor, I must have missed that in the text...I didn't realize we can check our result using α/ω
 
dwn said:
I took your advice and recalculated using a calculator instead of MatLab which truncated it to result shown above. I did get a more accurate calculation, so is it safe to assume that R = 355.56? (actual was 353.55339).

Thanks for damping factor, I must have missed that in the text...I didn't realize we can check our result using α/ω

With the expressions for ##\zeta##, ##\omega_o##, and ##\alpha## you could find an expression for R in terms of L & C alone (assuming critical damping). In fact, with the given values of L and C being such nice numbers you could even show (with a little work) that
$$R = \frac{1000}{2 \sqrt{2}} \Omega$$
But that's probably going a bit overboard for what you need. If you were solving the rest of the problem via Laplace Transforms then it might make the transform prettier :smile:

But by your approach you should be able to hit the "actual" value bang on if you keep enough digits through all the intermediate steps.
 
I will have to save the Laplace Transforms for another time, when I'm not on the clock, so to speak. haha.

As for part b, I'm not comfortable with the results, or at least the first step to solving part b. I need to calculate for s and c using the equations previously stated. However, the result I am getting seems a bit off.

s = -0.2828422 - √(0.282842222 - 141421.3562322) = 141421.073388
c = -0.2828422 + √(0.282842222 - 141421.3562322) = 141421.639072

What should follow:
1.
Code:
A + B = i[SUB]L[/SUB](0) = 0.1A
2.
Code:
Ae[SUP]st[/SUP] + Be[SUP]ct[/SUP] = V[SUB]L[/SUB](0) = L∂i/∂t

3.
Code:
L∂i/∂t = 5*10[SUP]-3[/SUP](sAe[SUP]st[/SUP] + cBe[SUP]ct[/SUP])
4.
Code:
V(0) = -400 V = 5*10[SUP]-3[/SUP](sA + cB)
Then solve number 1 and 4, for A and B using the elimination method. Except I'm not sure how these two relate since the units don't match -- A/s and the other just A.

I'm sorry if there is any confusion..hopefully this all makes sense, if it does not, I will do my best to clean it up.
 
Last edited:
Okay, one problem. For the critically damped case the form of the solution is not ##A e^{s t} + B e^{c t}##.

Take a look at the Wikipedia entry for the RLC circuit, and in particular the section on Critically Damped Response :wink:
 
Argh! I forgot they varied depending on damping.

Code:
v = e[SUP]-αt[/SUP](At + B)

In which case, V(0) = -400 V = B

Does everything else look alright?
Also, can you explain to me how imax differs from i? I found the equation:
Code:
(V[SUB]0[/SUB]/e)√(C/L)
Does this typically happen within a reasonable amount of time, something intuitive?

Thanks for your help with this. Really appreciate it!

(Do you just learn to deal with and accept the "speed bumps"? Frustrating)
 
Last edited:
What type of damping circuit do ee's generally prefer? I imagine there can be a case made for each, but I just finished reading an article that talked about the effects of overdamping and that it kills the peak current in the circuit...is this done to prevent a circuit from blowing? Where would underdamping be beneficial?

Just trying to get a practical understanding of the circuit damping. Thanks!
 
dwn said:
Argh! I forgot they varied depending on damping.

Code:
v = e[SUP]-αt[/SUP](At + B)

In which case, V(0) = -400 V = B

Does everything else look alright?
That's the right idea. Find your values for A and α too.

Also, can you explain to me how imax differs from i? I found the equation:
Code:
(V[SUB]0[/SUB]/e)√(C/L)
Does this typically happen within a reasonable amount of time, something intuitive?
Offhand I don't recognize that formula. I suppose it might be a solution to finding the extrema of the current function, but I wouldn't know without actually solving the problem myself. So, write the equation for the current w.r.t. time and find the extrema...

The current is a function of time and it will have maximum and minimum values. The magnitudes of the two are not equal, and one will be positive and the other negative. So the question is asking you to find the greatest current magnitude as well as the greatest positive valued current.

Note that you can always check your thinking/results and "see" the voltage and current curves using a simulator like LTSpice.

The time for the output (current in this case) to settle to its final value is determined by the constant in the exponential. That would be your α, for which a simple formula is available for the parallel RLC circuit. The rule of thumb is that after 5 time constants (##\tau = 1/\alpha##) all the exciting stuff is over and done with. Critical damping achieves the minimal settling time without "ringing" (oscillations about the final value).

Thanks for your help with this. Really appreciate it!

(Do you just learn to deal with and accept the "speed bumps"? Frustrating)

Yup. That's life :smile:
 

Similar threads

Replies
5
Views
3K
Replies
1
Views
2K
Replies
3
Views
3K
Replies
5
Views
2K
Replies
9
Views
11K
Replies
25
Views
4K
Replies
13
Views
7K
Replies
2
Views
4K
Back
Top