English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Say i have the following sequence:
Note: A(n) = A subscript n. So A1 -> A subscript 1

A1 = 1(1!)
A2 = 1(1!) + 2(2!)
A3 = 1(1!) + 2(2!) + 3(3!)
hence:
A4 = A3 + 4(4!)
hence:
A(n) = A(n-1) + n(n!)

I know how to solve recurrance relationships in first or secondorder, but i've never come across a relationship that involves factorials. Need help in finding a general solution to this recurrance relationship to find the answer to an arbitary N-th term.

i.e. i need an equaltion to find: A(n) without having to recurrsively calculate A(n-1), A(n-2), A(n-3) ... etc.

2007-03-02 01:28:38 · 2 answers · asked by Anonymous in Science & Mathematics Mathematics

The prove my induction shows that it's the correct answer, but how did you come up with that answer in the first place?

Thx

2007-03-02 03:35:06 · update #1

2 answers

A[n] = (n + 1)! - 1

Proof:
The relationship holds for n = 1:
(1 + 1)! - 1 = 1(1!) = 1

If the relationship holds for n, then it also holds for n+1:
Assume that A[n] = (n+1)! - 1
By definition of A[n], we have:
A[n+1] = A[n] + (n+1) (n+1)!
Using the assumption above, we get:
A[n+1] = (n+1)! - 1 + (n+1) (n+1)!
= (n+1)! + (n+1) (n+1)! - 1
= (n+1)! (1 + n + 1) - 1
= (n+1)! (n+2) - 1
= (n+2)! - 1
So...
A[n+1] = (n+2)! - 1
That completes the proof.

2007-03-02 02:41:23 · answer #1 · answered by Bill C 4 · 0 0

i'm a guy and that i consider you thoroughly. I fee love lots extra desirable than I do lust. Do issues jointly as acquaintances, then artwork on a romantic relationship. Do you have fun with the comparable ingredients, pastimes, concert activities, track and theater? It takes time and attempt to be sure in case you in good shape or not. in my opinion, i like the wonderment and anticipation of a achieveable romantic relationship.

2016-10-17 02:27:48 · answer #2 · answered by Anonymous · 0 0

fedest.com, questions and answers