Reducing nominator's higher order.

  • Thread starter Thread starter blighme
  • Start date Start date
  • Tags Tags
    Higher order
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
 
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...
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...
I'm interested to know whether the equation $$1 = 2 - \frac{1}{2 - \frac{1}{2 - \cdots}}$$ is true or not. It can be shown easily that if the continued fraction converges, it cannot converge to anything else than 1. It seems that if the continued fraction converges, the convergence is very slow. The apparent slowness of the convergence makes it difficult to estimate the presence of true convergence numerically. At the moment I don't know whether this converges or not.
Back
Top