Comprehensive Guide to University Preparatory Mathematics: Numbers, Powers, Roots, and Proportionality

Introduction to Number Systems and the Integers

The fundamental need for humans to enumerate and count led to the development of numerical sets. The first set created for this purpose is the set of Natural Numbers, denoted by N\mathbb{N}, which includes elements starting from one such as N={1,2,3,4,5,6,7,}\mathbb{N} = \{1, 2, 3, 4, 5, 6, 7, \dots\}. To represent debts or negative balances, as well as a null value, the set was expanded to include zero and negative numbers. This formed the set of Integers, denoted by Z\mathbb{Z}, containing Z={,3,2,1,0,1,2,}\mathbb{Z} = \{\dots, -3, -2, -1, 0, 1, 2, \dots\}.

In the set of integers, the addition of numbers with the same sign requires adding their absolute values and preserving the sign. For numbers with different signs, the difference between absolute values is calculated, and the result retains the sign of the number with the greater absolute value. Multiplication and division follow specific sign rules where multiplying or dividing two numbers of the same sign always results in a positive value, while different signs result in a negative value. Every integer aa has an additive inverse or opposite denoted as a-a, where the opposite of 77 is 7-7 and the opposite of 12-12 is 1212.

Historical examples highlight the application of integers in timelines. Pythagoras died at the age of 7474 in the year 497BC497\,\text{BC}, implying he was born in 571BC571\,\text{BC}. Archimedes was born in 287BC287\,\text{BC} and lived for 7575 years, meaning he died in 212BC212\,\text{BC}. Eratosthenes was born in 276BC276\,\text{BC} and died in 194BC194\,\text{BC}, living for 8282 years. Thales of Mileto, being born in 624BC624\,\text{BC}, was the earliest born among these figures. In another scenario, the result of calculating 90.60619.87890.606 - 19.878 yields 70.72870.728.

Successors, Antecessors, and Parity in Integers

For any integer nn, the successor is defined as (n+1)(n + 1) and the antecessor is (n1)(n - 1). Parity is a core property where the expression 2n2n always represents an even integer, while (2n1)(2n - 1) or (2n+1)(2n + 1) represents odd integers. Consecutive integers follow the pattern (n1),n,(n+1)(n - 1), n, (n + 1). Even consecutive numbers are expressed as 2n2n and 2n+22n + 2, while consecutive odd numbers follow the form 2n+12n + 1 and 2n+32n + 3. Notably, the number 00 is explicitly considered an even number because it can be written in the form 2n2n.

Operations between even and odd numbers follow predictable patterns. The sum or difference of two even numbers is even, two odd numbers is even, and an even and an odd number results in an odd number. In multiplication, the product is only odd if both factors are odd; if at least one factor is even, the product is even. Perfect squares are defined as n2n^2 with n0n \neq 0, producing the sequence 1,4,9,16,25,36,49,64,81,100,121,144,169,196,225,256,1, 4, 9, 16, 25, 36, 49, 64, 81, 100, 121, 144, 169, 196, 225, 256, \dots

Practical logic machines illustrate these concepts. In Machine A, an input nn produces the even successor of the double, modeled as 2n+22n + 2. In Machine B, an input results in the antecessor of the square, modeled as n21n^2 - 1. If the smallest prime number, which is 22, is entered into Machine A, the result is (2×2)+2=6(2 \times 2) + 2 = 6. If this 66 is then entered into Machine B, the final output is 621=356^2 - 1 = 35. This resulting number 3535 is a composite number greater than 3434, a multiple of 77, the antecessor of the perfect square 3636, and has a digit sum of 88.

Multiples, Divisors, and Primes

Relationships between integers are established through the equation a=b×ca = b \times c, where aa is a multiple of both bb and cc, while bb and cc are divisors of aa (with b,c0b, c \neq 0). Divisibility rules provide shortcuts: a number is divisible by 22 if its last digit is even; by 33 if the sum of its digits is a multiple of 33; by 55 if it ends in 00 or 55; by 66 if it is divisible by both 22 and 33; and by 1010 if it ends in 00. Mathematical observations confirm that 00 is a multiple of every number, 11 is a divisor of all numbers, and every number is a multiple and divisor of itself. However, 00 is not a divisor of any number.

Numbers are categorized as Primes if they have exactly two distinct positive divisors, namely 11 and the number itself. The sequence begins with 2,3,5,7,11,13,17,19,23,29,31,37,2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, \dots, with 22 being the only even prime. Composite numbers have more than two divisors and include 4,6,8,9,10,12,14,15,16,4, 6, 8, 9, 10, 12, 14, 15, 16, \dots. The number 11 is unique as it is neither prime nor composite. The Fundamental Theorem of Arithmetic states that every composite number can be uniquely expressed as a product of prime factors. For example, the prime factorization of 1.0801.080 is 23×33×52^3 \times 3^3 \times 5. To find the total number of positive divisors for a number PP with prime decomposition ap×bq×cra^p \times b^q \times c^r, the formula used is (p+1)×(q+1)×(r+1)(p + 1) \times (q + 1) \times (r + 1).

Calculations for the Greatest Common Divisor (M.C.D.) involve multiplying common prime factors with their lowest exponent. The Least Common Multiple (m.c.m.) involves multiplying all distinct prime factors with their highest exponent. For instance, the M.C.D. and m.c.m. of A=23×32A = 2^3 \times 3^2 and B=22×33×5B = 2^2 \times 3^3 \times 5 are M.C.D.=22×32=36M.C.D. = 2^2 \times 3^2 = 36 and m.c.m.=23×33×5=1.080m.c.m. = 2^3 \times 3^3 \times 5 = 1.080. In a circular track scenario where three cyclists take 120120, 140140, and 180180 seconds respectively per lap, they will meet at the starting line again in 2.520seconds2.520\,\text{seconds}, which is the m.c.m. of their lap times.

Operational Priority and Algorithm of Division

Complexity in arithmetic is managed through the order of operations: Parentheses (from the innermost outward), Powers, Multiplication and Division (from left to right), and finally Addition and Subtraction. An example of this is the expression 3{2[1(12:4×3)]9}3 - \{2 - [1 - (12 : 4 \times 3)] - 9\}. Following the hierarchy: the innermost division and multiplication (12:4×3=9)(12 : 4 \times 3 = 9) result in [19]=8[1 - 9] = -8. Then, the bracketed terms yield 2(8)9=12 - (-8) - 9 = 1. The final result is 31=23 - 1 = 2. Similarly, 4232:2×54^2 - 3^2 : 2 \times 5 is calculated as 169:2×5=164.5×5=1622.5=6.516 - 9 : 2 \times 5 = 16 - 4.5 \times 5 = 16 - 22.5 = -6.5.

The division algorithm states that for any two numbers aa (dividend) and bb (divisor), if the quotient is cc and the remainder is rr, then a=b×c+ra = b \times c + r. If Paulina divides a number by 66, 88, and 99 and always gets a remainder of 22, the number is a multiple of the m.c.m. of (6,8,9)(6, 8, 9) plus 22. Given m.c.m.(6,8,9)=72m.c.m.(6, 8, 9) = 72, the number would be 72+2=7472 + 2 = 74. In another scenario, three barrels containing 875875, 625625, and 750liters750\,\text{liters} of oil are adjusted to the M.C.D. of these amounts, which is 125liters125\,\text{liters}. To reach this, 500liters500\,\text{liters} must be removed from the second barrel.

Rational Numbers and Algebraic Fractions

Rational Numbers, denoted by Q\mathbb{Q}, are defined as all numbers that can be expressed as a fraction ab\frac{a}{b} where a,bZa, b \in \mathbb{Z} and b0b \neq 0. This set includes integers, as they can be written with a denominator of 11. Fractions are classified as Proper if the absolute value of the numerator is less than the denominator (a<b|a| < |b|), resulting in a value less than 11. They are Improper if a>b|a| > |b|, resulting in a value greater than 11. Improper fractions can be converted into mixed numbers represented by AbcA \frac{b}{c}, where the fractional value is calculated as A×c+bc\frac{A \times c + b}{c}.

In the set Q\mathbb{Q}, addition and subtraction with the same denominator involves combining numerators while keeping the denominator constant. With different denominators, the m.c.m. of the denominators must be determined. For multiplication, numerators are multiplied together, and denominators are multiplied together. Division is performed by multiplying by the reciprocal of the divisor. Every rational number ab\frac{a}{b} has an additive inverse ab-\frac{a}{b} and, if non-zero, a multiplicative inverse or reciprocal ba\frac{b}{a}. Comparison between rational numbers can be achieved by cross-multiplying, finding common denominators, or converting to decimals. For example, to compare a=78a = \frac{7}{8}, b=1112b = \frac{11}{12}, and c=910c = \frac{9}{10}, evaluating the common denominator or decimal equivalents (0.875,0.916,0.90.875, 0.916, 0.9) shows the order a<c<ba < c < b.

Experimental examples include a dosage machine using a fill fraction F=k8F = \frac{k}{8}. If kk is a positive integer such that FF is proper but k+38\frac{k + 3}{8} is improper, then k<8k < 8 and k+38k + 3 \geq 8. This implies k5k \geq 5. The possible values for kk are 5,6,75, 6, 7, and their sum is 1818. In social demographics, if a town has a population with 110\frac{1}{10} affected by an epidemic, and subsequently 110\frac{1}{10} of the sick recover while 110\frac{1}{10} of the healthy get sick, the healthy population becomes original healthy minus the newly sick plus the recovered: 910(110×910)+(110×110)=9109100+1100=82100=4150\frac{9}{10} - (\frac{1}{10} \times \frac{9}{10}) + (\frac{1}{10} \times \frac{1}{10}) = \frac{9}{10} - \frac{9}{100} + \frac{1}{100} = \frac{82}{100} = \frac{41}{50}.

Decimal Operations and Transformations

Decimals are classified based on their digits. Finite Decimals are converted to fractions by placing the digits over a power of 1010 matching the number of decimal places. Infinite Periodic Decimals are converted by taking the difference between the full number and the non-periodic part, divided by a sequence of nines corresponding to the length of the period. Infinite Semi-periodic Decimals use a numerator formed by subtracting the non-periodic part from the full number and a denominator of nines (for the period) followed by zeros (for the ante-period).

Performing operations with decimals requires alignment of decimal points for addition and subtraction. Multiplication treats the factors as integers first, then places the decimal point so the result has a total number of decimal places equal to the sum of the decimal places in the factors. For division, it is often useful to multiply both the dividend and divisor by a power of 1010 to eliminate decimals. In an engineering series circuit with resistances 1.5Ω1.5\,\Omega, 2.6Ω2.6\,\Omega, and 0.83Ω0.83\,\Omega, the total resistance is 1.5+2.6+0.83=4.93Ω1.5 + 2.6 + 0.83 = 4.93\,\Omega. Comparisons can also be precise; for time sensors recording 1.3211.321, 1.3211.3\overline{21}, and 1.3211.32\overline{1}, the decimal expansion shows the smallest value (and thus the fastest pilot) is Pilot A(1.32100)\text{Pilot A} (1.32100 \dots), followed by Pilot C(1.32111)\text{Pilot C} (1.32111 \dots), and then Pilot B(1.32121)\text{Pilot B} (1.32121 \dots).

The Theory of Powers and Exponential Algebra

A power ana^n represents a base aa multiplied by itself nn times for positive integer exponents. Definitions include a0=1a^0 = 1 (for a0a \neq 0), 0n=00^n = 0, and 1n=11^n = 1. Negative exponents are defined as an=1ana^{-n} = \frac{1}{a^n}. The sign of a power depends on the base and the parity of the exponent: a positive base remains positive, a negative base becomes positive if the exponent is even, and it remains negative if the exponent is odd. Properties of powers include product of equal bases (an×am=an+ma^n \times a^m = a^{n+m}), quotient of equal bases (an:am=anma^n : a^m = a^{n-m}), product of equal exponents (an×bn=(a×b)na^n \times b^n = (a \times b)^n), quotient of equal exponents (anbn=(ab)n\frac{a^n}{b^n} = (\frac{a}{b})^n), and power of a power ((an)m=an×m(a^n)^m = a^{n \times m}).

Practical modeling often utilizes powers. In biology, a bacterial population starting at 343^4 that triples every hour results in 34×35=393^4 \times 3^5 = 3^9 bacteria after 55 hours. Computer science uses binary storage where a Gigabythe is technically 230bytes2^{30}\,\text{bytes}, while commercial manufacturers define it as 109bytes10^9\,\text{bytes}, leading to a shortfall of 230109bytes2^{30} - 10^9\,\text{bytes}. Acoustic intensity is measured logarithmically; an intensity of 10810^8 compared to 10610^6 is 1086=102=10010^{8-6} = 10^2 = 100 times more powerful. In geometry, the volume of a cubic container with an edge of 102cm10^2\,\text{cm} is calculated as (102)3=106cm3(10^2)^3 = 10^6\,\text{cm}^3.

Exponential equations require reducing both sides to the same base to solve for an unknown in the exponent. If an=ama^n = a^m, then n=mn = m for aR{1,0,1}a \in \mathbb{R} - \{-1, 0, 1\}. For instance, solving (0.01)x+5=100(0.01)^{-x+5} = 100 involves converting to base 1010: (102)x+5=102(10^{-2})^{-x+5} = 10^2, leading to 2x10=22x - 10 = 2, or x=6x = 6.

Roots and Irrational Numbers

Irrational Numbers, denoted by I\mathbb{I} or Q\mathbb{Q}', are infinite non-periodic decimals that cannot be expressed as fractions. Examples include π3.14159\pi \approx 3.14159, e2.71828e \approx 2.71828, and non-exact roots like 2\sqrt{2} or 3\sqrt{3}. A root an=b\sqrt[n]{a} = b is defined such that bn=ab^n = a. If nn is even, aa must be non-negative for the root to be real. If nn is odd, aa can be any real number. Roots can be expressed as powers with fractional exponents: akn=ak/n\sqrt[n]{a^k} = a^{k/n}. An important observation is that a2=a\sqrt{a^2} = |a|, ensuring the result is non-negative.

Properties of roots facilitate manipulation. They include multiplication and division of roots with the same index: an×bn=a×bn\sqrt[n]{a} \times \sqrt[n]{b} = \sqrt[n]{a \times b} and anbn=abn\frac{\sqrt[n]{a}}{\sqrt[n]{b}} = \sqrt[n]{\frac{a}{b}}. Factors can be moved into the radical: ban=bn×anb\sqrt[n]{a} = \sqrt[n]{b^n \times a}. For roots of different indices, a common index must be found via the m.c.m. of the indices. Nested roots follow the property amn=an×m\sqrt[n]{\sqrt[m]{a}} = \sqrt[n \times m]{a}. In engineering, resistance and voltage determine current via I=VRI = \frac{V}{R}; if V=10V = 10 and R=5ΩR = 5\,\Omega, then I=105=2AI = \sqrt{\frac{10}{5}} = \sqrt{2}\,\text{A}.

Estimation of roots is necessary for non-exact values. For example, 40\sqrt{40} falls between 66 and 77 because 62=366^2 = 36 and 72=497^2 = 49. Algebraic simplification often involves perfect squares, such as 512227=54×329×3=10363=435\sqrt{12} - 2\sqrt{27} = 5\sqrt{4 \times 3} - 2\sqrt{9 \times 3} = 10\sqrt{3} - 6\sqrt{3} = 4\sqrt{3}. In geometry, the diagonal of a square plaza with sides of 100m100\,\text{m} is given by 1002+1002=1002m\sqrt{100^2 + 100^2} = 100\sqrt{2}\,\text{m}.

Ratios, Proportions, and Proportionality

A Ratio is a comparison between two quantities via division, written as a:ba : b or ab\frac{a}{b}, where aa is the antecedent and bb the consequent. The value of the ratio is the quotient c=abc = \frac{a}{b}. A Proportion is an equality of two ratios: ab=cd\frac{a}{b} = \frac{c}{d}. The Fundamental Theorem of Proportions states that the product of the extremes equals the product of the means (a×d=b×ca \times d = b \times c). For example, if a mixture requires blue and yellow paint in a ratio of 5:25 : 2 and 400ml400\,\text{ml} of blue is used, the yellow needed is xx. Thus 52=400x\frac{5}{2} = \frac{400}{x}, resulting in x=160mlx = 160\,\text{ml}, and a total mixture of 560ml560\,\text{ml}.

Direct Proportionality occurs when two variables xx and yy maintain a constant quotient (yx=k\frac{y}{x} = k), implying both increase or decrease together. A graph of this relationship is a straight line passing through the origin. Inverse Proportionality occurs when two variables maintain a constant product (x×y=kx \times y = k). If one increases, the other decreases proportionally. For example, if 66 hoses fill a pool in 10hours10\,\text{hours}, then 1515 hoses (k=60k = 60) would fill it in 6015=4hours\frac{60}{15} = 4\,\text{hours}.

Series of ratios involve multiple quantities, such as ages of three sisters in a ratio of 2:5:32 : 5 : 3 summing to 30years30\,\text{years}. This can be solved by setting 2k+5k+3k=302k + 5k + 3k = 30, yielding k=3k = 3. Their ages are therefore 66, 1515, and 99. In financial allocations, a start-up with an utility of $4.500.000\$4.500.000 distributed to partners in a ratio of 3:5:73 : 5 : 7 means the partner with the highest share gets 715\frac{7}{15} of the total ($2.100.000\$2.100.000) and the lowest gets 315\frac{3}{15} ($900.000\$900.000), a difference of $1.200.000\$1.200.000.

Percentages and Percent Change

Percentage is an application of direct proportionality where the whole is considered as 100100. The percentage QQ of a total CC is given by Q=P100×CQ = \frac{P}{100} \times C. Common percentages have simple fractional equivalents, such as 12.5%=1812.5\% = \frac{1}{8}, 20%=1520\% = \frac{1}{5}, 25%=1425\% = \frac{1}{4}, 3313%=1333\frac{1}{3}\% = \frac{1}{3}, 50%=1250\% = \frac{1}{2}, and 75%=3475\% = \frac{3}{4}. Successive percentages follow the rule that a%a\% of b%b\% of CC is equal to a100×b100×C\frac{a}{100} \times \frac{b}{100} \times C. For example, the amount allocated to security cameras from a total fund of $15.000.000\$15.000.000 where security gets 40%40\% and cameras get 20%20\% of that $40%\$40\% is computed as 0.20×(0.40×15.000.000)=$1.200.0000.20 \times (0.40 \times 15.000.000) = \$1.200.000.

Percent Variation includes Increase and Decrease. An increase of P%P\% results in C+P100×CC + \frac{P}{100} \times C, while a decrease results in CP100×CC - \frac{P}{100} \times C. If a television costing $187.520\$187.520 is sold with a 20%20\% profit, the price is 1.2×187.520=$225.0241.2 \times 187.520 = \$225.024. In market variations, if a stock rises 20%20\% and then falls 25%25\%, its relative value is 1.20×0.75=0.91.20 \times 0.75 = 0.9, denoting a net loss of 10%10\%.

Specialized cases include area changes where a field's length increases by 20%20\% and width by 50%50\%. The new area is 1.2L×1.5W=1.8LW1.2L \times 1.5W = 1.8LW, which is an 80%80\% increase over the original area. In console storage, a system update of 45GB45\,\text{GB} moving the usage bar from 25%25\% to 40%40\% (15%15\% difference) means the total disk capacity CC is derived from 0.15C=450.15C = 45, resulting in C=300GBC = 300\,\text{GB}.