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