Questions tagged [periodic-functions]

Questions on periodic functions, functions $f(x)$ that satisfy the identity $f(x+c)=f(x)$, for some nonzero $c$.

A periodic function is a non-constant function that repeats itself in regular intervals, i.e. one satisfying $f(x+c)=f(x)$. The least such $c$ is called the period of $f$.

Graphically, you can see periodicity through translational symmetry. You can see this most easily with trigonometric functions like $\sin$ and $\cos$, which have period $2\pi$. Still, several well-known functions such as Thomae's function which is periodic with period one, cannot accurately be graphed. Other examples of periodic functions include sawtooth and square waves and division with a fixed modulus, e.g. $f(x)= x\bmod 10$.

Periodic functions are perhaps best known through Fourier series. A function that is integrable over an interval of length $L$ can be periodically extended into a Fourier series with period $L$.

1572 questions
0
votes
1 answer

Finding maximum value of periodic function.

In my question, It is asked to find the maximum value of the equation of motion such as u_t=(11/210)sin(10t)-(1/21)sin(t11). I have found that when t=2pi*n/21 it reached its maximum value. But it is obvious from its graph and calculations that the…
0
votes
1 answer

Under what condition on $a$, the function $\cos ax \cos (ax+\pi)$ will be periodic over $x>0$?

I have this function $\cos ax \cos (ax+\pi)$ for $x>0$, and I want to know under what condition on $a$, it will be periodic?
user721448
0
votes
0 answers

Notation when describing properties of a periodic function

When describing intervals of increase, intervals of decrease, and the domain, does it have to be for the same period? For example for the graph of $$y=\sec(x)$$ Is it correct to describe the intervals as such: Domain: $\bigl[x \in…
Sinestro 38
  • 193
  • 1
  • 7
0
votes
0 answers

What is the equation for the graphic featured on the wiki for periodic functions?

The Wiki on Periodic Functions has this graphic: What equation would produce that function?
0
votes
0 answers

Writing a linear function as a periodic function

I want to write a mathematical expression of this graph First thing that I notice is it's actually $f(t) = 6-4t$ with it domains restricted at $[0,2]$. Can I write expression of $x(t)$ as $x(t)=x(t+2)=6-4t$? Or is there any more "right" way to…
0
votes
1 answer

Finding the period of sum of two periodic functions.

Many a times it is asked to find the period of combination of two functions given the period of individual functions. Let’s take this example: If $f(x)= \cos ax + \sin x$ is periodic, then $a$ cannot be? $\pi$, 0.3, 0.5, 5 I can see that the…
0
votes
2 answers

How to prove that $x(t) = \cos{(\frac{\pi}{8}\cdot t^2)}$ aperiodic?

How to prove that $x(t) = \cos{(\frac{\pi}{8}\cdot t^2)}$ aperiodic? My process was as follows: $x(t+T)= \cos{(\frac{\pi(t+T)^2}{8})}$. So, $T^2 + 2tT -16=0$ which seems periodic to me... Can someone tell me how to prove it?
TM1
  • 109
0
votes
0 answers

How to express fmod() function or periodic functions in maths

I have a periodic function with fmod() like this (in C): float f(float x) { x = fmod(x, 1); if (x < 0.5f) return 1 - x; else return x } If I need a formal math formula for this function, what is the prettiest way? Do people use fmod or…
landings
  • 121
0
votes
3 answers

Periodic Functions, Why does T have to be greater than 0

If a periodic function can be describe has: $$\forall x\in\mathbb{R},\exists t>0, st. f(x +t) = f(x)$$ Why does 't' have to be greater than 0?
0
votes
1 answer

How can I compute the phase shift?

I have a periodic function $f(t)=f(t+T)$, its period is $T>0$. $t$ and $f(t)$ are in $\mathbb{R}$. $f$ is unknown apart from $N$ values of $f$, namely $f(t_1)$, $f(t_2)$, $\cdots$, $f(t_N)$ and $t_i=i\frac{T}{N}$. Then I have $g(t)=f(t-\varphi)$ and…
0
votes
1 answer

How do I set up the equation of a periodic function?

I have a graph, and by looking at it I can see that the amplitude is 1, the maximum is 1, minimum is 0, and the period is 2. How do I set up the equation? What is the formula?
0
votes
2 answers

Is $e^{(1+j2t)}$ a periodic function?

Is $e^{(1+j2t)}$ a periodic function? I think yes,because $e^{(1+j2t)}=e^1 \times e^{j2t}$, $e^{j2t}=cos(2t)+jsin(2t)$,and it is periodic,and $e^1$ is a constant, so i think a constant value multiply a periodic function is still a periodic…
XM551
  • 219
0
votes
0 answers

Homogenization of Dirichlet problem.

I am studying asymptotic analysis of periodic medium. Epsi is the periodic parameter. aij are considered regular. Here I have $$a_{ij} ^\epsilon (x) = a_{ij} (\frac{x} {\epsilon}) $$ And it says that this function would has derivative of order…
Aynan
  • 1
0
votes
1 answer

Asymmetric periodic function?

I am trying to find a periodic function, similar to a sine wave, such that the minimum points won’t be right in the middle between the neighboring maximum points, and preferably with a parameter that would determine how close a minimum point is to…
Auggie
  • 155
0
votes
2 answers

Can a combination of exponentials be periodic?

I know that $e^x$ is not periodic but what about a combination of exp functions, such as $e^{3x^2+2/x}+5e^{x^2}-e^{\sqrt(x)}$, can they be periodic (all exponents REAL and period >0)