What this quiz covers
This quiz focuses on Logistic Growth Models, giving you a quick way to practice the rules, question types, and explanations that matter most for Business Calculus.
A biotechnology company models the adoption of their new medical device using the logistic equation dtdP=0.08P(1200−P), where P(t) represents the number of hospitals using the device at time t (in months). If the current adoption rate is 15 hospitals per month and there are currently 200 hospitals using the device, what will be the adoption rate when 800 hospitals are using the device?
Business Calculus Quiz
Practice Logistic Growth Models in Business Calculus with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.
This quiz focuses on Logistic Growth Models, giving you a quick way to practice the rules, question types, and explanations that matter most for Business Calculus.
Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.
A biotechnology company models the adoption of their new medical device using the logistic equation dtdP=0.08P(1200−P), where P(t) represents the number of hospitals using the device at time t (in months). If the current adoption rate is 15 hospitals per month and there are currently 200 hospitals using the device, what will be the adoption rate when 800 hospitals are using the device?
The market penetration of a new mobile application, N(t) (in thousands of users), t months after launch, is modeled by the differential equation $$ \frac{dN}{dt} = 0.8N - 0.0002N^2 $$ What is the maximum rate of new user acquisition, in thousands of users per month?
dN/dt = kN(1 - N/M). We can factor the given equation: dN/dt = 0.8N - 0.0002N^2 = 0.8N(1 - 0.0002N/0.8) = 0.8N(1 - N/4000). From this form, we identify the carrying capacity M = 4000 (thousand users). The rate of growth dN/dt is maximized at the point of inflection, which occurs when the population is half the carrying capacity, i.e., N = M/2 = 4000/2 = 2000. To find the maximum rate, we substitute N = 2000 back into the original differential equation: dN/dt = 0.8(2000) - 0.0002(2000)^2 = 1600 - 0.0002(4,000,000) = 1600 - 800 = 800. Thus, the maximum rate of new user acquisition is 800 thousand users per month.The proportion p(t) of a potential market that has adopted a new software is modeled by dp/dt = 0.3p(1-p). If 10% of the market has adopted the software at t=0, approximately how long will it take for 90% of the market to adopt it?
dp/dt = 0.3p(1-p) is a logistic model for a proportion, where the carrying capacity M=1 (for 100%) and the growth constant k=0.3. The solution is p(t) = 1 / (1 + $Ae^{-0.3t}$). We use the initial condition p(0) = 0.1 to find A. A = (M - $p_0$) / p_0 = (1 - 0.1) / 0.1 = 9. So, p(t) = 1 / (1 + $9e^{-0.3t}$). We need to find t when p(t) = 0.9. 0.9 = 1 / (1 + $9e^{-0.3t}$). This gives 1 + 9e^{-0.3t} = 1/0.9 = 10/9. Then 9e^{-0.3t} = 10/9 - 1 = 1/9. So e^{-0.3t} = 1/81. Taking the natural log, -0.3t = \ln(1/81) = -\ln(81). Thus, t = \ln(81) / 0.3 \approx 4.3944 / 0.3 \approx 14.65.The sales S(t) of a new tablet, in millions of units, follow a logistic growth model. The total market for the tablet is estimated to be 20 million units. If the initial sales are 2 million units and the sales reach the point of maximum growth rate after 18 months, what is the value of the growth constant k?
\ln(9) / 18 (correct answer)\ln(10) / 18\ln(18) / 9\ln(9) / 20S(t) = M / (1 + $Ae^{-kt}$). We are given M = 20 and S_0 = S(0) = 2. The constant A is found by A = (M - $S_0$) / S_0 = (20 - 2) / 2 = 9. The point of maximum growth rate occurs when the population is half the carrying capacity, S = M/2 = 20/2 = 10 million units. We are told this occurs at t=18 months. So, S(18) = 10. We plug this into the solution: 10 = 20 / (1 + $9e^{-k*18}$). Solving for k: 1 + 9e^{-18k} = 20/10 = 2. 9e^{-18k} = 1. e^{-18k} = 1/9. Taking the natural logarithm of both sides gives -18k = \ln(1/9) = -\ln(9). Therefore, 18k = \ln(9), and k = \ln(9) / 18.The number of active users U(t) for a mobile game t months after launch is modeled by dU/dt = 0.1U(1 - U/8), where U is in millions. The company earns an average of $2 in profit per user per month. At what number of active users is the company's total monthly profit increasing most rapidly?
P is directly proportional to the number of users U, so P = 2U. We want to find when the profit is increasing most rapidly, which means we need to maximize the rate of change of profit, dP/dt. Using the chain rule, dP/dt = d(2U)/dt = 2 * (dU/dt). To maximize dP/dt, we must maximize dU/dt. The given differential equation for U(t) is a logistic model with carrying capacity M=8 million. The rate of growth dU/dt for a logistic model is at its maximum at the point of inflection, which occurs when the population is half the carrying capacity: U = M/2. Therefore, the profit increases most rapidly when U = 8/2 = 4 million users.The number of companies C(t) adopting a new sustainable technology follows a logistic model. The relative growth rate, (1/C) dC/dt, is 1.2 when 100 companies have adopted it, and the relative growth rate is 0.8 when 300 companies have adopted it. What is the maximum number of companies expected to adopt this technology?
dC/dt = kC(1 - C/M), the relative growth rate is (1/C) dC/dt = k(1 - C/M). We are given two data points: when C=100, the relative rate is 1.2, and when C=300, the relative rate is 0.8. This gives us a system of two linear equations with two unknowns, k and M: 1) 1.2 = k(1 - 100/M); 2) 0.8 = k(1 - 300/M). To solve this system, we can divide the first equation by the second: 1.2 / 0.8 = [k(1 - 100/M)] / [k(1 - 300/M)]. This simplifies to 1.5 = (1 - 100/M) / (1 - 300/M). Now, we solve for M: 1.5(1 - 300/M) = 1 - 100/M. 1.5 - 450/M = 1 - 100/M. 0.5 = 350/M. M = 350 / 0.5 = 700. The maximum number of companies is the carrying capacity, M.The spread of a viral marketing campaign is modeled by the logistic equation $$ \frac{dP}{dt} = 0.0001P(5000 - P) $$ where P(t) is the number of people who have seen the campaign after t days. If P(0) = 500, what is the value of P(t) when the rate of spread dP/dt is exactly 75% of its maximum possible value?
A subscription service models its user growth with dtdN=kN(M−N) where M=80,000 is the market saturation. After analyzing growth patterns, they determine that when N=20,000, the growth rate is 1,200 users per month, and when N=60,000, the growth rate is 800 users per month. What is the value of the growth parameter k?
A startup's user base grows according to P(t)=1+e−k(t−t0)L where L=50000, k=0.15, and t0=24 months. The company's server costs are proportional to [P′(t)]2. During which month will the server costs be highest, and what percentage of the carrying capacity will the user base represent at that time?
The market share P(t) of a new product follows a logistic model. It is observed that the rate of change of the market share, dP/dt, is increasing for the first 3 years and then begins to decrease. The total potential market is estimated at 1 million customers. If the initial market share comprised 50,000 customers, which of the following is the best estimate for the number of customers at t=3 years?
dP/dt increases until the population reaches the point of inflection, after which the rate of growth decreases. This point of maximum growth rate corresponds to the population being exactly half of the carrying capacity, P = M/2. The problem states that the rate of change increases for the first 3 years and then decreases, which means the point of inflection occurs at t=3 years. Given the total potential market (carrying capacity) M = 1,000,000 customers, the number of customers at the point of inflection is M/2 = 1,000,000 / 2 = 500,000. Therefore, at t=3 years, the market share is 500,000 customers. The initial condition of 50,000 customers is consistent with the model but not needed to find the answer.A new product's sales, S(t), in thousands of units, are modeled by a logistic differential equation where the carrying capacity is 500 thousand units and the growth constant is k=0.05. If the initial sales are 100 thousand units, at what sales level S is the acceleration of sales, d^2S/dt^2, equal to zero?
The total number of subscribers S(t) for a streaming service after t years is given by the logistic function $$ S(t) = \frac{150}{1 + 29e^{-0.75t}} $$ where S is in millions. The company's management considers the "rapid growth phase" to be over when the service reaches 80% of its total market capacity. Approximately how many years does the rapid growth phase last from its launch?
S(t) = M / (1 + $Ae^{-kt}$), the carrying capacity (total market capacity) M is 150 million. The rapid growth phase ends when the number of subscribers reaches 80% of M, which is 0.80 * 150 = 120 million. We set S(t) = 120 and solve for t: 120 = 150 / (1 + $29e^{-0.75t}$). Rearranging gives 1 + 29e^{-0.75t} = 150/120 = 1.25. Then, 29e^{-0.75t} = 0.25, so e^{-0.75t} = 0.25/29. Taking the natural logarithm of both sides: -0.75t = \ln(0.25/29). Solving for t: t = -\ln(0.25/29) / 0.75 = \ln(29/0.25) / 0.75 = \ln(116) / 0.75 \approx 4.7536 / 0.75 \approx 6.34 years.An e-commerce platform's seller adoption follows dtdS=aS(b−S) where S(t) is the number of active sellers. Market research indicates that when there are 1000 sellers, the platform adds 400 new sellers monthly, and when there are 3000 sellers, it adds 600 new sellers monthly. What is the carrying capacity b?