Questions tagged [convergence-acceleration]

Use this tag for questions about sequence transformations for improving the rate of convergence of a series.

Convergence acceleration is one of a collection of sequence transformations for improving the rate of convergence of a series or sequence.

Techniques for convergence acceleration are often applied in numerical analysis, where they are used to improve the speed of numerical integration. Convergence acceleration can also be used to obtain a variety of identities for special functions; for example, the Euler transform applied to the hypergeometric series yields hypergeometric-series identities.

Convergence acceleration can have interesting theoretical properties as well. For instance, in Apery's proof showing the irrationality of $\zeta(3)$, an important step was rewriting $$ \zeta(3) = \frac{5}{2}\sum_{k=1}^{\infty}\frac{(-1)^{k-1}}{k^3 \binom{2k}{k}} $$The Ratio Test gives $1/4$ when applied to the new series, compared to $1$ using the usual definition $\zeta(s) = \sum_{n=1}^{\infty} n^{-s},$ $\Re(s)>1$.

54 questions
0
votes
2 answers

Acceleration of a particle

I have a bidimensional circunference centered in (5,5) made of 1000 points. So the equation that describes the circunference is: $$(x-5)^2 + (y-5)^2 = 25$$ Imagine that I have a vehicle that is running in that circunference as reaches 1 point for…
Unnamed
  • 439
0
votes
2 answers

uniform acceleration of two bodies

X and Y are 400m apart. X is travelling towards Y with initial speed 3m/s and acceleration 4m/s^2. At the same time Y is travelling toeards X with initial speed 7m/s and acceleration 2m/s^2. After how many seconds do they meet and what is the speed…
0
votes
1 answer

Deceleration of an aircraft while braking.

I'm trying to determine the distance an aircraft traveled during a period of brake application using the following information: Initial speed (v0) = 92 nautical miles per hour, Final speed (v1) = 67 nautical miles per hour, Initial time (t0) =…
0
votes
2 answers

Calculate acceleration knowing initial speed, required speed, and distance to cover

How to get the acceleration in m/s by knowing the initial speed, required speed and the distance by which this required speed is to be achieved. Basically I am developing a car simulation program, and I want the car to match the speed of another car…
Fabian
  • 1
-1
votes
1 answer

1. A car starts from rest and accelerates uniformly over a time of 5.21 seconds for a distance of 110 m. Determine the acceleration of the car.

A car starts from rest and accelerates uniformly over a time of 5.21 seconds for a distance of 110 m. Determine the acceleration of the car.
Katie
  • 1
-1
votes
1 answer

A curling stone of mass 18 kg lies on smooth horizontal ice, as shown below...

I'm working through old past papers for my current maths course. I've gotten to the following question, but nowhere in my notes does it mention acceleration. I've posted a picture of my half attempt but im not sure where to go from there, or if…
-3
votes
1 answer

Calculating time from acceleration and distance travelled

I have an interesting question that has me stumped. If an object is free falling (so accelerating at 9.8m/s^2), by gravity, and it traveled a distance of 26cm, how long did that take? The initial velocity is 0 m/s and I don’t know the final…