Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
23137 views
ubuntu2004
1
<exercise checkit-seed="5148" checkit-slug="Zfinal" checkit-title="Zfinal">
2
<statement>
3
<p>
4
For each of the following scenarios, provide a reasonable IVP model.
5
Let <m>t</m> represent time, let <m>z</m> represent the value given in the scenario,
6
and use uppercase letters for positive constants.
7
Then label each term and initial value of each IVP to describe what it
8
represents from the scenario.
9
</p>
10
<ul>
11
<li>
12
A glass of sweet tea is left outside on a summer day. After some time,
13
ice is added to the glass, chilling the drink at a constant rate.
14
Let z measure the temperature of
15
the tea over time, assuming the outside temperature is kept constant.
16
</li>
17
<li>
18
An object is released from rest from above the ground.
19
Let z measure its upward velocity at a given time.
20
Assume quadratic air resistance.
21
</li>
22
<li>
23
A mass is attached to a spring. The mass is compressed inward from the spring's
24
natural position, then released from rest. Assume no damping or friction.
25
Let z measure the outward displacement of the mass from its natural position on
26
the spring.
27
</li>
28
<li>
29
Suppose the population of a species follows the logistical model:
30
births are linear based on population, and deaths are quadratic based on population.
31
Let z measure the population of this species at a given time.
32
</li>
33
</ul>
34
<p>
35
Then, show that your model is equivalent to one of the following IVP models by
36
relabeling constants and using algebra as needed. (It's possible that more than
37
one IVP may be used for a scenario. If so, choose any of them.)
38
</p>
39
<ol>
40
<li>
41
<m>D {z''} = -M z \hspace{2em}z(0)=- W ,z'(0)=0</m>
42
</li>
43
<li>
44
<m>0 = Q z^{2} - S z + {z'} \hspace{2em}z(0)= D</m>
45
</li>
46
<li>
47
<m>0 = V z + E {z'} - K \hspace{2em}z(0)= J</m>
48
</li>
49
<li>
50
<m>-E V - E {z'} = -M z^{2} \hspace{2em}z(0)=0</m>
51
</li>
52
<li>
53
<m>\frac{B z}{D} + {z'} = {\left(A - Y\right)} B \mathrm{u}\left(-L + t\right) + B Y \hspace{2em}z(0)= W</m>
54
</li>
55
<li>
56
<m>{z'} = L W - W z - M \mathrm{u}\left(-Y + t\right) \hspace{2em}z(0)= S</m>
57
</li>
58
</ol>
59
</statement>
60
<answer>
61
<ul>
62
<li>
63
An object is released from rest from above the ground.
64
Let z measure its upward velocity at a given time.
65
Assume quadratic air resistance.
66
<ul><li><m>-E V - E {z'} = -M z^{2} \hspace{2em}z(0)=0</m></li></ul></li>
67
<li>
68
A solution of salt water is pumped into a tank of less salty water,
69
while mixed water is pumped out at the same rate.
70
After a certain amount of time, the concentration of salt flowing into the
71
tank is instantly increased.
72
Let z measure the mass of salt in the tank at a given time.
73
<ul><li><m>\frac{B z}{D} + {z'} = {\left(A - Y\right)} B \mathrm{u}\left(-L + t\right) + B Y \hspace{2em}z(0)= W</m></li></ul></li>
74
<li>
75
Suppose the population of a species follows the logistical model:
76
births are linear based on population, and deaths are quadratic based on population.
77
Let z measure the population of this species at a given time.
78
<ul><li><m>0 = Q z^{2} - S z + {z'} \hspace{2em}z(0)= D</m></li></ul></li>
79
<li>
80
A mass is attached to a spring. The mass is compressed inward from the spring's
81
natural position, then released from rest. Assume no damping or friction.
82
Let z measure the outward displacement of the mass from its natural position on
83
the spring.
84
<ul><li><m>D {z''} = -M z \hspace{2em}z(0)=- W ,z'(0)=0</m></li></ul></li>
85
<li>
86
A glass of sweet tea is left outside on a summer day. After some time,
87
ice is added to the glass, chilling the drink at a constant rate.
88
Let z measure the temperature of
89
the tea over time, assuming the outside temperature is kept constant.
90
<ul><li><m>{z'} = L W - W z - M \mathrm{u}\left(-Y + t\right) \hspace{2em}z(0)= S</m></li></ul></li>
91
<li>
92
A circuit includes a battery providing constant voltage, a resistor,
93
and an inductor. Assume some initial current is flowing, and let z
94
measure the current throughout this circuit at a given time.
95
<ul><li><m>0 = V z + E {z'} - K \hspace{2em}z(0)= J</m></li></ul></li>
96
</ul>
97
</answer>
98
</exercise>
99
100
101