What Is the Partial Fraction Expansion of 1/[((a+s)*(1+b/s)^m)]?

Click For Summary
SUMMARY

The discussion focuses on the partial fraction expansion of the expression 1/[((a+s)*(1+b/s)^m)], where a, b, and s are nonnegative real values and m is a positive integer. The proposed expansion is Sum[A_j/[(1+b/s)^j],{j,1,m}]+B/(a+s). However, it is concluded that such an expansion may not exist since the denominator is not a polynomial in s. A simpler example is provided to illustrate the decomposition process, revealing that A and B must equal zero for the equation to hold true.

PREREQUISITES
  • Understanding of partial fraction decomposition
  • Familiarity with polynomial factorization
  • Knowledge of real-valued functions and their properties
  • Basic algebraic manipulation skills
NEXT STEPS
  • Research the properties of partial fraction decomposition in non-polynomial contexts
  • Explore advanced algebraic techniques for handling rational functions
  • Study the implications of real-valued parameters in mathematical expressions
  • Learn about the application of polynomial factorization in control theory
USEFUL FOR

Mathematicians, engineering students, and anyone involved in advanced algebra or control systems who seeks to understand the limitations of partial fraction expansions in non-polynomial scenarios.

nikozm
Messages
51
Reaction score
0
Hi,

I would like to expand the following expression:

1/[((a+s)*(1+b/s)^m)], where a, b, and s are real nonnegative values and m is an arbitrary positive integer.

Particularly, according to partial fraction expansion, it becomes:

Sum[A_j/[(1+b/s)^j],{j,1,m}]+B/(a+s). I look for a closed-form expression of A_j and B.

Any help could be useful.

Thank you in advance.
 
Physics news on Phys.org
nikozm said:
Hi,

I would like to expand the following expression:

1/[((a+s)*(1+b/s)^m)], where a, b, and s are real nonnegative values and m is an arbitrary positive integer.

Particularly, according to partial fraction expansion, it becomes:

Sum[A_j/[(1+b/s)^j],{j,1,m}]+B/(a+s). I look for a closed-form expression of A_j and B.

Any help could be useful.
I don't know if there is such an expansion. Partial fraction decomposition is used when the denominator is the factorization of some polynomial. For your problem, the denominator is ##(a + s)(1 + \frac b s)^m## which is not a polynomial in s.

Consider a much simpler example. Can we decompose ##\frac 1 {(a + x)(b + 1/x)}##
That is, can we write ##\frac 1 {(a + x)(b + 1/x)}## as ##\frac A {a + x} + \frac B {b + 1/x}##?
If so, multiplying on both sides by (a + x)(b + 1/x) yields the equation ##1 = A(b + 1/x) + B(a + x)##, which must hold for all x for which the original denominator isn't zero.

Multiplying out the right side, we have ##1 = Ab + Ba + \frac A x + Bx##
In order for this equation to be identcally true, we must have 1 = Ab + Ba, ##\frac A x = 0##, and ##Bx = 0##, implying that A = B = 0, and Ab + Ba = 1.
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K