1P1 Mechanics Flashcards
What are the unit vectors for cartesian, polar and intrinsic coordinates?
Cartesian: e_i, e_j
Polar: e_r, e_theta
Intrinsic: e_t, e_s
Differentiate unit vectors in polar coordinates.
e_rdot = e_theta x thetadot
e_thetadot = - e_r x thetadot
What is Euler’s method of numerical integration?
vn = v_n-1 + a_n-1 x t
xn = x_n-1 + v_n-1 x t
What is the Euler-Cromer/Semi-implicit method of integration?
v_n = v_n-1 + a_n-1 x t
x_n = x_n-1 + v_n x t
How do the Euler and semi-implicit method of integration differ in terms of energy?
Euler method tends to overestimate energy, growth in energy.
Whereas, the semi-implicit tends to underestimate energy.
Integral form of the change in kinetic energy:
Tb-Ta = integral(F.dr)[a->b] = integral(F.v dt) [a->b]
When is energy conservation true for the particles total energy?
When only conservative forces act on the particle
What is the gain in total energy of a particle equal to?
The work done by non-conservative forces acting on it.
How do you determine equilibrium positions from potential energy?
With conservative forces, the minima and maxima of the potential energy curves are equilibrium position.
How is the rate of change of linear momentum determined?
The total external force applied
How is the total change of momentum determined?
The total external impulse applied
What is the vector form of the moment of a force?
q = r x F
What is the moment of force about an axis?
Q = (r x F).n
Vector form of angular momentum?
h = r x p = r x (mv)
How is angular momentum and moment of force related
q = dh/dt