1. sequences







수열
sequences


"수열은 규칙성을 찾아내는
게임이예요"

" it's a game
to find number patterns "








수열은 순서대로 나열된 숫자들의 공통된 규칙을 찾아내는 마치 게임과도 같은 재미있는 단원입니다.

영리한 학생들은 초등산수 시절부터 나열된 항 사이의 계차로 쉽게 그 규칙성을 찾아내기도 하지만, 부분분수나 군수열 등 조금 더 어려운 유형들을 해결하려면 기본적인 유형들에 대한 어느 정도의 해법 암기도 필요합니다.

이번에는 수열의 정의와 사용되는 기호 등의 가장 기초가 되는 내용들을 설명하려고 합니다. 첫 단계부터 기초 개념과 원리을 확실하게 이해해 두기 바랍니다.




               

스마트폰에서 수학 수식을 보시려면, 왼쪽 버튼을 누른
[데스크톱 보기] 설정하세요.

select [desktop view] on the mobile
to read math equations

               





예를 들어 2, 4, 6, 8, 10, ... 과 같이 일정한 규칙에 따라, 순서대로 수들이 나열된 것을 수열이라고 하고, 일반적으로 기호 { an } 이라고 나타냅니다.

A sequence is an ordered list of numbers such as 2, 4, 6, 8, 10, ... and is denoted by { an }.


이 때, 아래 첨자는 몇 번째에 해당하는 가를 표현하므로, 당연히 자연수의 순서대로 표시합니다.

The subscripted number or letter means counter index and accordingly, it should be countable number, i.e., positive integer.


, a1 은 첫 번째 숫자로 '첫 째항', a2 는 두 번째 숫자로 '2 ' 등으로 ... , an n 은 일반적인 n 번째의 숫자로서 일반항인 'n ' 을 나타내는 것입니다.

a1 means an initial term, a2 is the 2nd term, ... and an means its n-th general term.


위의 예를 든 수열은 짝수들이니까, 일반항 { an } = { 2n } 이라고 구체적으로 표현할 수 있습니다.

The sequence in the above example is a list of even numbers and therefore, its n-th general term is an = 2n.





예를 몇 가지 더 들어 보도록 할까요?

Let me show you some other examples.



(1) { bn } = { 3n } 이라고 주어졌다면, 일반항 n 의 자리에 자연수를 차례대로 대입한 후에, 순서대로 나열하면 됩니다.

If bn is given by 3n, then we replace n-th term by positive integers one by one and list them in ascending order as follows :


b1 = 3,  b2 = 32,  b3 = 33, ...


∴  { bn } = 3,  32,  33,  34, ...

or

{ bn } = 3,  9,  27,  81,  243, ...



(2) { cn } = { n2 } 이라고 주어졌다면, 일반항 n 의 자리에 자연수를 차례대로 대입해서 나열하면 되니까,

If cn is given by n2, then we replace n-th term by positive integers one by one and list them in ascending order as follows :


c1 = 1,  c2 = 4,  c3 = 9, ...


∴  { cn } = 1,  4,  9,  16,  25, ...

or

{ cn } = 1,  22,  32,  42, ...



, 수열이 a1, a2, a3, ... , a10 과 같이 유한개의 항을 갖고 있으면 '유한수열' 이라 하고, a1, a2, ... , a10, ... 과 같이 무한개의 항을 갖고 있으면 '무한수열' 이라고 합니다.

If a sequence continues without stopping such as { a1, a2, a3, ... , a10 ... }, then it is called 'infinite sequence' whereas a 'finite sequence' such as { a1, a2, a3, ... , a10 } has its last term, a10.






이번에는 처음 5 개 항이 나열된 수열을 보고, 꺼꾸로 일반항을 찾아내는 연습을 해 보도록 할까요?

This time, on the contrary, let's find a rule for the n-th general term as an exercise when the first 5 terms are given.


처음에는 어렵겠지만, 항과 항 사이의 차이 즉 '계차' 를 알아 보면, 조금 더 쉽게 규칙을 알아낼 수 있습니다.

This is not easy for beginners but investigating the difference between the consecutive terms makes it much easier to find the patterns of sequences.



(1) { an } = 1, 4, 7, 10, 13, ...

1,    4,    7,   10,   13, ...
∨    ∨    ∨    ∨  .
+ 3   + 3   + 3   + 3   .


a1 = 1

a2 = 1 + 3

a3 = 1 + 3 + 3

a4 = 1 + 3 + 3 + 3


∴  an = 1 + 3 x (n 1)
=   3n – 2




(2) { an } = 1, 2, 4, 8, 16, ...

1,    2,    4,    8,   16, ...
             .
x 2  x 2    x 2   x 2  .


a1 = 1

a2 = 1 x 2

a3 = 1 x 2 x 2

a4 = 1 x 2 x 2 x 2


∴  an = 1 x 2(n 1)
  = 2n 1





이제, 맨 처음에 예를 들었던 { an } = { 2n } 의 특징을 조금 더 구체적으로 살펴 보도록 할까요?

Now, let's try to investigate, more in detail, the sequence { an } = { 2n } in the first example


어떤 수열의 특징과 규칙성을 알아 내는, 가장 손쉬운 방법의 하나는 항 사이의 차이 즉 '계차' 를 알아 보는 것입니다.

One of the easier ways to find out the patterns of the sequences is to investigate the first differences between the terms.


2,   4,   6,   8,   10,  12, ... .
             .
+ 2  + 2  + 2  + 2  + 2    .



위에서 보는 것과 같이, 항과 항 사이의 차이인 계차가 + 2 로 항상 일정하지요?

The first differences are all equal to + 2 as shown above.


차이가 항상 같은, 이런 특징을 갖는 수열을 '등차수열' 이라고 부르고, 이 때의 항상 같은 차이를 특별히 '공차라고 합니다.

We call this type of sequences as 'arithmetic sequences' and the constant difference is called 'common difference'.




이번에는 { bn } = { 3n } 의 특징을 계차를 통해서 살펴 보도록 할까요?

This time, let's find the patterns in { bn } = { 3n } by investigating the first differences.


3,   9,   27,   81,  243,  729, ... .
                     .
x 3  x 3   x 3    x 3   x 3      .



위에서 보는 것과 같이, 항과 항 사이의 차이인 계차가 x 3 으로 항상 일정하지요?

The ratio of any term to the previous term is always 3 as shown above.


차이가 항상 같은 비례값을 갖는, 이런 특징을 갖는 수열을 '등비수열' 이라고 하고, 이 때의 항상 같은 비례값을 '공비' 라고 부릅니다.

This type of sequences is called 'geometric sequences' and this constant ratio is called the 'common ratio'.



그러면, 등차수열, 등비수열과 조화수열 등에 관한 보다 구체적인 내용에 대하여는 다음에 공부하기로 합니다.

We’re going to study, more in depth, these arithmetic, geometric, harmonic and other sequences later.







Comments

Popular posts from this blog

4. a matrix B such that AB = BA

1. linear function graphs (y = k x)

2. linear function (y = a x + b)