UPSC Exam  >  UPSC Notes  >  CSAT Preparation  >  Important Concepts & Formulas: Logarithms

Important Logarithms Formulas for JEE and NEET

What are Logarithms?

A logarithm expresses the power to which a number (the base) must be raised to obtain another number. It provides a compact way to represent very large or very small numbers and converts multiplicative relationships into additive ones, which is useful in many branches of science, engineering and competitive examinations.

The formal definition is:

If b is a positive real number not equal to 1 and a is a positive real number, by = a ⇔ log a = y.

  • a and b are positive real numbers.
  • b ≠ 1.
  • y is a real number.
  • a is called the argument (the quantity inside the log).
  • b is called the base (the small subscript of the log).
What are Logarithms?

In plain words: a logarithm answers the question "How many times is the base multiplied by itself to get the argument?"

Example: How many 3's must be multiplied to obtain 27?

3 × 3 × 3 = 27, so 3 is used three times. Hence:

log3(27) = 3

What are Logarithms?

Question for Important Concepts & Formulas: Logarithms
Try yourself:What is the logarithm of 1000 with respect to base 10?
View Solution

Logarithm (basic relation)

Let a, b be positive real numbers and a ≠ 1. If ax = b then

logab = x

Example:

35 = 243 ⇔ log3243 = 5

Types of Logarithms

  • Natural logarithm: base e (≈ 2.71828...). Written as ln N; that is ln N = logeN. Example: ln 7 = loge7.
  • Common (Brigg's) logarithm: base 10. Written as log10N. Example: log10100 = 2.

Logarithm Properties (Fundamental)

  • loga1 = 0, for a > 0 and a ≠ 1.
  • logaa = 1, for a > 0 and a ≠ 1.
  • logaax = x, for real x.
  • alogax = x, for x > 0.
  • Product rule: loga(mn) = logam + logan, for m,n > 0.
  • Quotient rule: loga(m/n) = logam - logan, for m,n > 0.
  • Power rule: loga(mn) = n·logam, for m > 0.
  • loga(1/m) = - logam, for m > 0.
  • Logarithm Properties (Fundamental)
  • If logab = x (a, b > 0, a ≠ 1), then:
    • log1/ab = -x
    • loga(1/b) = -x
    • log1/a(1/b) = x
  • Change of base relation: logamb = (1/m)·logab.
  • Monotonicity: logax is decreasing if 0 < a < 1, and increasing if a > 1.
  • If 0 < a < 1 and b,c > 0 then:
    • logab ≥ logac ⇔ b ≤ c
    • logab ≥ c ⇔ b ≤ ac
  • If a > 1 and b,c > 0 then:
    • logab ≥ logac ⇔ b ≥ c
    • logab ≥ c ⇔ b ≥ ac

Characteristics and Mantissa

Characteristic: the integral (integer) part of a logarithm.

Mantissa: the fractional (decimal) part of a logarithm; always non-negative in common use.

Example: log 3274 = 3.5150 → characteristic = 3, mantissa = 0.5150.

Points to remember about characteristic (common logarithm)

  • The characteristic of the common logarithm of a positive number less than 1 is negative.
  • The characteristic of the common logarithm of a positive number greater than 1 is positive (or zero when the argument is 1).
  • If log10x = n.abcd (characteristic n), then the number of integral values x can take between consecutive powers of 10 is 10n+1 - 10n.
  • If the characteristic of log10x is negative (-n), then the number of zeros between the decimal point and the first non-zero digit of x is (n - 1).

Important Conversions (Inequalities & comparisons)

  • For a > 1, ab > c (with c > 0) ⇔ logac < b.
  • For 0 < a < 1, ab > c (with c > 0) ⇔ logac > b.

Logarithm Rules (Summary and calculus relations)

Logarithm Rules (Summary and calculus relations)

The principal algebraic rules are the Product, Quotient and Power rules, together with the change-of-base and base-switch relations. For calculus, derivatives and integrals of logarithms are often used.

  • Product rule: logb(mn) = logbm + logbn
  • Division rule: logb(m/n) = logbm - logbn
  • Power (exponential) rule: logb(mn) = n·logbm
  • Change of base: logbm = logam / logab
  • Base switch: logba = 1 / logab
  • Derivative: if f(x) = logb(x) then f′(x) = 1 / (x·ln b)
  • Integral: ∫ logb(x) dx = x·(logb(x) - 1/ln b) + C

Useful compact identities (always helpful in manipulations):

  • logb(mn) = logbm + logbn
  • logb(m/n) = logbm - logbn
  • logb(xy) = y·logbx
  • m·logbx + n·logby = logb(xmyn)
  • logb(m + n) = logbm + logb(1 + n/m) (useful when n << m)
  • logb(m - n) = logbm + logb(1 - n/m) (valid when m > n)

Solved Examples


Question 1: If log2X + log4X = log0.25√6 and x > 0, then x is:

A. 6-1/6 B. 61/6 C. 3-1/3 D. 61/3 

Correct Answer is Option (A).

Solution (clean, stepwise):

log2x + log4x = log0.25√6

Rewrite log4x as log2x / log24 = (1/2)·log2x.

Left side becomes log2x + (1/2)·log2x = (3/2)·log2x.

Right side: log0.25√6 = log1/4(61/2) = (1/2)·log1/46.

Since log1/46 = log26 / log2(1/4) = log26 / (-2) = -(1/2)·log26.

Thus right side = (1/2)·(-(1/2)·log26) = -(1/4)·log26.

So (3/2)·log2x = -(1/4)·log26.

Multiply both sides by 4: 
6·log2x = -log26.

log2x = -(1/6)·log26 = log2(6-1/6).

Therefore x = 6-1/6.


Question 2: log9(3·log2(1 + log3(1 + 2log2x))) = 1/2. Find x.

A. 4

B. 1/2

C. 1

D. 2

Correct Answer is Option (D).

Solution (stepwise):

Given log9(3·log2(1 + log3(1 + 2log2x))) = 1/2.

Raise 9 to both sides: 3·log2(1 + log3(1 + 2log2x)) = 91/2 = 3.

Therefore log2(1 + log3(1 + 2log2x)) = 1.

So 1 + log3(1 + 2log2x) = 2.

Hence log3(1 + 2log2x) = 1 ⇒ 1 + 2log2x = 3.

2log2x = 2 ⇒ log2x = 1 ⇒ x = 2.


Question 3: If 22x+4 - 17 × 2x+1 = -4, then which of the following is true?

A. x is a positive value

B. x is a negative value

C. x can be either a positive value or a negative value

D. None of these

Correct Answer is Option (C).

Solution (stepwise):

Let y = 2x+1.

Then 22x+4 = 22(x+1)+2 = 4·(22(x+1)) = 4·(2x+1)2 = 4y2.

Equation becomes 4y2 - 17y = -4 ⇒ 4y2 - 17y + 4 = 0.

Factor: (4y - 1)(y - 4) = 0 ⇒ y = 1/4 or y = 4.

So 2x+1 = 1/4 ⇒ x + 1 = -2 ⇒ x = -3 (negative).

Or 2x+1 = 4 ⇒ x + 1 = 2 ⇒ x = 1 (positive).

Therefore x may be positive or negative. Hence option (C).


Question 4: If log1227 = a, log916 = b, find log8108

A.Solved Examples

B.Solved Examples

C.Solved Examples

D.Solved Examples

Correct Answer is Option (D).

Solution (stepwise):

log8108 = log8(4·27) = log84 + log827.

log84 = log24 / log28 = 2 / 3 = 2/3.

Write log827 = log227 / log28 = (log233) / 3 = (3·log23) / 3 = log23.

We have log916 = b ⇒ log34 = b ⇒ log23 = 2 / b (using change of base relations shown by the given intermediate steps).

Thus log827 = 2/b, and log8108 = 2/3 + 2/b, which matches option (D).

Solved Examples
Solved Examples
Solved Examples
Solved Examples
Solved Examples
Solved Examples
Solved Examples
Solved Examples


Question 5:

Solved Examples

If a, b are integers such that x = a, and x = b satisfy this inequation, find the maximum possible value of a - b.

A. 214

B. 216

C. 200

D. 203

Correct Answer is Option (A).

Solution (stepwise):

Given the inequality leads to 3 < log3x < 5.

So 27 < x < 243.

Integer x values satisfying this are 28, 29, ..., 242.

To maximise a - b where a and b are integer solutions, pick a = 242 (largest) and b = 28 (smallest).

Maximum a - b = 242 - 28 = 214.

Solved Examples
Solved Examples


Question 6: log5x = a (i.e. log base 5 of x equals a) and log20x = b. What is logx10 ?

A. Solved Examples

B. (a + b) * 2ab

C.Solved Examples

D.Solved Examples

Correct Answer is Option (A).

Solution (stepwise):

Given log5x = a ⇒ logx5 = 1/a.

Given log20x = b ⇒ logx20 = 1/b.

Note logx10 = logx(20/2) = logx20 - logx2 = 1/b - logx2.

Also logx2 = logx10 - logx5 = logx10 - 1/a (rearrange useful relations).

Solving the system (using the relations and simple algebra) gives logx10 = (a + b) / (2ab).

Solved Examples
Solved Examples
Solved Examples
Solved Examples
Solved Examples
Solved Examples


Question 7: log3x + logx3 = 17/4. Find x.

A. 34

B. 31/8

C. 31/4

D. 31/3

Correct Answer is Option (C).

Solution (stepwise):

Let y = log3x. Then logx3 = 1/y.

Equation becomes y + 1/y = 17/4.

Multiply by y: y2 + 1 = (17/4)·y.

Rearrange: 4y2 - 17y + 4 = 0.

Solve quadratic: y = 4 or y = 1/4.

If y = 4 ⇒ log3x = 4 ⇒ x = 34.

If y = 1/4 ⇒ log3x = 1/4 ⇒ x = 31/4.

Both values satisfy the original equation, so x can be 34 or 31/4. The option given as correct is 31/4 (option C) per the original solution block.

Solved Examples
Solved Examples


Question 8: logxy + logyx2 = 3. Find logxy3.

A. 4

B. 3

C. 31/2

D. 31/16

Correct Answer is Option (B).

Solution (stepwise):

Let a = logxy. Then logyx = 1/a.

Note logyx2 = 2·logyx = 2·(1/a).

Equation becomes a + 2·(1/a) = 3.

Multiply by a: a2 - 3a + 2 = 0.

Factor: (a - 1)(a - 2) = 0 ⇒ a = 1 or a = 2.

If a = 2 ⇒ logxy = 2 ⇒ logxy3 = 3·2 = 6.

If a = 1 ⇒ logxy = 1 ⇒ logxy3 = 3·1 = 3.

Both values arise, but the in the options we have only 3 (option B).


Question 9: log24 · log48 · log816 · ... (nth term) = 49. What is n?

A. 49

B. 48

C. 34

D. 24

Correct Answer is Option (B).

Solved Examples

Solved ExamplesQuestion 10: If 33 + 6 + 9 + ... + 3x = 3-3 * -66, what is the value of x?

A. 3

B. 6

C. 7

D. 11

Correct Answer is Option (D).

 Solved Examples
Solved Examples
Solved Examples


Question 11: x, y, z are three integers in geometric progression such that y - x is a perfect cube. Given log36x2 + log6√y + log216y1/2z = 6. Find x + y + z.

A. 189

B. 190

C. 199

D. 201

Correct Answer is Option (A).

Solution (stepwise):

Simplify each logarithm to base 6:

log36x2 = log62x2 = (1/2)·log6x2 = log6x.

log6√y = (1/2)·log6y.

log216y1/2z = log63(y1/2z) = (1/3)·log6(y1/2z) = (1/3)( (1/2)·log6y + log6z ).

Combining and simplifying leads to log6(xyz) = 6 ⇒ xyz = 66 = (62)3.

Since x, y, z are in G.P., let x = a, y = ar, z = ar2 

⇒ xyz = a3r3 = (ar)3 = (62)3.

So ar = 62 = 36. Possible positive integer pairs (a, r) giving ar = 36 are: (1,36), (2,18), (3,12), (4,9), (9,4), (12,3), (18,2), (36,1).

We need y - x = ar - a = a(r - 1) to be a perfect cube. 

Checking the list, only (a, r) = (9, 4) gives a(r - 1) = 9·3 = 27 = 33 (a perfect cube).

Thus x = 9, y = 36, z = 144 ⇒ x + y + z = 9 + 36 + 144 = 189.

Solved Examples


Question 12: 10log(3 - 10log y) = log2(9 - 2y), Solve for y.

A. 0

B. 3

C. 0 and 3

D. none of these

Correct Answer is Option (D).

Solution (stepwise):

Remember the domain: arguments of logarithms must be positive.

From the equation, take base 10 logarithm interpretation to get 3 - y = log2(9 - 2y); thus 3 - y > 0 ⇒ y < 3.

Raise base 2: 23-y = 9 - 2y.

Let t = 2y ⇒ 23/t = 9 - t ⇒ 8 = 9t - t2 ⇒ t2 - 9t + 8 = 0.

Solve: t = 1 or t = 8 

⇒ 2y = 1 

⇒ y = 0, or 2y = 8 ⇒ y = 3.

But both y = 0 and y = 3 violate the domain condition 3 - y > 0 (y < 3) or the original log arguments (one would make an internal log zero or negative). Hence none of the candidate values satisfy all domain restrictions.

Therefore the correct option is none of these.

Solved Examples


Question 13: 46 + 12 + 18 + 24 + ... + 6x = (0.0625)-84, what is the value of x?

A. 7

B. 6

C. 9

D. 12

Correct Answer is Option (A).

Solution (stepwise):
Solved ExamplesSolved Examples

Solved Examples

The document Important Logarithms Formulas for JEE and NEET is a part of the UPSC Course CSAT Preparation.
All you need of UPSC at this link: UPSC
205 videos|287 docs|137 tests

FAQs on Important Logarithms Formulas for JEE and NEET

1. What are the different types of logarithms?
Ans. There are two main types of logarithms: common logarithms, which have a base of 10, and natural logarithms, which have a base of e (Euler's number).
2. What are some important logarithm rules to remember?
Ans. Some important logarithm rules include the product rule (log(ab) = log(a) + log(b)), the quotient rule (log(a/b) = log(a) - log(b)), and the power rule (log(a^n) = n*log(a)).
3. What are some key logarithm properties to be aware of?
Ans. Some key logarithm properties include the fact that log(a) + log(b) = log(ab), log(a) - log(b) = log(a/b), and log(a^n) = n*log(a).
4. What are characteristics and mantissa in logarithms?
Ans. The characteristic in a logarithm is the integer part of the logarithm, while the mantissa is the decimal part. They together make up the complete logarithm value.
5. How can logarithms be used for important conversions and calculations?
Ans. Logarithms can be used to convert between exponential and logarithmic forms, solve exponential equations, and simplify complex mathematical calculations involving exponents.
Related Searches
Summary, past year papers, study material, Sample Paper, ppt, practice quizzes, Objective type Questions, Viva Questions, Important Logarithms Formulas for JEE and NEET, Exam, Important questions, mock tests for examination, MCQs, Important Logarithms Formulas for JEE and NEET, shortcuts and tricks, Extra Questions, Important Logarithms Formulas for JEE and NEET, Semester Notes, video lectures, Free, pdf , Previous Year Questions with Solutions;