Skip to main content
Back to Sets, Relations & Functions
JEE Main 2023
Sets, Relations & Functions
Functions
Easy

Question

Let f(x)=2xn+λ,λR,nNf(x) = 2{x^n} + \lambda ,\lambda \in R,n \in N, and f(4)=133,f(5)=255f(4) = 133,f(5) = 255. Then the sum of all the positive integer divisors of (f(3)f(2))(f(3) - f(2)) is

Options

Solution

Key Concepts and Formulas

  • Function Evaluation and Parameter Solving: Given a function with unknown parameters, use provided function values to set up a system of equations and solve for the parameters.
  • Sum of Divisors Formula: For a positive integer NN with prime factorization N=p1a1p2a2pkakN = p_1^{a_1} \cdot p_2^{a_2} \cdots p_k^{a_k}, the sum of its positive divisors is σ(N)=i=1kpiai+11pi1\sigma(N) = \prod_{i=1}^{k} \frac{p_i^{a_i+1}-1}{p_i-1}.

Step-by-Step Solution

1. Understand the Function and Given Information We are given the function f(x)=2xn+λf(x) = 2x^n + \lambda, where λR\lambda \in \mathbb{R} and nNn \in \mathbb{N}. We are also given that f(4)=133f(4) = 133 and f(5)=255f(5) = 255. Our goal is to find the sum of all positive integer divisors of (f(3)f(2))(f(3) - f(2)).

2. Formulate Equations Using Given Values We substitute the given values of xx into the function definition:

  • For x=4x=4: f(4)=2(4n)+λ=133f(4) = 2(4^n) + \lambda = 133 (Equation 1)
  • For x=5x=5: f(5)=2(5n)+λ=255f(5) = 2(5^n) + \lambda = 255 (Equation 2) These equations will help us determine the unknown parameters nn and λ\lambda.

3. Solve for the Parameter 'n' To find nn, we can eliminate λ\lambda by subtracting Equation 1 from Equation 2: (2(5n)+λ)(2(4n)+λ)=255133(2(5^n) + \lambda) - (2(4^n) + \lambda) = 255 - 133 25n+λ24nλ=1222 \cdot 5^n + \lambda - 2 \cdot 4^n - \lambda = 122 2(5n4n)=1222(5^n - 4^n) = 122 Divide both sides by 2: 5n4n=615^n - 4^n = 61 Now, we need to find the natural number nn that satisfies this equation. We can test small values of nn:

  • If n=1n=1, 5141=54=1615^1 - 4^1 = 5 - 4 = 1 \neq 61.
  • If n=2n=2, 5242=2516=9615^2 - 4^2 = 25 - 16 = 9 \neq 61.
  • If n=3n=3, 5343=12564=615^3 - 4^3 = 125 - 64 = 61. Thus, n=3n=3 is the solution. Since the function g(n)=5n4ng(n) = 5^n - 4^n is strictly increasing for nNn \in \mathbb{N}, this solution is unique.

4. Calculate the Expression (f(3)f(2))(f(3) - f(2)) Now that we know n=3n=3, we can calculate f(3)f(3) and f(2)f(2):

  • f(3)=2(3n)+λf(3) = 2(3^n) + \lambda
  • f(2)=2(2n)+λf(2) = 2(2^n) + \lambda We are interested in the difference (f(3)f(2))(f(3) - f(2)): f(3)f(2)=(2(3n)+λ)(2(2n)+λ)f(3) - f(2) = (2(3^n) + \lambda) - (2(2^n) + \lambda) f(3)f(2)=2(3n2n)f(3) - f(2) = 2(3^n - 2^n) Substitute n=3n=3: f(3)f(2)=2(3323)f(3) - f(2) = 2(3^3 - 2^3) f(3)f(2)=2(278)f(3) - f(2) = 2(27 - 8) f(3)f(2)=2(19)f(3) - f(2) = 2(19) f(3)f(2)=38f(3) - f(2) = 38

5. Find the Sum of Positive Integer Divisors of 38 To find the sum of the positive integer divisors of 38, we first find its prime factorization: 38=2119138 = 2^1 \cdot 19^1 The sum of the divisors, σ(38)\sigma(38), is given by the formula: σ(38)=(21+1121)(191+11191)\sigma(38) = \left(\frac{2^{1+1}-1}{2-1}\right) \left(\frac{19^{1+1}-1}{19-1}\right) σ(38)=(2211)(192118)\sigma(38) = \left(\frac{2^2-1}{1}\right) \left(\frac{19^2-1}{18}\right) σ(38)=(41)(361118)\sigma(38) = (4-1) \left(\frac{361-1}{18}\right) σ(38)=3(36018)\sigma(38) = 3 \left(\frac{360}{18}\right) σ(38)=3(20)\sigma(38) = 3 (20) σ(38)=60\sigma(38) = 60 Alternatively, we can list the divisors: 1, 2, 19, 38. Their sum is 1+2+19+38=601 + 2 + 19 + 38 = 60.


Common Mistakes & Tips

  • Solving for λ\lambda: It is not necessary to find the value of λ\lambda as it cancels out in the difference calculations. Focus on finding nn first.
  • Testing values for nn: For equations of the form anbn=Ca^n - b^n = C where nn is a natural number, testing small integer values is an efficient strategy.
  • Prime Factorization Accuracy: Ensure the prime factorization of the number is correct before applying the sum of divisors formula.

Summary We were given a function f(x)=2xn+λf(x) = 2x^n + \lambda and two points to determine the parameters. By setting up equations and solving them, we found that n=3n=3. We then calculated the expression f(3)f(2)f(3) - f(2) which resulted in 38. Finally, we found the sum of the positive integer divisors of 38 using its prime factorization, which yielded 60.

The final answer is 60\boxed{60}.

Practice More Sets, Relations & Functions Questions

View All Questions