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