Skip to main content
Back to Sets, Relations & Functions
JEE Main 2018
Sets, Relations & Functions
Functions
Hard

Question

Suppose that a function f : R \to R satisfies f(x + y) = f(x)f(y) for all x, y \in R and f(1) = 3. If i=1nf(i)=363\sum\limits_{i = 1}^n {f(i)} = 363 then n is equal to ________ .

Answer: 1

Solution

Key Concepts and Formulas:

  1. Functional Equation: A function f:RRf: \mathbb{R} \to \mathbb{R} satisfying f(x+y)=f(x)f(y)f(x+y) = f(x)f(y) for all x,yRx, y \in \mathbb{R} is an exponential function of the form f(x)=axf(x) = a^x for some constant aa.
  2. Geometric Progression (GP) Sum: The sum of the first nn terms of a GP with first term aa and common ratio rr is Sn=a(rn1)r1S_n = \frac{a(r^n - 1)}{r - 1} (where r1r \neq 1).

Step-by-Step Solution:

1. Determine the form of the function f(x)f(x) for integer inputs.

  • Given: The functional equation f(x+y)=f(x)f(y)f(x+y) = f(x)f(y) for all x,yRx, y \in \mathbb{R} and f(1)=3f(1) = 3.
  • Reasoning: The given functional equation is a characteristic property of exponential functions. We can use the value of f(1)f(1) to determine the specific base of the exponential function for integer arguments.
  • Step 1.1: Calculate f(2)f(2). Let x=1x=1 and y=1y=1 in the functional equation: f(1+1)=f(1)f(1)f(1+1) = f(1)f(1) f(2)=(f(1))2f(2) = (f(1))^2 Since f(1)=3f(1)=3: f(2)=32=9f(2) = 3^2 = 9
  • Step 1.2: Calculate f(3)f(3). Let x=2x=2 and y=1y=1 in the functional equation: f(2+1)=f(2)f(1)f(2+1) = f(2)f(1) Using the value of f(2)=9f(2)=9 and f(1)=3f(1)=3: f(3)=9×3=32×31=32+1=33=27f(3) = 9 \times 3 = 3^2 \times 3^1 = 3^{2+1} = 3^3 = 27
  • Step 1.3: Generalize for f(i)f(i) where ii is a positive integer. Observing the pattern f(1)=31f(1)=3^1, f(2)=32f(2)=3^2, f(3)=33f(3)=3^3, we can deduce by induction or repeated application of the functional equation that for any positive integer ii: f(i)=3if(i) = 3^i This step is crucial because it transforms the abstract function f(i)f(i) into a concrete mathematical expression that can be used in the summation.

2. Substitute the derived form of f(i)f(i) into the given summation.

  • Given: The summation i=1nf(i)=363\sum_{i=1}^n f(i) = 363.
  • Reasoning: We now replace f(i)f(i) with its determined form, 3i3^i, to convert the problem into a summation of a known series.
  • Step 2.1: Rewrite the summation with the explicit form of f(i)f(i). i=1n3i=363\sum_{i=1}^n 3^i = 363
  • Step 2.2: Expand the summation to identify the series. 31+32+33++3n=3633^1 + 3^2 + 3^3 + \dots + 3^n = 363 3+9+27++3n=3633 + 9 + 27 + \dots + 3^n = 363 This expansion clearly shows that the summation is a finite series.

3. Identify and apply the formula for the sum of a Geometric Progression.

  • Observation: The series 3+9+27++3n3 + 9 + 27 + \dots + 3^n is a Geometric Progression (GP).
  • Reasoning: A GP is a sequence where each term after the first is found by multiplying the previous one by a fixed, non-zero number called the common ratio. This allows us to use a specific formula for its sum.
  • Step 3.1: Determine the parameters of the GP.
    • First term, a=3a = 3 (the first term in the sum).
    • Common ratio, r=323=3r = \frac{3^2}{3} = 3 (each term is 3 times the previous term).
    • Number of terms, nn (this is the unknown we need to find).
  • Step 3.2: Apply the GP sum formula. The sum of the first nn terms of a GP is given by Sn=a(rn1)r1S_n = \frac{a(r^n - 1)}{r - 1}. Substituting the parameters: Sn=3(3n1)31S_n = \frac{3(3^n - 1)}{3 - 1} Sn=3(3n1)2S_n = \frac{3(3^n - 1)}{2} This step translates the sum into an algebraic expression involving nn.

4. Solve the equation for nn.

  • Given: The sum of the GP is 363, so Sn=363S_n = 363.
  • Reasoning: We equate the formula for the sum of the GP to the given total sum and solve the resulting equation for nn.
  • Step 4.1: Set up the equation. 3(3n1)2=363\frac{3(3^n - 1)}{2} = 363
  • Step 4.2: Isolate the term (3n1)(3^n - 1). Multiply both sides by 2: 3(3n1)=363×23(3^n - 1) = 363 \times 2 3(3n1)=7263(3^n - 1) = 726 Divide both sides by 3: 3n1=72633^n - 1 = \frac{726}{3} 3n1=2423^n - 1 = 242
  • Step 4.3: Isolate 3n3^n. Add 1 to both sides: 3n=242+13^n = 242 + 1 3n=2433^n = 243
  • Step 4.4: Express 243 as a power of 3. By calculating powers of 3 (31=3,32=9,33=27,34=81,35=2433^1=3, 3^2=9, 3^3=27, 3^4=81, 3^5=243), we find that: 3n=353^n = 3^5
  • Step 4.5: Equate the exponents. Since the bases are equal, the exponents must be equal: n=5n = 5 This step yields the final value of nn.

Common Mistakes & Tips:

  • Misinterpreting the Functional Equation: Always recognize that f(x+y)=f(x)f(y)f(x+y)=f(x)f(y) strongly suggests an exponential form f(x)=axf(x)=a^x.
  • GP Formula Errors: Ensure the correct first term (aa) and common ratio (rr) are identified. A common error is miscalculating aa or rr.
  • Algebraic Slip-ups: Be meticulous with arithmetic when solving for nn, especially when dealing with powers and divisions.

Summary:

The problem starts by identifying the functional equation f(x+y)=f(x)f(y)f(x+y) = f(x)f(y) with f(1)=3f(1)=3 as defining an exponential function f(i)=3if(i) = 3^i for positive integers ii. The given summation i=1nf(i)=363\sum_{i=1}^n f(i) = 363 then becomes the sum of a geometric progression 31+32++3n=3633^1 + 3^2 + \dots + 3^n = 363. By applying the formula for the sum of a GP and solving the resulting exponential equation, we determine that n=5n=5.

The final answer is 5\boxed{5}.

Practice More Sets, Relations & Functions Questions

View All Questions