Consider the transformation where is a known one-to-one function. Which statement correctly describes the one-to-one property of ?
Opening subject page...
Loading your content
College Algebra Quiz
Practice One To One Functions in College Algebra with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.
Question 1 / 5
0 of 5 answered
Consider the transformation T(x)=21f(x−3)+1 where f(x) is a known one-to-one function. Which statement correctly describes the one-to-one property of T(x)?
This quiz focuses on One To One Functions, giving you a quick way to practice the rules, question types, and explanations that matter most for College Algebra.
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.
Consider the transformation T(x)=21f(x−3)+1 where f(x) is a known one-to-one function. Which statement correctly describes the one-to-one property of T(x)?
Explanation: If f(x) is one-to-one, then T(x)=21f(x−3)+1 is also one-to-one. Let's verify: suppose T(x1)=T(x2) for some x1=x2. Then 21f(x1−3)+1=21f(x2−3)+1, which simplifies to 21f(x1−3)=21f(x2−3), so f(x1−3)=f(x2−3). Since f is one-to-one, this implies x1−3=x2−3, so x1=x2, contradicting our assumption. The horizontal shift, vertical compression by positive factor, and vertical shift all preserve injectivity. Choice A is incomplete (missing compression), C is incorrect (compression by positive factor preserves one-to-one), and D is false.
A function m(x) satisfies m(x+4)=m(x) for all x in its domain, and m(x) is continuous. Which statement about the one-to-one property of m(x) is correct?
Explanation: A periodic function with period 4 means m(x)=m(x+4) for all x. If m is not constant, then there exist values a and b with a=b such that m(a)=m(b). But then m(a)=m(a+4)=m(a+8)=… and m(b)=m(b+4)=m(b+8)=…. For the function to be one-to-one on its entire domain, each output value can be achieved at most once. However, if the domain includes multiple periods, then m(a)=m(a+4k) for integer k, violating the one-to-one property unless m is constant. Choice B discusses restriction (different question), C misunderstands the horizontal line test globally, and D makes unnecessary assumptions about extrema.
The inverse function f−1(x) exists for f(x)=x+3−2 with domain [−3,∞). If g(x)=[f−1(x)]2+1, what is the domain of g(x)?
Explanation: When dealing with composite functions involving inverse functions, the key insight is understanding how domains and ranges transform. The domain of g(x)=[f−1(x)]2+1 depends entirely on where f−1(x) is defined. To find this, you need the range of the original function f(x)=x+3−2. Since f(x) has domain [−3,∞), the smallest input is x=−3, giving f(−3)=−3+3−2=0−2=−2. As x increases without bound, x+3 grows without bound, so f(x) approaches infinity. Therefore, the range of f(x) is [−2,∞). The domain of f−1(x) equals the range of f(x), which is [−2,∞). Since g(x)=[f−1(x)]2+1, and squaring and adding constants don't create additional restrictions, g(x) has the same domain as f−1(x): [−2,∞). Option A incorrectly assumes squaring eliminates domain restrictions—it doesn't expand where the function is originally undefined. Option B confuses the domain of f(x) with the domain of g(x); these are different because we're working with the inverse. Option C misinterprets how the operations affect the domain rather than the range. Remember: when finding the domain of a composition involving an inverse function, always identify the range of the original function first—this becomes your inverse function's domain and determines everything that follows.
Consider functions p(x)=2x and q(x)=log2(x). The composition r(x)=p(q(x−1))+3 has what relationship to the one-to-one property?
Explanation: First, let's find r(x)=p(q(x−1))+3=2log2(x−1)+3. Since 2log2(u)=u for u>0, we have r(x)=(x−1)+3=x+2. However, the domain is restricted by q(x−1)=log2(x−1), which requires x−1>0, so x>1. On the domain (1,∞), r(x)=x+2 is strictly increasing, hence one-to-one. Choice B has the wrong domain (x>0 instead of x>1), choice C incorrectly suggests domain restrictions prevent one-to-one property, and choice D misunderstands how inverse function compositions work.
Function f(x)=x3+ax2+bx+c passes through points (−1,2), (0,3), and (1,6). If this cubic function is one-to-one, which constraint must be satisfied?
Explanation: For a cubic function to be one-to-one, it must be strictly monotonic, which means f′(x) should never equal zero (or have at most one zero that's not a local extremum). Given the three points, we can solve: f(0)=c=3, f(−1)=−1+a−b+3=2 gives a−b=0, and f(1)=1+a+b+3=6 gives a+b=2. Solving: a=1,b=1. So f(x)=x3+x2+x+3 and f′(x)=3x2+2x+1. For no real critical points, the discriminant Δ=4−12=−8<0. In general, for f′(x)=3x2+2ax+b, we need Δ=4a2−12b<0, or 4a2<12b. Choices A and B are redundant, and D is too restrictive.