How Do Recursion Formulas Work in Mathematics?

  • Thread starter Thread starter skrying
  • Start date Start date
  • Tags Tags
    Formula
Click For Summary

Homework Help Overview

The discussion revolves around recursion formulas in mathematics, particularly how subsequent terms are derived from previous terms. Participants are exploring the concept of geometric progressions and the nature of recursive definitions.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning

Approaches and Questions Raised

  • Participants discuss the definition and examples of recursion formulas, with one mentioning a specific recursive relationship involving previous terms. Questions about the extent and limits of recursion formulas are also raised.

Discussion Status

Some participants have provided clarifications and examples that seem to enhance understanding. There is an ongoing exploration of the implications and applications of recursion formulas, with no explicit consensus reached on all points.

Contextual Notes

Participants express uncertainty about their understanding of recursion formulas and seek further clarification. There is a mention of an attached problem image, which may contain additional context for the discussion.

skrying
Messages
9
Reaction score
0
Hi everyone,

Right now my class is studying recursion formulas - er, when the next answer is based off the answer before it, if that makes any sense? I am having a hard time understanding this.

A picture of the attached problem is included...Thanks for any and all help for this problem.

skrying
 

Attachments

Physics news on Phys.org
That is a geometrical progression.The "n+1" term is gotten from the "n"-th by dividing through 2.

It converges to 0.What else...?

Daniel.
 
skrying said:
Hi everyone,

Right now my class is studying recursion formulas - er, when the next answer is based off the answer before it, if that makes any sense? I am having a hard time understanding this.

A picture of the attached problem is included...Thanks for any and all help for this problem.

skrying

You have:
[tex]a_n=\frac{1}{2^n}[/tex]

That's just an expression for the n'th term. Something like:

[tex]a_n=2a_{n-1}+3a_{n-2}[/tex]

would be a recursive formula defining the n-th term as a function of the n-1 term and the n-2 term.
 
Last edited:
Thanks Dexter and Salty

:smile: Thank you dexter and salty for your input. It does make more sense when you put it that way. I think I am just making all this harder than it really is perhaps?

Thanks, Skrying
 
How far can this recursion formula go?

I had another quick question (and probably a dumb one) since math of any kind is not my forte'...how far does or can this formula continue..?

Thanks!
 
skrying said:
I had another quick question (and probably a dumb one) since math of any kind is not my forte'...how far does or can this formula continue..?

Thanks!

What Dexter was saying is

[tex]a_n = \frac{1}{2^n}[/tex]

can be rewritten. Since

[tex]a_{n-1} = \frac{1}{2^{n-1}}[/tex]

[tex]a_n = \frac{1}{2^n} = \frac{1}{2 \bullet 2^{n-1}}=\frac{1}{2} a_{n-1}[/tex]

That is the recursion formula, and it goes on forever. There is no limit on the value of n.
 
Thank you OlderDan

Thanks OlderDan...that looks like the same way some of my classmates were working on the problem. I really appreciate your help!

Thanks Skrying!
 

Similar threads

Replies
10
Views
2K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 15 ·
Replies
15
Views
2K
  • · Replies 11 ·
Replies
11
Views
3K
Replies
6
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
3
Views
1K
  • · Replies 3 ·
Replies
3
Views
1K
Replies
25
Views
4K
  • · Replies 2 ·
Replies
2
Views
2K