cjs94
- 16
- 0
Homework Statement
From the waveform shown below, estimate
a) the damping ratio ζ (you may compare response with a standard chart);
b) the forced or damped frequency of oscillation; and
c) the natural or undamped frequency of oscillation.
Homework Equations
Since the waveform is under damped, I'm attempting to use the logarithmic decrement method, described here: http://en.wikipedia.org/wiki/Logarithmic_decrement
\sigma = \frac{1}{n}\ln\frac{x(t)}{x(t + nT)}
\zeta = \frac{1}{\sqrt{1 + \left(\frac{2\pi}{\sigma}\right)^2}}
f_d = \frac{1}{T}
f_n = \frac{f_d}{\sqrt{1 - \zeta^2}}
The Attempt at a Solution
I have estimated the first two peaks from the graph as:
p_1 = 0.438\text{ V} \text{ at } 0.27\text{ ms}
p_2 = 0.350\text{ V} \text{ at } 0.77\text{ ms}
Using the above equations:
\begin{align}<br /> \sigma &= \ln\left(\frac{p_1}{p_2}\right)\\<br /> &= \ln\left(\frac{0.438}{0.350}\right)\\<br /> &= 0.224\\<br /> \text{and}\\<br /> \zeta &= \frac{1}{\sqrt{1 + \left(\frac{2\pi}{0.224}\right)^2}}\\<br /> &= 0.0356\\<br /> f_d &= \frac{1}{0.77 \times 10^{-3} - 0.27 \times 10^{-3}}\\<br /> &= 2\text{ kHz}\\<br /> f_n &= \frac{2000}{\sqrt{1 - 0.0356^2}}\\<br /> &= 2001\text{ Hz}<br /> \end{align}<br />
The problem is that I'm not sure I believe the results. I'm trying to verify the results by putting them back into the second order characteristic equation:
\begin{align}<br /> \text{C.E.} &= s^2 + 2\zeta{\omega}_{n}s + {\omega}_{n}^2\\<br /> &= s^2 + (2 \times 0.0356 \times 2\pi \times f_n)s + (2\pi \times f_n)^2\\<br /> &= s^2 + 895s + 158071624<br /> \end{align}<br />
then simulating that with a Laplace block in PSpice. However, the simulated waveform doesn't match the one above. The frequency is correct, but the damping ratio is too low -- playing about with the numbers, I find I need to increase the damping ratio to approximately ##2.8\zeta## to get the waveform looking correct.
I don't know if there is a problem in my method and the results are wrong, or if my simulation is in error (or possibly both!). Can someone please help?
Thanks,
Chris
Last edited by a moderator: