Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
3774 views
ubuntu2004
1
<?xml version='1.0' encoding='UTF-8'?>
2
<exercise xmlns="https://spatext.clontz.org" version="0.0">
3
<statement>
4
<ol>
5
<li>
6
Compute the Laplace transform of
7
<m>y = {{pretransform}}</m> by using a transform table.
8
</li>
9
<li>
10
Show why <m>\mathcal{L}\{ {{e_pretransform}} \}={{e_transform}}</m>
11
using the integral definition of a Laplace transform.
12
</li>
13
</ol>
14
</statement>
15
<answer>
16
<ol>
17
<li>
18
<me>
19
\mathcal{L}\{y\} = {{transform}}
20
</me>
21
</li>
22
<li>
23
<me>
24
\mathcal{L}\{ {{e_pretransform}} \}
25
=\int_0^{\infty} {{e_pretransform}} e^{-st}\,dt
26
={{e_transform}}
27
</me>
28
</li>
29
</ol>
30
</answer>
31
</exercise>
32
33