Reducing nominator's higher order.

  • Thread starter Thread starter blighme
  • Start date Start date
  • Tags Tags
    Higher order
AI Thread Summary
The discussion revolves around simplifying a transfer function, specifically \((s^{2}+1)/(s+1)\), to achieve a first-order numerator compared to the denominator. The initial approach involves polynomial division, leading to the result \(s-1+\frac{2}{s+1}\), which is confirmed by WolframAlpha. Participants emphasize the importance of understanding partial fractions for integration and state that the simplification process can vary in complexity. The context includes the application of these simplifications in LTspice for simulating second-order Laplace transfer functions. Overall, the conversation highlights techniques for handling higher-order polynomials in control systems.
blighme
Messages
12
Reaction score
0
Hello

I have a mathematical dilemma. How can the following transfer function be simplified:

\frac{s^{2}+1}{s+1}

in order to be able to have a 1st order nominator, maximum, compared to the denominator. But what if there is s^2(/<1...∞>) ? Is this possible?

I know that the following can be done:

\frac{s^{2}+2*s+3}{s^{2}+s+1} → \frac{s+2}{s^{2}+s+1}+1

but I don't know for the others above. I hope I managed to transmit the message I wanted, if not, blame my English. Can anyone help?


Anticipated thanks,
Vlad
 
Mathematics news on Phys.org
Start by "pulling out" the highest powers of "s" first, then work your way down. The numerator degree is one higher than the denominator, so you know you can pull out a factor of "s"

\frac{s^{2}+1}{s+1} = \frac{s(s+1)}{s+1} + \frac{-s + 1}{s+1}

Then work on the second term in that expansion to pull out the factor of "1". What you're left with at that point will of course be a "proper" rational fraction, with the degree of the numerator lower than that of the denominator.

BTW. Do you know how to do polynomial division?
 
Last edited:
Thank you for the reply. Yes, and it's because I saw that I can't reduce that equation, in particular, to a 1st_order/1st_order+constant form (knowing my weak mathematical skills), that I thought there might be another way.

What I obtained (after scribbling a page of notebook) was s-1+2/(s+1), apparently it's a good result because wolframalpha showed the same. But, again, I thought (hoped) that it may be another way to allow for a translation in a state-space form. This was (is) for a custom block in LTspice to allow for 2nd order Laplace transfer functions with RLC (transient simulation is very bad and even un-recommended by the help file, ac is OK, though). Testing is done with a custom state-space block and I had problems implementing a random, but plausible, function to test it. So, I got here.

Thanks for the help, though, a doubt cleared means one way closed and another opened.
 
blighme said:
Thank you for the reply. Yes, and it's because I saw that I can't reduce that equation, in particular, to a 1st_order/1st_order+constant form (knowing my weak mathematical skills), that I thought there might be another way.

What I obtained (after scribbling a page of notebook) was s-1+2/(s+1), apparently it's a good result because wolframalpha showed the same. But, again, I thought (hoped) that it may be another way to allow for a translation in a state-space form. This was (is) for a custom block in LTspice to allow for 2nd order Laplace transfer functions with RLC (transient simulation is very bad and even un-recommended by the help file, ac is OK, though). Testing is done with a custom state-space block and I had problems implementing a random, but plausible, function to test it. So, I got here.

Thanks for the help, though, a doubt cleared means one way closed and another opened.

If I understood correctly, this is a rather important question as it involves partial fractions (of rational functions), something pretty important in integration.

In the present case, since the numerator's degree is higher than the denominator's , we can directly divide polynomialwise:

s^2+1=(as+b)(s+1)+r=as^2+(a+b)s+b+r\Longrightarrow a=1\,,\,a+b=0\Longrightarrow b=-1\,,\,b+r=1\Longrightarrow r=2
Thus,
\,s^2+1=(s-1)(s+1)+2\Longrightarrow\frac{s^2}{s+1}=s-1+\frac{2}{s+1}
Of course, this case is so simple that it can be done almost "by eye", but the general case can be way more involved. Google "Partial fraction"

DonAntonio
 
Suppose ,instead of the usual x,y coordinate system with an I basis vector along the x -axis and a corresponding j basis vector along the y-axis we instead have a different pair of basis vectors ,call them e and f along their respective axes. I have seen that this is an important subject in maths My question is what physical applications does such a model apply to? I am asking here because I have devoted quite a lot of time in the past to understanding convectors and the dual...
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Back
Top