Electrical Engineering  ·  Level 5
Engineering Technician Mathematics I
Chapter 2: Apply algebra
📚 5 Topics
What you will be able to do

By the end of this chapter, you will be able to:

  • accurately perform indices calculations using the right mathematical concepts
  • correctly solve simultaneous equations with 2 and 3 unknowns by applying proper rules
  • effectively solve various mathematical problems by choosing and using the appropriate concepts
  • accurately calculate solutions to quadratic equations by following the correct methods

Mastering these skills will help you confidently tackle engineering problems and make precise calculations essential in your trade.

Electrical engineers frequently use algebraic concepts such as indices and logarithms to analyze circuits, signal processing, and system behaviours. Mastery of these mathematical tools enables precise calculation of power, voltage ratios, and exponential growth or decay in electrical components. This chapter develops your skills in applying algebraic laws and logarithmic operations essential for solving practical electrical engineering problems in Kenya.

2.1 Indices and logarithms

Indices and logarithms form the foundation for manipulating exponential expressions and solving equations involving powers, which are common in electrical engineering calculations such as decibel conversions and capacitor charging. This section covers the principles of indices, the laws governing their operations, and the use of common logarithms in practical contexts.

2.1.1 Indices (powers) and base

Indices represent repeated multiplication of a base number and are used to express large or small values compactly. The general form is \(a^n\), where \(a\) is the base and \(n\) is the index or power, which can be a positive integer, negative integer, or fractional number.

$$a^n = \underbrace{a \times a \times \cdots \times a}_{n \text{ times}}$$

Worked Examples

Example 1: Calculate \(5^3\) representing the power rating increase of an electrical transformer.

Given: Base \(a=5\), power \(n=3\)

$$a^n = 5^3$$

$$= 5 \times 5 \times 5$$

$$= 125$$

Answer: 125

Example 2: Evaluate \(2^{-2}\) representing a voltage ratio expressed as a power.

Given: \(a=2\), \(n=-2\)

$$a^n = 2^{-2}$$

$$= \frac{1}{2^2}$$

$$= \frac{1}{4} = 0.25$$

Answer: 0.25

Example 3: Find \(9^{\frac{1}{2}}\) representing the square root of resistance in ohms.

Given: \(a=9\), \(n=\frac{1}{2}\)

$$a^n = 9^{\frac{1}{2}}$$

$$= \sqrt{9}$$

$$= 3$$

Answer: 3

2.1.2 Laws of indices (including positive integers)

The laws of indices simplify calculations involving powers with positive integers, critical for analyzing electrical quantities such as power and energy.

Key laws:

  • \(a^m \times a^n = a^{m+n}\)
  • \(\frac{a^m}{a^n} = a^{m-n}\)
  • \((a^m)^n = a^{mn}\)
  • \(a^0 = 1\) for \(a eq 0\)
  • \(a^1 = a\)

Worked Examples

Example 1: Simplify \(3^2 \times 3^4\) to calculate combined gain in a circuit.

Given: \(a=3, m=2, n=4\)

$$a^m \times a^n = 3^{2+4} = 3^6$$

$$= 3 \times 3 \times 3 \times 3 \times 3 \times 3 = 729$$

Answer: 729

Example 2: Simplify \(\frac{10^5}{10^3}\) to find voltage ratio.

Given: \(a=10, m=5, n=3\)

$$\frac{a^m}{a^n} = 10^{5-3} = 10^2 = 100$$

Answer: 100

Example 3: Simplify \((2^3)^4\) to determine power factor exponent.

Given: \(a=2, m=3, n=4\)

$$(a^m)^n = 2^{3 \times 4} = 2^{12}$$

$$= 4096$$

Answer: 4096

2.1.3 Laws of indices (negative integers)

Negative indices represent reciprocal powers, important when calculating attenuation or inverse relationships in electrical circuits.

Key law:

$$a^{-n} = \frac{1}{a^n}, \quad a eq 0$$

Worked Examples

Example 1: Calculate \(4^{-2}\) representing inverse power.

Given: \(a=4, n=2\)

$$4^{-2} = \frac{1}{4^2} = \frac{1}{16} = 0.0625$$

Answer: 0.0625

Example 2: Simplify \(\frac{5^{-3}}{5^{-1}}\) representing voltage attenuation ratio.

Given: \(a=5\)

$$\frac{5^{-3}}{5^{-1}} = 5^{-3 - (-1)} = 5^{-2} = \frac{1}{25} = 0.04$$

Answer: 0.04

Example 3: Simplify \((3^{-2})^3\) representing power loss exponent.

Given: \(a=3, m=-2, n=3\)

$$(3^{-2})^3 = 3^{-2 \times 3} = 3^{-6} = \frac{1}{3^6} = \frac{1}{729} \approx 0.00137$$

Answer: 0.00137

2.1.4 Laws of indices (fractional indices)

Fractional indices denote roots, essential for calculating RMS values and impedance in AC circuits.

Key law:

$$a^{\frac{m}{n}} = \sqrt[n]{a^m}$$

Worked Examples

Example 1: Calculate \(16^{\frac{1}{2}}\) representing RMS voltage.

Given: \(a=16, m=1, n=2\)

$$16^{\frac{1}{2}} = \sqrt{16} = 4$$

Answer: 4

Example 2: Find \(27^{\frac{2}{3}}\) representing impedance magnitude.

Given: \(a=27, m=2, n=3\)

$$27^{\frac{2}{3}} = (\sqrt[3]{27})^2 = 3^2 = 9$$

Answer: 9

Example 3: Evaluate \(81^{\frac{3}{4}}\) for power calculations.

Given: \(a=81, m=3, n=4\)

$$81^{\frac{3}{4}} = (\sqrt[4]{81})^3 = (3)^3 = 27$$

Answer: 27

2.1.5 Powers of 10 and common logarithms

Powers of 10 express magnitudes in engineering notation, while common logarithms (base 10) convert multiplicative relationships into additive ones, simplifying calculations in signal processing and decibel computations.

The power of 10 is:

$$10^n$$

The common logarithm is:

$$\log_{10} x$$

Worked Examples

Example 1: Calculate \(10^4\) representing a large current multiplier.

Given: \(n=4\)

$$10^4 = 10,000$$

Answer: 10,000

Example 2: Find \(\log_{10} 1000\) representing decibel conversion.

Given: \(x=1000\)

$$\log_{10} 1000 = 3$$

Answer: 3

Example 3: Calculate \(10^{-3}\) representing micro-scale voltage.

Given: \(n=-3\)

$$10^{-3} = 0.001$$

Answer: 0.001

2.1.6 Common logarithms

Common logarithms transform multiplication, division, and powers into simpler addition, subtraction, and multiplication operations, facilitating complex electrical calculations.

Worked Examples

Example 1: Calculate \(\log_{10} 50\).

Given: \(x=50\)

Use logarithm tables or calculators:

$$\log_{10} 50 \approx 1.69897$$

Answer: 1.69897

Example 2: Find \(\log_{10} 0.02\).

Given: \(x=0.02\)

$$\log_{10} 0.02 = \log_{10} (2 \times 10^{-2}) = \log_{10} 2 + \log_{10} 10^{-2} = 0.30103 - 2 = -1.69897$$

Answer: -1.69897

Example 3: Calculate \(\log_{10} 1,000,000\).

Given: \(x=1,000,000\)

$$\log_{10} 1,000,000 = \log_{10} (10^6) = 6$$

Answer: 6

2.1.7 Characteristics

The characteristic is the integer part of a common logarithm representing the order of magnitude of the number.

Worked Examples

Example 1: Find the characteristic of \(\log_{10} 450\).

Given: \(x=450\), \(\log_{10} 450 \approx 2.65321\)

Characteristic = 2

Answer: 2

Example 2: Find the characteristic of \(\log_{10} 0.0075\).

Given: \(x=0.0075\), \(\log_{10} 0.0075 \approx -2.12494\)

Characteristic = -3 (since the logarithm is negative, characteristic is one less than integer part)

Answer: -3

Example 3: Find the characteristic of \(\log_{10} 0.1\).

Given: \(x=0.1\), \(\log_{10} 0.1 = -1\)

Characteristic = -1

Answer: -1

2.1.8 Mantissa

The mantissa is the decimal part of a common logarithm representing the significant digits of the number.

Worked Examples

Example 1: Find mantissa of \(\log_{10} 450\).

Given: \(\log_{10} 450 \approx 2.65321\)

Mantissa = 0.65321

Answer: 0.65321

Example 2: Find mantissa of \(\log_{10} 0.0075\).

Given: \(\log_{10} 0.0075 \approx -2.12494\)

Mantissa = 0.87506 (Mantissa = 1 - decimal part of logarithm when characteristic is negative)

Answer: 0.87506

Example 3: Find mantissa of \(\log_{10} 0.1\).

Given: \(\log_{10} 0.1 = -1.00000\)

Mantissa = 0.00000

Answer: 0.00000

2.1.9 Logarithm tables

Logarithm tables provide mantissa values for numbers, enabling manual calculation of logarithms before calculators, still useful in understanding logarithmic calculations.

Worked Examples

Example 1: Use logarithm table to find \(\log_{10} 3.16\).

Given: \(x=3.16\)

From table, mantissa ≈ 0.49969

Characteristic = 0 (since 3.16 between 1 and 10)

$$\log_{10} 3.16 = 0 + 0.49969 = 0.49969$$

Answer: 0.49969

Example 2: Find \(\log_{10} 7.21\).

Given: \(x=7.21\)

Mantissa ≈ 0.85733

Characteristic = 0

$$\log_{10} 7.21 = 0 + 0.85733 = 0.85733$$

Answer: 0.85733

Example 3: Find \(\log_{10} 0.45\).

Given: \(x=0.45 = 4.5 \times 10^{-1}\)

From table, mantissa for 4.5 ≈ 0.65321

Characteristic = -1

$$\log_{10} 0.45 = -1 + 0.65321 = -0.34679$$

Answer: -0.34679

2.1.10 Application of common logarithms in multiplication

Common logarithms convert multiplication into addition, simplifying calculations in electrical engineering such as power gain.

Worked Examples

Example 1: Calculate \(23 \times 45\) using logarithms.

Given: \(a=23, b=45\)

$$\log_{10} 23 = 1.36173$$

$$\log_{10} 45 = 1.65321$$

Add:

$$1.36173 + 1.65321 = 3.01494$$

Find antilog:

$$10^{3.01494} \approx 1033.8$$

Answer: 1033.8

Example 2: Multiply \(12.5 \times 7.8\).

Given:

$$\log_{10} 12.5 = 1.09691$$

$$\log_{10} 7.8 = 0.89209$$

Sum:

$$1.09691 + 0.89209 = 1.98900$$

Antilog:

$$10^{1.98900} \approx 97.5$$

Answer: 97.5

Example 3: Multiply \(0.35 \times 0.65\).

Given:

$$\log_{10} 0.35 = -0.45593$$

$$\log_{10} 0.65 = -0.18752$$

Sum:

$$-0.45593 + (-0.18752) = -0.64345$$

Antilog:

$$10^{-0.64345} \approx 0.227$$

Answer: 0.227

2.1.11 Application of common logarithms in division

Division becomes subtraction of logarithms, useful in voltage and current ratio calculations.

Worked Examples

Example 1: Calculate \(\frac{150}{25}\) using logarithms.

Given:

$$\log_{10} 150 = 2.17609$$

$$\log_{10} 25 = 1.39794$$

Subtract:

$$2.17609 - 1.39794 = 0.77815$$

Antilog:

$$10^{0.77815} \approx 6.0$$

Answer: 6.0

Example 2: Calculate \(\frac{0.75}{0.25}\).

Given:

$$\log_{10} 0.75 = -0.12494$$

$$\log_{10} 0.25 = -0.60206$$

Subtract:

$$-0.12494 - (-0.60206) = 0.47712$$

Antilog:

$$10^{0.47712} \approx 3.0$$

Answer: 3.0

Example 3: Find \(\frac{5000}{200}\).

Given:

$$\log_{10} 5000 = 3.69897$$

$$\log_{10} 200 = 2.30103$$

Subtract:

$$3.69897 - 2.30103 = 1.39794$$

Antilog:

$$10^{1.39794} \approx 25$$

Answer: 25

2.1.12 Application of common logarithms in finding roots

Roots can be found by dividing the logarithm of the number by the root index.

Formula:

$$\sqrt[n]{a} = 10^{\frac{\log_{10} a}{n}}$$

Worked Examples

Example 1: Find \(\sqrt{2500}\).

Given: \(a=2500\), \(n=2\)

Calculate:

$$\log_{10} 2500 = 3.39794$$

Divide:

$$\frac{3.39794}{2} = 1.69897$$

Antilog:

$$10^{1.69897} = 50$$

Answer: 50

Example 2: Find \(\sqrt[3]{1000}\).

Given: \(a=1000\), \(n=3\)

Calculate:

$$\log_{10} 1000 = 3$$

Divide:

$$\frac{3}{3} = 1$$

Antilog:

$$10^{1} = 10$$

Answer: 10

Example 3: Calculate \(\sqrt[4]{81}\).

Given: \(a=81\), \(n=4\)

Calculate:

$$\log_{10} 81 = 1.90849$$

Divide:

$$\frac{1.90849}{4} = 0.47712$$

Antilog:

$$10^{0.47712} = 3$$

Answer: 3

Practice Questions

  1. Calculate \(7^4\) representing power amplification in a relay coil. (3 marks)
  2. Simplify \(5^3 \times 5^{-2}\) representing combined gain and loss in a circuit. (4 marks)
  3. Find \(16^{\frac{3}{4}}\) representing RMS current in a transformer winding. (4 marks)
  4. Calculate \(\log_{10} 250\) using logarithm tables or calculator. (3 marks)
  5. Using logarithms, multiply \(36 \times 125\) relevant to power ratings. (5 marks)
  6. Find \(\frac{480}{30}\) using logarithms representing voltage division. (4 marks)
  7. Calculate \(\sqrt[3]{343}\) using common logarithms to find impedance magnitude. (4 marks)
The rest of this chapter
🔒

Create a free account to open more of this chapter.

Free: practical guides, quick cards, workplace scenarios and more.

Create a free account
🔒2.2 Algebra

Algebra forms the foundation for analyzing and solving many electrical engineering problems encountered in Kenya’s power distribution, telecommunications, and electronics industries. Mastery of algebraic expressions, simplification, factorization, and substitu…

🔒2.3 Simultaneous Equations

Simultaneous equations are essential in electrical engineering for analyzing circuits with multiple unknown quantities, such as currents and voltages in complex networks. In Kenya’s power distribution systems and electronic device design, engineers use simulta…

🔒2.4 Solve Simultaneous Equations by:

Solving simultaneous equations involves various methods suited to different problem types and complexities. Electrical engineers in Kenya use elimination, substitution, and graphical methods depending on the circuit analysis scenario and available data. The el…

Chapter Summary

This chapter covered fundamental algebraic concepts essential for engineering mathematics. It began with indices and logarithms, explaining the laws of indices for positive, negative, and fractional powers, followed by the properties of powers of 10 and the use of common logarithms including their characteristics and mantissa. The use of logarithm tables was introduced to simplify multiplication, division, and root extraction problems. The chapter then progressed to algebraic expressions, focusing on simplification, factorization by grouping, removal of brackets, and substitution for evaluation and problem solving. It further explored simultaneous equations and demonstrated methods to solve them by elimination, substitution, and graphing, including applications to real-life problems. Quadratic expressions and equations were examined through expansion, the three key quadratic identities, factorization techniques, and solving quadratic equations by factoring. Finally, the formation and solution of quadratic equations in practical contexts were discussed to consolidate the understanding of algebraic problem solving.

Self-Assessment

🔒 PDFDownload this self-assessment, with answers

Written Assessment

  1. Calculate \(2^5 \times 2^3\) using the laws of indices. (2 marks)

  2. Simplify \(\frac{5^4}{5^2}\) and give the answer as a power of 5. (2 marks)

🔒18 more in this section.

Chapter Examination Questions

🔒 PDFDownload these examination questions, with model answers

SECTION A (40 Marks) - Answer ALL Questions

  1. An electrical engineer at Kenya Power needs to calculate the power of 10 for a transformer rating of \(5 \times 10^3\) VA. Express this in standard form and find the value of \(10^3 \times 10^{-1}\). (4 marks)
  2. Simplify the expression \( (x^3 \times x^{-5}) \div x^{-2} \) and state the result in terms of powers of \(x\). (4 marks)
🔒18 more in this section.
Flashcards 19 cards Study deck ▾
Question
1

↻ Tap card to reveal answer
🔒

17 more in this section.

Create a free account
Test Yourself 13 questions Start quiz ▾
0%
0 / 2
🔒

11 more in this section.

Create a free account
Am I competent?

At the start of this chapter we promised you would be able to:

  • accurately perform indices calculations using the right mathematical concepts
  • correctly solve simultaneous equations with 2 and 3 unknowns by applying proper rules
  • effectively solve various mathematical problems by choosing and using the appropriate concepts
  • accurately calculate solutions to quadratic equations by following the correct methods

Tick each one you can genuinely do.

Prove it — in the simulator

Sample simulation — try how the simulator works. A version built for this chapter's practical is coming.

Prepare Kenyan PilauLocked ▸

Free: practical guides, quick cards, workplace scenarios and more.

Now — are you there yet?

You're competent when you can confidently do 50% or more of what this chapter promised.

Sign in to record how you're doing.