Electronic – Finding the laplace transform of a wave

laplace transform

I was going through the solutions of a past paper and came across this question where it is asked to determine the laplace transform of a transient waveform. I'm a bit confused with how it balances the waves and getting 10000 slope. Can anybody shed some light on it?

enter image description here

The equation obtained is as follows

$$i(t) = (5000 slope ramp at t=0) -(10000 slope ramp at t=2)+ (5000 slope ramp at t=4)($$
$$ I(s) = \frac{5000}{s^2}(1-2e^{-0.002s}+e^{-0.004s})$$

Best Answer

In the interval [0, 0.002], the signal has a slope of \$100/0.002= 50000\$. Then in [0.002, 0.004] its \$-50000 \$ and in [0.004, \$\infty\$] it is \$0\$.

Now let us try to represent the original signal as a sum of ramp (shifted ramp) signals. ie.,

$$ y = y_1 + y_2+y_3$$

Interval 1, [0, 0.002]: The slope is 50000 so a ramp with slope 5000 is required. So $$y_1 = 50000t$$

Interval 2, [0.002, 0.004]: The slope here is -50000. So another ramp (\$y_2\$) starting at \$t=0.002\$ should be added here to make the slope = \$-50000\$.

$$y = 50000t+y_2$$

Taking the derivative on both sides

$$\frac{dy}{dt} = 50000 +\frac{dy_2}{dt} =-50000 $$ $$\frac{dy_2}{dt} =-100000$$

So the slope of \$y_2 = -100000\$ and

$$y_2 = -100000(t-0.002)$$

Interval 3, [0.004, \$\infty\$]: following the similar analysis,

$$y_3 = 50000(t-0.004)$$

Then,

$$y = 50000t -100000(t-0.002) + 50000(t-0.004)$$

Taking Laplace transform, $$Y(s) = \frac{50000}{s^2}(1-2e^{-0.002s}+e^{-0.004s})\tag1$$

EDIT: Calculating Laplace transform obtained in (1)

If \$F(s)\$ is the laplace transform of \$f(t)\$, then by property of Laplace transform, $$f(t)\Leftrightarrow F(s) $$ $$f(t-t_0)\Leftrightarrow e^{-t_0s}F(s) $$

We know that: $$t \Leftrightarrow \frac{1}{s^2}$$ Using the property mentioned above, $$(t-0.002) \Leftrightarrow \frac{1}{s^2}\times e^{-0.002s}$$ $$(t-0.004) \Leftrightarrow \frac{1}{s^2}\times e^{-0.004s}$$

Related Topic