Why don't my two approaches to finding c(t) match in Laplace transform problem?

ViolentCorpse
Messages
190
Reaction score
1

Homework Statement


I'm given a transfer function
C(s)=10R(s)/(s+4)

And I have to find c(t) for r(t)=6u(t)

The Attempt at a Solution


First I did this problem by taking inverse laplace of the transfer function, and inserting the value of r(t) in it.

Next I did the same problem by first taking laplace of r(t), inserting it in the transfer function equation and then taking the inverse laplace to get c(t).

The answers I got from the two approaches don't match. I got c(t)=60e-4t by the first method and c(t)=15(1-e-4t) by the second method.

I don't understand why they don't match. I know that the second approach is giving me the right answer, but I can't figure out what's wrong with the former approach?

Thank you for your time!
 
Physics news on Phys.org
Did you perhaps transform the product in transformed space to a product in normal space?
 
ViolentCorpse said:
First I did this problem by taking inverse laplace of the transfer function, and inserting the value of r(t) in it.
What do you mean you inserted the value of r(t) in it? Please show your actual work.
 
C(s)=10R(s)/(s+4)

1st method:
c(t)=10e-4tr(t) (Is this what you meant by transforming a product to normal space, Orodruin?)
Since r(t)=6u(t)
So, c(t)=60e-4tu(t)

2nd method:
r(t)=6u(t)
R(s)=6/s
So
C(s)=60/s(s+4)
Applying partial fractions to get
C(s)=15/s - 15/(s+4)
c(t)=15(1-e-4t)
 
Last edited:
ViolentCorpse said:
c(t)=10e-4tr(t) (Is this what you meant by transforming a product to normal space, Orodruin?)

Yes, the product of two Laplace transforms is not the Laplace transform of the product, it is the Laplace transform of the convolution of the functions. You therefore cannot do what you did in this step.
 
Orodruin said:
Yes, the product of two Laplace transforms is not the Laplace transform of the product, it is the Laplace transform of the convolution of the functions. You therefore cannot do what you did in this step.
I vaguely recalled something like that the moment you mentioned it before. I feel so stupid.

Thanks so much, Orodruin!
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top