PDA

View Full Version : What does "sub i" mean?


The riddler
Jul2-10, 03:03 AM
Im not 100% sure what the "sub i" symbol means when next to values such as Velcoity and Aceleration, here is and example of it being used in this equation for the time derivitive of kinetic energy.

Ek(d/dt) = Σm*Vi*Ai

Ek = Kinetic energy
d = Derivitive
t = Time
V = Velocity
A = Acceleration
sub i = ???

Can someone please tell me what it stands for,

Thanks for any replies :)

Pengwuino
Jul2-10, 03:11 AM
The subscript 'i' refers to the component x,y, and z. It is an index that goes from 1 to 3, 1 = x, 2 = y, 3 = z that is used for the sum. In this case, it means the sum of mV_x A_x + mV_y A_y + mV_z A_z in component terms.

In more advanced studies, you'll see the summation term dropped and when you see a repeated index such as the one you have, that kind of sum is implied. On the other hand, if you have something like A_i B_j where A and B are just two indices, the index runs from 1 to 3 on both i and j so you get 9 terms that include A_1 B_3 , A_2 B_3 , A_1 B_1 etc etc.