Search for a tool
Function Equation Finder

Tool to find the equation of a function from its points, its coordinates x, y=f(x) according to some interpolation methods and equation finder algorithms

Results

Function Equation Finder -

Tag(s) : Functions

Share
Share
dCode and more

dCode is free and its tools are a valuable help in games, maths, geocaching, puzzles and problems to solve every day!
A suggestion ? a feedback ? a bug ? an idea ? Write to dCode!


Please, check our dCode Discord community for help requests!
NB: for encrypted messages, test our automatic cipher identifier!


Feedback and suggestions are welcome so that dCode offers the best 'Function Equation Finder' tool for free! Thank you!

Function Equation Finder

Function Equation Search


Loading...
(if this message do not disappear, try to refresh this page)











Answers to Questions (FAQ)

How to find the equation of a curve?

To find the equation from a graph:

Method 1 (fitting): analyze the curve (by looking at it) in order to determine what type of function it is (rather linear, exponential, logarithmic, periodic etc.) and indicate some values in the table and dCode will find the function which comes closest to these points.

Method 2 (interpolation): from a finite number of points, there are formulas allowing to create a polynomial which passes exactly through these points (see Lagrange interpolation), indicate the values of certain points and dCode will calculate the passing polynomial by these points.

How to find an equation from a set of points?

To derive the equation of a function from a table of values (or a curve), there are several mathematical methods.

Method 1: detect remarkable solutions, like remarkable identities, it is sometimes easy to find the equation by analyzing the values (by comparing two successive values or by identifying certain precise values).

Example: a function has for points (couples $ (x,y) $) the coordinates: $ (1,2) (2,4), (3,6), (4,8) $, the ordinates increase by 2 while the abscissas increase by 1, the solution is trivial: $ f (x) = 2x $

Method 2: use a interpolation function, more complicated, this method requires the use of mathematical algorithms that can find polynomials passing through any points. The most well known interpolations are Lagrangian interpolation, Newtonian interpolation and Neville interpolation.

NB: for a given set of points there is an infinity of solutions because there are infinite functions passing through certain points. dCode tries to propose the most simplified solutions possible, based on affine function or polynomial of low degree (degree 2 or 3).

How to find the equation of a line?

To find the equation of a straight line, see the page: linear equation.

Source code

dCode retains ownership of the "Function Equation Finder" source code. Except explicit open source licence (indicated Creative Commons / free), the "Function Equation Finder" algorithm, the applet or snippet (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, breaker, translator), or the "Function Equation Finder" functions (calculate, convert, solve, decrypt / encrypt, decipher / cipher, decode / encode, translate) written in any informatic language (Python, Java, PHP, C#, Javascript, Matlab, etc.) and all data download, script, or API access for "Function Equation Finder" are not public, same for offline use on PC, mobile, tablet, iPhone or Android app!
Reminder : dCode is free to use.

Cite dCode

The copy-paste of the page "Function Equation Finder" or any of its results, is allowed (even for commercial purposes) as long as you credit dCode!
Exporting results as a .csv or .txt file is free by clicking on the export icon
Cite as source (bibliography):
Function Equation Finder on dCode.fr [online website], retrieved on 2024-06-27, https://www.dcode.fr/function-equation-finder

Need Help ?

Please, check our dCode Discord community for help requests!
NB: for encrypted messages, test our automatic cipher identifier!

Questions / Comments

Feedback and suggestions are welcome so that dCode offers the best 'Function Equation Finder' tool for free! Thank you!


https://www.dcode.fr/function-equation-finder
© 2024 dCode — El 'kit de herramientas' definitivo para resolver todos los juegos/acertijos/geocaching/CTF.
 
Feedback