How can a periodic function with period 1/2 be evaluated at specific values?

  • Thread starter Thread starter dr3vil704
  • Start date Start date
  • Tags Tags
    Function Periodic
dr3vil704
Messages
9
Reaction score
0

Homework Statement


Suppose that f(x) is a periodic function with period 1/2 and that f(2)=5, f(9/4)=2, and f(11/8)=3. Evaluate f(1/4), f(-3), f(1,000) and F(x) - f(x+3)

(I'm not sure on this one, the teacher never really taught us this, we are on Derivative right now, but this is just one of his AP challenge problem)

Homework Equations



But Ok, I don't know much about period, the only thing I know about it is the trig function, which is a periodic function too, i think. But I read some where it stated that period function is
F(x + P)= f(x)

The Attempt at a Solution



so I try to set it up as
f(x)=f(x+1/2), since we know P is 1/2. so I try to find the X of the F(x + P), So that it make sense that f(2)=f(2+ 1/2) and also the f(2)=f(2-1/2). So
I begin to start subtracting 2 by .5 to get f(-3), which mean f(-3)=5, because f(-3)=f(2) because of the continuous of the period. I kind of ran into problem with the others.

so I'm stuck right here
I know that f(x+1/2) is the equation. but I have no clue as how make it a general equation to find f(1/4), f(100) and the others. I might be able to guess and check, but I really want to find out the general equation for this. Could some one help me?
 
Last edited:
Physics news on Phys.org
If a function is periodic, then f(x)=f(x+p), as you said. Also notice that, f(x)=f(x+np) where n is an integer. Watch it like this. If you have an angle on the unit circle, for every 2*pi rotation, you arrive at the same point. Hence, it doesn't matter how many times you rotate, until it is an integral multiple of 2*pi.

Similarly,

Consider f(1/4+n1/2). We know that n has to be an integer. We have to choose such an integer.

f(1/4+n1/2)=f(1/4) {which is what you have to find}

But if you can find a suitable integer which gives you a value of x whose f(x) is know to you, then you can equate them.

1/4+2n/4=(2n+1)/4 {for sake of simplicity}

For n = 4, I notice that the numerator becomes 9, thus the fraction becomes 9/4, the functional value of which is known to you.

Thus, f(1/4)=f(1/4+4*1/2)=f(9/4)=2.

Can you now manage with others?

Regards,
Sleek.
 
Last edited:
oh yes, Thank you very much.
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top