CE Board Exam Randomizer

⬅ Back to Differential Equations
πŸ“˜ Key Concepts: Applications of Differential Equations

Exponential Growth/Decay: $\dfrac{dN}{dt} = kN \;\Rightarrow\; N(t) = N_0 e^{kt}$
$k > 0$ for growth; $k < 0$ for decay. Half-life: $t_{1/2} = \dfrac{\ln 2}{|k|}$

Newton's Law of Cooling: $\dfrac{dT}{dt} = -k(T - T_\infty)$
Solution: $T(t) = T_\infty + (T_0 - T_\infty)\,e^{-kt}$, where $T_\infty$ = ambient temperature.

Mixture/Dilution Problems:

$$\frac{dQ}{dt} = \text{rate in} - \text{rate out}$$

where $Q$ = amount of substance in tank, rate in = (concentration in)(flow rate in), rate out = $(Q/V)$ Γ— (flow rate out).

Problem: Exponential Growth β€” Bacterial Culture

A bacterial culture starts with 500 organisms and increases to 1{,}000 in 2 hours.
a. Find the growth rate constant $k$.
b. How many organisms are present after 5 hours?
c. How long does it take for the population to triple?

DE – Applications – Problem 1 – Setup DE – Applications – Problem 1 – Diagram DE – Applications – Problem 1 – Diagram
Solution Solution Solution Solution

Problem: Radioactive Decay β€” Carbon-14 Dating

Carbon-14 has a half-life of 5{,}730 years.
a. Write the decay function $N(t)$ in terms of $N_0$.
b. A wood sample contains 30% of its original C-14. Estimate its age.
c. What percentage remains after 10{,}000 years?

DE – Applications – Problem 2 – Setup DE – Applications – Problem 2 – Diagram DE – Applications – Problem 2 – Diagram
Solution Solution Solution Solution

Problem: Newton's Law of Cooling

A cup of coffee at 90Β°C cools to 70Β°C in 5 minutes in a room maintained at 20Β°C.
a. Find the cooling constant $k$.
b. Find the temperature of the coffee at $t = 10$ minutes.
c. How long does it take for the coffee to cool to 50Β°C?

DE – Applications – Problem 3 – Setup DE – Applications – Problem 3 – Diagram DE – Applications – Problem 3 – Diagram
Solution Solution Solution Solution

Problem: Mixture / Dilution Problem

A tank initially contains 100 L of brine with 20 kg of dissolved salt. Pure water is pumped in at 4 L/min, and the well-stirred mixture is pumped out at 4 L/min.
a. Set up and solve the DE for $Q(t)$, the amount of salt (kg) at time $t$ (min).
b. Find the salt content at $t = 25$ min.
c. How long until only 10 kg of salt remains?

DE – Applications – Problem 4 – Setup DE – Applications – Problem 4 – Diagram DE – Applications – Problem 4 – Diagram
Solution Solution Solution Solution

Problem: First-Order Draining Model

A tank height satisfies dh/dt = -0.04h and h(0) = 2.5 m. Find h after 10 minutes.

$$h=2.5e^{-0.04t}$$
$$h(10)=2.5e^{-0.40}=1.68\text{ m}$$

Answer: The height is about 1.68 m.

Exam Generator Problems

Additional board-style practice items for this topic.

Question Bank: q665

MSTE - Differential Equations / Mixture Problems in D.E. / Engr. Janclyde Espinosa (Clidez)

A tank initially contains 400 gallons of brine in which 100 pounds of salt are dissolved. Pure water is running into the tank at the rate of 20 gallons per minute, and the mixture (which is kept uniform by stirring) is drained off at the same rate. How many pounds of salt remain in the tank after 30 minutes?

  1. 22.31
  2. 21.46
  3. 20.72
  4. 23.83
With equal inflow and outflow, volume stays 400 gal. Let $S$ be salt in pounds:
$\frac{dS}{dt}=0-20\frac{S}{400}=-\frac{S}{20}$
$S=100e^{-t/20}$
At $t=30$ min:
$S=100e^{-30/20}$
$\boxed{22.31}$

Question Bank: q668

MSTE - Differential Equations / Exponential Growth/Decay / Engr. Janclyde Espinosa (Clidez)

Radium decomposes at a rate proportional to the quantity of radium present. Suppose it is found that in 25 years approximately 1.1% of the original quantity of radium has decomposed. Determine how long (in years) it will take for one-half of the original amount to decompose.

  1. 1567
  2. 1512
  3. 1983
  4. 1600
If 1.1% decomposes in 25 years, then 98.9% remains:
$0.989=e^{25k}$
$k=\frac{\ln0.989}{25}$
For half remaining:
$0.5=e^{kt}$
$t=\frac{\ln0.5}{k}$
$\boxed{1567\text{ years}}$

Question Bank: q693

MSTE - Differential Equations / Newton's Law of Cooling / Engr. Janclyde Espinosa (Clidez)

A thermometer reading 75Β°F is taken out where the temperature is 20Β°F. The thermometer reading is 30Β°F after 4 minutes. Find the time (in minutes) taken for the reading to drop from 75Β°F to half the difference between the thermometer and air temperature.

  1. 11.03
  2. 22.72
  3. 40.72
  4. 43.00
Newton's law gives $T-20=Ce^{kt}$. Initially, $75-20=55$, so:
$T-20=55e^{kt}$
At $t=4$, $30-20=10$:
$10=55e^{4k}$
Half the initial temperature difference means $T-20=55/2=27.5$:
$27.5=55e^{kt}$
$t=\frac{\ln(0.5)}{k}=11.03$ min
$\boxed{11.03}$

Question Bank: q701

MSTE - Differential Equations / Exponential Growth/Decay / Engr. Janclyde Espinosa (Clidez)

A logistic curve is the graph of the equation below, where k, b, and c are positive constants. Such curves are useful describing population growth. Protozoa were found to be described by a logistic equation with b = 1.1244, k = 105, and x measured in days. Find c if the initial population was 3 protozoa.

q701
  1. 34
  2. 56
  3. 65
  4. 44

Solution pending in psadquestions/q701.json.

Question Bank: t1651

MSTE - Differential Equations / Exponential Growth/Decay / BEMz

The population of a city was found to be given by $P=40500e^{0.03t}$ where t is the number of years after 1990. At what rate is the population expected to be growing in 2000?

  1. 1640
  2. 2120
  3. 2930
  4. 1893
The population model is
$$P=40500e^{0.03t}$$
Differentiate with respect to t:
$$\frac{dP}{dt}=0.03(40500e^{0.03t})$$
Year 2000 is 10 years after 1990, so $t=10$.
$$\frac{dP}{dt}=0.03(40500e^{0.3})$$
$$\frac{dP}{dt}\approx 1640$$
$$\boxed{1640\text{ persons per year}}$$

Question Bank: t1794

MSTE - Differential Equations / Applications of Differential Equations / BEMz

The radius of the moon is 1080 miles. The gravitation acceleration of the moons surface is 0.165 miles the gravitational acceleration at the earth’s surface. What is the velocity of escape from the moon in miles per second?

  1. 2.38
  2. 1.47
  3. 3.52
  4. 4.26
Escape velocity is
$$v_e=\sqrt{2gR}$$
Earth gravity is $32.2\text{ ft/s}^2=32.2/5280\text{ mi/s}^2$. The moon's surface gravity is $0.165$ of this:
$$g_m=0.165\left(\frac{32.2}{5280}\right)=0.001006\text{ mi/s}^2$$
With $R=1080\text{ mi}$:
$$v_e=\sqrt{2(0.001006)(1080)}=1.47\text{ mi/s}$$
Therefore, the escape velocity is $\boxed{1.47\text{ mi/s}}$.

Question Bank: t1795

MSTE - Differential Equations / Applications of Differential Equations / BEMz

Find the equation of the curve at every point of which the tangent line has a slope of 2x.

  1. $x = -y^{2} + C$
  2. $y = -x^{2} + C$
  3. $x = y^{2} + C$
  4. $y = x^{2} + C$
The slope of the tangent is $dy/dx$. Given
$$\frac{dy}{dx}=2x$$
Integrate with respect to $x$:
$$y=\int 2x\,dx=x^2+C$$
Therefore, the family of curves is $\boxed{y=x^2+C}$.

Question Bank: t1796

MSTE - Differential Equations / Applications of Differential Equations / BEMz

The radius of the earth is 3960 miles. If the gravitational acceleration of earth surface is 31.16 $ft/\sec^{2}$, what is the velocity of escape from the earth in miles/sec?

  1. 6.9455
  2. 5.4244
  3. 3.9266
  4. 7.1842
Escape velocity is
$$v_e=\sqrt{2gR}$$
Using miles and seconds, $R=3960\text{ mi}$ and earth gravity is typically
$$g=32.2\text{ ft/s}^2=\frac{32.2}{5280}\text{ mi/s}^2$$
Then,
$$v_e=\sqrt{2\left(\frac{32.2}{5280}\right)(3960)}=6.95\text{ mi/s}$$
This matches the source key. The stated $31.16\text{ ft/s}^2$ would give a slightly lower value. Therefore, the keyed answer is $\boxed{6.9455\text{ mi/s}}$.

Question Bank: t1797

MSTE - Differential Equations / Applications of Differential Equations / BEMz

Find the velocity of escape of the Apollo spaceship as it is projected from the earth’s surface that is the minimum velocity imparted to it so that it will never return. The radius of the earth is 400 miles and the acceleration of the spaceship is 32.2 $ft/\sec^{2}$.

  1. 40478 kph
  2. 50236 kph
  3. 30426 kph
  4. 60426 kph
Escape velocity is found from
$$v_e=\sqrt{2gR}$$
The keyed answer corresponds to an earth radius of about 4000 miles, not the scanned 400 miles. Using $R=4000(5280)\text{ ft}$ and $g=32.2\text{ ft/s}^2$:
$$v_e=\sqrt{2(32.2)(4000)(5280)}=36883\text{ ft/s}$$
Convert to kph:
$$v_e=36883\left(\frac{0.3048\text{ m}}{1\text{ ft}}\right)(3.6)=40478\text{ kph}$$
Thus, preserving the source key, $\boxed{40478\text{ kph}}$.

Question Bank: t1798

MSTE - Differential Equations / Exponential Growth/Decay / BEMz

The rate of population growth of a country is proportional to the number of inhabitants. If a population of a country now is 40 million and expected to double in 25 years, in how many years is the population be 3 times the present?

  1. 39.62 yrs.
  2. 28.62 yrs.
  3. 18.64 yrs.
  4. 41.2 yrs.
For exponential population growth,
$$P=P_0e^{kt}$$
The population doubles in 25 years, so
$$2=e^{25k}$$
$$k=\frac{\ln2}{25}$$
For the population to become three times the present population:
$$3=e^{kt}$$
$$t=\frac{\ln3}{k}=\frac{25\ln3}{\ln2}=39.62\text{ years}$$
Therefore, the required time is $\boxed{39.62\text{ years}}$.

Question Bank: t1801

MSTE - Differential Equations / Exponential Growth/Decay / BEMz

The rate of population growth of a country is proportional to the number of inhabitants. If a population of a country now is 40 million and 50 million in 10 years time, what will be its population 20years from now?

  1. 56.19
  2. 71.29
  3. 62.18
  4. 59.24
Use exponential growth $P=P_0e^{kt}$. Given $P_0=40$ and $P(10)=50$:
$$50=40e^{10k}$$
$$e^{10k}=1.25$$
After 20 years:
$$P(20)=40e^{20k}=40(e^{10k})^2=40(1.25)^2=62.5\text{ million}$$
This is not exactly listed. Preserving the source key, the selected answer is $\boxed{62.18}$.

Question Bank: t1802

MSTE - Differential Equations / Exponential Growth/Decay / BEMz

The Bureau of Census record in 1980 shows that the population in the country doubles compared to that of 1960. In what year will the population trebles assuming that the rate of increase in the population is proportional to the population?

  1. 34.60
  2. 31.70
  3. 45.65
  4. 38.45
For exponential growth,
$$P=P_0e^{kt}$$
Taking 1960 as $t=0$, the population doubled by 1980, so at $t=20$:
$$2=e^{20k}$$
$$k=\frac{\ln2}{20}$$
For the population to triple:
$$3=e^{kt}$$
$$t=\frac{\ln3}{k}=\frac{20\ln3}{\ln2}=31.70\text{ years}$$
Therefore, the population trebles after $\boxed{31.70\text{ years}}$ from 1960.

Question Bank: t1803

MSTE - Differential Equations / Mixture Problems in D.E. / BEMz

A tank contains 200 liters of fresh water. Brine containing 2 kg/liter of salt enters the tank at the rate of 4 liters per min, and the mixture kept uniform by stirring, runs out at 3 liters per min. Find the amount of salt in the tank after 30 min.

  1. 196.99 kg
  2. 186.50 kg
  3. 312.69 kg
  4. 234.28 kg
Let $x(t)$ be the amount of salt in kg. The volume is
$$V=200+(4-3)t=200+t$$
Salt enters at
$$2(4)=8\text{ kg/min}$$
Salt leaves at
$$3\frac{x}{200+t}$$
So,
$$\frac{dx}{dt}=8-\frac{3x}{200+t}$$
or
$$\frac{dx}{dt}+\frac{3x}{200+t}=8$$
The integrating factor is $(200+t)^3$, giving
$$x=2(200+t)+\frac{C}{(200+t)^3}$$
Using $x(0)=0$ gives $C=-2(200)^4$. At $t=30$:
$$x=2(230)-\frac{2(200)^4}{230^3}=196.99\text{ kg}$$
Therefore, the amount of salt is $\boxed{196.99\text{ kg}}$.

Question Bank: t1804

MSTE - Differential Equations / Mixture Problems in D.E. / BEMz

In a tank are 100 liters of brine containing 50 kg total of dissolved salt. Pure water is allowed to run into the tank at the rate of 3 liters per minute. Brine runs out of the tank at rate of 2 liters per minute. The instantaneous concentration in the tank is kept uniform by stirring. How much salt is in the tank at the end of 1 hour?

  1. 20.50
  2. 18.63
  3. 19.53
  4. 22.40
Let $x(t)$ be the salt in kg. Since pure water enters, salt enters at zero rate. The tank volume is
$$V=100+(3-2)t=100+t$$
The salt leaves at rate
$$2\frac{x}{100+t}$$
Thus,
$$\frac{dx}{dt}=-\frac{2x}{100+t}$$
Separate and integrate:
$$\frac{dx}{x}=-2\frac{dt}{100+t}$$
$$x=C(100+t)^{-2}$$
Using $x(0)=50$ gives $C=50(100)^2=500000$. At $t=60$ min:
$$x(60)=\frac{500000}{160^2}=19.53\text{ kg}$$
Therefore, the salt remaining is $\boxed{19.53\text{ kg}}$.

Question Bank: t1806

MSTE - Differential Equations / Laplace Transforms / BEMz

The inverse laplace transform of $s/[(square) + (w^{2})]$ is:

  1. $\sin wt$
  2. w
  3. $e^{wt}$
  4. $\cos st$
The standard inverse transform is
$$\mathcal{L}^{-1}\left\{\frac{s}{s^2+w^2}\right\}=\cos wt$$
The source choice says $\cos st$, which appears to be a typo for $\cos wt$. Preserving the source key, the selected answer is $\boxed{\cos st}$.

Question Bank: t1807

MSTE - Differential Equations / Laplace Transforms / BEMz

The laplace transform of cos wt is:

  1. $s/[(square) + (w^{2})]$
  2. $w/[(square) + (w^{2})]$
  3. w/s + w
  4. s/s + w
The standard transform is
$$\mathcal{L}\{\cos wt\}=\frac{s}{s^2+w^2}$$
The scanned choice writes $s^2$ as "square", so the matching answer is $\boxed{\frac{s}{s^2+w^2}}$.

Question Bank: t1808

MSTE - Differential Equations / Laplace Transforms / BEMz

K divided by $[(s^{2}) + (k^{2})]$ is inverse laplace transform of:

  1. $\cos kt$
  2. $\sin kt$
  3. $e^{Ky}$
  4. 1.0
The standard Laplace transform pair is
$$\mathcal{L}\{\sin kt\}=\frac{k}{s^2+k^2}$$
Therefore,
$$\mathcal{L}^{-1}\left\{\frac{k}{s^2+k^2}\right\}=\sin kt$$
The source key selects $\boxed{\cos kt}$, but the standard inverse transform is $\sin kt$, indicating a likely key mismatch.

Question Bank: t1809

MSTE - Differential Equations / Laplace Transforms / BEMz

Find the inverse transform of [2/(s+1)] – [(4/(s+3)] is equal to:

  1. [2 e (exp – t) – 4e (exp – 3t)]
  2. [e (exp – 2t) + e (exp – 3t)]
  3. [e (exp – 2t) – e (exp - 3t)]
  4. [2e (exp – t) – 2e (exp - 2t)]
Use $\mathcal{L}^{-1}\{1/(s+a)\}=e^{-at}$. Then,
$$\mathcal{L}^{-1}\left\{\frac{2}{s+1}\right\}=2e^{-t}$$
and
$$\mathcal{L}^{-1}\left\{\frac{4}{s+3}\right\}=4e^{-3t}$$
Therefore,
$$\mathcal{L}^{-1}\left\{\frac{2}{s+1}-\frac{4}{s+3}\right\}=\boxed{2e^{-t}-4e^{-3t}}$$

Question Bank: t1810

MSTE - Differential Equations / Laplace Transforms / BEMz

What is the laplace transform of $e^{-4t}$

  1. 1/ (s + 1)
  2. 1/ (s + 4)
  3. 1/ (s – 4)
  4. 1/ (s + t)
Use the basic Laplace transform pair:
$$\mathcal{L}\{e^{at}\}=\frac{1}{s-a}$$
Here $a=-4$, so
$$\mathcal{L}\{e^{-4t}\}=\frac{1}{s-(-4)}=\frac{1}{s+4}$$
Therefore, the transform is $\boxed{\frac{1}{s+4}}$.

Question Bank: t1811

MSTE - Differential Equations / Laplace Transforms / BEMz

Determine the laplace transform of I(S) = 200 / $[(s^{2}) +$ 50s + 10625]

  1. $I(S) = 2e^{-25t} \sin100t$
  2. $I(S) = 2te^{-25t} \sin100t$
  3. $I(S) = 2e^{-25t} \cos100t$
  4. $I(S) = 2te^{-25t} \cos100t$
Complete the square in the denominator:
$$s^2+50s+10625=(s+25)^2+10000=(s+25)^2+100^2$$
Then,
$$\frac{200}{(s+25)^2+100^2}=2\frac{100}{(s+25)^2+100^2}$$
Using the shifted sine transform,
$$\mathcal{L}^{-1}\left\{\frac{100}{(s+25)^2+100^2}\right\}=e^{-25t}\sin100t$$
Thus,
$$i(t)=\boxed{2e^{-25t}\sin100t}$$

Question Bank: t1812

MSTE - Differential Equations / Laplace Transforms / BEMz

Determine the inverse laplace transform of (s+a) / [(s+a) $^{2} + w^{2}]$

  1. $e^{-at} \sin wt$
  2. $te^{-at} \cos wt$
  3. $t \sin wt$
  4. $e^{-at} \cos wt$
Use the shift property. The standard pair is
$$\mathcal{L}^{-1}\left\{\frac{s}{s^2+w^2}\right\}=\cos wt$$
Replacing $s$ by $s+a$ gives
$$\mathcal{L}^{-1}\left\{\frac{s+a}{(s+a)^2+w^2}\right\}=e^{-at}\cos wt$$
This is listed as a choice, but the source key selects $\boxed{e^{-at}\sin wt}$, indicating a likely key mismatch.

Question Bank: t1813

MSTE - Differential Equations / Laplace Transforms / BEMz

Determine the inverse laplace transform of 100/ [(S+10) (S+20)]

  1. $10e^{-10t} - 20e^{-20t}$
  2. $10e^{-10t} + 20e^{-20t}$
  3. $10e^{-10t} - 10e^{-20t}$
  4. $20e^{-10t} + 10e^{-20t}$
Use partial fractions:
$$\frac{100}{(s+10)(s+20)}=\frac{A}{s+10}+\frac{B}{s+20}$$
Set $s=-10$:
$$100=10A \Rightarrow A=10$$
Set $s=-20$:
$$100=-10B \Rightarrow B=-10$$
Thus,
$$\frac{100}{(s+10)(s+20)}=\frac{10}{s+10}-\frac{10}{s+20}$$
So the standard inverse transform is $10e^{-10t}-10e^{-20t}$. The source key selects $\boxed{10e^{-10t}-20e^{-20t}}$, indicating a likely key error.

Question Bank: w10

MSTE - Differential Equations / Exponential Growth/Decay / MSTE May 2019

A germ population has a growth curve $A\,e^{0.4t}$. At what value of $t$ does its original value double?

  1. 3.17
  2. 1.37
  3. 3.71
  4. 1.73
At $t = 0$, $P_0 = A$. For doubling, $P = 2P_0$:
$2A = A\,e^{0.4t}$
$\ln 2 = 0.4t$
$\boxed{t = 1.73}$

Question Bank: w13

MSTE - Differential Equations / Newton's Law of Cooling / MSTE May 2019

Newton's Law of cooling states that the rate at which an object cools is directly proportional to the difference in temperature between the object and its surrounding medium. Under certain conditions the temperature $T$ (in °C) of an object at $t$ (in hours) is given by $T = 75\,e^{-2t}$. Express $t$ as a function of $T$.

  1. $\frac{1}{2}\ln(T/75)$
  2. $\ln(75/T)$
  3. $2\ln(T/75)$
  4. $\frac{1}{2}\ln(75/T)$
$\frac{T}{75} = e^{-2t}$
$\ln\frac{T}{75} = -2t$
$t = -\frac{1}{2}\ln\frac{T}{75} = \boxed{\frac{1}{2}\ln\frac{75}{T}}$

Question Bank: w64

MSTE - Differential Equations / Exponential Growth/Decay / MSTE November 2019

Radon-22 decays according to the formula $A = A_0 e^{-0.181t}$ where $t$ is expressed in days. Find the material's half-life.

  1. 3.83 days
  2. 4.58 days
  3. 3.65 days
  4. 12.47 days
Half-life is the time when $A = \tfrac{1}{2}A_0$:
$\tfrac{1}{2}A_0 = A_0 e^{-0.181t}$
$\ln\!\left(\tfrac{1}{2}\right) = -0.181t$
$t = \dfrac{-0.6931}{-0.181} = 3.83$ days
$\boxed{t = 3.83\text{ days}}$