I am currently solving a question on pole placement method and in it we develop a required characteristic equation for the system using % overshoot and settling time.
I know that in a 2nd-order system, the characteristic equation is \$s^2+2\zeta ws+w^2\$, and then we replace the values of \$\zeta\$ and \$w\$ with the values we get from the values which we get from % overshoot and settling time.
How would we do this in a 3rd-order system? My guess is that we take a general equation like \$(s+p)(s^2+2\zeta w s+w^2)\$ and then find \$p\$, \$\zeta\$ and \$w\$, but I don't know if this is correct or how would I even do that.
The question I am currently solving is an example from "Control Systems Engineering" by Norman Nise. This is the first example of chapter 12 "Design via State Space":
Given the plant \$G(s)\$ = some transfer function design the phase-variable feedback gains to yield 9.5% overshoot and a settling time of 0.74 second.
In the solutions, it simply says:
This equation must match the desired characteristic equation, \$s^3 + 15.9s^2 + 136.08s + 413.1 = 0\$
What is the method for finding this equation?