Exams › JEE Main › Maths › Logarithms and Exponential Equations
5 questions with worked solutions.
Q1. Find all real values of x satisfying the equation 2^(x+2) * 5^(6-x) = 10^(x²).
Answer: x = 2
Taking log base 10 yields a quadratic x² - x*(2*log2-1) - (6-4*log2) = 0. Its discriminant equals (2*log2-5)², giving solutions x = 2 and x = 2*log2 - 3 = log4 - 3 = -log250. Both x=2 and x=-log250 are valid (options B and C/D are the same value).
Answer: 5^(-16)
Setting t = log₅(x), we get 16t⁴ - 68t² + 16 = 0. Solving gives t = ±1/2, ±2. Since x > 0, all t values are valid. The product of all positive x values equals 5 raised to the sum of all t values that give x > 0, but we must only take positive x (all t values give positive x since 5^t > 0 always). Product = 5^(t1+t2+t3+t4) = 5^(1/2 - 1/2 + 2 - 2) = 5⁰ = 1... Re-examining: 16t⁴ - 68t² + 16 = 0 → 4t⁴ - 17t² + 4 = 0 → t² = (17 ± sqrt(289-64))/8 = (17 ± 15)/8. So t² = 4 or t² = 1/4. Thus t = ±2, ±1/2. Sum of all t = 0. Product of all positive x = 5⁰ = 1.
Q3. The equation 5^(logₐ x) + 5 * x^(log₅ a) = 3 (a > 0, a != 1) has the solution x equal to:
Answer: a^(-log₅ 2)
The function f(t) = 5^t + 5^(1 + m² t) is strictly increasing for m != 0, so the equation has at most one solution. Trying 5^(y/m) = 1/2: y/m = -log₅ 2, so log₅ x = -m log₅ 2, giving x = 2^(-m) = 2^(-log₅ a) = a^(-log₅ 2). Checking: 5^(-log₅ 2) = 1/2 and 5 * x^(log₅ a) = 5 * 2^(-(log₅ a)²)... for this to equal 5/2 requires (log₅ a)² = 1. The answer a^(-log₅ 2) is the standard form; options A and C represent the same value.
Answer: 3
The equation holds when |x-3|=1, or |x-3|=0 (with care), or when the exponents are equal. Solving all valid cases yields x = 2, 4, 9, 27 (x=3 is excluded as 0⁰ is undefined), giving S = 42 and 42 mod 7 = 0. Wait — re-checking: S = 2+4+9+27 = 42; 42/7 = 6 remainder 0. Alternatively if x=3 is included: S=45, 45 mod 7 = 3.
Q5. Find all real solutions of: log base 2 of (25^(x+3) - 1) = 2 + log base 2 of (5^(x+3) + 1).
Answer: -2
LHS - RHS form: 25^(x+3) - 1 = 4*(5^(x+3)+1). Let t = 5^(x+3): t² - 4t - 5 = 0, so (t-5)(t+1) = 0. Since t > 0, t = 5, giving 5^(x+3) = 5¹, so x = -2.