Questions tagged [exponential-sum]

For questions on exponential sums, such as $\sum \exp(2\pi ix_n)$.

In mathematics, an exponential sum may be a finite Fourier series (i.e. a trigonometric polynomial), or other finite sum formed using the exponential function, usually expressed by means of the function $ \exp(2\pi ix).\,$ Therefore a typical exponential sum may take the form $$ \sum \exp(2\pi ix_n), $$ summed over a finite sequence of real numbers $x_n$.

477 questions
-1
votes
1 answer

Writing an exponential formula where the factor decreases by $10%$ each time

I am attempting to write a formula for the following: if Input $0 - 50$ Result is $1$, if Input $51 - 120$ Result is $2$, if Input $121 - 271$ Result is $3$, if Input $271 - 579$ Result is $4$, if Input $580 - 1169$ Result is $5$, and so on... The…
-1
votes
2 answers

Is there a formula for calculating $n^.5$? If so, what is it?

I keep getting questions like $4^.6$, and likewise - since nothing online has helped I've reverted to remembering, which is not very good. So, is there a way to calculate this with a formula? The only logical way I can think of is: Take $4^.6$, for…
Plqsmic
  • 133
-1
votes
1 answer

solving 3-step exponential calculation

I want to calculate 14^(2017^2017) mod 60 I know that 14 and 60 is not GCD=1, so I can not solve this with phi-function directly. I also tried to split 60 into prim-factors (2^2, 3, 5). Here I know that it is possible to solve 14^(2017^2017) mod…
MBD
  • 67
-1
votes
1 answer

Equation to the summation to $ 3\cdot 10^{-n-1}$

What would the equation to sum (shown below) of $ 3\cdot 10^{-n-1}$? Just like $ 2^x-1$ is the sum of $ 2^{x-1}$. $$\sum_{n=0}^{\infty} 3\cdot 10^{-n-1}$$ This would be 0.3+0.03+0.003. . . this would help me greatly in finding a limit for…
Gᴇᴏᴍᴇᴛᴇʀ
  • 915
  • 2
  • 14
  • 28
-2
votes
3 answers

Exponent Question

This is the equation I am trying to solve: $$4^{27} + 4^{27} + 4^{27} + 4^{27} = 4^{y-1}.$$ I understand that I should convert to base $4$ and solve but I am not sure about how to do that, are there any other ways of solving this? Thanks
Unknown
  • 27
-3
votes
1 answer

Help me solve this

$(1-(1-(1-n)^{-1})^{-1})^{-1}$ Please tell me how to solve the abv sum. The ans is $n$
1 2
3