Find the first five terms of sequence

  • Thread starter Thread starter vaastav
  • Start date Start date
  • Tags Tags
    Sequence Terms
vaastav
Messages
6
Reaction score
0
How can we find the first five terms of sequence given below?

a1=7; an=an-1 – 4, n>=2
 
Physics news on Phys.org
By pluggin in numbers...

a_1 = 7

a_n = a_(n - 1) - 4, n >= 2 (you really need to use parantheses here).

To find a_2, let n = 2. Then we have:

a_2 = a_(2 - 1) - 4 = a_1 - 4 = 7 - 4 = 3.

You use the same technique to find the rest of the numbers.
 
Thanx

Thanx
 
Originally posted by Muzza
(you really need to use parantheses here).


Or Latex
 
Yeah, I guess that works too. ;)
 
Thread 'Derivation of equations of stress tensor transformation'
Hello ! I derived equations of stress tensor 2D transformation. Some details: I have plane ABCD in two cases (see top on the pic) and I know tensor components for case 1 only. Only plane ABCD rotate in two cases (top of the picture) but not coordinate system. Coordinate system rotates only on the bottom of picture. I want to obtain expression that connects tensor for case 1 and tensor for case 2. My attempt: Are these equations correct? Is there more easier expression for stress tensor...
Back
Top