Solve Strange Function: Find the Equation

  • Thread starter Thread starter mubashirmansoor
  • Start date Start date
  • Tags Tags
    Function Strange
AI Thread Summary
The discussion revolves around finding the equation for a function defined by specific coordinates: (3,1), (4,1), (5,2), (6,2), (7,3), (8,3), (9,4), and (10,4). Participants suggest various approaches, including using a combination of a diagonal function and an oscillating function, as well as the Lagrange Interpolating Polynomial. A proposed solution is the function f(x) = floor((1/2)(x-1)), which fits the given points. The original poster expresses gratitude for the assistance received, indicating that the problem has been resolved. The discussion highlights collaborative problem-solving in mathematics.
mubashirmansoor
Messages
258
Reaction score
0
A strange function...

Last night I was faced with a strange function & I couldn't figure out the equation of the function hence I thought I can get some help from the math experts over here...

The function passes through these cordinates:

(3,1) (4,1) (5,2) (6,2) (7,3) (8,3) (9,4) (10,4) .....
it's logicallt very simple to predict it's next terms but I still couldn't find the equation...

I'd be really really glad if someone would help me figure this out...
Tahnks.
 
Mathematics news on Phys.org
mubashirmansoor said:
Last night I was faced with a strange function & I couldn't figure out the equation of the function hence I thought I can get some help from the math experts over here...

The function passes through these cordinates:

(3,1) (4,1) (5,2) (6,2) (7,3) (8,3) (9,4) (10,4) .....
it's logicallt very simple to predict it's next terms but I still couldn't find the equation...

I'd be really really glad if someone would help me figure this out...
Tahnks.


add two functions. a diagonal ascending one like y = x/2, and an oscilating one like sin. fiddle with coefficients to get it right
 
You may want to investigate this: http://mathworld.wolfram.com/LagrangeInterpolatingPolynomial.html" .
 
Last edited by a moderator:
radou said:
You may want to investigate this: http://mathworld.wolfram.com/LagrangeInterpolatingPolynomial.html" .
trouble with that is it covers a finite number of points. the sequence in the post is infinite



i reckon (2x - 3 - Cos[Pi x])/4 will do it. Cos taking radian arguments. silly errors aside
 
Last edited by a moderator:
Try using the floor function:

\left(x, \lfloor \frac{1}{2}\left( x-1 \right) \rfloor \right)

That is the function might look like this:

f: [3,\infty) \rightarrow \Re; x \mapsto \lfloor \frac{1}{2}\left(x-1\right) \rfloor
 
Last edited:
Thanks from everybody who posted.
The problem is solved & you were all a great help
Once again Thankyou...
 
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Thread 'Imaginary Pythagorus'
I posted this in the Lame Math thread, but it's got me thinking. Is there any validity to this? Or is it really just a mathematical trick? Naively, I see that i2 + plus 12 does equal zero2. But does this have a meaning? I know one can treat the imaginary number line as just another axis like the reals, but does that mean this does represent a triangle in the complex plane with a hypotenuse of length zero? Ibix offered a rendering of the diagram using what I assume is matrix* notation...
Back
Top