Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
3774 views
ubuntu2004
1
<?xml version='1.0' encoding='UTF-8'?>
2
<exercise xmlns="https://spatext.clontz.org" version="0.0">
3
<statement>
4
<p>
5
Use an appropriate substitution
6
to show that all of the following ODEs may be transformed into
7
the same linear ODE.
8
(Do not fully solve these ODEs.)
9
</p>
10
<ol>
11
{{#odes}}
12
<li><m>{{ode}}</m></li>
13
{{/odes}}
14
</ol>
15
</statement>
16
<answer>
17
<ol>
18
{{#odes}}
19
<li><p>Let <m>{{sub}}</m>.</p></li>
20
{{/odes}}
21
</ol>
22
<p>
23
All ODEs transform into
24
<m>{{linear}}</m>.
25
</p>
26
</answer>
27
</exercise>
28