Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
20865 views
1
<exercise masterit-seed="3207" masterit-slug="F5" masterit-name="Substitution strategies">
2
<statement>
3
<p>
4
Apply each of the substitutions <m>u=\frac{y}{t}</m> and
5
<m>u=at+by+c</m> to one of the following
6
ODEs, and show that each result is separable.
7
(Do not fully solve either ODE.)
8
</p>
9
<ol>
10
<li>
11
<m> 0 = t y {y'} + 5 \, t^{2} + y^{2} </m>
12
</li>
13
<li>
14
<m> -y + {y'} - 7 = 5 \, t - \frac{4}{5 \, t + y + 2} </m>
15
</li>
16
</ol>
17
</statement>
18
<answer>
19
<ol>
20
<li>
21
<m> \frac{u {u'}}{u^{2} + 5} = \frac{1}{t} </m>
22
</li>
23
<li>
24
<m> \frac{u {u'}}{u^{2} - 4} = 1 </m>
25
</li>
26
</ol>
27
</answer>
28
</exercise>
29
30
31