IB Mathematics (HL)/Algebra

From testwiki
Jump to navigation Jump to search

Template:TopNav

Topic 1: Core - Algebra

Sequences and Series

Arithmetic Sequences and Series

An arithmetic sequence is a sequence that fits the form:

un=u1+d(n1)

where un is the nth term of the sequence, u1 is the first term of the series, and d is called the common difference. The unique characteristic of this sequence is that the next term of the sequence is the previous term added to the common difference. An example of such a sequence is:

1,2,3,4,...

where the common difference is 1 and the first term is 1. The general form for an arithmetic sequence that can be made using the formula above is:

a,a+d,a+2d,a+3d,...

An arithmetic series is the sum of all the parts of an arithmetic sequence. Using the example above, a series can be written as:

1+2+3+4+...

The sum of a finite arithmetic series to the nth term "un" is represented in the equation:

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

The sum can also be written in sigma notation:

n=1k[u1+d(n1)]

where uk=un. All arithmetic series diverge as the number of terms approaches infinity. This is why the sum of any arithmetic series can only be found to a finite number of terms.

Geometric Sequences and Series

A geometric sequence is a sequence that fits the form: un=u1rn1 where un is the nth term of the sequence, u1 is the first term of the series, and r is called the common ratio. In such a sequence, the next term is obtained by multiplying the previous term with the common ratio. An example of a Geometric Sequence is 1,3,9,27... A geometric series is the sum of all the parts of a geometric sequence. For the above example, the geometric sequence is: 1+3+9+27... The sum of a finite geometric sequence to the nth term un is given by the expression: Sn=a(rn1)r1 The sum can also be written using sigma notation: n=1ku1rn1 where uk=un. Unlike arithmetic series, geometric series do not necessarily diverge. If the common ratio, r, is such that |r|>1, then the series diverges. If |r|<1, then the series converges, and as n approaches infinity, the value of the nth term of the sequence approaches zero.

In the case of a diverging geometric series, the sum can only be calculated for finite values of n. However, in the case of a converging geometric series, the sum of an infinite number of terms is given by the expression: S=a1r OR limnSn=a1r

Compound Interest and Population Growth

Based off the idea of arithmetic series is that of compound interest. Consider a case where $P is invested at a rate of r and compunded n times per year. Time is in years and is denoted t. This will be the progression:

P0=P

P1=P+rnP=P(1+rn)

P2=P(1+rn)+(rn)(P(1+rn))=P(1+rn)2

Pn=P(1+rn)nt

The same function holds true for population growth where P is the inital number of people, and r is the rate that the population increases.

Exponents and Logarithms

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

More to be added...

Template:...

Created by: JTLenzz