Intersection of an equation and discrete points.

Click For Summary
SUMMARY

The discussion focuses on calculating the intersection of discrete data points and an equation. Two primary methods are highlighted: using a root-finding technique to solve the equation of the discrete points and substituting x values from the discrete points into the equation to compare y values. The root-finding method, particularly utilizing the FindRoot command in Mathematica, is emphasized as a practical solution. Users also mention MATLAB as an alternative for implementing similar techniques.

PREREQUISITES
  • Understanding of root-finding techniques in numerical analysis
  • Familiarity with Mathematica and its FindRoot function
  • Basic knowledge of discrete mathematics and data points
  • Experience with MATLAB for numerical computations
NEXT STEPS
  • Research the implementation of root-finding algorithms in Python using libraries like SciPy
  • Explore advanced features of Mathematica's FindRoot command
  • Learn about interpolation methods for estimating values between discrete points
  • Investigate the use of MATLAB's fzero function for finding roots of equations
USEFUL FOR

Mathematicians, data analysts, and engineers who need to analyze the intersection of equations with discrete datasets will benefit from this discussion.

maistral
Messages
235
Reaction score
17
How do you calculate the intersection of discrete data points and an equation?

Actually I have two ways already, one is to just take the equation of the discrete points then solve it using a root-finding technique. The other would be substituting the x values of the discretized points to the equation, then comparing the y values of the discretized points and the calculated y values from the equation; they should be close (if not totally similar). While this method seems to work, it isn't... exactly possible in my situation.

Is there any other way to do this?

1zbe3xv.png
 
Last edited:
Mathematics news on Phys.org
  • Like
Likes   Reactions: 1 person

Similar threads

  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 10 ·
Replies
10
Views
3K