ubuntu2004
<exercise checkit-seed="0002" 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'} t = -2 \, {y} - 3 \, t</m>10</li>11<li>12<m>-12 \, t^{3} + 4 \, {y} = 4 \, {y'} {y} - 4 \, {y'} t</m>13</li>14<li>15<m>-10 \, {y'} = -{y''} - 24 \, {y}</m>16</li>17<li>18<m>-6 \, \delta\left(t - 4\right) = {y''} - 16 \, {y}</m>19</li>20</ol>21</statement>22<answer>23<ol>24<li>25The 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.26</li>27<li>28The ODE is exact, so it can be solved by finding a potential function.29</li>30<li>31The ODE is linear homogeneous with constant coefficients, so it can be solved by using D-notation and factoring.32</li>33<li>34The ODE is linear constant-coefficient with a discontinuous function, so it can be solved by using Laplace transforms.35</li>36</ol>37</answer>38</exercise>394041