Solve Strange Function: Find the Equation

  • Context: High School 
  • Thread starter Thread starter mubashirmansoor
  • Start date Start date
  • Tags Tags
    Function Strange
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 5K views
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:

[tex]\left(x, \lfloor \frac{1}{2}\left( x-1 \right) \rfloor \right)[/tex]

That is the function might look like this:

[tex]f: [3,\infty) \rightarrow \Re; x \mapsto \lfloor \frac{1}{2}\left(x-1\right) \rfloor[/tex]
 
Last edited:
Thanks from everybody who posted.
The problem is solved & you were all a great help
Once again Thankyou...