Discussion Overview
The discussion revolves around the possibility of solving the equation cos(a + 90 - b) = k.a for a given b and k. Participants explore methods for finding solutions, including numerical approaches and the challenges associated with them.
Discussion Character
- Exploratory
- Technical explanation
- Mathematical reasoning
- Debate/contested
Main Points Raised
- Some participants express doubt about the analytical solvability of the equation, suggesting numerical methods as a viable alternative.
- One participant proposes defining a function and iterating to find a solution, indicating that convergence may be necessary to determine a solution.
- Another participant discusses using the angle sum identity of cosine to manipulate the equation, although the implications of this manipulation remain unclear.
- Some participants argue that it may not be possible to find a finite answer due to the presence of three unknowns in a single equation.
- A later reply clarifies that the term "finite" is misused, suggesting that the solutions may not be expressible in terms of elementary functions.
- One participant shares their experience with numerical methods, specifically induction, to approximate solutions, noting the inefficiency of their approach.
- Another participant suggests using Newton's method as a faster alternative for finding solutions, providing a formula for its application.
- Concerns are raised about the potential divergence of Newton's method based on initial guesses, with suggestions for implementing safeguards in programming.
- Participants discuss the importance of identifying bounds for the root to ensure convergence when applying numerical methods.
Areas of Agreement / Disagreement
Participants generally agree that numerical methods are necessary for solving the equation, but there is no consensus on the effectiveness or appropriateness of specific methods discussed. Some express skepticism about the possibility of finding a solution expressible in elementary terms, while others suggest that numerical approaches can yield results.
Contextual Notes
Limitations include the dependence on numerical methods for solutions, potential issues with convergence, and the ambiguity surrounding the expressibility of solutions in elementary functions.
Who May Find This Useful
This discussion may be useful for individuals interested in numerical methods for solving equations, particularly in contexts where analytical solutions are challenging or impossible to obtain.