<< Chapter < Page Chapter >> Page >
This module is part of the collection, A First Course in Electrical and Computer Engineering . The LaTeX source files for this collection were created using an optical character recognition technology, and because of this process there may be more errors than usual. Please contact us if you discover any errors.

There is a version of the quadratic equation that will arise over and over again in your study of electrical and mechanical systems:

s 2 + 2 ξ ω 0 s + ω 0 2 = 0 .

For reasons that can only become clear as you continue your study of engineering, the parameter ω 0 is called a resonant frequency , and the parameter ξ 0 is called a damping factor . In this experiment, you will begin by

  1. finding the “underdamped” range of values ξ 0 for which the roots s 1 and s 2 are complex;
  2. finding the “critically damped” value of ξ 0 that makes the roots s 1 and s 2 equal; and
  3. finding the “overdamped” range of values ξ 0 for which s 1 and s 2 are real.
  4. For each of these ranges, find the analytical solution for s 1 , 2 as a function of ω 0 and ξ ; write your solutions in Cartesian and polar forms and present your resultsas
    s 1 , 2 = , 0 ξ ξ c , ξ = ξ c , ξ ξ c
    where ξ c is the critically damped value of ξ . Write a MATLAB program that computes and plots s 1 , 2 for ω 0 fixed at ω 0 = 1 and ξ variable between 0.0 and 2.0 insteps of 0.1. Interpret all of your findings.

Now organize the coefficients of the polynomial s 2 + 2 ξ s + 1 into the array [ 12 ξ 1 ] . Imbed the MATLAB instructions

in aloop to compute and plot the roots of s 2 + 2 ξ s + 1 as ξ ranges from 0.0 to 2.0. Note that r is a 1 × 2 array of complex numbers. You should observe [link] . We call this “half circle and line” the locus of roots for the quadratic equation or the “root locus” in shorthand. for

This Cartesian graph contains a trident shaped series of plotted dots. The dots start at the coordinant (-4,0) and a line of these dots extends from that point to just about the origin. Around (-1,0) a half circle of dots up and down and to the right. These curves end at (1,0) and (-1,0) respectively. The y axis is labeled imaginary and the x axis is labeled real. This Cartesian graph contains a trident shaped series of plotted dots. The dots start at the coordinant (-4,0) and a line of these dots extends from that point to just about the origin. Around (-1,0) a half circle of dots up and down and to the right. These curves end at (1,0) and (-1,0) respectively. The y axis is labeled imaginary and the x axis is labeled real.
Roots of Quadratic Equation

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, A first course in electrical and computer engineering. OpenStax CNX. Sep 14, 2009 Download for free at http://cnx.org/content/col10685/1.2
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'A first course in electrical and computer engineering' conversation and receive update notifications?

Ask