Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
23137 views
ubuntu2004
1
<exercise checkit-seed="2640" 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 solution of salt water is pumped into a tank of initially fresh water,
13
while mixed water is pumped out at the same rate.
14
Let z measure the mass of salt in the tank at a given time.
15
</li>
16
<li>
17
A bowl of hot soup sits in a colder room.
18
Assume the room's temperature is kept constant,
19
and let z measure the temperature of
20
the soup over time.
21
</li>
22
<li>
23
A circuit includes a battery providing constant voltage, a resistor,
24
and an inductor. Assume some initial current is flowing, and let z
25
measure the current throughout this circuit at a given time.
26
</li>
27
<li>
28
A mass is attached to a spring. The mass is compressed inward from the spring's
29
natural position, then released from rest. Assume no damping or friction.
30
Let z measure the outward displacement of the mass from its natural position on
31
the spring.
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>-M z = P {z''} \hspace{2em}z(0)=- E ,z'(0)=0</m>
42
</li>
43
<li>
44
<m>-Q z + D = E {z'} \hspace{2em}z(0)= J</m>
45
</li>
46
<li>
47
<m>P z - M \delta\left(-C + t\right) - {z'} = N z^{2} \hspace{2em}z(0)= W</m>
48
</li>
49
<li>
50
<m>K V - \frac{V z}{J} - {z'} = 0 \hspace{2em}z(0)=0</m>
51
</li>
52
<li>
53
<m>-A z - {z'} = -A X \hspace{2em}z(0)= E</m>
54
</li>
55
<li>
56
<m>J Q + C {z'} + Q {z''} = 0 \hspace{2em}z(0)= B ,z'(0)= L</m>
57
</li>
58
</ol>
59
</statement>
60
<answer>
61
<ul>
62
<li>
63
An object is thrown upward from above the ground.
64
Let z measure its altitude at a given time.
65
Assume linear air resistance.
66
<ul><li><m>J Q + C {z'} + Q {z''} = 0 \hspace{2em}z(0)= B ,z'(0)= L</m></li></ul></li>
67
<li>
68
A solution of salt water is pumped into a tank of initially fresh water,
69
while mixed water is pumped out at the same rate.
70
Let z measure the mass of salt in the tank at a given time.
71
<ul><li><m>K V - \frac{V z}{J} - {z'} = 0 \hspace{2em}z(0)=0</m></li></ul></li>
72
<li>
73
Suppose the population of a species generally follows the logistical model:
74
births are linear based on population, and deaths are quadratic based on population.
75
However, at some point in the model, a natural disaster instantly wipes out
76
a fraction of the population.
77
Let z measure the population of this species at a given time.
78
<ul><li><m>P z - M \delta\left(-C + t\right) - {z'} = N z^{2} \hspace{2em}z(0)= W</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>-M z = P {z''} \hspace{2em}z(0)=- E ,z'(0)=0</m></li></ul></li>
85
<li>
86
A bowl of hot soup sits in a colder room.
87
Assume the room's temperature is kept constant,
88
and let z measure the temperature of
89
the soup over time.
90
<ul><li><m>-A z - {z'} = -A X \hspace{2em}z(0)= E</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>-Q z + D = E {z'} \hspace{2em}z(0)= J</m></li></ul></li>
96
</ul>
97
</answer>
98
</exercise>
99
100
101