From f: the argument of the square root must be non-negative: x−14−3x≥0.
Solve x−14−3x≥0:
Critical values: x=34 (numerator zero) and x=1 (denominator zero).
Sign chart:
x<1: numerator 4−3x>0Denominator x−1<0. Ratio <0. Not valid.
1<x≤34: numerator ≥0Denominator >0. Ratio ≥0. Valid.
x>34: numerator <0Denominator >0. Ratio <0. Not valid.
Domain of f∘g: (1,34].
(b)(g∘f)(x)=g(f(x))=x−3−11.
Domain restrictions:
From f: x−3≥0So x≥3.
From g: x−3=1So x−3=1Giving x=4.
Domain of g∘f: [3,4)∪(4,∞).
(c) The student is incorrect. dom(f∘g) is not dom(g). It is the subset of dom(g) for which g(x) falls within dom(f). Here dom(g)=R∖{1}But dom(f∘g)=(1,34]Which is a proper subset.
UT-2: Inverse Function Notation Confusion
Question:
Let f(x)=x−12x+3 for x=1.
(a) Find f−1(x) and state its domain.
(b) A student writes f−1(x)=2x+3x−1. Identify the error.
(c) Verify that f(f−1(x))=x for all x in the domain of f−1.
[Difficulty: hard. Tests the common misconception that f−1 means reciprocal.]
Solution:
(a) Let y=x−12x+3.
y(x−1)=2x+3⟹xy−y=2x+3⟹xy−2x=y+3⟹x(y−2)=y+3
f−1(x)=x−2x+3,x=2
The domain of f−1 equals the range of f. Since f(x)=x−12x+3=2+x−15As x→±∞, f(x)→2But f(x)=2. The horizontal asymptote at y=2 is never reached. Domain: R∖{2}.
(b) The student computed f(x)1=2x+3x−1Confusing the inverse function f−1 with the reciprocal f1. The notation f−1 means the function that “undoes” fNot 1/f.
The graph of y=f(x) passes through the point (2,5). After the transformation y=−2f(x−1)+3The graph passes through the point (a,b).
Find the values of a and b.
A student reasons: “We translate left by 1, so a=1. Then stretch vertically by 2 and translate up by 3, so b=2×5+3=13.”
(a) Identify the error in the student”s reasoning.
(b) Find the correct values of a and b.
[Difficulty: hard. Tests the counterintuitive nature of horizontal transformations.]
Solution:
(a) The student’s error is in the horizontal transformation. The transformation f(x−1) shifts the graph to the right by 1 (not left). The student said “translate left by 1” and set a=2−1=1But the correct calculation would give a=2+1=3.
(b) For y=−2f(x−1)+3:
The transformation f(x−1) shifts right by 1, so the input changes: x=2 requires x−1=2I.e., x=3. So a=3.
At the original point, f(2)=5. The vertical stretch by −2 (reflection in x-axis then stretch by 2) gives −2×5=−10. Then translate up by 3: b=−10+3=−7.
The point (2,5) maps to (3,−7).
Integration Tests
Tests synthesis of functions and equations with other topics.
IT-1: Iteration and Fixed Points (with Sequences)
Question:
The function f is defined by f(x)=x+22x+3.
(a) Find the fixed points of f (values where f(x)=x).
(b) Show that f(f(x))=x for all x=−2And hence state f−1(x).
[Difficulty: hard. Combines function iteration with inverse function identification.]
Solution:
(a) Solve f(x)=x:
x+22x+3=x⟹2x+3=x2+2x⟹x2=3⟹x=3 or x=−3
The fixed points are x=3 and x=−3.
(b)
f(f(x))=f(x+22x+3)=x+22x+3+22⋅x+22x+3+3
=x+22x+3+2x+4x+24x+6+3x+6=4x+77x+12
This should equal x:
4x+77x+12=x⟹7x+12=4x2+7x⟹4x2=12⟹x2=3
This is not identically equal to xConfirming that f is not self-inverse.
Since f is a Mobius transformation with ad−bc=2⋅2−1⋅3=1=0It is invertible. The inverse is:
f−1(x)=−x+22x−3=2−x2x−3,x=2
We can verify: f(f−1(x))=2−x2x−3+22⋅2−x2x−3+3=2−x(2x−3)+2(2−x)2−x2(2x−3)+3(2−x)=2x−3+4−2x4x−6+6−3x=1x=x.