주요 내용
등차수열의 점화식
등차수열의 점화식을 어떻게 구하는지 배워 봅시다. 예로 3, 5, 7의 점화식을 찾아봅시다.
수업을 시작하기 전에, 등차수열 공식의 기초에 대해서 잘 알고 있어야 합니다.
점화식으로 계산하는 방법
점화식에서 다음의 두 가지 정보를 알 수 있습니다:
- 수열의 첫째항
- 바로 앞의 항과의 관계에서 임의의 항을 구할 수 있는 규칙
다음은 수열 3, comma, 5, comma, 7, comma, point, point, point의 점화식의 각 부분에 대해 설명한 것입니다.
공식에서, n은 임의의 항의 번호이고, a, left parenthesis, n, right parenthesis은 n, start superscript, start text, end text, end superscript번째 항의 번호입니다. 즉, a, left parenthesis, 1, right parenthesis은 첫째항이고, a, left parenthesis, n, minus, 1, right parenthesis은 n, start superscript, start text, end text, end superscript번째 항의 전항입니다.
예를 들어, 다섯째항을 찾으려면 수열을 확장해야 합니다:
a, left parenthesis, n, right parenthesis | equals, a, left parenthesis, n, minus, 1, right parenthesis, plus, 2 | ||
---|---|---|---|
a, left parenthesis, 1, right parenthesis | equals, start color #0d923f, 3, end color #0d923f | ||
a, left parenthesis, 2, right parenthesis | equals, a, left parenthesis, 1, right parenthesis, plus, 2 | equals, start color #0d923f, 3, end color #0d923f, plus, 2 | equals, start color #aa87ff, 5, end color #aa87ff |
a, left parenthesis, 3, right parenthesis | equals, a, left parenthesis, 2, right parenthesis, plus, 2 | equals, start color #aa87ff, 5, end color #aa87ff, plus, 2 | equals, start color #11accd, 7, end color #11accd |
a, left parenthesis, 4, right parenthesis | equals, a, left parenthesis, 3, right parenthesis, plus, 2 | equals, start color #11accd, 7, end color #11accd, plus, 2 | equals, start color #e07d10, 9, end color #e07d10 |
a, left parenthesis, 5, right parenthesis | equals, a, left parenthesis, 4, right parenthesis, plus, 2 | equals, start color #e07d10, 9, end color #e07d10, plus, 2 | equals, 11 |
이 공식으로 3, comma, 5, comma, 7, comma, point, point, point과 같은 수열을 얻을 수 있습니다.
이해했는지 확인하기
점화식 만들기
등차수열 5, comma, 8, comma, 11, comma, point, point, point의 점화식을 만든다고 가정해 봅시다.
두 식에서 다음과 같은 정보를 얻을 수 있습니다:
- 첫째항 left parenthesis start color #0d923f, 5, end color #0d923f, right parenthesis
- 바로 앞의 항과의 관계에서 임의의 항을 구할 수 있는 규칙 left parenthesis"start color #ed5fa6, 3, end color #ed5fa6을 더합니다."right parenthesis
따라서, 점화식은 다음과 같습니다: