Last modified on October 17th, 2024

chapter outline

 

Exponents

An exponent is a mathematical notation that represents how many times a number, called the base, is multiplied by itself. 

For example, in 5 × 5 × 5, 5 is multiplied 3 times. So, in exponent form, it is written as 53, where 5 is the base.

The number written above 5 in superscript (i.e., 3) is called the exponent. Often called the index (plural: indices) or power, it represents how many times the number is repeated in multiplication, known as exponentiation.

The above expression 53 is read as ‘5 to the power 3,’ or ‘5 to the 3rd,’ or ‘5 cubed.’ 

Here are a few more examples of exponents:

  • 25 = 2 × 2 × 2 × 2 × 2 = 32
  • 32 = 3 × 3 = 9
  • 63 = 6 × 6 × 6 = 216

In general, if x is an integer raised to a positive integer n, then it is expressed as xn

Symbol

The symbol ^ is also used to represent exponents while typing. This is called the ‘carrot.’ 

Find the value of 105 

Solution:

Here, 
105 = 10 × 10 × 10 × 10 × 10 = 100000

Rules

Some important laws that are used while solving expressions involving exponents are listed:

PropertiesMathematical Form
Product of Powers xm × xn = xm + n
Quotient of Powers ${\dfrac{x^{m}}{x^{n}}=x^{m-n}}$
Power of a Power (xm)n = xmn 
Power of a Product (xy)m = xmym
Power of a Quotient ${\dfrac{x^{m}}{y^{m}}=\left( \dfrac{x}{y}\right) ^{m}}$
Zero Exponent x0 = 1
One Exponentx1 = x
Negative Exponent${x^{-m}=\left( \dfrac{1}{x}\right) ^{m}}$
Fractional Exponent${x^{\dfrac{m}{n}}}$ = ${\left( \sqrt[n]{x}\right) ^{m}}$ or ${\sqrt[n]{x^{m}}}$

These rules make it easier to perform operations with exponents without needing to manually multiply the base repeatedly. 

Find the product of 23 × 24

Solution:

Given 23 × 24
As we know, xm × xn = xm + n
Here, 23 × 24 = 23 + 4 = 27 = 128

Solve the expression: ${\dfrac{5^{6}}{5^{2}}}$

Solution:

Given ${\dfrac{5^{6}}{5^{2}}}$
As we know, ${\dfrac{x^{m}}{x^{n}}=x^{m-n}}$
Here, ${\dfrac{5^{6}}{5^{2}}}$ = ${5^{6-2}}$ = 54 = 625

Special Cases

Negative Exponents

When the exponent of a number is negative, it is called a negative exponent. 

While a positive exponent tells us how many times to multiply a base by itself, a negative exponent tells us to take the reciprocal (or ‘flip’) of the base raised to its corresponding positive exponent. Thus, a negative exponent inverts the base, shifting it from the numerator to the denominator (or vice versa) of a fraction.

For example,

2-3 can be expressed as ${\dfrac{1}{2^{3}}}$ 

Decimal Exponents

When the exponent of a number is in decimals, it is called a decimal exponent. It is written as a combination of integer powers and roots. 

For example,

250.5 is broken down as
= ${25^{\dfrac{1}{2}}}$, where 250.5 represents the square root of the base 25 (i.e., ${\sqrt{25}}$)

= 5

Sometimes, evaluating decimal exponents can be challenging. In such cases, we find the approximate value.

For example, 

50.5 = ${5^{\dfrac{1}{2}}}$ ≈ 2.236

Simplify: 640.75

Solution:

Given 640.75 = ${64^{\dfrac{3}{4}}}$
Now, applying the fractional exponent rule, ${x^{\dfrac{m}{n}}}$ = ${\sqrt[n]{x^{m}}}$
Here, ${64^{\dfrac{3}{4}}}$ = ${\sqrt[4]{64^{3}}}$ = ${\sqrt[4]{262144}}$ ≈ 22.63 (rounded to two decimal places)

Problem – Evaluating EXPONENTS with BINARY EXPONENTIATION

Calculate 515

Solution:

Here, 515 = (53)5 
As it is difficult to multiply 53 for 5 times, here we will simplify the exponent 15 in binary form.
15 = 1 × 23 + 1 × 22 + 1 × 21 + 1 × 20 = 8 + 4 + 2 + 1, which simplifies the expression to: 
515 = 5(8 + 4 + 2 + 1) = 58 × 54 × 52 × 51 
Now, 58 = (54)2 = 6252 = 625 × 625
Thus, 510 can also be expressed as 625 × 625 × 625 × 25 × 5

Evaluate 210

Solution:

Given 210
Converting the exponent 10 into its binary form, we get
10 = 1 × 23 + 0  × 22 + 1  × 21 + 0 × 20 = 8 + 2
Here, 210 = 28 + 2 = 28 × 22 = 256 × 4 = 1024
Thus, 210 = 1024

In Scientific Notations

Exponents are often used in scientific notation to represent very large or very small numbers using powers of 10. In this system, a positive exponent is used for numbers greater than 1, while a negative exponent is used for numbers less than 1.

To express a number in scientific notation, we follow the given steps:

  1. Placing the decimal point after the first non-zero digit in the number.
  2. Multiplying by 10 raised to the power that represents how many places the decimal point is shifted

For large numbers, the exponent is positive, indicating how many times the decimal point is shifted to the left. For small numbers, the exponent is negative, showing the number of times the decimal point is shifted to the right.

Let us express 7600000000000 and 0.00000003874 in scientific notation form.

7600000000000 = 7.6 × 1012

0.00000003874 = 3.874 × 10-8 

To have a better understanding of the use of exponents in writing numbers in scientific notation, click here.

Write the given numbers in scientific notation:
a) 980000 
b)  0.0000543
c) 1210000

Solution:

a) 980000 = 9.8 × 105
b) 0.000000543 = 5.43 × 10-7c)1210000 = 1.21 × 106

Last modified on October 17th, 2024