Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
20865 views
1
<exercise masterit-seed="8975" 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> -\frac{3}{3 \, t - y + 3} = -3 \, t + y - {y'} - 6 </m>
12
</li>
13
<li>
14
<m> t y {y'} = -3 \, t^{2} - y^{2} </m>
15
</li>
16
</ol>
17
</statement>
18
<answer>
19
<ol>
20
<li>
21
<m> \frac{u {u'}}{u^{2} - 3} = 1 </m>
22
</li>
23
<li>
24
<m> \frac{u {u'}}{u^{2} + 3} = \frac{1}{t} </m>
25
</li>
26
</ol>
27
</answer>
28
</exercise>
29
30
31