Help with Sequences Problem: Expressing in Terms of Variable Integer k

  • Thread starter Mentallic
  • Start date
  • Tags
    Sequences
In summary, the sequence ...-2\pi+\theta,\theta, 2\pi-\theta, 2\pi+\theta, 4\pi-\theta... can be expressed as (-1)^k(\pi-\theta)+2k\pi, k \in Z.
  • #1
Mentallic
Homework Helper
3,802
95
I want to express

[tex]...-2\pi+\theta,\theta, 2\pi-\theta, 2\pi+\theta, 4\pi-\theta...[/tex]

in terms of a variable integer k.

e.g. ...-x,0,x, 2x, 3x... = kx, k E Z

So I was thinking expressing it as so: [tex]2k\pi \pm \theta[/tex]
but I believe it can be expressed in another way to avoid the [itex]\pm[/itex], using (-1)k somehow.

How can this be done?
 
Mathematics news on Phys.org
  • #2


Mentallic said:
I want to express

[tex]...-2\pi+\theta,\theta, 2\pi-\theta, 2\pi+\theta, 4\pi-\theta...[/tex]

in terms of a variable integer k.

e.g. ...-x,0,x, 2x, 3x... = kx, k E Z

So I was thinking expressing it as so: [tex]2k\pi \pm \theta[/tex]
but I believe it can be expressed in another way to avoid the [itex]\pm[/itex], using (-1)k somehow.

How can this be done?

The example sequence you gave seems to indicate you want "two plusses", "a minus", "a plus", and "a minus". Is this a mistake? If you want the sequence to alternate between plus and minus for theta and still use every integer k for [itex]2\pi[/itex] you may be able to use something like
[itex]\pi(k+1)k + (-1)^k \theta[/tex]
 
  • #3


Yeah I'm not sure about your example, but I think this will do what you want.

[tex]\lfloor k/2 \rfloor 2\pi + (-1)^k \theta [/tex]
 
  • #4


My example was just trying to illustrate what I meant, I didn't mean for it to be similar to my problem :smile:
I think you might have a typo: [tex]\pi(k+1)k[/tex] ?

Anyway, I solved it.

[tex]...-\theta,\theta,2\pi-\theta,2\pi+\theta,4\pi-\theta...=\frac{\pi}{2}\left(2k+1\right)+(-1)^k\left(\theta-\frac{\pi}{2}\right), k \in Z[/tex]

edit: I was wrong :biggrin:
 
Last edited:
  • #5


uart, what does that symbol you used mean?
uart said:
[tex]\lfloor k/2 \rfloor[/tex]
 
  • #6


Mentallic said:
I think you might have a typo: [tex]\pi(k+1)k[/tex] ?
Try insert integers in [itex](k+1)k[/itex] and see what you get. It corresponds to the integer truncation uart used in his post.

Mentallic said:
Anyway, I solved it.

[tex]...-\theta,\theta,2\pi-\theta,2\pi+\theta,4\pi-\theta...=(-1)^k(\pi-\theta)+2k\pi, k \in Z[/tex]
For [itex]k=0[/itex] you then get [itex]\pi - \theta[/itex]. Is that included in your sequence?
 
  • #7


Mentallic said:
uart, what does that symbol you used mean?

It's called "floor(x)" and it means the "largest integer less than or equal to x"
 
  • #8


filiplarsen said:
Try insert integers in [itex](k+1)k[/itex] and see what you get. It corresponds to the integer truncation uart used in his post.
But k(k+1) grows at a quadratic rate, not linear.
For k=0,1,2... k(k+1)=0,2,6,12,20,30...
which grows too rapidly.


filiplarsen said:
For [itex]k=0[/itex] you then get [itex]\pi - \theta[/itex]. Is that included in your sequence?
Yes sorry, I fixed up the error.


uart said:
It's called "floor(x)" and it means the "largest integer less than or equal to x"
Aha, like how computers truncate decimal expansions rather than rounding off by default :smile:
 
  • #9


Mentallic said:
But k(k+1) grows at a quadratic rate, not linear.
For k=0,1,2... k(k+1)=0,2,6,12,20,30...
which grows too rapidly.

Oh my, you are quite right. What I really was trying to do was to give the same sequence as uart also gave, but some part of my brain must have been a bit too creative with trying to get rid of the integer truncation while another part must have been sleeping instead of catching the nonsense. I do apologise.
 

FAQ: Help with Sequences Problem: Expressing in Terms of Variable Integer k

What is a sequence problem?

A sequence problem involves finding a pattern or rule within a series of numbers or objects and using that pattern to determine the next term or terms in the sequence.

How do you express a sequence in terms of a variable integer k?

To express a sequence in terms of a variable integer k, you would use the general form of the sequence, where k represents the position of the term in the sequence. For example, the sequence 2, 4, 6, 8, 10 would be expressed as 2k, where k=1, 2, 3, 4, 5.

What is the purpose of expressing a sequence in terms of a variable integer k?

Expressing a sequence in terms of a variable integer k allows you to find any term in the sequence by simply substituting the desired value for k. It also allows you to easily manipulate the sequence and find other patterns or relationships within the sequence.

Can a sequence be expressed in terms of more than one variable?

Yes, a sequence can be expressed in terms of more than one variable. This is often seen in more complex sequences where there may be multiple patterns or rules at play. Each variable would represent a different aspect of the sequence.

How is expressing a sequence in terms of a variable integer k useful in scientific research?

In scientific research, there are often patterns and relationships that can be represented as sequences. Expressing these sequences in terms of a variable integer allows for easier analysis and manipulation of the data, which can lead to a better understanding of the underlying principles or laws governing the phenomena being studied.

Similar threads

Replies
5
Views
1K
Replies
14
Views
2K
Replies
15
Views
2K
Replies
1
Views
2K
Replies
8
Views
1K
Back
Top