Homework Help Overview
The discussion revolves around a recursive function defined by J(n-1) + J(n+1) = 2nJ(n). The original poster seeks to demonstrate that this function diverges in the forward direction while converging in the backward direction.
Discussion Character
- Exploratory, Assumption checking, Problem interpretation
Approaches and Questions Raised
- Participants discuss rewriting the function for both forward and backward propagation. There is a suggestion to analyze the form of the solution, particularly considering the typical approach involving C.λ^n. Some participants question the correctness of the function's initial formulation.
Discussion Status
The discussion is ongoing, with participants exploring different interpretations of the function and its behavior in both directions. Some have offered to share their work for further clarification, indicating a collaborative effort to understand the problem better.
Contextual Notes
There is a mention of needing to show work as part of the homework requirements, which may influence how participants approach the problem. Additionally, the original poster expresses difficulty in finding a method to prove the divergence and convergence claims.