Finding the possible Resistances in order to Critically Damp a Circuit?

  • Context: Engineering 
  • Thread starter Thread starter luap
  • Start date Start date
  • Tags Tags
    Circuit
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
luap
Messages
2
Reaction score
0

Homework Statement



In the circuit given below, specify values for R such that the system is critically damped. Let L =2 Henry, and C= 0.01 farads.

Homework Equations


1 = [tex]\alpha[/tex] / [tex]\omega[/tex]

The Attempt at a Solution


I don't know really where to begin. The next question asks us to find the transfer function with the Larger value of R, so I'm assuming there are 2 solutions in which R can be. Anything that could help my brain go in the right direction would be much appreciated! I attached a picture I drew of the circuit.
 

Attachments

  • HW4circuit.png
    HW4circuit.png
    3.8 KB · Views: 537
Last edited:
Physics news on Phys.org
Alright I went ahead and did my best to find the transfer function in terms of R and s, but my final answer doesn't make much sense to me.

I just used the s domain and transformed the circuit into a simple voltage divider. I transformed the parallel RL portion to
[tex]\frac{R*2s}{R+2s}[/tex]

then I added the series RC into
[tex]\frac{100}{s} + R[/tex]

Then solved the voltage for y by using a voltage divider (note the attachment). I did some simplifying and came up with this transfer function. Which makes no sense to me.
[tex]\frac{y}{x}=H=\frac{2R(s^2) + 200s + (R^2)*s + 100R}{4R(s^2) + 200s + (R^2)*s + 100R}[/tex]
 

Attachments

  • simplified circuit.png
    simplified circuit.png
    3.5 KB · Views: 557
Last edited:
It might help if you didn't plug the numbers in right from the beginning. In symbols, you'd get

[tex]H(s) = \frac{(Ls+R)(RCs+1)}{2RLCs^2+(R^2C+L)s+R} = \frac{1}{2}\left[\frac{(s+\frac{R}{L})(s+\frac{1}{RC})}{s^2+\frac{1}{2}(\frac{R}{L}+\frac{1}{RC})s+\frac{1}{2LC}}\right][/tex]

The combinations like R/L, 1/RC, and 1/LC should look familiar to you. The denominator of H(s) corresponds to the differential equation the oscillator satisfies. Each factor of s indicates a differentiation, so the differential equation would be

[tex]y''+\frac{1}{2}\left(\frac{R}{L}+\frac{1}{RC}\right)y'+\left(\frac{1}{2LC}\right)y=f(t)[/tex]

Compare that to the general differential equation for a damped harmonic oscillator to figure out when the circuit will be critically damped.