ubuntu2004
<exercise checkit-seed="0000" 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>-8 \, {y'} = 15 \, {y} + {y''}</m>10</li>11<li>12<m>0 = 25 \, {y} - {y''} - 2 \, \delta\left(t - 6\right)</m>13</li>14<li>15<m>0 = -12 \, {y'} {y}^{3} + 10 \, {y'} {y} t + 5 \, {y}^{2} + 3 \, t^{2}</m>16</li>17<li>18<m>3 \, {y} = 24 \, t^{3} - {y'} t</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 constant-coefficient with a discontinuous function, so it can be solved by using Laplace transforms.29</li>30<li>31The ODE is exact, so it can be solved by finding a potential function.32</li>33<li>34The 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.35</li>36</ol>37</answer>38</exercise>394041