Question 1
A ball is thrown upward from a platform 4 feet high with an initial upward velocity of 24 ft/s. Its height (in feet) after t seconds is modeled by a quadratic function with gravity −16t2. What is the formula for the height function h(t)?
- h(t)=16t2+24t+4
- h(t)=−16t2+24t+4
- h(t)=−16t2+4t+24
- h(t)=−24t2+16t+4
Explanation: This question tests your ability to translate a real-world situation into mathematical language—either as an explicit formula, a recursive process, or a series of calculation steps. The key to writing functions from context is identifying what changes (independent variable, like time or number of items) and what you're calculating (dependent variable, like cost or height), then finding the mathematical relationship between them using clues in the language. This context involves motion with gravity ('ball is thrown upward'), which tells us this is a quadratic function. The standard form for height with gravity is h(t) = -16t² + v₀t + h₀, where v₀ is initial velocity and h₀ is initial height. From the context we extract: initial height = 4 feet ('from a platform 4 feet high'), initial velocity = 24 ft/s ('initial upward velocity of 24 ft/s'), giving us h(t) = -16t² + 24t + 4. Choice A is correct because it properly includes the gravity term (-16t²), the initial velocity term (24t), and the initial height (4), matching the standard physics formula for projectile motion. Choice B has positive 16t² instead of negative, which would mean the ball accelerates upward forever—that violates the laws of physics! Gravity always pulls down, so the t² term must be negative in height functions. Context translation cheat sheet: 'per/each' = multiply by that rate, 'plus/in addition' = add, 'starts at' = initial value, 'doubles/triples' = multiply by 2 or 3 (exponential), 'percent' = divide by 100 for decimal. These phrases are your clues for turning words into math!
Question 6
A ball is thrown upward from a platform 6 feet high with an initial upward velocity of 40 ft/s. Its height in feet after t seconds is modeled by h(t)=−16t2+40t+6. Which formula represents this height function?
- h(t)=−16t2−40t+6
- h(t)=16t2+40t+6
- h(t)=−16t2+40t+6
- h(t)=−40t2+16t+6
Explanation: This question tests your ability to translate a real-world situation into mathematical language—either as an explicit formula, a recursive process, or a series of calculation steps. The key to writing functions from context is identifying what changes (independent variable, like time or number of items) and what you're calculating (dependent variable, like cost or height), then finding the mathematical relationship between them using clues in the language. This context involves motion with gravity, which tells us this is a quadratic function. Quadratic functions model situations where acceleration is constant, like objects under gravity. The form is h(t) = -16t² + v₀t + h₀, and from the context we extract: gravity coefficient = -16 (standard for feet), initial velocity v₀ = 40 from 'initial upward velocity of 40 ft/s,' and initial height h₀ = 6 from 'platform 6 feet high' = h(t) = -16t² + 40t + 6. Choice B is correct because it includes the negative coefficient -16t² (gravity pulls down), the positive initial velocity term +40t (thrown upward), and the initial height +6, matching the standard form for projectile motion. Choice A has +16t² instead of -16t²: gravity always pulls objects down, which requires a negative coefficient on t². The negative sign is crucial for modeling falling objects! Context translation cheat sheet: 'per/each' = multiply by that rate, 'plus/in addition' = add, 'starts at' = initial value, 'doubles/triples' = multiply by 2 or 3 (exponential), 'percent' = divide by 100 for decimal. These phrases are your clues for turning words into math!