Logarithm — JEE Main practice

11 questions

Practice JEE Main Logarithm questions free — each with a detailed solution, graded instantly. Nothing is saved; log in to track your accuracy and build a streak.

Sample questions with solutions

Q1 · 2026

The sum of all the real solutions of the equation

log(𝑥+3)(6𝑥2+28𝑥+30)=52log(6𝑥+10)(𝑥2+6𝑥+9)\log_{(𝑥+3)}(6𝑥^2+28𝑥+30)=5-2\log_{(6𝑥+10)}(𝑥^2+6𝑥+9) is equal to:

  • A.

    1

  • B.

    4

  • C.

    0

  • D.

    2

Answer: C

Factor the expressions:

6𝑥2+28𝑥+30=2(𝑥+3)(3𝑥+5),6𝑥^2+28𝑥+30=2(𝑥+3)(3𝑥+5), 𝑥2+6𝑥+9=(𝑥+3)2.𝑥^2+6𝑥+9=(𝑥+3)^2.

Using logarithm properties,

log(𝑥+3)2+log(𝑥+3)(𝑥+3)+log(𝑥+3)(3𝑥+5)+2log(6𝑥+10)(𝑥+3)=5.\log_{(𝑥+3)}2+\log_{(𝑥+3)}(𝑥+3)+\log_{(𝑥+3)}(3𝑥+5)+2\log_{(6𝑥+10)}(𝑥+3)=5.

Since

log(𝑥+3)2+1=log(𝑥+3)(6𝑥+10),\log_{(𝑥+3)}2+1=\log_{(𝑥+3)}(6𝑥+10),

the equation becomes

log(𝑥+3)(6𝑥+10)+4log(6𝑥+10)(𝑥+3)=4.\log_{(𝑥+3)}(6𝑥+10)+4\log_{(6𝑥+10)}(𝑥+3)=4.

Let

t=log(𝑥+3)(6𝑥+10).t=\log_{(𝑥+3)}(6𝑥+10).

Then

log(6𝑥+10)(𝑥+3)=1t,\log_{(6𝑥+10)}(𝑥+3)=\frac1t,

so

t+4t=4t24t+4=0(t2)2=0.t+\frac4t=4 \Rightarrow t^2-4t+4=0 \Rightarrow (t-2)^2=0.

Hence,

t=2.t=2.

Checking the original equation gives the valid solutions

𝑥=1,1.𝑥=1,\,-1.

Therefore,

1+(1)=0.1+(-1)=0.
Q2 · 2026

Let

α=14+18+116++\alpha=\frac14+\frac18+\frac1{16}+\cdots+\infty

and

$$Then the value of$$ (0.2)^{\log_{\sqrt5}(\alpha)}+(0.04)^{\log_5(\beta)} $$is equal to:
  • A.

    4

  • B.

    5

  • C.

    8

  • D.

    25

Answer: C

First, evaluate the infinite geometric series.

For

α=14+18+116+,\alpha=\frac14+\frac18+\frac1{16}+\cdots,

the first term is

a=14,r=12.a=\frac14,\qquad r=\frac12.

Hence,

α=a1r=14112=12.\alpha=\frac{a}{1-r} =\frac{\frac14}{1-\frac12} =\frac12.

Similarly,

β=13+19+127+\beta=\frac13+\frac19+\frac1{27}+\cdots

has

a=13,r=13,a=\frac13,\qquad r=\frac13,

so

β=13113=12.\beta=\frac{\frac13}{1-\frac13} =\frac12.

Therefore, the given expression becomes

(15)log5(12)+(125)log5(12).\left(\frac15\right)^{\log_{\sqrt5}\left(\frac12\right)} +\left(\frac1{25}\right)^{\log_5\left(\frac12\right)}.

Using the change of base formula,

log5(12)=log5(12)log5(5)=2log5(12).\log_{\sqrt5}\left(\frac12\right) =\frac{\log_5\left(\frac12\right)}{\log_5(\sqrt5)} =2\log_5\left(\frac12\right).

Hence,

(15)log5(12)=52log5(1/2)=5log54=4.\left(\frac15\right)^{\log_{\sqrt5}\left(\frac12\right)} =5^{-2\log_5(1/2)} =5^{\log_5 4} =4.

Also,

(125)log5(1/2)=52log5(1/2)=5log54=4.\left(\frac1{25}\right)^{\log_5(1/2)} =5^{-2\log_5(1/2)} =5^{\log_5 4} =4.

Therefore,

4+4=8.4+4=8.

Hence, the correct option is C.

Q3 · 2025

The product of all solutions of the equation e5(loge𝑥)2+3=𝑥8,  𝑥>0e^{5(\log_e 𝑥)^2+3}=𝑥^8,\; 𝑥>0 is:

  • A.

    e2e^2

  • B.

    ee

  • C.

    e6/5e^{6/5}

  • D.

    e8/5e^{8/5}

Answer: D

We begin with the equation

e5(loge𝑥)2+3=𝑥8,𝑥>0.e^{5(\log_e 𝑥)^2+3}=𝑥^8,\qquad 𝑥>0.

Since

𝑥8=e8loge𝑥,𝑥^8=e^{8\log_e 𝑥},

equate the exponents:

5(loge𝑥)2+3=8loge𝑥.5(\log_e 𝑥)^2+3=8\log_e 𝑥.

Let

𝑡=loge𝑥.𝑡=\log_e 𝑥.

Then

5𝑡28𝑡+3=0.5𝑡^2-8𝑡+3=0.

Factorizing,

(5𝑡3)(𝑡1)=0.(5𝑡-3)(𝑡-1)=0.

Hence,

𝑡=1or𝑡=35.𝑡=1 \quad\text{or}\quad 𝑡=\frac35.

Therefore,

𝑥=eor𝑥=e3/5.𝑥=e \quad\text{or}\quad 𝑥=e^{3/5}.

The product of all solutions is

ee3/5=e1+35=e8/5.e\cdot e^{3/5} =e^{1+\frac35} =e^{8/5}.

Hence, the correct option is D.

Do more with a free account

  • Take it as a timed mock test
  • Build a daily streak
  • Track accuracy & progress
  • Save questions to your library