Math 3 Quiz: Choosing Function Families
20 questions · exam conditions
0:00
Choosing Function FamiliesQuestion 1 of 20

A materials engineer tests the strength of a composite material by measuring how applied stress σ\sigma relates to resulting strain ϵ\epsilon. For small strains (below 0.002), the relationship is linear (Hooke's law). For moderate strains (0.002 to 0.01), the relationship becomes nonlinear but smooth. Beyond 0.01 strain, the material fails catastrophically. Which function family best models stress versus strain over the entire operational range?

Piecewise linear function, since the behavior changes at specific strain thresholds
Rational function, since material failure represents asymptotic behavior at the failure point
Single polynomial function, since polynomials can approximate any smooth curve adequately
Piecewise function combining linear and polynomial segments for different strain ranges
← Back to quizzes

Math 3 Quiz

Math 3 Quiz: Choosing Function Families

Practice Choosing Function Families in Math 3 with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.

What this quiz covers

This quiz focuses on Choosing Function Families, giving you a quick way to practice the rules, question types, and explanations that matter most for Math 3.

How to use this quiz

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.

All questions

Question 1

A materials engineer tests the strength of a composite material by measuring how applied stress σ\sigma relates to resulting strain ϵ\epsilon. For small strains (below 0.002), the relationship is linear (Hooke's law). For moderate strains (0.002 to 0.01), the relationship becomes nonlinear but smooth. Beyond 0.01 strain, the material fails catastrophically. Which function family best models stress versus strain over the entire operational range?

  1. Piecewise linear function, since the behavior changes at specific strain thresholds
  2. Rational function, since material failure represents asymptotic behavior at the failure point
  3. Single polynomial function, since polynomials can approximate any smooth curve adequately
  4. Piecewise function combining linear and polynomial segments for different strain ranges (correct answer)
Explanation: When you encounter problems involving material behavior that changes dramatically across different ranges, you need to think about piecewise functions. Materials often exhibit distinct behavioral regimes with different mathematical relationships governing each region. The stress-strain relationship described here has three distinct phases: linear behavior (ϵ<0.002\epsilon < 0.002), nonlinear but smooth behavior (0.002ϵ0.010.002 \leq \epsilon \leq 0.01), and catastrophic failure (ϵ>0.01\epsilon > 0.01). Each phase requires a different mathematical model. The linear region follows Hooke's law (σ=Eϵ\sigma = E\epsilon), while the moderate strain region needs a polynomial or other smooth function to capture the nonlinearity. This naturally points to a piecewise function approach. Answer D correctly identifies that you need different function types for different strain ranges - linear for small strains and polynomial for moderate strains, combined into a single piecewise function. Answer A is incorrect because the moderate strain region is nonlinear, so a piecewise linear function cannot capture the smooth nonlinear behavior between 0.002 and 0.01 strain. Answer B misinterprets the failure mechanism. The material fails catastrophically at 0.01 strain, meaning it breaks completely rather than approaching some limiting stress value asymptotically. Answer C fails because no single polynomial can accurately model both the perfectly linear initial behavior and the subsequent nonlinear behavior while maintaining the precise transition at ϵ=0.002\epsilon = 0.002. For material science problems, remember that different physical mechanisms often govern different ranges of behavior, making piecewise functions the natural mathematical tool for modeling such systems.

Question 2

A computer scientist analyzes algorithm performance where execution time T(n)T(n) for input size nn follows the pattern: T(1)=1T(1) = 1, T(2)=4T(2) = 4, T(4)=9T(4) = 9, T(8)=16T(8) = 16, T(16)=25T(16) = 25. The pattern suggests T(2k)=(k+1)2T(2^k) = (k+1)^2. To model execution time for arbitrary input sizes (not just powers of 2), which function family should be used?

  1. Exponential, since the execution time grows rapidly with input size
  2. Power function, since the execution times are perfect squares of consecutive integers
  3. Logarithmic, since the pattern involves powers of 2 which relate to logarithmic complexity
  4. Polynomial, specifically T(n)=(log2n+1)2T(n) = (\log_2 n + 1)^2, combining logarithmic and polynomial elements (correct answer)
Explanation: When analyzing algorithm performance patterns, you need to identify the underlying mathematical relationship between input size and execution time, not just describe how the values appear to grow. The key insight is recognizing that the input sizes (1, 2, 4, 8, 16) are powers of 2, which can be written as 20,21,22,23,242^0, 2^1, 2^2, 2^3, 2^4. The corresponding execution times (1, 4, 9, 16, 25) are (1)2,(2)2,(3)2,(4)2,(5)2(1)^2, (2)^2, (3)^2, (4)^2, (5)^2. Since T(2k)=(k+1)2T(2^k) = (k+1)^2, and k=log2nk = \log_2 n, we get T(n)=(log2n+1)2T(n) = (\log_2 n + 1)^2 for any input size nn. Choice A incorrectly focuses on rapid growth without identifying the actual functional form. While execution time does grow quickly, "exponential" doesn't capture the specific mathematical relationship. Choice B misses the crucial role of the logarithm. Yes, the values are perfect squares, but this surface observation ignores that the bases of those squares (1, 2, 3, 4, 5) correspond to log2n+1\log_2 n + 1. Choice C recognizes the logarithmic component but stops there. The execution time isn't simply logarithmic—it's the square of a logarithmic expression, making it more complex than pure logarithmic growth. Choice D correctly identifies that this is a polynomial function (specifically quadratic) of the logarithm. The (log2n+1)2(\log_2 n + 1)^2 form captures both the logarithmic relationship from the powers-of-2 pattern and the quadratic nature from the perfect squares. Study tip: In algorithm analysis, always express your function in terms of the actual input variable nn, not just the pattern index.

Question 3

A chemist observes a reaction where the concentration of reactant AA decreases over time following first-order kinetics: d[A]dt=k[A]\frac{d[A]}{dt} = -k[A], where kk is the rate constant. The half-life is 45 minutes. Simultaneously, the temperature of the reaction mixture oscillates sinusoidally with a 20-minute period due to heating/cooling cycles. Which function families are needed to model both concentration and temperature?

  1. Exponential for concentration and trigonometric for temperature, as they represent independent processes (correct answer)
  2. Both exponential, since chemical kinetics typically follow exponential patterns regardless of conditions
  3. Logarithmic for concentration and trigonometric for temperature, since concentration approaches zero asymptotically
  4. Rational for concentration and polynomial for temperature, to account for the interaction effects
Explanation: First-order kinetics gives exponential decay: A = [A]₀e^(-kt). The temperature oscillation is clearly trigonometric with its stated period. These are independent processes as described - the concentration follows first-order kinetics regardless of the temperature oscillation mentioned. Choice B incorrectly applies exponential to temperature. Choice C confuses exponential decay with logarithmic functions. Choice D incorrectly suggests interaction when the problems states the processes separately.

Question 4

A renewable energy consultant analyzes solar panel efficiency data collected over several years. The data shows that panel efficiency varies throughout each day following a predictable pattern based on sun angle, with peak efficiency occurring at solar noon. Additionally, the consultant notices that the maximum daily efficiency has been gradually decreasing each year due to material degradation, following a pattern where efficiency drops by 0.7% per year compounded annually.

Based on the consultant's observations, which combination of function families would most appropriately model solar panel efficiency E(t,y)E(t,y) as a function of both time of day tt and years since installation yy?

  1. Trigonometric for daily variation and linear for annual degradation, since degradation follows a constant percentage rate
  2. Trigonometric for daily variation and logarithmic for annual degradation, since efficiency approaches zero over long periods
  3. Polynomial for daily variation and exponential for annual degradation, since sun angle relationships follow quadratic patterns
  4. Trigonometric for daily variation and exponential for annual degradation, since compound percentage loss is exponential decay (correct answer)
Explanation: When analyzing real-world phenomena that involve multiple variables, you need to identify the appropriate function family for each type of behavior described in the problem. For daily solar panel efficiency variation, the key phrase is "peak efficiency occurring at solar noon" with efficiency varying "throughout each day following a predictable pattern." This describes a cyclical, periodic behavior that repeats every 24 hours, which is the hallmark of trigonometric functions like sine or cosine. For annual degradation, the passage states efficiency "drops by 0.7% per year compounded annually." The word "compounded" is crucial—this means each year's decline is calculated as a percentage of the previous year's efficiency, not the original efficiency. This multiplicative process creates exponential decay: if efficiency starts at 100% and drops 0.7% annually, you get 100% × (0.993)^y, which is an exponential function. Answer A incorrectly suggests linear degradation. Linear functions involve constant absolute changes, but compound percentage loss involves constant relative changes. Answer B proposes logarithmic degradation, but logarithmic functions don't model compound percentage changes—they grow or decay at decreasing rates in a fundamentally different way. Answer C suggests polynomial daily variation, but polynomials don't capture the periodic, cyclical nature of daily solar patterns. Answer D correctly identifies both patterns: trigonometric functions for periodic daily cycles and exponential functions for compound percentage changes. Study tip: Look for key phrases like "compounded," "percentage per period," or "half-life" to identify exponential relationships, and "periodic," "cyclical," or "repeating pattern" for trigonometric relationships.

Question 5

An acoustics engineer analyzes sound intensity levels measured in decibels. The relationship between sound intensity II (in watts per square meter) and decibel level DD is given by D=10log10(II0)D = 10\log_{10}\left(\frac{I}{I_0}\right), where I0I_0 is a reference intensity. If the engineer needs to model how perceived loudness changes with actual sound intensity, which function family is most appropriate?

  1. Exponential, because small changes in intensity produce large changes in perceived loudness
  2. Linear, because the decibel scale creates a proportional relationship between intensity and loudness
  3. Logarithmic, because the human ear perceives sound intensity changes on a logarithmic scale (correct answer)
  4. Polynomial, because the relationship between intensity and perception follows power law behavior
Explanation: The decibel formula explicitly uses a logarithm, and this reflects how human hearing actually works - we perceive sound intensity changes logarithmically. Equal ratios of intensity correspond to equal differences in perceived loudness. Choice A confuses the direction of the relationship. Choice B is wrong because the relationship is explicitly logarithmic, not linear. Choice D refers to power laws, but the given formula is clearly logarithmic.

Question 6

A financial analyst studies the relationship between a company's debt-to-equity ratio rr and its cost of borrowing C(r)C(r). As the ratio approaches zero, borrowing costs approach 3%. As the ratio increases without bound, borrowing costs increase rapidly without limit. The function has a vertical asymptote at r=2r = 2 where lending becomes impossible. Which function family best models this scenario?

  1. Exponential, because borrowing costs increase rapidly as the debt-to-equity ratio increases
  2. Logarithmic, because costs approach a minimum value and grow slowly at first
  3. Rational, because the function has both horizontal behavior near zero and a vertical asymptote (correct answer)
  4. Polynomial, because the rapid increase in costs suggests higher-degree polynomial behavior
Explanation: The presence of a vertical asymptote at r = 2 is the key indicator of a rational function. Additionally, the horizontal behavior as r approaches 0 (approaching 3%) suggests a horizontal asymptote, which is also characteristic of rational functions. A function like C(r) = 3 + k/(2-r) would exhibit this behavior. Choice A lacks asymptotes. Choice B doesn't have vertical asymptotes and grows too slowly. Choice D doesn't have vertical asymptotes.

Question 7

A seismologist analyzes earthquake magnitude data where the Richter scale magnitude MM relates to energy release EE (in joules) by M=23log10(EE0)M = \frac{2}{3}\log_{10}\left(\frac{E}{E_0}\right), where E0E_0 is a reference energy. To predict energy release from magnitude measurements, which function family should model EE in terms of MM?

  1. Logarithmic, since the given relationship already uses logarithms in the magnitude calculation
  2. Exponential, because solving for energy in terms of magnitude yields an exponential function (correct answer)
  3. Power function, since the coefficient 2/3 suggests a power relationship between energy and magnitude
  4. Rational, because the relationship involves ratios and reference values in the denominator
Explanation: To find E in terms of M, we solve the given equation: M = (2/3)log₁₀(E/E₀). This gives log₁₀(E/E₀) = 3M/2, so E/E₀ = 10^(3M/2), and therefore E = E₀ · 10^(3M/2). This is an exponential function with base 10. Choice A confuses the direction - we want E(M), not M(E). Choice C misinterprets the 2/3 coefficient. Choice D incorrectly focuses on the reference value rather than the functional form.

Question 8

A marine biologist studying tidal patterns observes that water depth dd varies between 2 and 14 feet with a period of 12.4 hours. However, due to seasonal effects, the average depth increases by 0.3 feet from winter to summer following a pattern that repeats annually. Which combination of function families best models depth as a function of time?

  1. Single trigonometric function, since both tidal and seasonal effects are periodic
  2. Sum of two trigonometric functions with different periods for tidal and seasonal variations (correct answer)
  3. Trigonometric function with exponential amplitude modulation for the seasonal growth effect
  4. Product of trigonometric and polynomial functions to combine periodic and growth behaviors
Explanation: Both the tidal variation (12.4 hour period) and seasonal variation (annual period) are periodic, so both require trigonometric functions. Since they have different periods and add independently, the model should be a sum of two trigonometric functions: one for daily tides and one for seasonal changes. Something like d(t) = 8 + 6sin(2πt/12.4) + 0.3sin(2πt/8760). Choice A uses only one period. Choice C incorrectly uses exponential functions for seasonal effects that are periodic. Choice D incorrectly suggests polynomial functions for what is described as periodic seasonal behavior.

Question 9

A population biologist studying bacterial growth finds that when nutrients are unlimited, the population doubles every 3 hours. However, as the population grows large, limited space causes the growth rate to slow significantly, eventually approaching a maximum sustainable population. Which function family best models this complete growth pattern?

  1. Exponential, because the population doubles at regular intervals throughout the growth process
  2. Logarithmic, because the growth rate decreases over time and approaches a horizontal asymptote
  3. Logistic (a type of rational function), because it exhibits both exponential growth and leveling off behavior (correct answer)
  4. Polynomial, because the population increases at varying rates depending on environmental constraints
Explanation: The key is recognizing that this describes logistic growth: initial exponential-like growth that slows and approaches a carrying capacity. While the population initially doubles every 3 hours (exponential behavior), the mention of slowing growth due to limited space and approaching a maximum indicates logistic growth, which is modeled by rational functions of the form P(t) = L/(1 + ae^(-kt)). Choice A only captures the initial phase. Choice B describes only the later leveling behavior. Choice D is too vague and doesn't specifically address the carrying capacity behavior.

Question 10

A physics student measures the period of oscillation TT (in seconds) of a pendulum for various lengths LL (in meters). The relationship follows the equation T=2πLgT = 2\pi\sqrt{\frac{L}{g}} where gg is gravitational acceleration. To linearize this data for analysis, which transformation should be applied, and what does this reveal about the underlying function family?

  1. Plot TT versus ln(L)\ln(L) to reveal an exponential relationship between period and length
  2. Plot T2T^2 versus LL to reveal a linear relationship, indicating the original function involves square roots (correct answer)
  3. Plot ln(T)\ln(T) versus ln(L)\ln(L) to reveal a logarithmic relationship between the variables
  4. Plot 1T\frac{1}{T} versus 1L\frac{1}{L} to reveal an inverse relationship characteristic of rational functions
Explanation: Since T = 2π√(L/g), squaring both sides gives T² = 4π²L/g, which is linear in L. This transformation reveals that the original relationship involves a square root function (a type of power function with exponent 1/2). Choice A would be appropriate for exponential relationships. Choice C would be for power functions in general but isn't the most direct linearization here. Choice D would be for inverse relationships, but this relationship isn't simply inverse.

Question 11

A neurobiologist studying circadian rhythms finds that melatonin levels M(t)M(t) follow a 24-hour cycle, peaking at midnight and reaching minimum at noon. Additionally, the amplitude of this cycle decreases exponentially with age aa (in years), with the amplitude halving every 20 years. Which function structure best models melatonin levels as a function of both time and age?

  1. Trigonometric function with exponentially decaying amplitude: M(t,a)=A0ekacos(ωt+ϕ)M(t,a) = A_0 e^{-ka} \cos(\omega t + \phi) (correct answer)
  2. Sum of trigonometric and exponential functions: M(t,a)=Acos(ωt+ϕ)+BekaM(t,a) = A\cos(\omega t + \phi) + Be^{-ka}
  3. Product of trigonometric and polynomial functions: M(t,a)=A(a0ka)cos(ωt+ϕ)M(t,a) = A(a_0 - ka)\cos(\omega t + \phi)
  4. Trigonometric function with logarithmically decaying amplitude: M(t,a)=A0ln(ka)cos(ωt+ϕ)M(t,a) = A_0 \ln(k-a) \cos(\omega t + \phi)
Explanation: The problem describes a trigonometric oscillation (24-hour cycle) whose amplitude decreases exponentially with age (halving every 20 years indicates exponential decay). This requires the amplitude itself to be an exponential function of age, making the overall function a product of exponential and trigonometric terms. Choice B incorrectly adds rather than modulates the functions. Choice C uses polynomial rather than exponential decay. Choice D uses logarithmic rather than exponential decay.

Question 12

A climate scientist observes that daily temperature in a desert location varies sinusoidally, with a maximum of 105°F at 3 PM and a minimum of 65°F at 3 AM. Additionally, there's a gradual warming trend of 0.5°F per year due to climate change. Which function family best models temperature TT as a function of both time of day hh (hours after midnight) and year yy?

  1. Purely trigonometric, since the daily temperature variation follows a sinusoidal pattern
  2. Polynomial with trigonometric components, combining linear growth with periodic daily variation (correct answer)
  3. Exponential with trigonometric modulation, since climate change effects grow exponentially over time
  4. Rational with periodic components, since temperature has both asymptotic and oscillatory behaviors
Explanation: The model needs to capture both the daily sinusoidal variation (trigonometric) and the linear yearly warming trend (polynomial, specifically linear). A function like T(h,y) = 85 + 20sin(π(h-15)/12) + 0.5y combines these appropriately. Choice A ignores the climate trend. Choice C incorrectly suggests exponential growth when the warming is stated as linear (0.5°F per year). Choice D incorrectly invokes rational functions when there are no asymptotic behaviors described.

Question 13

An engineer is designing a suspension bridge where the main cable forms a curve. The cable's lowest point is 50 feet above the water, and it rises symmetrically to towers that are 400 feet apart and 200 feet tall. Which function family should the engineer use to model the cable's shape, and what is the primary justification?

  1. Trigonometric, because the cable exhibits periodic behavior between the two support towers
  2. Exponential, because the cable rises rapidly near the towers due to increasing tension
  3. Polynomial (specifically quadratic), because cables under uniform load naturally form parabolic curves (correct answer)
  4. Rational, because the cable approaches vertical asymptotes at the tower locations
Explanation: Suspension bridge cables under their own weight (uniform load) naturally form parabolic curves due to the physics of hanging cables. This is a well-established engineering principle. A quadratic function captures this parabolic shape perfectly. Choice A is wrong because there's no periodic repetition. Choice B is wrong because exponential functions don't have the symmetric U-shape needed. Choice D is wrong because the cable doesn't approach vertical asymptotes; it connects smoothly to the towers.

Question 14

An economist models the relationship between unemployment rate uu (as a percentage) and inflation rate ii using the Phillips curve. Historical data suggests that when unemployment is very low (near 2%), inflation can become arbitrarily high, but when unemployment is high (above 8%), inflation approaches -1% (deflation). The relationship is smooth and decreasing. Which function family best captures this behavior?

  1. Exponential decay, because inflation decreases as unemployment increases and exponential functions model decreasing relationships
  2. Logarithmic, because inflation changes rapidly at low unemployment but levels off at high unemployment values
  3. Rational, because inflation has asymptotic behavior at both low unemployment and high unemployment levels (correct answer)
  4. Inverse power function, because the Phillips curve traditionally shows an inverse relationship between these variables
Explanation: The key indicators are: (1) inflation becomes arbitrarily high as unemployment approaches 2% (suggesting a vertical asymptote), and (2) inflation approaches -1% as unemployment gets high (suggesting a horizontal asymptote). These dual asymptotic behaviors are characteristic of rational functions. A model like i(u) = -1 + k/(u-2) could exhibit this behavior. Choice A doesn't have vertical asymptotes. Choice B doesn't become arbitrarily large. Choice D is too vague and doesn't specify the asymptotic behaviors described.

Question 15

A medical researcher observes that the concentration of a drug in a patient's bloodstream decreases by exactly 12% every hour after administration. The initial concentration is 80 mg/L. Which function family would most appropriately model the drug concentration C(t)C(t) as a function of time tt hours after administration?

  1. Exponential, because the concentration decreases by a constant percentage rate over equal time intervals (correct answer)
  2. Linear, because the concentration decreases consistently over time at a predictable rate
  3. Logarithmic, because the concentration approaches zero asymptotically as time increases indefinitely
  4. Rational, because the concentration has a horizontal asymptote and decreases toward zero
Explanation: The key phrase is 'decreases by exactly 12% every hour,' which indicates exponential decay. When a quantity changes by a constant percentage over equal time intervals, this is the defining characteristic of exponential functions. The correct model would be C(t) = 80(0.88)^t. Choice B is wrong because linear functions have constant additive changes, not percentage changes. Choices C and D identify correct end behavior but miss the fundamental characteristic that defines the function family.

Question 16

A pendulum's angular displacement can be measured as it swings back and forth. At t=0t = 0, the pendulum is at maximum displacement of 15°. It completes one full cycle every 2.4 seconds. Which function family would best model the pendulum's angular position over time?

  1. Exponential function, since the pendulum's energy decreases over time due to air resistance and friction
  2. Quadratic function, since the restoring force follows Hooke's Law which creates parabolic motion patterns
  3. Trigonometric function, since pendulum motion is periodic and oscillates between maximum positive and negative displacements (correct answer)
  4. Rational function, since the angular velocity changes continuously as gravitational force varies with position
Explanation: The correct answer is C. Pendulum motion is simple harmonic motion, modeled by trigonometric functions like θ(t)=Acos(ωt+ϕ)\theta(t) = A\cos(\omega t + \phi) where A is amplitude, ω is angular frequency, and φ is phase shift. The motion is periodic and oscillatory. Choice A describes energy loss but not position. Choice B incorrectly applies Hooke's Law. Choice D doesn't recognize the periodic nature of the motion.

Question 17

A company's profit margin starts at 5% and increases rapidly when they streamline operations. However, as they approach maximum efficiency, further improvements become increasingly difficult to achieve. The profit margin appears to be approaching a theoretical maximum of 25%. Which function family would best model profit margin as a function of time?

  1. Exponential growth function, since profit margin increases rapidly at first and the growth rate remains proportional to current value
  2. Logarithmic function, since profit margin increases rapidly at first but the rate of increase slows down over time
  3. Rational function with horizontal asymptote, since rapid initial growth slows as it approaches a maximum theoretical limit (correct answer)
  4. Polynomial function, since business relationships typically involve multiple variables creating complex curved relationships over time
Explanation: The correct answer is C. The scenario describes rapid initial growth that slows as it approaches a horizontal asymptote (25% maximum). This is characteristic of rational functions like f(t)=at+bct+df(t) = \frac{at + b}{ct + d} or transformed exponential functions that level off. Choice A lacks the limiting behavior. Choice B increases without bound. Choice D is too general and doesn't address the asymptotic behavior.

Question 18

The height of a projectile launched from ground level depends on the initial velocity and gravitational acceleration. Air resistance is negligible. The projectile reaches maximum height and returns to ground level. Which function family would best model height as a function of time?

  1. Trigonometric function, since the projectile follows a symmetric up-and-down motion pattern
  2. Exponential function, since gravitational acceleration causes the rate of height change to vary exponentially
  3. Rational function, since the projectile approaches maximum height asymptotically before falling
  4. Quadratic function, since height follows kinematic equations with constant acceleration (correct answer)
Explanation: When analyzing projectile motion, you need to think about the underlying physics that governs how objects move under gravity. The key insight is that gravitational acceleration is constant, which directly determines what type of mathematical function describes the motion. The correct answer is D because projectile motion follows kinematic equations where height changes according to h(t)=v0t12gt2h(t) = v_0t - \frac{1}{2}gt^2, where v0v_0 is initial velocity and gg is gravitational acceleration. This is a quadratic function with a negative leading coefficient, creating the characteristic parabolic path that starts at ground level, reaches a maximum height, then returns to ground level. Option A incorrectly suggests trigonometric functions. While projectile motion is symmetric, not all symmetric motions are trigonometric. Trigonometric functions repeat cyclically and don't have the specific parabolic shape of projectile motion. Option B misunderstands exponential functions. Although the rate of height change does vary with time, it varies linearly (not exponentially) because acceleration is constant. Exponential functions involve rates of change that are proportional to the current value. Option C incorrectly describes rational functions. The projectile doesn't approach maximum height asymptotically—it reaches a definite maximum height at a specific time, then falls. Asymptotic behavior involves approaching but never reaching a value. Remember this pattern: constant acceleration always produces quadratic position functions. When you see projectile motion, falling objects, or any motion with constant acceleration, immediately think quadratic relationships between position and time.

Question 19

A psychology researcher studies how memory retention changes over time. Subjects memorize a list of 100 words. After 1 hour, they remember an average of 85 words. After 24 hours, they remember 60 words. After one week, they remember 45 words. The forgetting appears to continue but at a decreasing rate.

Based on this memory retention pattern, which function family would best model the number of words remembered as a function of time?

  1. Logarithmic decay function, since most forgetting occurs early with the rate slowing over time (correct answer)
  2. Exponential decay function, since forgetting rate is proportional to the amount currently remembered
  3. Linear function, since memory loss appears to occur at a steady rate based on the given data points
  4. Rational function, since memory retention approaches some minimum baseline level asymptotically
Explanation: When you encounter questions about modeling real-world phenomena with mathematical functions, focus on the rate of change and long-term behavior described in the problem. The key is matching the verbal description to the characteristic properties of different function families. Let's analyze the memory retention pattern: subjects forget 15 words in the first hour, 25 words in the next 23 hours, and 15 words over the following week. This shows that most forgetting happens early, then the rate slows significantly - exactly what the passage states. Answer A is correct because logarithmic decay functions have this precise characteristic: they decrease rapidly at first, then level off as the rate of change approaches zero. The phrase "most forgetting occurs early with the rate slowing over time" perfectly describes logarithmic behavior. Answer B is wrong because exponential decay maintains a constant percentage rate of change - if forgetting were proportional to current memory, we'd see roughly 15% loss each time period, not the variable amounts observed. Answer C is wrong because the data clearly shows non-constant rates: 15 words lost in 1 hour versus 15 words lost in an entire week demonstrates dramatically different rates over time. Answer D is wrong because while memory may approach a baseline, rational functions don't typically describe the "rapid early change, then slowing" pattern described here. Study tip: When modeling real-world decay processes, logarithmic functions indicate "fast start, slow finish" while exponential functions indicate constant percentage rates. Always match the described rate pattern to the function's mathematical behavior.

Question 20

The temperature of a hot cup of coffee decreases from 180°F to 140°F in the first 10 minutes, then to 120°F after another 10 minutes. The room temperature is 70°F. Which function family would best model how the coffee's temperature changes over time?

  1. Linear function, since the temperature decreases by 40°F in the first interval and 20°F in the second interval, showing a pattern
  2. Exponential decay function, since Newton's Law of Cooling states that cooling rate is proportional to temperature difference with surroundings (correct answer)
  3. Quadratic function, since the rate of temperature change itself is changing in a predictable curved pattern
  4. Logarithmic function, since temperature approaches the room temperature asymptotically over extended time periods
Explanation: The correct answer is B. Newton's Law of Cooling follows the model T(t)=Troom+(T0Troom)ektT(t) = T_{room} + (T_0 - T_{room})e^{-kt}, which is exponential decay. The cooling rate is proportional to the temperature difference with the environment. Choice A incorrectly assumes linear cooling despite decreasing rates. Choice C doesn't account for the asymptotic approach to room temperature. Choice D confuses the shape of approach with the underlying exponential relationship.