Solve system of equations using laplace transform and evaluate x(1)

davidbenari
Messages
466
Reaction score
18

Homework Statement


I keep getting the wrong answer, and wolphram seems to back me up.

Here's the system of equations

##(-10+s)X(s)-7Y(s)=\frac{10}{s}##
##X(s)+(-2+s)Y(s)=0##

Homework Equations

The Attempt at a Solution


Using Cramer's rule I've got

##X(s)=\frac{10}{(s-9)(s-3)}-\frac{20}{s(s-9)(s-3)}##
Using partial fraction decomposition I've got

##x(t)=e^{9t}(10/6-20/54)+e^{3t}(-10/6+20/18)-20/27##

Evaluating ##x(1)## I get ##10492.1##
 
Physics news on Phys.org
davidbenari said:

Homework Statement


I keep getting the wrong answer, and wolphram seems to back me up.

Here's the system of equations

##(-10+s)X(s)-7Y(s)=\frac{10}{s}##
##X(s)+(-2+s)Y(s)=0##

Homework Equations

The Attempt at a Solution


Using Cramer's rule I've got

##X(s)=\frac{10}{(s-9)(s-3)}-\frac{20}{s(s-9)(s-3)}##
Using partial fraction decomposition I've got

##x(t)=e^{9t}(10/6-20/54)+e^{3t}(-10/6+20/18)-20/27##

Evaluating ##x(1)## I get ##10492.1##

Your answer is correct. What makes you think it is wrong?
 
The correct answer is supposedly -1426.16 :/ Strangely enough, if I solve ##y## and evaluate ##y(1)## I get an answer close to that.
 
davidbenari said:
The correct answer is supposedly -1426.16 :/ Strangely enough, if I solve ##y## and evaluate ##y(1)## I get an answer close to that.

If you typed out the equations correctly, your solution is correct. So, either you mis-represented the problem, or the supposed answers are wrong.
 
  • Like
Likes davidbenari
Thanks for the help.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top