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
Explain why one of the following ODEs is exact, and why the other is not.
6
</p>
7
{{#odes}}<me>{{.}}</me>{{/odes}}
8
<p>
9
Then find an implicit solution for the exact ODE
10
that satisfies the initial value
11
<m>y({{t0}})={{y0}}</m>.
12
</p>
13
</statement>
14
<answer>
15
<p>The following ODE is exact.</p>
16
<me>{{exact_ode}}</me>
17
<p>
18
Its implicit solution satisfying the initial value is:
19
</p>
20
<me>{{solution}}</me>
21
</answer>
22
</exercise>
23