Is the periodic function a vector space?

golmschenk
Messages
35
Reaction score
0

Homework Statement


Is the following a vector space:
The set of all periodic functions of period 1? ( i.e. f(x+1)=f(x) )

Homework Equations


If v1 and v2 are in V then v1 + v2 is in V

If v1 is in V then c*v1 is in V where c is a scalar

The Attempt at a Solution


I'm thinking no because a function like:
f(x) = 2*x mod 2
If you multiply by 1/2 you have
f(x) = x mod 2

What I'm wondering is if the mod 2 is effected by the scalar multiplication of 1/2. Is it or is this not a subspace? Thanks for your time.
 
Physics news on Phys.org
golmschenk said:
f(x) = 2*x mod 2
If you multiply by 1/2 you have
f(x) = x mod 2
Let's check this using x=17:
\frac{(2\cdot5)\mod 2}{2} = \frac{\mathop{\mathrm{remainder}}(10,2)}{2} = \frac{0}{2} = 0,​
while
5\mod 2 = \mathop{\mathrm{remainder}}(5,2) = 1.​
Evidently, the two expressions are not the same. Can you see why this is?
 
Right. It's a scalar multiple of the entire function. Got it. Thanks!
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top