Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
20865 views
1
<exercise masterit-seed="6868" 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> -5 \, t^{2} = t y {y'} + y^{2} </m>
12
</li>
13
<li>
14
<m> -2 \, t - {y'} = -y - \frac{3}{2 \, 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} - 3} = 1 </m>
25
</li>
26
</ol>
27
</answer>
28
</exercise>
29
30
31