Can I get a general function f(m,n)

In summary: i \pi x / m} \ - \ e^{ i \pi x} \ + \ e^{ -i \pi x} \\ &= \ \frac{e^{ i \pi x / m}}{2m} \frac{ 2 i \sin(\pi x)}{2 i \sin(\pi x / m)} \\ &= \ \frac{e^{ i \pi x / m}}{m} \frac{ \sin(\pi x)}{\sin(\pi x / m)} \\\end{align}the sinc() function is zero for any integer x except when x is zero, so we can reduce this equation to a simpler form when x is an integer n:g_m(n
  • #1
Emilijo
36
0
How can I get a general function f(m,n) that represents a series of 1 and 0, for example :
1,0,1,0,1,0,1,0...; but also
1,1,0,1,1,0,1,1,0...;
1,1,1,0,1,1,1,0,1...

where m is period and n nth number in certain period. In example two:
m=3 (...1,1,0...) f(3,4)=1

The function must be composed only by elementary function
 
Physics news on Phys.org
  • #2


This might be a little desperate, but Fourier series should do the trick. I do not know if there is any other elementary function that would do the same, and I do not know if you consider Fourier series to be elementary (despite it involving only sine and cosine, which are both considered elementary.)
 
  • #3


Millennial said:
This might be a little desperate, but Fourier series should do the trick. I do not know if there is any other elementary function that would do the same, ...

oh c'mon.

consider

[tex] g(m) = \frac{1}{2} \left( 1 + (-1)^m \right) [/tex]

for integer [itex]m[/itex]

sure, find a Fourier series that, when sampled at integer values, gives you the values you want. but instead of sines and cosines, use the exponential version derived from Euler's formula:

[tex] e^{i \theta} \ = \ \cos(\theta) \ + \ i \sin(\theta) [/tex]

and

[tex] -1 = e^{i \pi} [/tex]

and

[tex] g(x) = \sum_{n=-\infty}^{+\infty} c_n \ e^{i \ n (2 \pi/P) x } [/tex]

where [itex] P [/itex] is the period of the periodic function

[tex] g(x + P) = g(x) [/tex]

for all [itex]x[/itex], and [itex]c_n[/itex] are the Fourier coefficients.

but you can start with the simple equation with [itex](-1)^m[/itex] and imagine how you might put it together to get the gating functions you're looking for.
 
Last edited:
  • #4


Emilijo said:
How can I get a general function f(m,n) that represents a series of 1 and 0, for example :
1,0,1,0,1,0,1,0...; but also
1,1,0,1,1,0,1,1,0...;
1,1,1,0,1,1,1,0,1...

where m is period and n nth number in certain period. In example two:
m=3 (...1,1,0...) f(3,4)=1

The function must be composed only by elementary function

$$f(m,n)=\left\{ \begin{array}{rl}
0&n=0\mod m\\
1&\hbox{otherwise}
\end{array}\right.$$
 
  • #5


LCKurtz said:
$$f(m,n)=\left\{ \begin{array}{rl}
0&n=0\mod m\\
1&\hbox{otherwise}
\end{array}\right.$$
does that count as an "elementary function"? do the mod or floor operators count as elementary functions?
 
  • #6


LCKurtz said:
$$f(m,n)=\left\{ \begin{array}{rl}
0&n=0\mod m\\
1&\hbox{otherwise}
\end{array}\right.$$

rbj said:
does that count as an "elementary function"? do the mod or floor operators count as elementary functions?

You will have to check with the Elementary Function Arbitration Committee to get a definitive answer.
 
  • #7


good answer.
 
  • #8


i think i figured out a possible answer, but it involves the dirac delta function (or more precisely, the dirac comb). the dirac comb is a periodic sequence of equally space delta functions and can be represented as an infinite series. maybe we can construction this thing with the sinc() function:

[tex] \ \operatorname{sinc}(x) \ = \ \frac{\sin(\pi x)}{\pi x} [/tex]

and it has a removable singularity at zero so that

[tex] \ \operatorname{sinc}(0) \ = \ \lim_{x \rightarrow 0} \frac{\sin(\pi x)}{\pi x} \ = \ 1[/tex]

it's also true that the sinc() function is 0 for all non-zero integers. does that count as an "elementary function"? does an infinite sum of these sinc() functions count as an "elementary function"?

if yes, i can assemble a general function. actually, this periodic sinc() function (the infinite sum) can be represented as a Fourier series with a finite number of terms, so i think that's where the answer is.
 
  • #9


okay, so first we define

[tex] \ \operatorname{sinc}(x) \ = \ \frac{\sin(\pi x)}{\pi x} [/tex]

and then we define this periodic function:

[tex] g_m(x) = \sum_{k=-\infty}^{+\infty} \operatorname{sinc}(x - mk) [/tex]

where m is an integer (and so is k and so is mk). we know that for integer n that

[tex] g_m(n) =
\begin{cases}
1 & \ \ \text{if }n = \text{ any multiple of }m \\
0 & \ \ \text{if }n = \text{ is any other integer}
\end{cases} [/tex]

now, i am pretty sure that this is the case:

[tex] g_m(x) = \frac{1}{m} \sum_{k=1}^{m} \cos\left( 2 \pi \frac{k x}{m} \right) [/tex]

even if it isn't, i think that this function has the property we need for when x is an integer n. it is zero for any integer n except when n is a multiple of m. since this is a harmonic series, you can get a closed form expression for it (someone else want to do it)? then subtract this from 1.
 
  • #10


[tex] \begin{align}
g_m(x) \ &= \ \frac{1}{m} \sum_{k=1}^{m} \cos\left( 2 \pi \frac{k x}{m} \right) \\
&= \ \frac{1}{2m} \sum_{k=1}^{m} e^{ i 2 \pi k x / m} \ + \ \frac{1}{2m} \sum_{k=1}^{m} e^{ -i 2 \pi k x / m} \\
&= \ \frac{e^{ i 2 \pi x / m}}{2m} \sum_{k=0}^{m-1} e^{ i 2 \pi k x / m} \ + \ \frac{e^{ -i 2 \pi x / m}}{2m} \sum_{k=0}^{m-1} e^{ -i 2 \pi k x / m} \\
&= \ \frac{e^{ i 2 \pi x / m}}{2m} \frac{ e^{ i 2 \pi m x / m} - 1}{e^{ i 2 \pi x / m} - 1} \ + \frac{e^{ -i 2 \pi x / m}}{2m} \frac{ e^{ -i 2 \pi m x / m} - 1}{e^{ -i 2 \pi x / m} - 1} \\
&= \ \frac{1}{2m} \frac{ e^{ i 2 \pi x} - 1}{1 - e^{ -i 2 \pi x / m}} \ + \frac{1}{2m} \frac{ e^{ -i 2 \pi x } - 1}{1 - e^{ i 2 \pi x / m}} \\
\end{align} [/tex]

i'm getting tired, can someone else finish this?
 
  • #11


[tex] \begin{align}
g_m(x) \ &= \ \frac{1}{2m} \frac{ e^{ i 2 \pi x} - 1}{1 - e^{ -i 2 \pi x / m}} \ + \ \frac{1}{2m} \frac{ e^{ -i 2 \pi x } - 1}{1 - e^{ i 2 \pi x / m}} \\
&= \ \frac{e^{ i \pi x} \ e^{ i \pi x / m}}{2m} \frac{ e^{ i \pi x} - e^{ -i \pi x}}{e^{ i \pi x / m} - e^{ -i \pi x / m}} \ + \ \frac{e^{ -i \pi x} \ e^{ -i \pi x / m}}{2m} \frac{ e^{ -i \pi x} - e^{ i \pi x}}{e^{ -i \pi x / m} - e^{ i \pi x / m}} \\
&= \ \frac{e^{ i \pi (m+1) x / m}}{2m} \frac{ e^{ i \pi x} - e^{ -i \pi x}}{e^{ i \pi x / m} - e^{ -i \pi x / m}} \ + \ \frac{ e^{ -i \pi x (m+1) / m}}{2m} \frac{ e^{ i \pi x} - e^{ -i \pi x}}{e^{ i \pi x / m} - e^{ -i \pi x / m}} \\
&= \ \frac{ e^{ i \pi x} - e^{ -i \pi x}}{e^{ i \pi x / m} - e^{ -i \pi x / m}} \ \left( \frac{e^{ i \pi (m+1) x / m}}{2m} + \ \frac{ e^{ -i \pi x (m+1) / m}}{2m} \right) \\
&= \ \frac{ \sin(\pi x) }{m \sin(\pi x / m)} \ \cos\left(\pi (m+1) x / m \right) \\
&= \ \frac{ \sin(\pi x) }{m \sin(\pi x / m)} \ \cos(\pi x + \pi x / m) \\
&= \ \frac{ \sin(\pi x) }{m \sin(\pi x / m)} \ \left( \cos(\pi x) \cos(\pi x / m) - \sin(\pi x) \sin(\pi x / m) \right) \\
&= \ \frac{ \sin(\pi x) }{m} \ \left( \frac{\cos(\pi x)}{\tan(\pi x / m)} - \sin(\pi x) \right) \\
\end{align} [/tex]
 
Last edited:
  • #12


i see it's that Dirichlet kernel on the left. can someone check out to see that this is 1 for n being a multiple of m and 0 for all other integers?

maybe the bottom two or three equalities does not help us.
 
Last edited:

1. What is a general function?

A general function is a mathematical equation that relates two or more variables to each other. It is a set of instructions that tells us how to get an output value from an input value.

2. How do I determine the general function f(m,n)?

The general function f(m,n) can be determined by analyzing the relationship between the given variables, m and n. This can be done through various methods such as graphing, substitution, or algebraic manipulation.

3. What are the applications of a general function?

A general function has many real-world applications, such as predicting sales numbers, analyzing population growth, or calculating interest rates. It is also used in various fields of science, including physics, chemistry, and biology.

4. Can a general function have more than two variables?

Yes, a general function can have multiple variables. The number of variables in a function depends on the complexity of the relationship between the variables.

5. How can I verify if a given equation is a general function?

To verify if an equation is a general function, you can check if each input value (m and n) produces a unique output value. If there are no repeated output values, then the equation is a function. You can also graph the equation and see if it passes the vertical line test, where a vertical line should only intersect the graph at one point if it is a function.

Similar threads

Replies
1
Views
909
Replies
3
Views
2K
Replies
5
Views
1K
Replies
24
Views
2K
Replies
16
Views
2K
Replies
2
Views
860
Replies
9
Views
911
  • Calculus and Beyond Homework Help
Replies
3
Views
264
Back
Top