User:Wylve/mathsl

From Wikibooks, open books for an open world
Jump to navigation Jump to search
Topic 1: Algebra

This topic introduces candidates to basic algebraic concepts and applications. Number systems are now in the presumed knowledge section.

Sequences and Series[edit | edit source]

Sequences[edit | edit source]

A sequence is a ordered list of consecutive terms. Below is an example of a sequence:



Each number is called a term (separated by a comma) and a sequence always starts with its first term, denoted as . In the example above, 2 is the first term, and 4 is the second term. A sequence does not have an ending term and can go on forever.

The IB mathematics standard level course explores two types of number sequences: arithmetic sequence and geometric sequence.

Arithmetic Sequences[edit | edit source]

The arithmetic sequence is a sequence that has consecutive terms increasing by a constant, or the common difference. The common difference is denoted as .



The example above is an arithmetic sequence, with a common difference of -4, as the terms increase by -4, or in other words, decrease by 4. The common difference does not change throughout the sequence.

The nth term of an arithmetic sequence can be found using the general formula:



Where is the nth term, is the first term, d is the difference, and n is the number of terms


A series is a sum of numbers. For example,



Finite and Infinite Sequences[edit | edit source]

A more formal definition of a finite sequence with terms in a set S is a function from {1,2,...,n} to for some n ≥ 0.

An infinite sequence in S is a function from {1,2,...} (the set of natural numbers)


Sum of Infinite and Finite Arithmetic Series[edit | edit source]

An infinite arithmetic series is an infinite series whose terms are in an arithmetic progression. Examples are 1 + 1 + 1 + 1 + · · · and 1 + 2 + 3 + 4 + · · ·.

The sum (Sn) of a finite sequence is:

.

Geometric Sequences and Series[edit | edit source]

Sum of Finite and Infinite Geometric Series[edit | edit source]

The nth term of a geometric sequence:

.

The sum of all terms (an infinite geometric sequence): If -1 < r < 1, then

Exponents[edit | edit source]

is the same as

Laws of Exponents[edit | edit source]

The algebra section requires an understanding of exponents and manipulating numbers of exponents. An example of an exponential function is where a is being raised to the power. An exponent is evaluated by multiplying the lower number by itself the amount of times as the upper number. For example, . If the exponent is fractional, this implies a root. For example, . Following are laws of exponents that should be memorized:

Logarithms[edit | edit source]

Laws of Logarithms[edit | edit source]

Change of Base formula:

Moreover, this result implies that all logarithm functions (whatever the base) are similar to each other. So to calculate the log with base 2 of the number 16 with a calculator:

Binomial Theorem[edit | edit source]

The Binomial Expansion Theorem is used to expand functions like without having to go through the tedious work it takes to expand it through normal means

For this equation, essentially one would go through the exponents that would occur with the final product of the function (). From this comes in as the coefficent, where equals the row number of the row from Pascal's Triangle, and is the specific number from that row.

Ex.

Pascal's Triangle[edit | edit source]

                  1                      =Row 0
                1   1                    =Row 1
              1   2   1                  =Row 2
            1   3   3   1                =Row 3
          1   4   6   4   1              =Row 4
        1   5  10  10   5   1            =Row 5
      1   6  15  20  15   6   1          =Row 6
    1   7  21  35  35  21   7   1        =Row 7
  1   8  28  56  70  56  28   8   1      =Row 8
1   9   36 84 126 126  84  36   9   1    =Row 9