Laplace transform of proper rational function

Click For Summary
The discussion revolves around the confusion regarding the partial fraction decomposition of a proper rational function in the context of Laplace transforms. The original poster questions the steps taken to arrive at the partial fractions, particularly pointing out a typo in the denominator. It is clarified that the correct denominator is s^2 - 2s + 2, not s^2 - 2s + 1, which affects the decomposition. Participants emphasize that the problem does not involve complex partial fractions and suggest that the solution's method is more straightforward. Overall, the conversation highlights the importance of accuracy in mathematical notation and the simplicity of the problem's approach.
member 731016
Homework Statement
Please see below
Relevant Equations
##\frac{2s + 1}{((s - 1)(s - 1)} = \frac{A(s - 1) + B(s - 1)}{(s - 1)(s - 1)}##
For this problem (b),
1713580812875.png

The solution is,
1713580841965.png

However, I don't understand how they got their partial fractions here (Going from step 1 to 2).

My attempt to convert into partial fractions is:

##\frac{2s + 1}{(s - 1)(s - 1)} = \frac{A(s - 1) + B(s - 1)}{(s - 1)(s - 1)}##

Thus,

##2s + 1 = A(s - 1) + B(s - 1)##
##2s + 1 = (A + B)s - A - B##

##2 = A + B##
##1 = - A - B##
##-1 = A + B##

However, ##2 ≠ -1##

Does someone please know how they got their partial fractions expression in step 2?

Thanks!
 
Physics news on Phys.org
I disagree with their first step. ##\frac {2s+1}{s^2-2s+1} = \frac {2s}{(s-1)^2} + \frac{1}{(s-1)^2}##.
I don't know why they are adding 1 to the denominators.
CORRECTION: The text in the OP is a typo and the actual problem has denominator ##s^2-2s+2##. Thanks, @Orodruin .
 
Last edited:
  • Love
Likes member 731016
FactChecker said:
I disagree with their first step. ##\frac {2s+1}{s^2-2s+1} = \frac {2s}{(s-1)^2} + \frac{1}{(s-1)^2}##.
I don't know why they are adding 1 to the denominators.
Because the actual problem has the denominator ##s^2 - 2s + \color{Red}{2}## … the 1 in the solution’s first expression is a typo.
 
  • Like
  • Love
Likes member 731016 and FactChecker
Apart from that, your partial fraction ansatz is equivalent to assuming
$$
2s + 1 = (A+B)(s-1)
$$
This obviously will not work. You should check how to do partial fractions when the denominator is a square (or higher power). Even if it will not be useful here.
 
  • Love
Likes member 731016
Orodruin said:
is a typo
Typos seem quite overabundant in the solutions of the OP’s threads. If this is the main mode of learning, they may want to consider a different source.
 
  • Love
Likes member 731016
There are no tricky partial fractions involved in this problem. Every step is a simple rearrangement of the fractions.
 
  • Love
Likes member 731016
I mean, you can do partial fractions, but the roots of the denominator are complex and the approach in the solution is much more straightforward.
 
  • Love
Likes member 731016