Class 11- Applied Mathematics-NCERT Handbook Solutions-Chapter-1

Solutions for Exercise 1.1 and 1.2

Check Your Progress 1.1

1. Write the following numbers in decimal notation.

  1. (1010101100110)2
  2. (101011000110)2
  3. (101111100110)2
  4. (1000000000110)2

Solution:

To convert a binary number to a decimal number, we expand it by multiplying each binary digit by its corresponding power of 2, starting from 20 on the far right.

  1. (1010101100110)2 =1212+0211+1210+029+128+027+126+125+024+023+122+121+020

    =4096+0+1024+0+256+0+64+32+0+0+4+2+0

    =5478

  2. (101011000110)2 =1211+0210+129+028+127+126+025+024+023+122+121+020

    =2048+0+512+0+128+64+0+0+0+4+2+0

    =2758

  3. (101111100110)2 =1211+0210+129+128+127+126+125+024+023+122+121+020

    =2048+0+512+256+128+64+32+0+0+4+2+0

    =3046

  4. (1000000000110)2 =1212+0211+0210+029+028+027+026+025+024+023+122+121+020

    =4096+0+0+0+0+0+0+0+0+0+4+2+0

    =4102

2. Write the following numbers in decimal notation: 654321, 1000001, 56237801, 246809753

Solution:

Note: The problem statement asks to write the numbers in decimal notation, but the provided numbers are already in decimal format. Based on the textbook's answer key, the intended task is to convert these decimal numbers into binary notation. We will proceed to convert them to binary. For the last number, the answer key provides the binary evaluation for 2468097531 rather than 246809753. We will provide the solution for 2468097531 to reflect the correct key.

To convert a decimal number to binary, repeatedly divide the number by 2 and record the remainders. The binary representation is formed by reading the remainders from the last division up to the first.

  • By repeatedly dividing 654321 by 2, we get:

    (654321)10=(1001111110111111110001)2
  • By repeatedly dividing 1000001 by 2, we get:

    (1000001)10=(11110100001001000001)2
  • By repeatedly dividing 56237801 by 2, we get:

    (56237801)10=(110101101010000111101110101001)2
  • By repeatedly dividing 2468097531 by 2, we get:

    (2468097531)10=(10010011010011010101111101111011)2

Check Your Progress 1.2

Simplify the following by the rules of indices.

1. a=x15x45

Solution:

Using the product law of exponents: xmxn=xm+n

a=x15+45 =x1+45 =x55 =x1 =x

2. a=x2÷x32

Solution:

Using the quotient law of exponents: xmxn=xm-n

a=x2-32 =x4-32 =x12

3. a=(x53)6

Solution:

Note: The textbook exhibits a typographical error showing the fraction as 33, but based on the provided answer key making the result x10, the intended fraction is 53.

Using the power of a power law of exponents: (xm)n=xmn

a=x536 =x52 =x10

4. a=x3y4x5y2

Solution:

Using the quotient law of exponents: xmxn=xm-n

a=x3-5y4-2 =x-2y2 =y2x2


Check Your Progress 1.3

1. Prove the following:

  1. log15=log3+log5
  2. log500=2log2+3log5
  3. log(1×2×3)=log1+log2+log3
  4. log(x2yz)+log(y2zx)+log(z2xy)=0

Solution:

(i) We can express 15 as the product of its prime factors:

log15=log(3×5)

Using the product law of logarithms log(mn)=logm+logn:

log15=log3+log5 (Proved)


(ii) We find the prime factorization of 500:

500=4×125=22×53

Applying the product and power laws of logarithms:

log500=log(22×53)

=log(22)+log(53)

=2log2+3log5 (Proved)


(iii) Extending the product law to three terms log(abc)=loga+logb+logc:

log(1×2×3)=log1+log2+log3 (Proved)


(iv) Using the product law in reverse to combine the logarithms:

LHS=log(x2yz×y2zx×z2xy)

=log(x2y2z2x2y2z2)

=log(1)=0=RHS (Proved)

2. Expand logb(a2bbccdd)

Solution:

Applying the quotient, product, and power rules of logarithms:

logb(a2bbccdd) =logb(a2bb)-logb(ccdd)

=[logb(a2)+logb(bb)]-[logb(cc)+logb(dd)]

=2logba+blogbb-clogbc-dlogbd

Since logbb=1, this simplifies to:

=2logba+b-clogbc-dlogbd

3. Expand logb(4x69y7)

Solution:

Applying the logarithm laws systematically:

logb(4x69y7) =logb(4x6)-logb(9y7)

=[logb(22)+logb(x6)]-[logb(32)+logb(y7)]

=2logb2+6logbx-2logb3-7logby

4. Simplify log10a+log10b2+log10c3

Solution:

Using the product law to combine terms with the same base:

log10a+log10b2+log10c3 =log10(ab2c3)

5. Simplify logaa-logbb2+logcc3-logdd4

Solution:

First apply the power rule, then substitute logxx=1 for each term:

=1-2logbb+3logcc-4logdd

=1-2(1)+3(1)-4(1)

=1-2+3-4=-2

6. Simplify:

  1. 32log4+13log27+2log5-log6-2
  2. log25+log200
  3. log5(x2-1)-log5(x-1)

Solution:

(i) Assuming common logarithms (base 10), we can write the constant 2 as log100:

=32log(22)+13log(33)+log(52)-log6-log100

=3log2+log3+log25-log6-log100

=log(23)+log3+log25-(log6+log100)

=log(8×3×25)-log(6×100)

=log(600)-log(600)=0


(ii) Using the product law:

log25+log200=log(25×200)

=log5000=log(5×103)

=log5+log103=log5+3


(iii) Using the quotient law and algebraic factoring:

log5(x2-1)-log5(x-1) =log5(x2-1x-1)

=log5((x-1)(x+1)x-1)

=log5(x+1)


Check Your Progress 1.4

1. Given that logx=1¯.4914 and logy=2.4669, find the value of each of the following:

  1. xy
  2. xy
  3. x3y2

Solution:

A logarithm written with a bar over the characteristic (integer part), such as 1¯.4914, indicates that only the integer part is negative, while the decimal part (mantissa) is positive. Thus:

logx=-1+0.4914=-0.5086
logy=2.4669


(i) Find xy:

log(xy)=logx+logy

=-0.5086+2.4669=1.9583

Now, calculate the antilog of 1.9583:

xy=Antilog(1.9583)90.84

Note: If logx was intended to be given as 1.4914 without the bar, the logarithm sum would be 3.9583.


(ii) Find xy:

log(xy)=logx-logy

=-0.5086-2.4669=-2.9755

To find the antilog, we must convert this into a format with a positive mantissa:

-2.9755=-3+0.0245=3¯.0245

xy=Antilog(3¯.0245)0.001058

Note: If logx was intended to be given as positive 1.4914, log(x/y)=1¯.0245, yielding the answer 0.106.


(iii) Find x3y2:

log(x3y2)=3logx-2logy

=3(-0.5086)-2(2.4669)

=-1.5258-4.9338=-6.4596

Again, converting to a format with a positive mantissa:

-6.4596=-7+0.5404=7¯.5404

x3y2=Antilog(7¯.5404)3.47×10-7

Note: If logx was intended to be given as positive 1.4914, log(x3/y2)=1¯.5404, yielding the answer 0.347.

2. Write down the logarithm of 232 and use it to state the number of digits in the numeral for 232.

Solution:

First, apply the power rule of logarithms to find log10(232):

log(232)=32log2

Using the standard logarithm value log20.30103:

log(232)32×0.30103=9.63296

The integer part (characteristic) of the logarithm is 9.

The number of digits in a whole number is calculated by adding 1 to the characteristic of its base-10 logarithm:

Number of digits=9+1=10

Therefore, 232 has 10 digits.


Check Your Progress 1.5

2. Decode the numbers from these words according to Aryabhatiya method: krșņā (कृष्णा), mukti (मुक्ति) and jyestha (ज्येष्ठ)

Solution:

Using the Aryabhatan system of numeration, we split words into sub-units of consonants and vowels, assigning values based on the Varga/Avarga tables and multiplying the consonant value by the vowel's power of 10.

  1. krșņā (कृष्णा):

    Split into (k + ṛ) and (ș + ņ + ā)

    =(1×106)+(80+15)×100
    =1000000+95=1000095

  2. mukti (मुक्ति):

    Split into (m + u) and (k + t + i)

    =(25×104)+(1+16)×102
    =250000+1700=251700

  3. jyestha (ज्येष्ठ):

    Split into (j + y + e) and (ș + ṭ + a)

    =(8+30)×1010+(80+12)×100
    =38×1010+92=380000000092

3. The speed of light is 3×108 ms-1. Express this number using Aryabhatiya system.

Solution:

The number is 3×108. According to the Aryabhatan tables:

  • The consonant for 3 is 'ga' (ग).
  • The vowel for 108 is 'ḷ' (ऌ).

Combining them, we get: ग + ऌ = गॣ (gḷ)


Practice Exercise - Multiple Choice Questions

1. 65610.14×65610.11=?

Solution: (b) 9

65610.14+0.11=65610.25=(38)14=32=9

2. log5(0)=?

Solution: (a) Not Defined

Logarithms are only defined for positive real numbers. Since the argument is 0, it is undefined.

3. If (3)n=6561, (n)32=?

Solution: (a) 64

3n2=38n2=8n=16

(16)32=(42)32=43=64

4. 5x×23=36, 5(x+1)=?

Solution: (d) 22.5

5x×8=365x=368=4.5

5(x+1)=5x×5=4.5×5=22.5

5. 36120=(36×x)40 What is the value of x?

Solution: (d) None / Out of options

Note: Based on the options provided in the textbook (44, 44, 62, 64) and answer key, if the question was formatted as 8120=(8×x)40, solving gives x=64 which aligns with the answer key (d). For the literal text:

(363)40=(36x)40363=36xx=362=1296

6. (6561)12+(6561)14+(6561)18=?

Solution: (c) 93

=(38)12+(38)14+(38)18 =34+32+31
=81+9+3=93

7. Which of the following statements is not correct:

  1. log(2×4×6)=log2+log4+log6
  2. log51=0
  3. log(3+4)=log(3×4)
  4. log55=1

Solution: (c)

The addition of numbers within a log argument does not translate to the product of numbers. Specifically, log(3+4)=log(7), which is not equal to log(12).

8. If 5(a+b)=5×25×125, what is (a+b)2?

Solution: (d) 36

5(a+b)=51×52×53=51+2+3=56
a+b=6(a+b)2=62=36

9. What is the value of (7-14-7-15)?

Solution: (a) 6×7-15

7-14-7-15=7-15(71-1)=7-15(6)=6×7-15

10. If 3(n+4)-3(n+2)=8, What is the value of n?

Solution: (c) -2

Factor out the common term:

3n+2(32-1)=8
3n+2(8)=83n+2=1
3n+2=30n+2=0n=-2

11. If 2x=10247, what is the value of x?

Solution: (c) 10/7

2x=(1024)17=(210)17=2107x=107

12. [(3-2-5-2)17÷(3-2-5-2)18]12=?

Solution: (a) 15/4

[(3-2-5-2)17-18]12=[(19-125)-1]12
=[(25-9225)-1]12=[(16225)-1]12
=[22516]12=22516=154

13. Convert the following decimal numbers to the binary number.

  1. 4
  2. 49
  3. 267
  4. 1024
  5. 4103

Solution:

We convert decimal to binary by successively dividing by 2 and reading the remainders upwards.

  1. 4=(100)2
  2. 49=32+16+1=(110001)2
  3. 267=256+8+2+1=(100001011)2
  4. 1024=210=(10000000000)2
  5. 4103=4096+4+2+1=(1000000000111)2

14. Convert the following binary numbers to the decimal numbers.

  1. (1000)2
  2. (11001)2
  3. (1110101)2
  4. (10011001)2

Solution:

  1. (1000)2=123=8
  2. (11001)2=16+8+1=25
  3. (1110101)2=64+32+16+4+1=117
  4. (10011001)2=128+16+8+1=153

15. Convert the following to logarithmic form:

  1. 103=1000
  2. 10-2=0.01
  3. (0.2)3=0.008
  4. 4-2=116
  5. (81)34=27

Solution:

Using the property bx=ylogby=x:

  1. log101000=3
  2. log10(0.01)=-2
  3. log0.2(0.008)=3
  4. log4(116)=-2
  5. log8127=34

16. Convert the following to exponential form:

  1. log22=1
  2. log5(15)=-1
  3. log10(0.001)=-3
  4. log279=23
  5. log41=0

Solution:

  1. 21=2
  2. 5-1=15
  3. 10-3=0.001
  4. 2723=9
  5. 40=1

17. Solve for x:

  1. log3x=2
  2. log0.2(x+1)=-2
  3. log2(x2-1)=3
  4. log10(x-10)=1

Solution:

  1. log3x=2x=32=9
  2. x+1=(0.2)-2=(15)-2=52=25x=24
  3. x2-1=23=8x2=9x=±3
  4. x-10=101=10x=20

18. Find the characteristic of logarithm of the following number:

  1. 23.84
  2. 384.76
  3. 9.857
  4. 0.00035
  5. 0.00002356

Solution:

The characteristic is the integer part of the common logarithm, which represents the power of 10 in scientific notation.

  1. 23.84=2.384×101Characteristic=1
  2. 384.76=3.8476×102Characteristic=2
  3. 9.857=9.857×100Characteristic=0
  4. 0.00035=3.5×10-4Characteristic=-4 (or 4¯)
  5. 0.00002356=2.356×10-5Characteristic=-5 (or 5¯)

19. Find the mantissa of the following numbers:

  1. 24.6
  2. 348.56
  3. 2.768
  4. 0.0056

Solution:

The mantissa is found by reading the log tables corresponding to the significant digits.

  1. For 24.6, look up 24 under 6: Mantissa 0.3909
  2. For 348.56, look up 34 under 8 (mean diff 6): Mantissa 0.5423
  3. For 2.768, look up 27 under 6 (mean diff 8): Mantissa 0.4422
  4. For 0.0056, look up 56 under 0: Mantissa 0.7482

20. Evaluate using log tables:

  1. log5
  2. log67
  3. log734.5
  4. log(0.0056)

Solution:

Combining the characteristic and mantissa:

  1. log5=0.6990
  2. log67=1.8261
  3. log734.5=2.8660
  4. log(0.0056)=3¯.7482=-2.2518

21. Using Antilog table, find x:

  1. logx=1.5647
  2. logx=2.9031
  3. logx=2.4567
  4. logx=-2.1304

Solution:

  1. x=Antilog(0.5647)×1013.670×10=36.70
  2. x=Antilog(0.9031)×1028.00×100=800.0
  3. x=Antilog(0.4567)×1022.862×100=286.2
  4. First write with a positive mantissa: -2.1304=-3+0.8696=3¯.8696.
    x=Antilog(0.8696)×10-37.406×10-3=0.007406

22. (ab)x-2=(ba)x-7 What is the value of x?

Solution:

Flip the fraction on the right side to match the base:

(ab)x-2=(ab)-(x-7)

Equate the exponents:

x-2=-x+7
2x=9x=4.5

23. If 7(x-y)=343 and 7(x+y)=16807, what is the value of x?

Solution:

Express the numbers as powers of 7:

7x-y=73x-y=3
7x+y=75x+y=5

Adding both equations gives: 2x=8x=4

24. Evaluate:

  1. (0.04)-2.5=?
  2. (6)6.5×(36)4.5÷(216)4.5=(6)?

Solution:

(a)

(0.04)-2.5=(4100)-52=(125)-52
=(25)52=(52)52=55=3125

(b)

66.5×(62)4.5÷(63)4.5 =66.5×69÷613.5
=66.5+9-13.5=62

The missing exponent is 2.

25. If m and n are whole numbers and mn=196, what is the value of (m-3)(n+1)?

Solution:

We know 142=196. So, m=14 and n=2.

(m-3)n+1=(14-3)2+1=113=1331

26. Express as a single logarithm:

  1. log(7516)-2log(59)+log(32243)
  2. 2log(1518)-log(25162)+log(49)

Solution:

(a) Bring the coefficient inside as an exponent and combine using product/quotient laws:

=log(7516)-log(59)2+log(32243)
=log(7516×8125×32243)
=log(3×81×2243)=log(486243)=log2

(b)

=log(1518)2-log(25162)+log(49)
=log(225324×16225×49)
=log(9×12×49)=log(2)

27. If logx=m+n and logy=m-n, express the value of log(10xy2) in terms of m and n.

Solution:

log(10xy2)=log10+logx-2logy
=1+(m+n)-2(m-n)
=1+m+n-2m+2n=1-m+3n

28. Solve for x: log2x+log4x+log16x=214

Solution:

Change all bases to 2 using the rule logakb=1klogab:

log2x+12log2x+14log2x=214
log2x(1+12+14)=214
log2x(74)=214
log2x=3x=23=8

29. Simplify:

  1. (xqxr)q+r-p(xrxp)r+p-q(xpxq)p+q-r
  2. 11+xq-p+xr-p+11+xp-q+xr-q+11+xp-r+xq-r

Solution:

(a) Simplify terms using exponents laws:

=(xq-r)q+r-p(xr-p)r+p-q(xp-q)p+q-r
=x(q-r)(q+r-p)+(r-p)(r+p-q)+(p-q)(p+q-r)

Expanding the exponent sum:

(q2-r2-pq+pr)+(r2-p2-qr+pq)+(p2-q2-pr+qr)=0

=x0=1

(b) Multiply the numerator and denominator of the first term by xp, the second by xq, and the third by xr:

=xpxp+xq+xr+xqxq+xp+xr+xrxr+xp+xq
=xp+xq+xrxp+xq+xr=1

30. If 2x=3y=12z, Prove that x=2yzy-z

Solution:

Let 2x=3y=12z=k.

Then, 2=k1x, 3=k1y, and 12=k1z.

Since 12=223, substituting the values gives:

k1z=(k1x)2k1y
k1z=k2x+1y

Equating the exponents:

1z=2x+1y
2x=1z-1y=y-zyz
x=2yzy-z (Proved)

31. 1024n5×42n+116n×4n-1=?

Solution:

Express all bases as powers of 4: 1024=45 and 16=42.

=(45)n5×42n+1(42)n×4n-1
=4n×42n+142n×4n-1
=43n+143n-1
=4(3n+1)-(3n-1)=42=16

32. If (ab)x-4=(ba)x-8, what is the value of x?

Solution:

Since multiplication is commutative, ab=ba. Therefore, the equation is (ab)x-4=(ab)x-8.

If the base ab is neither 0 nor 1, equality of exponents gives x-4=x-8, which is impossible. Thus, no general solution exists unless ab=1 (where all x work).

33. If 1000.20=x, 100.60=y and xz=y2, what is the value of z?

Solution:

First, simplify x:

x=(102)0.20=100.40

Now, substitute x and y into the equation xz=y2:

(100.40)z=(100.60)2
100.4z=101.2

Equating the exponents:

0.4z=1.2z=1.20.4=3

Note: The textbook answer key states 4, which would correspond to an original value of x=10000.10 or 100.30. Mathematically, for the provided text, z=3.

34. Evaluate the following using log tables:

  1. (2.463)3×(72.42)12(34.59)13
  2. (238.2)3×86.3492.3

Solution:

(i) Let x equal the expression. Taking logs:

logx=3log(2.463)+12log(72.42)-13log(34.59)
=3(0.3915)+0.5(1.8599)-13(1.5390)
=1.1745+0.92995-0.5130=1.59145

x=Antilog(1.59145)39.04

(ii) Let y equal the expression. Taking logs:

logy=12[3log(238.2)+log(86.34)-log(92.3)]
=12[3(2.3770)+1.9362-1.9652]
=12[7.1310-0.0290]=12[7.1020]=3.5510

y=Antilog(3.5510)3556


Practice Exercise - Case Study

35. Let the population of the world in t years after 2010 be given by the formula P=4.7(1.02)t billions.

  1. Calculate the total population of the world in the year 2029 to the nearest million.
  2. Find the year in which the population will be double of the population of 2020.

Solution:

(i) For the year 2029, t=2029-2010=19.

P=4.7(1.02)19

Applying logarithms:

logP=log(4.7)+19log(1.02)
logP0.6721+19(0.0086)=0.6721+0.1634=0.8355

Taking the antilog:

P=Antilog(0.8355)6.847

The population is approximately 6.847 billion, which is 6847 million.


(ii) Population in 2020 (t=10) is P2020=4.7(1.02)10.

We want to find t such that P=2×P2020:

4.7(1.02)t=2×4.7(1.02)10
(1.02)t-10=2

Applying logarithms to both sides:

(t-10)log(1.02)=log2
(t-10)(0.0086)0.3010
t-100.30100.0086=35
t=10+35=45

The year is 2010+45=2055.


Practice Exercise - Reasoning Assertion Questions

Options:
(a) Both A and R are true, and R is the correct explanation of A.
(b) Both A and R are true, but R is not the correct explanation of A.
(c) A is true, but R is false.
(d) A is false, but R is true.

1. Assertion (A): log(x2-9)=log(x-3)+log(x+3) is valid for all real values of x±3.
Reason (R): The logarithm of a product equals the sum of logarithms.

Solution: (d)

Assertion (A) is false because the domains must match. log(x-3) and log(x+3) are only defined when x>3, not for all x±3. Reason (R) is true as a general property log(mn)=logm+logn (for m,n>0).

2. Assertion (A): am+nam-n=a2m
Reason (R): When powers having the same base are multiplied, the exponents are added.

Solution: (a)

Assertion (A) is true because am+n+m-n=a2m. Reason (R) correctly explains this calculation.

3. Assertion (A): If logx+logy=0, then xy=1.
Reason (R): log(xy)=logx+logy

Solution: (a)

By Reason (R), logx+logy=log(xy). Setting this to 0 means log(xy)=0, which implies xy=100=1. Both A and R are true, and R explains A.

4. Assertion (A): The decimal number 13 is represented as 1101 in the binary system.
Reason (R): Binary representation is formed by expressing a number as a sum of powers of 2.

Solution: (a)

Assertion (A) is true because 13=8+4+1=123+122+021+120=(1101)2. Reason (R) is true and accurately explains the binary conversion process.

5. Assertion (A): If log(logx) is defined, then x>1.
Reason (R): The argument of every logarithm must be positive.

Solution: (a)

For the outer logarithm to be defined, its argument must be positive, so logx>0. This implies x>1. Both A and R are true, and R correctly explains A.

Scroll to Top