Reducing nominator's higher order.

  • Context: Undergrad 
  • Thread starter Thread starter blighme
  • Start date Start date
  • Tags Tags
    Higher order
Click For Summary

Discussion Overview

The discussion revolves around simplifying a transfer function, specifically the expression \(\frac{s^{2}+1}{s+1}\), to achieve a first-order numerator in relation to the denominator. Participants explore various methods of simplification and express concerns about the implications for state-space representation in LTspice simulations.

Discussion Character

  • Technical explanation
  • Mathematical reasoning
  • Homework-related

Main Points Raised

  • One participant, Vlad, seeks to simplify the transfer function to have a first-order numerator, questioning the feasibility of this given the higher-order terms.
  • Another participant suggests starting by factoring out the highest powers of \(s\) and performing polynomial division to achieve a proper rational fraction.
  • Vlad reports achieving a result of \(s-1+\frac{2}{s+1}\) and notes that this matches a result from WolframAlpha, but expresses a desire for alternative methods for state-space translation.
  • A later reply elaborates on the polynomial division process, confirming Vlad's result and emphasizing the importance of partial fractions in integration, while noting that more complex cases may require deeper analysis.

Areas of Agreement / Disagreement

Participants generally agree on the approach of polynomial division and the resulting expression, but there is no consensus on whether this is the only or best method for simplification, nor on the implications for state-space representation.

Contextual Notes

Some participants express uncertainty about the limitations of their mathematical skills, and there is a recognition that the simplification process may vary in complexity depending on the specific functions involved.

blighme
Messages
12
Reaction score
0
Hello

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

[itex]\frac{s^{2}+1}{s+1}[/itex]

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:

[itex]\frac{s^{2}+2*s+3}{s^{2}+s+1} → \frac{s+2}{s^{2}+s+1}+1[/itex]

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
 
Physics 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"

[tex]\frac{s^{2}+1}{s+1} = \frac{s(s+1)}{s+1} + \frac{-s + 1}{s+1}[/tex]

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:

[tex]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[/tex]
Thus,
[tex]\,s^2+1=(s-1)(s+1)+2\Longrightarrow\frac{s^2}{s+1}=s-1+\frac{2}{s+1}[/tex]
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
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
4K
  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 36 ·
2
Replies
36
Views
6K