Key Concepts and Formulas
- Functional Equations: Understanding how to manipulate and solve equations involving functions.
- Geometric Series: The sum of an infinite geometric series a+ar+ar2+… is given by 1−ra for ∣r∣<1.
- Continuity of Functions: If a function f is continuous at a point c, then limx→cf(x)=f(c).
Step-by-Step Solution
Step 1: Analyze the given functional equation.
We are given the functional equation f(3x)−f(x)=x for all x∈R. This equation relates the function's value at a point x to its value at 3x.
Step 2: Generate a sequence of related equations by repeatedly substituting x with x/3.
The goal is to create a telescoping sum.
Given f(3x)−f(x)=x.
Let x be replaced by x/3:
f(3(x/3))−f(x/3)=x/3
f(x)−f(x/3)=x/3 (Equation 2)
Let x/3 be replaced by x/9 in Equation 2:
f(x/3)−f(x/9)=(x/3)/3=x/9 (Equation 3)
Continuing this pattern, for any positive integer n, we can write:
f(3k−1x)−f(3kx)=3kx for k=1,2,…,n.
Let's write out the first few terms and the general term for n terms:
For k=1: f(x)−f(x/3)=x/3
For k=2: f(x/3)−f(x/9)=x/9
For k=3: f(x/9)−f(x/27)=x/27
...
For k=n: f(3n−1x)−f(3nx)=3nx
Step 3: Sum these equations to form a telescoping series.
Adding the equations from k=1 to k=n:
(f(x)−f(x/3))+(f(x/3)−f(x/9))+⋯+(f(3n−1x)−f(3nx))=3x+9x+⋯+3nx
The left side is a telescoping sum, where intermediate terms cancel out:
f(x)−f(3nx)=x(31+91+⋯+3n1)
The right side is a finite geometric series with first term a=1/3, common ratio r=1/3, and n terms. The sum is Sn=a1−r1−rn=311−1/31−(1/3)n=312/31−(1/3)n=21(1−3n1).
So, f(x)−f(3nx)=x⋅21(1−3n1).
Step 4: Take the limit as n→∞ using the continuity of f.
As n→∞, the term 3nx→0 (assuming x is finite).
Since f is continuous on R, we have limn→∞f(3nx)=f(limn→∞3nx)=f(0).
Also, as n→∞, 3n1→0.
Taking the limit of the equation from Step 3:
limn→∞(f(x)−f(3nx))=limn→∞(2x(1−3n1))
f(x)−f(0)=2x(1−0)
f(x)−f(0)=2x
This gives us a general form for the function: f(x)=2x+C, where C=f(0) is a constant.
Step 5: Use the given condition f(8)=7 to find the constant C.
Substitute x=8 into the general form:
f(8)=28+C
7=4+C
C=7−4=3.
So, f(0)=3.
The function is f(x)=2x+3.
Step 6: Calculate f(14) using the derived function.
Substitute x=14 into the function f(x)=2x+3:
f(14)=214+3
f(14)=7+3
f(14)=10.
Alternative approach using the original functional equation directly to find f(0):
From Step 4, we have f(x)−f(0)=x/2. This implies f(x)=x/2+f(0).
We are given f(8)=7.
Substituting x=8: f(8)=8/2+f(0)=4+f(0).
So, 7=4+f(0), which gives f(0)=3.
Now, we need to find f(14).
Using the relation f(x)−f(0)=x/2, substitute x=14:
f(14)−f(0)=14/2
f(14)−3=7
f(14)=7+3=10.
Common Mistakes & Tips
- Incorrect Geometric Series Sum: Ensure the formula for the sum of an infinite geometric series is applied correctly, especially the condition for convergence (∣r∣<1).
- Algebraic Errors in Telescoping Sum: Carefully cancel out terms in the telescoping sum to avoid calculation mistakes.
- Misinterpreting Continuity: Remember that continuity allows us to move the limit inside the function: limn→∞f(an)=f(limn→∞an) if f is continuous.
Summary
We started with the given functional equation and generated a sequence of equations by repeatedly substituting x with x/3. By summing these equations, we obtained a telescoping series that simplified to f(x)−f(x/3n)=x(1/3+1/9+⋯+1/3n). Taking the limit as n→∞ and using the continuity of f, we derived the form f(x)−f(0)=x/2, which means f(x)=x/2+C. Using the given condition f(8)=7, we found the constant C=3. Finally, we used the derived function f(x)=x/2+3 to calculate f(14)=10.
The final answer is 10.