Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
3774 views
ubuntu2004
1
<exercise checkit-seed="0003" checkit-slug="AA5" checkit-title="Strategies for Solving IVPs">
2
<statement>
3
<p>
4
For each ODE, describe an appropriate strategy to find its
5
general solution, and the features of the ODE that make
6
that strategy appropriate. (Do not fully solve these ODEs.)
7
</p>
8
<ol>
9
<li>
10
<m>-81 \, {y} = -{y''} + 3 \, \mathrm{u}\left(t - 5\right)</m>
11
</li>
12
<li>
13
<m>-8 \, {y}^{3} {y'} - 3 \, {y}^{2} = 6 \, {y} {y'} t + 4 \, t^{3}</m>
14
</li>
15
<li>
16
<m>{y'} t - 5 \, t^{2} = -3 \, {y}</m>
17
</li>
18
<li>
19
<m>-5 \, {y} + {y''} - 4 \, {y'} = 0</m>
20
</li>
21
</ol>
22
</statement>
23
<answer>
24
<ol>
25
<li>
26
The ODE is linear constant-coefficient with a discontinuous function, so it can be solved by using Laplace transforms.
27
</li>
28
<li>
29
The ODE is exact, so it can be solved by finding a potential function.
30
</li>
31
<li>
32
The ODE is linear first-order, so it can be solved by solving its homogeneous form and then using variation of parameters, or using an integrating factor.
33
</li>
34
<li>
35
The ODE is linear homogeneous with constant coefficients, so it can be solved by using D-notation and factoring.
36
</li>
37
</ol>
38
</answer>
39
</exercise>
40
41