IB Mathematics SL/Algebra

From testwiki
Revision as of 00:35, 11 December 2024 by imported>Kittycataclysm (Rejected the last text change (by 41.83.78.53) and restored revision 3664793 by Mild Bill Hiccup)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Topic 1 - Algebra

Introduction

The aim of this section is to introduce candidates to some basic algebraic concepts and applications. Number systems are now in the presumed knowledge section.

Sequences and Series

A series is a sum of numbers. For example,


1+12+14+18+116+...


A sequence is a list of numbers, usually separated by a comma. The order in which the numbers are listed is important, so for instance,


1,2,3,4,5,...


Finite and Infinite Sequences

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

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

Arithmetic

Arithmetic series or sequences simply involve addition.

    1, 2, 3, 4, 5, ...

Is an example of addition, where 1 is added each time to the prior term.

The formula for finding the nth term of an arithmetic sequence is:

 un=u1+(n1)d.

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


Sum of Infinite and Finite Arithmetic Series

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 series is:

Sn=n2(2u1+(n1)d)=n2(u1+un).

Geometric Sequences and Series

Sum of Finite and Infinite Geometric Series

A geometric series is a series with a constant ratio between successive terms. Each successive term can be obtained by multiplying the previous term by 'r'

The nth term of a geometric sequence:

un=u1rn1.

Sn=u1(rn1)r1=u1(1rn)1r.

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

S=u11r

Exponents

ax=b is the same as logab=x

ax=exlna

Laws of Exponents

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

  • aman=am+n
  • (ab)m=ambm
  • (am)n=amn
  • am/n=amn

Logarithms

Laws of Logarithms

logb(xy)=logbx+logby

logb(xy)=logbxlogby

logbxy=ylogbx

Change of Base formula:

logb(a)=logc(a)logc(b).

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:

log2(16)=log(16)log(2).

Binomial Theorem

The Binomial Expansion Theorem is used to expand functions like (x+y)n without having to go through the tedious work it takes to expand it through normal means

(x+y)n=nC0xny0+nC1xn1y1+nC2xn2y2+...+nCrxnryr+...+nCnx0yn

For this equation, essentially one would go through the exponents that would occur with the final product of the function (xny0+xn1y1+xn2y2+...+x0yn). From this Cn comes in as the coefficient, where C equals the row number of the row from Pascal's Triangle, and n is the specific number from that row.

Ex. 75=35

Pascal's Triangle

                  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

Template:BookCat