Maths Olympiad Prep

Library / /376 of 520

Algebra Difficulty 3.7 AMC 10/12 Find the answer

A function f(x)f(x) defined on RR is a monotonic function, satisfying f(3)=6f(3)=6, and f(x+y)=f(x)+f(y)f(x+y)=f(x)+f(y), where x,yRx, y \in R.
(1)(1) Find the value of f(0)f(0);
(2)(2) Determine the parity of f(x)f(x) and prove it;
(3)(3) If for any x[12,3]x \in [\frac{1}{2}, 3], f(kx2)f(2x1)<4f(kx^{2})-f(-2x-1) \lt 4 holds, find the range of real number kk.

A number or a short expression. Spacing and $ signs are ignored.

Solution

Let's address the problem in a step-by-step format as per the guidelines:

**Part (1): Finding the value of f(0)f(0)**

Given f(x+y)=f(x)+f(y)f(x+y)=f(x)+f(y) for all x,yRx, y \in R, let x=0x=0 and yy be any real number. We then have:
f(0+y)=f(0)+f(y) f(0+y) = f(0) + f(y)
Substituting 0+y0+y with yy, we get:
f(y)=f(0)+f(y) f(y) = f(0) + f(y)
By rearranging the equation, we find that for all yy, f(0)f(0) must be equal to 00 to satisfy the equation. Hence,
f(0)=0 \boxed{f(0) = 0}

**Part (2): Determining the parity of f(x)f(x)**

To determine the parity of f(x)f(x), we need to prove whether f(x)=f(x)f(-x) = -f(x) (odd function). Consider f(x+y)=f(x)+f(y)f(x+y)=f(x)+f(y) with y=xy=-x, we have:
f(x+(x))=f(x)+f(x)f(0)=f(x)+f(x) f(x+(-x)) = f(x) + f(-x) \Rightarrow f(0) = f(x) + f(-x)
Since we already know f(0)=0f(0) = 0, substituting this into the equation yields:
0=f(x)+f(x)f(x)=f(x) 0 = f(x) + f(-x) \Rightarrow f(-x) = -f(x)
This proves that f(x)f(x) is an odd function, hence:
f(x) is an odd function \boxed{\text{$f(x)$ is an odd function}}

**Part (3): Finding the range of real number kk**

Given the inequality f(kx2)f(2x1)<4f(kx^{2}) - f(-2x-1) < 4 for x[12,3]x \in [\frac{1}{2}, 3], and knowing f(x)f(x) is odd, we can rewrite the inequality as f(kx2)+f(2x+1)<4f(kx^{2}) + f(2x+1) < 4. Given f(3)=6f(3)=6, we find:
f(1+2)=f(1)+f(2)=f(1)+f(1)+f(1)=3f(1)=6 f(1+2) = f(1) + f(2) = f(1) + f(1) + f(1) = 3f(1) = 6
Solving for f(1)f(1), we obtain:
f(1)=2 f(1) = 2
Subsequently, for f(2)f(2), knowing f(2)=f(1+1)=2f(1)f(2) = f(1+1) = 2f(1), we find:
f(2)=4 f(2) = 4
Given the condition f(kx2+2x+1)<f(2)f(kx^{2}+2x+1) < f(2) for x[12,3]x \in [\frac{1}{2}, 3], and knowing f(2)=4f(2)=4, we deduce:
kx2+2x+1<2 kx^{2} + 2x + 1 < 2
Rearranging gives us:
kx2+2x1<0 kx^{2} + 2x - 1 < 0
To find the range of kk, we analyze the quadratic expression in xx, obtaining:
k<(1x)22(1x) k < (\frac{1}{x})^{2} - 2(\frac{1}{x})
Let g(x)=(1x)22(1x)=(1x1)21g(x) = (\frac{1}{x})^{2} - 2(\frac{1}{x}) = (\frac{1}{x} - 1)^{2} - 1. Considering the interval 12x3\frac{1}{2} \leq x \leq 3, the minimum of g(x)g(x) occurs at x=1x=1, thus g(1)=1g(1)=-1. Therefore, we conclude:
k(,1) \boxed{k \in (-\infty, -1)}

Want a route through all this instead of an archive? The track puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.

Source: NuminaMath-1.5, licensed Apache-2.0. Statement and solution reproduced as published; topic and difficulty added by this site.