Linear function . What is the increasing linear function if f(f(x))=4x+3 ?
- print Print
- list Cite
Expert Answers

calendarEducator since 2010
write12,544 answers
starTop subjects are Math, Science, and Business
An increasing linear function is of the form y = ax + b where a is positive.
It is given that...
(The entire section contains 68 words.)
Unlock This Answer Now
Start your 48-hour free trial to unlock this answer and thousands more. Enjoy eNotes ad-free and cancel anytime.
Related Questions
- How to find domain of function f(x)=(x-2)/(x^2-4)?How to find domain of function f(x)=(x-2)/(x^2-4)?
- 1 Educator Answer
- logarithmsWhat is x if (log2 x)^2+log2 (4x)=4?
- 1 Educator Answer
- What is x for the fraction (4x^3-32)/[x^3+(x+2)^3] if not defined ?
- 1 Educator Answer
- What is (f o g)(36) if f(x)=6^x and g(x)=log6 x ?
- 1 Educator Answer
- What is the result of the sum f(1)+...+f(20) if f(x)=x^2+2x+3
- 1 Educator Answer
f(x) = ax + b; linear function
If f(x) is increasing, then the coefficient of x is positive:
a>0
We'll write the expression of f(f(x)), substituting x by f(x) in the expression of f(x):
f(f(x)) = a*f(x) + b
We'll substitute f(x) by ax+b
f(f(x)) = a(ax+b) + b
We'll remove the brackets:
a^2*x + ab + b = 4x+3
We'll compare and we'll get:
a^2 = 4
a1 = 2 and a2 = -2
Since a has to be positive, we'll reject a2 = -2.
So, a = 2.
ab + b = 3
We'll factorize by b:
b(a + 1) = 3
b(2 + 1) = 3
3b = 3
b = 1
The requested linear function is: f(x) = 2x + 1.
Student Answers