Question 129·Hard·Nonlinear Functions
A software company is monitoring the rate, in lines of code per minute, at which one of its automated programs writes code. The rate can be modeled by the function
where is the number of minutes since the program started running and and are constants. At the moment the program started (), the rate was 450 lines per minute, and after 20 minutes, the rate had decreased to 300 lines per minute.
According to the model, which of the following is closest to the rate, in lines per minute, that the program will approach as becomes very large?
For exponential models of the form , immediately recognize that as grows, the exponential part goes to 0 (when ), so the function approaches the constant term . On SAT questions like this, translate any given data points into equations, solve the small system for the constants (using quick subtraction to eliminate one variable and a calculator for exponentials if allowed), and then match the resulting long-term value to the closest answer choice.
Hints
Focus on what happens as time gets very large
Look at the term in the function. As becomes very large, does this term grow or shrink, and what does that do to ?
Translate the given information into equations
Use and to write two equations involving and . Plug and into the function.
Solve the system to find the constant term
Once you have the two equations in and , subtract one from the other to eliminate and solve for . Then substitute back to find , and compare that value with the answer choices.
Desmos Guide
Use Desmos to solve for the constants
In one line, enter a = 150/(1 - e^(-0.6)), and in the next line enter b = 450 - a. Desmos will display numerical values for and that satisfy the two given conditions.
Define the rate function with those constants
Add a new line and type R(t) = a*e^(-0.03*t) + b. Then create a table for (click the gear icon and choose “Table”) and include values like , , and some much larger values (for example, or ) to see how the rate changes.
Read off the long-term rate
Look at the values in the table for very large . They will get very close to a constant number; this number is the value of , the rate the program approaches as time increases. Choose the answer option that is closest to that number.
Step-by-step Explanation
Identify the long-term behavior of the model
The rate is modeled by
As gets very large, the factor becomes extremely small and approaches 0, so the term fades away.
That means approaches the constant value for large . So the question is really asking us to find .
Use the initial rate to get the first equation
At , the rate was 450 lines per minute. Substitute into the model:
We are told , so
This is our first equation relating and .
Use the rate at 20 minutes to get the second equation
After 20 minutes, the rate was 300 lines per minute. Substitute into the model:
We are told , so
Now we have a system of two equations in and :
Solve for and match it to the closest answer choice
Subtract the second equation from the first to eliminate :
This simplifies to
Factor out :
Now use to solve for :
Using a calculator, , so
So the model says the rate approaches about 117 lines per minute as becomes very large. Among the choices given, the closest value is 120, so that is the correct answer.