ubuntu2004
<exercise checkit-seed="0005" checkit-slug="AA5" checkit-title="Strategies for Solving IVPs">1<statement>2<p>3For each ODE, describe an appropriate strategy to find its4general solution, and the features of the ODE that make5that strategy appropriate. (Do not fully solve these ODEs.)6</p>7<ol>8<li>9<m>{y''} = 3 \, {y'} + 18 \, {y}</m>10</li>11<li>12<m>10 \, t^{3} - {y'} t = 2 \, {y}</m>13</li>14<li>15<m>{y''} = 25 \, {y} + 5 \, \delta\left(t - 4\right)</m>16</li>17<li>18<m>-15 \, {y'} {y}^{2} - 4 \, {y'} {y} t - 2 \, {y}^{2} + 3 \, t^{2} = 0</m>19</li>20</ol>21</statement>22<answer>23<ol>24<li>25The ODE is linear homogeneous with constant coefficients, so it can be solved by using D-notation and factoring.26</li>27<li>28The 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.29</li>30<li>31The ODE is linear constant-coefficient with a discontinuous function, so it can be solved by using Laplace transforms.32</li>33<li>34The ODE is exact, so it can be solved by finding a potential function.35</li>36</ol>37</answer>38</exercise>394041