Recursion Formula for Series: a (n) = 1/2^n

  • Thread starter Thread starter hamsterbrs
  • Start date Start date
  • Tags Tags
    Formula Recursion
AI Thread Summary
The discussion focuses on finding the recursion formula for the series defined by a_n = 1/2^n. Participants clarify that the first few terms are a_0 = 1, a_1 = 1/2, a_2 = 1/4, and a_3 = 1/8. The key insight is recognizing that each term can be derived from the previous term by multiplying by 1/2. Thus, the recursion relation is established as a_{n+1} = (1/2) * a_n. This approach simplifies understanding the series and its progression.
hamsterbrs
Messages
1
Reaction score
0
Can you write the recursion formula for this series?'
a (then little n) = 1/2^n

*the 2 is to the nth power, not the one
*for the first half, it is written a then a little n to the bottom right.

I don't understand how to even go about this. Any help would be great thanks.
 
Physics news on Phys.org
a_n =\frac{1}{2^n}

Write down some of the terms like a_0 =\frac{1}{2^0}, a_1=\frac{1}{2^1}, a_2=... using this formula. Now a recursion relation is a relation that relates a term (a_n) in this series to the previous term (a_{n-1}). You are asked to find this relation. If you see the pattern in the terms it shouldn't be too difficult to write down a_n in terms of a_{n-1}.
 
First write out a few of those numbers and look at them!
1, \frac{1}{2},\frac{1}{4},\frac{1}{8}...

Now think "how do you go from one number to the next?" (that's what recursion IS!). Looks to me like you multiply by 1/2!

That is: a0= 1, an+1= (1/2)an.
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'Calculation of Tensile Forces in Piston-Type Water-Lifting Devices at Elevated Locations'
Figure 1 Overall Structure Diagram Figure 2: Top view of the piston when it is cylindrical A circular opening is created at a height of 5 meters above the water surface. Inside this opening is a sleeve-type piston with a cross-sectional area of 1 square meter. The piston is pulled to the right at a constant speed. The pulling force is(Figure 2): F = ρshg = 1000 × 1 × 5 × 10 = 50,000 N. Figure 3: Modifying the structure to incorporate a fixed internal piston When I modify the piston...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...

Similar threads

Replies
4
Views
3K
Replies
11
Views
1K
Replies
11
Views
2K
Replies
2
Views
3K
Replies
2
Views
2K
Back
Top