Given four points how can I find an equation for any pattern? [on hold]Explanation of Lagrange Interpolating PolynomialHow to find what a given series/sequence converges toA complex sequence that has $n$ limit points, for any natural number $n$;How do you find such points?how can I find roots of $x^2+px+q=0$ using iterative methods?How to find the fixed points of $sin(1/x)$?Any function that equals $0$ a.e. implies Lebesgue integral also equals $0$How can we find the largest $B$ that the implications of the implicit function theorem hold?How to find radius of convergence of given rational function?How to find lower Riemann integral in given function?How can I prove that for any n≥1, n points can be found in $mathcalC[0,1]$ such that in the d metric, the distance between any two points equals 1?
How likely are Coriolis-effect-based quirks to develop in starship crew members?
How to avoid making self and former employee look bad when reporting on fixing former employee's work?
Why is it wrong to *implement* myself a known, published, widely believed to be secure crypto algorithm?
Why do unstable nuclei form?
What's the "magic similar to the Knock spell" referenced in the Dungeon of the Mad Mage adventure?
Double underlining a result in a system of equations with calculation steps on the right side
A Latin text with dependency tree
Is there any evidence to support the claim that the United States was "suckered into WW1" by Zionists, made by Benjamin Freedman in his 1961 speech
Is every story set in the future "science fiction"?
Can I bring back Planetary Romance as a genre?
How can I make parentheses stick to formula?
What's the difference between "ricochet" and "bounce"?
Does a surprised creature obey the 1st level spell Command?
Can I use a 11-23 11-speed shimano cassette with the RD-R8000 11-speed Ultegra Shadow Rear Derailleur (short cage)?
Is there a need for better software for writers?
How is Arya still alive?
Integral with DiracDelta. Can Mathematica be made to solve this?
how to find out if there's files in a folder and exit accordingly (in KSH)
Rusty Chain and back cassette – Replace or Repair?
Publishing an article in a journal without a related degree
Ugin's Conjurant vs. un-preventable damage
Thawing Glaciers return to hand interaction
What's an appropriate age to involve kids in life changing decisions?
How to find the transfer orbit from a initial circular orbit to a final elliptical orbit
Given four points how can I find an equation for any pattern? [on hold]
Explanation of Lagrange Interpolating PolynomialHow to find what a given series/sequence converges toA complex sequence that has $n$ limit points, for any natural number $n$;How do you find such points?how can I find roots of $x^2+px+q=0$ using iterative methods?How to find the fixed points of $sin(1/x)$?Any function that equals $0$ a.e. implies Lebesgue integral also equals $0$How can we find the largest $B$ that the implications of the implicit function theorem hold?How to find radius of convergence of given rational function?How to find lower Riemann integral in given function?How can I prove that for any n≥1, n points can be found in $mathcalC[0,1]$ such that in the d metric, the distance between any two points equals 1?
$begingroup$
If for example I know that there's a function f(x) that equals 1 at x=8, 8 at x=32, 36 at x=64, 98 at x=128.
How can I find the expression for this pattern or any other pattern?
real-analysis
New contributor
$endgroup$
put on hold as off-topic by user21820, YuiTo Cheng, Cesareo, RRL, max_zorn 2 days ago
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This question is missing context or other details: Please provide additional context, which ideally explains why the question is relevant to you and our community. Some forms of context include: background and motivation, relevant definitions, source, possible strategies, your current progress, why the question is interesting or important, etc." – user21820, YuiTo Cheng, Cesareo, RRL, max_zorn
add a comment |
$begingroup$
If for example I know that there's a function f(x) that equals 1 at x=8, 8 at x=32, 36 at x=64, 98 at x=128.
How can I find the expression for this pattern or any other pattern?
real-analysis
New contributor
$endgroup$
put on hold as off-topic by user21820, YuiTo Cheng, Cesareo, RRL, max_zorn 2 days ago
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This question is missing context or other details: Please provide additional context, which ideally explains why the question is relevant to you and our community. Some forms of context include: background and motivation, relevant definitions, source, possible strategies, your current progress, why the question is interesting or important, etc." – user21820, YuiTo Cheng, Cesareo, RRL, max_zorn
3
$begingroup$
You're not guaranteed one unique pattern/function. You can use polynomial interpolation to get a formula $f$ where $deg(f) = n-1$ if you have have $n$ pairs $(x,f(x))$. Said $f$ will even be unique. But higher degree polynomials could also fit it, infinitely many in fact. And this is all just polynomial functions mind you.
$endgroup$
– Eevee Trainer
May 6 at 2:36
add a comment |
$begingroup$
If for example I know that there's a function f(x) that equals 1 at x=8, 8 at x=32, 36 at x=64, 98 at x=128.
How can I find the expression for this pattern or any other pattern?
real-analysis
New contributor
$endgroup$
If for example I know that there's a function f(x) that equals 1 at x=8, 8 at x=32, 36 at x=64, 98 at x=128.
How can I find the expression for this pattern or any other pattern?
real-analysis
real-analysis
New contributor
New contributor
New contributor
asked May 6 at 2:33
Mohammad AlSaqqaMohammad AlSaqqa
101
101
New contributor
New contributor
put on hold as off-topic by user21820, YuiTo Cheng, Cesareo, RRL, max_zorn 2 days ago
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This question is missing context or other details: Please provide additional context, which ideally explains why the question is relevant to you and our community. Some forms of context include: background and motivation, relevant definitions, source, possible strategies, your current progress, why the question is interesting or important, etc." – user21820, YuiTo Cheng, Cesareo, RRL, max_zorn
put on hold as off-topic by user21820, YuiTo Cheng, Cesareo, RRL, max_zorn 2 days ago
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This question is missing context or other details: Please provide additional context, which ideally explains why the question is relevant to you and our community. Some forms of context include: background and motivation, relevant definitions, source, possible strategies, your current progress, why the question is interesting or important, etc." – user21820, YuiTo Cheng, Cesareo, RRL, max_zorn
3
$begingroup$
You're not guaranteed one unique pattern/function. You can use polynomial interpolation to get a formula $f$ where $deg(f) = n-1$ if you have have $n$ pairs $(x,f(x))$. Said $f$ will even be unique. But higher degree polynomials could also fit it, infinitely many in fact. And this is all just polynomial functions mind you.
$endgroup$
– Eevee Trainer
May 6 at 2:36
add a comment |
3
$begingroup$
You're not guaranteed one unique pattern/function. You can use polynomial interpolation to get a formula $f$ where $deg(f) = n-1$ if you have have $n$ pairs $(x,f(x))$. Said $f$ will even be unique. But higher degree polynomials could also fit it, infinitely many in fact. And this is all just polynomial functions mind you.
$endgroup$
– Eevee Trainer
May 6 at 2:36
3
3
$begingroup$
You're not guaranteed one unique pattern/function. You can use polynomial interpolation to get a formula $f$ where $deg(f) = n-1$ if you have have $n$ pairs $(x,f(x))$. Said $f$ will even be unique. But higher degree polynomials could also fit it, infinitely many in fact. And this is all just polynomial functions mind you.
$endgroup$
– Eevee Trainer
May 6 at 2:36
$begingroup$
You're not guaranteed one unique pattern/function. You can use polynomial interpolation to get a formula $f$ where $deg(f) = n-1$ if you have have $n$ pairs $(x,f(x))$. Said $f$ will even be unique. But higher degree polynomials could also fit it, infinitely many in fact. And this is all just polynomial functions mind you.
$endgroup$
– Eevee Trainer
May 6 at 2:36
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
The process is called "interpolation". There are an indefinite number of ways to do this for a given set of points.
One way is Lagrange Interpolation which I discuss in the answer linked below :
Explanation of Lagrange Interpolating Polynomial
I have plotted the Lagrange Polynomial for your curve on Desmos. You can see that it matches the pattern you gave. You can interact with the plot by clicking on the link below.
https://www.desmos.com/calculator/enavzwsl09
$endgroup$
1
$begingroup$
Thanks a bunch! this is very helpful
$endgroup$
– Mohammad AlSaqqa
May 6 at 2:50
$begingroup$
I'm glad it was helpful :). I noticed that you were having issues implementing the Lagrange Interpolating polynomial provided by J. W. Tanner, so I implemented it my self in Desmos. Hopefully that can clear things up for you.
$endgroup$
– Spencer
May 6 at 4:11
add a comment |
$begingroup$
Here's one (not simplified):
$f(x)=dfrac(x-32)(x-64)(x-128)(8-32)(8-64)(8-128)1+dfrac(x-8)(x-64)(x-128)(32-8)(32-64)(32-128)8$
$;+dfrac(x-8)(x-32)(x-128)(64-8)(64-32)(64-128)36+dfrac(x-8)(x-32)(x-64)(128-8)(128-32)(128-64)98$
$endgroup$
$begingroup$
this equation gave back 68687616x^3-6932668416x^2+186621886464x-1080117166080 which did not fit the curve
$endgroup$
– Mohammad AlSaqqa
May 6 at 3:40
$begingroup$
I had a typo. ($28$ instead of $128$), which I just corrected
$endgroup$
– J. W. Tanner
May 6 at 3:48
$begingroup$
It still does not fit the curve, is my pattern maybe can't be represented as a polynomial?
$endgroup$
– Mohammad AlSaqqa
May 6 at 3:54
$begingroup$
There are many polynomials that fit the four points you gave; I showed how to get one of them
$endgroup$
– J. W. Tanner
2 days ago
$begingroup$
I see that the function I gave is now plotted in the other answer
$endgroup$
– J. W. Tanner
2 days ago
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
The process is called "interpolation". There are an indefinite number of ways to do this for a given set of points.
One way is Lagrange Interpolation which I discuss in the answer linked below :
Explanation of Lagrange Interpolating Polynomial
I have plotted the Lagrange Polynomial for your curve on Desmos. You can see that it matches the pattern you gave. You can interact with the plot by clicking on the link below.
https://www.desmos.com/calculator/enavzwsl09
$endgroup$
1
$begingroup$
Thanks a bunch! this is very helpful
$endgroup$
– Mohammad AlSaqqa
May 6 at 2:50
$begingroup$
I'm glad it was helpful :). I noticed that you were having issues implementing the Lagrange Interpolating polynomial provided by J. W. Tanner, so I implemented it my self in Desmos. Hopefully that can clear things up for you.
$endgroup$
– Spencer
May 6 at 4:11
add a comment |
$begingroup$
The process is called "interpolation". There are an indefinite number of ways to do this for a given set of points.
One way is Lagrange Interpolation which I discuss in the answer linked below :
Explanation of Lagrange Interpolating Polynomial
I have plotted the Lagrange Polynomial for your curve on Desmos. You can see that it matches the pattern you gave. You can interact with the plot by clicking on the link below.
https://www.desmos.com/calculator/enavzwsl09
$endgroup$
1
$begingroup$
Thanks a bunch! this is very helpful
$endgroup$
– Mohammad AlSaqqa
May 6 at 2:50
$begingroup$
I'm glad it was helpful :). I noticed that you were having issues implementing the Lagrange Interpolating polynomial provided by J. W. Tanner, so I implemented it my self in Desmos. Hopefully that can clear things up for you.
$endgroup$
– Spencer
May 6 at 4:11
add a comment |
$begingroup$
The process is called "interpolation". There are an indefinite number of ways to do this for a given set of points.
One way is Lagrange Interpolation which I discuss in the answer linked below :
Explanation of Lagrange Interpolating Polynomial
I have plotted the Lagrange Polynomial for your curve on Desmos. You can see that it matches the pattern you gave. You can interact with the plot by clicking on the link below.
https://www.desmos.com/calculator/enavzwsl09
$endgroup$
The process is called "interpolation". There are an indefinite number of ways to do this for a given set of points.
One way is Lagrange Interpolation which I discuss in the answer linked below :
Explanation of Lagrange Interpolating Polynomial
I have plotted the Lagrange Polynomial for your curve on Desmos. You can see that it matches the pattern you gave. You can interact with the plot by clicking on the link below.
https://www.desmos.com/calculator/enavzwsl09
edited May 6 at 4:10
answered May 6 at 2:35
SpencerSpencer
9,27222357
9,27222357
1
$begingroup$
Thanks a bunch! this is very helpful
$endgroup$
– Mohammad AlSaqqa
May 6 at 2:50
$begingroup$
I'm glad it was helpful :). I noticed that you were having issues implementing the Lagrange Interpolating polynomial provided by J. W. Tanner, so I implemented it my self in Desmos. Hopefully that can clear things up for you.
$endgroup$
– Spencer
May 6 at 4:11
add a comment |
1
$begingroup$
Thanks a bunch! this is very helpful
$endgroup$
– Mohammad AlSaqqa
May 6 at 2:50
$begingroup$
I'm glad it was helpful :). I noticed that you were having issues implementing the Lagrange Interpolating polynomial provided by J. W. Tanner, so I implemented it my self in Desmos. Hopefully that can clear things up for you.
$endgroup$
– Spencer
May 6 at 4:11
1
1
$begingroup$
Thanks a bunch! this is very helpful
$endgroup$
– Mohammad AlSaqqa
May 6 at 2:50
$begingroup$
Thanks a bunch! this is very helpful
$endgroup$
– Mohammad AlSaqqa
May 6 at 2:50
$begingroup$
I'm glad it was helpful :). I noticed that you were having issues implementing the Lagrange Interpolating polynomial provided by J. W. Tanner, so I implemented it my self in Desmos. Hopefully that can clear things up for you.
$endgroup$
– Spencer
May 6 at 4:11
$begingroup$
I'm glad it was helpful :). I noticed that you were having issues implementing the Lagrange Interpolating polynomial provided by J. W. Tanner, so I implemented it my self in Desmos. Hopefully that can clear things up for you.
$endgroup$
– Spencer
May 6 at 4:11
add a comment |
$begingroup$
Here's one (not simplified):
$f(x)=dfrac(x-32)(x-64)(x-128)(8-32)(8-64)(8-128)1+dfrac(x-8)(x-64)(x-128)(32-8)(32-64)(32-128)8$
$;+dfrac(x-8)(x-32)(x-128)(64-8)(64-32)(64-128)36+dfrac(x-8)(x-32)(x-64)(128-8)(128-32)(128-64)98$
$endgroup$
$begingroup$
this equation gave back 68687616x^3-6932668416x^2+186621886464x-1080117166080 which did not fit the curve
$endgroup$
– Mohammad AlSaqqa
May 6 at 3:40
$begingroup$
I had a typo. ($28$ instead of $128$), which I just corrected
$endgroup$
– J. W. Tanner
May 6 at 3:48
$begingroup$
It still does not fit the curve, is my pattern maybe can't be represented as a polynomial?
$endgroup$
– Mohammad AlSaqqa
May 6 at 3:54
$begingroup$
There are many polynomials that fit the four points you gave; I showed how to get one of them
$endgroup$
– J. W. Tanner
2 days ago
$begingroup$
I see that the function I gave is now plotted in the other answer
$endgroup$
– J. W. Tanner
2 days ago
add a comment |
$begingroup$
Here's one (not simplified):
$f(x)=dfrac(x-32)(x-64)(x-128)(8-32)(8-64)(8-128)1+dfrac(x-8)(x-64)(x-128)(32-8)(32-64)(32-128)8$
$;+dfrac(x-8)(x-32)(x-128)(64-8)(64-32)(64-128)36+dfrac(x-8)(x-32)(x-64)(128-8)(128-32)(128-64)98$
$endgroup$
$begingroup$
this equation gave back 68687616x^3-6932668416x^2+186621886464x-1080117166080 which did not fit the curve
$endgroup$
– Mohammad AlSaqqa
May 6 at 3:40
$begingroup$
I had a typo. ($28$ instead of $128$), which I just corrected
$endgroup$
– J. W. Tanner
May 6 at 3:48
$begingroup$
It still does not fit the curve, is my pattern maybe can't be represented as a polynomial?
$endgroup$
– Mohammad AlSaqqa
May 6 at 3:54
$begingroup$
There are many polynomials that fit the four points you gave; I showed how to get one of them
$endgroup$
– J. W. Tanner
2 days ago
$begingroup$
I see that the function I gave is now plotted in the other answer
$endgroup$
– J. W. Tanner
2 days ago
add a comment |
$begingroup$
Here's one (not simplified):
$f(x)=dfrac(x-32)(x-64)(x-128)(8-32)(8-64)(8-128)1+dfrac(x-8)(x-64)(x-128)(32-8)(32-64)(32-128)8$
$;+dfrac(x-8)(x-32)(x-128)(64-8)(64-32)(64-128)36+dfrac(x-8)(x-32)(x-64)(128-8)(128-32)(128-64)98$
$endgroup$
Here's one (not simplified):
$f(x)=dfrac(x-32)(x-64)(x-128)(8-32)(8-64)(8-128)1+dfrac(x-8)(x-64)(x-128)(32-8)(32-64)(32-128)8$
$;+dfrac(x-8)(x-32)(x-128)(64-8)(64-32)(64-128)36+dfrac(x-8)(x-32)(x-64)(128-8)(128-32)(128-64)98$
edited May 6 at 3:47
answered May 6 at 2:37
J. W. TannerJ. W. Tanner
6,4641521
6,4641521
$begingroup$
this equation gave back 68687616x^3-6932668416x^2+186621886464x-1080117166080 which did not fit the curve
$endgroup$
– Mohammad AlSaqqa
May 6 at 3:40
$begingroup$
I had a typo. ($28$ instead of $128$), which I just corrected
$endgroup$
– J. W. Tanner
May 6 at 3:48
$begingroup$
It still does not fit the curve, is my pattern maybe can't be represented as a polynomial?
$endgroup$
– Mohammad AlSaqqa
May 6 at 3:54
$begingroup$
There are many polynomials that fit the four points you gave; I showed how to get one of them
$endgroup$
– J. W. Tanner
2 days ago
$begingroup$
I see that the function I gave is now plotted in the other answer
$endgroup$
– J. W. Tanner
2 days ago
add a comment |
$begingroup$
this equation gave back 68687616x^3-6932668416x^2+186621886464x-1080117166080 which did not fit the curve
$endgroup$
– Mohammad AlSaqqa
May 6 at 3:40
$begingroup$
I had a typo. ($28$ instead of $128$), which I just corrected
$endgroup$
– J. W. Tanner
May 6 at 3:48
$begingroup$
It still does not fit the curve, is my pattern maybe can't be represented as a polynomial?
$endgroup$
– Mohammad AlSaqqa
May 6 at 3:54
$begingroup$
There are many polynomials that fit the four points you gave; I showed how to get one of them
$endgroup$
– J. W. Tanner
2 days ago
$begingroup$
I see that the function I gave is now plotted in the other answer
$endgroup$
– J. W. Tanner
2 days ago
$begingroup$
this equation gave back 68687616x^3-6932668416x^2+186621886464x-1080117166080 which did not fit the curve
$endgroup$
– Mohammad AlSaqqa
May 6 at 3:40
$begingroup$
this equation gave back 68687616x^3-6932668416x^2+186621886464x-1080117166080 which did not fit the curve
$endgroup$
– Mohammad AlSaqqa
May 6 at 3:40
$begingroup$
I had a typo. ($28$ instead of $128$), which I just corrected
$endgroup$
– J. W. Tanner
May 6 at 3:48
$begingroup$
I had a typo. ($28$ instead of $128$), which I just corrected
$endgroup$
– J. W. Tanner
May 6 at 3:48
$begingroup$
It still does not fit the curve, is my pattern maybe can't be represented as a polynomial?
$endgroup$
– Mohammad AlSaqqa
May 6 at 3:54
$begingroup$
It still does not fit the curve, is my pattern maybe can't be represented as a polynomial?
$endgroup$
– Mohammad AlSaqqa
May 6 at 3:54
$begingroup$
There are many polynomials that fit the four points you gave; I showed how to get one of them
$endgroup$
– J. W. Tanner
2 days ago
$begingroup$
There are many polynomials that fit the four points you gave; I showed how to get one of them
$endgroup$
– J. W. Tanner
2 days ago
$begingroup$
I see that the function I gave is now plotted in the other answer
$endgroup$
– J. W. Tanner
2 days ago
$begingroup$
I see that the function I gave is now plotted in the other answer
$endgroup$
– J. W. Tanner
2 days ago
add a comment |
3
$begingroup$
You're not guaranteed one unique pattern/function. You can use polynomial interpolation to get a formula $f$ where $deg(f) = n-1$ if you have have $n$ pairs $(x,f(x))$. Said $f$ will even be unique. But higher degree polynomials could also fit it, infinitely many in fact. And this is all just polynomial functions mind you.
$endgroup$
– Eevee Trainer
May 6 at 2:36