braceman
- 30
- 0
Homework Statement
Doing a homework question and I ran it through wolfram and I get a different answer to what I'm working it out as...and I can't see where I'm going wrong. Anyone able to give a pointer?
my equation is
\frac{1}{s(0.641s + 1)}
Wolfram gives the answer as
\frac{1}{s}-\frac{1}{s+1.56006}
Homework Equations
The Attempt at a Solution
Using partial fraction decomposition I get (using cover up) -
\frac{1}{s(0.641s + 1)} = \frac{A}{s} + \frac{B}{0.641s+1}
A = \frac{1}{s(0.641s + 1)} ~~~~~~ where~s~ = 0
=\frac{1}{0.641.0 +1}
=\frac{1}{1}
∴A=1
B = \frac{1}{s}
(0=0.641s+1
-1=0.641s
s=\frac{-1}{0.641}
s=-1.56)
∴B=\frac{1}{s}
∴B=\frac{1}{-1.56}
∴B=-0.641
Inserting~A~and~B~into~the~decomposition
\frac{1}{s} + \frac{-0.641}{0.641s+1}
which I get to be
\frac{1}{s} - \frac{1}{s+1}
Where am I making my schoolboy error? It's my first go at partial fractions and my textbook aint exactly crammed with examples. Anyone able to point out if I've made a glaring error or just something stupid...any help would be appreciated.