ubuntu2004
<exercise checkit-seed="0004" 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>0 = -49 \, {y} + {y''} + 3 \, \mathrm{u}\left(t - 4\right)</m>10</li>11<li>12<m>5 \, {y} = 2 \, t^{4} + {y'} t</m>13</li>14<li>15<m>-14 \, {y} - {y''} - 9 \, {y'} = 0</m>16</li>17<li>18<m>2 \, {y}^{2} - 6 \, {y} {y'} - 10 \, t = -4 \, {y} {y'} t</m>19</li>20</ol>21</statement>22<answer>23<ol>24<li>25The ODE is linear constant-coefficient with a discontinuous function, so it can be solved by using Laplace transforms.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 homogeneous with constant coefficients, so it can be solved by using D-notation and factoring.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