What is the significance of the diagonal line in Cobweb Diagrams?

  • Context: Undergrad 
  • Thread starter Thread starter mr.tea
  • Start date Start date
  • Tags Tags
    Diagrams
Click For Summary

Discussion Overview

The discussion centers around the significance of the diagonal line in Cobweb Diagrams, particularly in the context of recursive sequences. Participants explore the meaning of the diagram, the choice of the reference line y=x, and its implications for understanding fixed points in mathematical functions.

Discussion Character

  • Exploratory
  • Technical explanation
  • Conceptual clarification
  • Mathematical reasoning

Main Points Raised

  • Thomas questions the choice of the diagonal line y=x in Cobweb Diagrams and its significance, suggesting that other lines could also be used.
  • Some participants propose that the line y=x serves as a reference for identifying fixed points, where f(a) = a.
  • RUber explains that the recursion formula x_{n+1} = \frac{1}{2 - x_n} leads to a fixed point, and the equation x^2 - 2x + 1 = 0 is derived from this relationship.
  • HallsofIvy discusses the assumption of a limit for the sequence and how it can be proven that the sequence converges to the fixed point.
  • Thomas expresses interest in the importance of fixed points and their contribution to the study of functions, indicating a desire for deeper understanding.
  • Another participant emphasizes that a fixed point implies that future iterations will stabilize at that point, reinforcing the relevance of y=x in the context of the Cobweb Diagram.

Areas of Agreement / Disagreement

Participants generally agree on the relevance of fixed points in the context of Cobweb Diagrams, but there is no consensus on the broader implications or the necessity of the specific choice of the diagonal line y=x over other potential lines.

Contextual Notes

Participants discuss the concept of fixed points and convergence without resolving the implications of different reference lines or the completeness of their arguments regarding the significance of the Cobweb Diagram.

mr.tea
Messages
101
Reaction score
12
Hi,

I saw at the lecture something that called Cobweb diagram/plot and it was given without too much explanation. We were working on recursive sequences(Math major, first semester). The sequence was [tex]\frac{1}{2-\frac{1}{2-...}}[/tex]

I tried to find an explanation to this diagram; why did we choose the diagonal line y=x, and why does it even say something(we could also choose y=2x or y=-3.5x, didn't we?)? I would like to know more why does this diagram even have some meaning.

Thanks,
Thomas
 
Mathematics news on Phys.org
For recursive functions, I have seen something similar.
Essentially, you have a recursion formula like ##x_{n+1} = \frac{1}{(2 - x_n)}## with x_0 = 1/2.

You can see a detailed video and a plotting tool here: http://mathinsight.org/cobwebbing_graphical_solution
 
This method reminds me of fixed points. That is, the search for a value a, such that f(a) = a. This is why the reference line in the spider web in y=x, because for each iteration, you are not only using the line y=x as a reference line to help you bring f(x_n) back to your x-axis to use it as x_{n+1}, but you will also notice for most limited systems, the plots will converge to the fixed point.
In this case, if you solve for the fixed point where x = 1/(2-x), you will get x^2 -2x +1 = 0, or x = 1.
 
  • Like
Likes   Reactions: mr.tea
Yes, the concept of "fixed point" is what you need. If you have the recursion [itex]x_{n+1}= \frac{1}{2- x_n}[/itex], [itex]x_0= 1/2[/itex] we can, temporarily, assume that this sequence has a limit. If that is true then taking the limit, x, on both sides, [itex]x= \frac{1}{2- x}[/itex] so that [itex]x(2- x)= 2x- x^2= 1[/itex] or [itex]x^2- 2x+ 1= 0[/itex], the equation RUber gives. Once you know the putative limit, you can use that information to prove that the sequence does in fact converge.

Here, for example, it is not difficult to prove, by induction, that the sequence is increasing and bounded above by 1 so converges.
 
  • Like
Likes   Reactions: mr.tea
Thank you both HallsofIvy and RUber.

As you said HallsofIvy, the concept of "fixed point" is probably what I need. I can find the limit without the diagram(with the theorem of increasing sequence and bounded above + induction), but this is a nice another point of view on the problem and I would like to know more about it.

What is the importance of "fixed point"? what its contribution for the study of functions?

RUber, I have already seen this very video, but he does not explain why he does that, just how to draw the diagram(I already know to draw the diagram and finding the limit).

Thank you again!
Thomas
 
A fixed point is one where f(x)=x. So in an inductive process, you would have x_{n+1} = x_n, and that would then hold true for all future iterations. It is exactly this reason which makes using y=x as the reference line for the spiderweb plot make sense.
There are other proofs for transformations on spaces that talk about how only this in more general terms, but for most functional forms, as long as you choose an appropriate initial value you will approach a fixed point if one exists through iteration.
 
  • Like
Likes   Reactions: mr.tea

Similar threads

  • · Replies 15 ·
Replies
15
Views
3K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 2 ·
Replies
2
Views
6K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 20 ·
Replies
20
Views
3K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 13 ·
Replies
13
Views
4K
  • · Replies 55 ·
2
Replies
55
Views
7K