// Numbas version: exam_results_page_options {"name": "1.2.1. Index notation", "extensions": [], "custom_part_types": [], "resources": [], "navigation": {"allowregen": true, "showfrontpage": false, "preventleave": false, "typeendtoleave": false}, "question_groups": [{"pickingStrategy": "all-ordered", "questions": [{"name": "1.2.1. Index notation", "tags": [], "metadata": {"description": "

Part of HELM Book 1.2

", "licence": "Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International"}, "statement": "

1. Index notation

\n

The number $4 \\times 4 \\times 4$ is written, for short, as $4^3$ and read ‘$4$ raised to the power $3$’ or ‘$4$ cubed’. Note that the number of times ‘$4$’ occurs in the product is written as a superscript. In this context we call the superscript $3$ an index or power. Similarly we could write

\n

$5 \\times 5 = 5^2,\\quad$ read ‘$5$ to the power $2$’ or ‘$5$ squared’

\n

and

\n

$7 \\times 7 \\times 7 \\times 7 \\times 7 = 7^5\\;, \\quad a \\times a \\times a = a^3\\;,\\quad m\\times m\\times m \\times m = m^4$

\n

More generally, in the expression $x^y$ , $x$ is called the base and $y$ is called the index or power. The plural of index is indices. The process of raising to a power is also known as exponentiation because yet another name for a power is an exponent. When dealing with numbers your calculator is able to evaluate expressions involving powers, probably using the $x^y$ button.

\n

Example 12

\n

Use a calculator to evaluate $3^{12}$

\n

Solution

\n

Using the $x^y$ button on the calculator check that you obtain $3^{12}=531441$.

\n

Example 13

\n

Identify the index and base in the following expressions. (a) $8^{11}$,$\\quad$ (b) $(-2)^5$, $\\quad$ (c) $p^{-q}$

\n

Solution

\n

(a) In the expression $8^{11}$, $8$ is the base and $11$ is the index.

\n

(b) In the expression $(-2)^5$, $-2$ is the base and $5$ is the index.

\n

(c) In the expression $p^{-q}$, $p$ is the base and $-q$ is the index. The interpretation of a negative index will be given in sub-section 4 of this book.

\n

Recall from Section 1.1 that when several operations are involved we can make use of the BODMAS rule for deciding the order in which operations must be carried out. The BODMAS rule makes no mention of exponentiation. Exponentiation should be carried out immediately after any brackets have been dealt with and before multiplication and division. Consider the following examples.

\n

Example 14

\n

Evaluate $7\\times 3^2$.

\n

Solution

\n

There are two operations involved here, exponentiation and multiplication. The exponentiation should be carried out before the multiplication. So $7\\times 3^2 = 7 \\times 9 = 63$.

\n

Example 15 

\n

Write out fully (a) $3m^4\\;,\\quad$ (b) $(3m)^4$.

\n

Solution

\n

(a) In the expression $3m^4$ the exponentiation is carried out before the multiplication by $3$. So

\n

\\(3m^4=3\\times(m\\times m\\times m\\times m) = 3\\times m\\times m \\times m \\times m\\)

\n

(b) Here the bracketed expression is raised to the power $4$ and so should be multiplied by itself four times:

\n

\\((3m)^4 = (3m)\\times (3m)\\times (3m)\\times (3m)\\)

\n

Because of the associativity of multiplication we can write this as

\n

\\( 3\\times 3\\times 3\\times 3 \\times m \\times m \\times m \\times m = 81m^4. \\)

\n

Note the important distinction between $(3m)^4$ and $3m^4$.

", "advice": "", "rulesets": {}, "extensions": [], "builtin_constants": {"e": true, "pi,\u03c0": true, "i": true}, "constants": [], "variables": {"base1": {"name": "base1", "group": "Q1", "definition": "random(2,3)", "description": "", "templateType": "anything", "can_override": false}, "index1": {"name": "index1", "group": "Q1", "definition": "random(2..5)", "description": "", "templateType": "anything", "can_override": false}, "base2": {"name": "base2", "group": "Q1", "definition": "decimal(random(2..15)/10)", "description": "", "templateType": "anything", "can_override": false}, "base3": {"name": "base3", "group": "Q2", "definition": "random(4..29)", "description": "", "templateType": "anything", "can_override": false}, "base4": {"name": "base4", "group": "Q2", "definition": "4", "description": "

Should be random(2..6)

\n

Set to 4 to demonstrate problem

", "templateType": "anything", "can_override": false}, "index3": {"name": "index3", "group": "Q2", "definition": "random(3..8)", "description": "", "templateType": "anything", "can_override": false}, "index4": {"name": "index4", "group": "Q2", "definition": "7.9", "description": "

decimal(random(1..49)/10)

\n

Set to 7.9 to demonstrate problem

", "templateType": "anything", "can_override": false}, "ans4": {"name": "ans4", "group": "Q2", "definition": "precround(base4^index4,1)", "description": "", "templateType": "anything", "can_override": false}, "Q3aBase": {"name": "Q3aBase", "group": "Q3", "definition": "random(random(['a','b','c','d','f','g','h','k','m','n','p','q','r','s','t','u','v','w','x','y','z']),string(random(2..29)))", "description": "", "templateType": "anything", "can_override": false}, "Q3ablockbit": {"name": "Q3ablockbit", "group": "Q3", "definition": "latex(Q3aBase + ' ' + '\\\\\\times')", "description": "", "templateType": "anything", "can_override": false}, "Q3aIdx": {"name": "Q3aIdx", "group": "Q3", "definition": "random(2..8)", "description": "", "templateType": "anything", "can_override": false}, "Q3aExpansion": {"name": "Q3aExpansion", "group": "Q3", "definition": "latex(join(iterate(x,x,Q3aBlockBit,q3aIdx-2),\" \")+' '+Q3aBase)", "description": "", "templateType": "anything", "can_override": false}, "Q3bAlphabet": {"name": "Q3bAlphabet", "group": "Q3", "definition": "shuffle(['a','b','c','d','f','g','h','k','m','n','p','q','r','s','t','u','v','w','x','y','z'])", "description": "", "templateType": "anything", "can_override": false}, "Q3bBaseDeal": {"name": "Q3bBaseDeal", "group": "Q3", "definition": "deal(21)[0..2]", "description": "", "templateType": "anything", "can_override": false}, "Q3bBase1": {"name": "Q3bBase1", "group": "Q3", "definition": "q3bAlphabet[Q3bBaseDeal[0]]", "description": "", "templateType": "anything", "can_override": false}, "Q3bBase2": {"name": "Q3bBase2", "group": "Q3", "definition": "q3bAlphabet[Q3bBaseDeal[1]]", "description": "", "templateType": "anything", "can_override": false}, "Q3bIdx1": {"name": "Q3bIdx1", "group": "Q3", "definition": "Q3bIdxDeal[0]", "description": "", "templateType": "anything", "can_override": false}, "Q3bIdx2": {"name": "Q3bIdx2", "group": "Q3", "definition": "Q3bIdxDeal[1]", "description": "", "templateType": "anything", "can_override": false}, "Q3bBlockBit1": {"name": "Q3bBlockBit1", "group": "Q3", "definition": "latex(Q3bBase1 + ' '+ '\\\\\\times')", "description": "", "templateType": "anything", "can_override": false}, "Q3bBlockBit2": {"name": "Q3bBlockBit2", "group": "Q3", "definition": "latex(Q3bBase2 + ' ' + '\\\\\\times')", "description": "", "templateType": "anything", "can_override": false}, "Q3bExpansion": {"name": "Q3bExpansion", "group": "Q3", "definition": "latex(\nlatex(join(iterate(x,x,Q3bBlockBit1,q3bIdx1-2),\" \"))+\" \"+q3bbase1\n+ latex(\"\\\\times\") + \" \" +\nlatex(join(iterate(x,x,Q3bBlockBit2,q3bIdx2-2),\" \"))+\" \"+q3bbase2\n)", "description": "", "templateType": "anything", "can_override": false}, "Q3bIdxDeal": {"name": "Q3bIdxDeal", "group": "Q3", "definition": "shuffle(2..8)[0..2]", "description": "", "templateType": "anything", "can_override": false}, "q4ans": {"name": "q4ans", "group": "Q4", "definition": "(Q4num/Q4den)^Q4idx", "description": "", "templateType": "anything", "can_override": false}, "Q4num": {"name": "Q4num", "group": "Q4", "definition": "random(1..5)", "description": "", "templateType": "anything", "can_override": false}, "q4den": {"name": "q4den", "group": "Q4", "definition": "random(2..5 except q4num)", "description": "", "templateType": "anything", "can_override": false}, "q4idx": {"name": "q4idx", "group": "Q4", "definition": "random(2..3)", "description": "", "templateType": "anything", "can_override": false}, "Q3dBaseNum": {"name": "Q3dBaseNum", "group": "Q3", "definition": "random(1..9)", "description": "", "templateType": "anything", "can_override": false}, "Q3dBaseDen": {"name": "Q3dBaseDen", "group": "Q3", "definition": "random(2..10)", "description": "", "templateType": "anything", "can_override": false}, "Q3dIdx": {"name": "Q3dIdx", "group": "Q3", "definition": "random(2..7)", "description": "", "templateType": "anything", "can_override": false}, "Q3dBlockBit": {"name": "Q3dBlockBit", "group": "Q3", "definition": "latex('\\\\\\frac{'+Q3DBaseNum+'}{'+Q3dBaseDen + '} '+ '\\\\\\times')", "description": "", "templateType": "anything", "can_override": false}, "Q3dExpansion": {"name": "Q3dExpansion", "group": "Q3", "definition": "latex(join(iterate(x,x,Q3dBlockBit,q3dIdx-2),\" \")+' '+'\\\\\\frac{'+Q3DBaseNum+'}{'+Q3dBaseDen + '} ')", "description": "", "templateType": "anything", "can_override": false}}, "variablesTest": {"condition": "", "maxRuns": 100}, "ungrouped_variables": [], "variable_groups": [{"name": "Q1", "variables": ["base1", "index1", "base2"]}, {"name": "Q2", "variables": ["base3", "index3", "base4", "index4", "ans4"]}, {"name": "Q3", "variables": ["Q3aBase", "Q3aIdx", "Q3ablockbit", "Q3aExpansion", "Q3bAlphabet", "Q3bBaseDeal", "Q3bIdxDeal", "Q3bBase1", "Q3bBase2", "Q3bIdx1", "Q3bIdx2", "Q3bBlockBit1", "Q3bBlockBit2", "Q3bExpansion", "Q3dBaseNum", "Q3dBaseDen", "Q3dIdx", "Q3dBlockBit", "Q3dExpansion"]}, {"name": "Q4", "variables": ["q4ans", "Q4num", "q4den", "q4idx"]}], "functions": {}, "preamble": {"js": "", "css": ""}, "parts": [], "partsMode": "all", "maxMarks": 0, "objectives": [], "penalties": [], "objectiveVisibility": "always", "penaltyVisibility": "always", "contributors": [{"name": "Merryn Horrocks", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/4052/"}]}]}], "contributors": [{"name": "Merryn Horrocks", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/4052/"}]}