Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
| Download
Views: 1794
Image: ubuntu2004
1
<exercise>
2
<statement>
3
<p>
4
Use a substitution (either <m>u=\frac{y}{t}</m> or <m>u=at+by</m>)
5
to rewrite each of the following ODEs as the separable ODE
6
<m><xsl:value-of select="separated"/></m>.
7
(Do not fully solve either ODE.)
8
</p>
9
<ol>
10
<xsl:choose>
11
<xsl:when test="swapped">
12
<li><m><xsl:value-of select="y_over_t"/></m></li>
13
<li><m><xsl:value-of select="at_y"/></m></li>
14
</xsl:when>
15
<xsl:otherwise>
16
<li><m><xsl:value-of select="at_y"/></m></li>
17
<li><m><xsl:value-of select="y_over_t"/></m></li>
18
</xsl:otherwise>
19
</xsl:choose>
20
</ol>
21
</statement>
22
<answer>
23
<ol>
24
<xsl:choose>
25
<xsl:when test="swapped">
26
<li>Let <m>u=\frac{y}{t}</m></li>
27
<li>Let <m><xsl:value-of select="at_y_sub"/></m></li>
28
</xsl:when>
29
<xsl:otherwise>
30
<li>Let <m><xsl:value-of select="at_y_sub"/></m></li>
31
<li>Let <m>u=\frac{y}{t}</m></li>
32
</xsl:otherwise>
33
</xsl:choose>
34
</ol>
35
</answer>
36
</exercise>
37