Cho phương trình chuyển động của điểm dưới dạng tọa độ đề các: (x,y: cm; t:s). Hỏi phương trình gia tốc của điểm là?
Trả lời:
Đáp án đúng: B
The acceleration vector is the second derivative of the position vector with respect to time. Given x = 2t^2 and y = (3/2)t^2, we have:
v_x = dx/dt = 4t
v_y = dy/dt = 3t
a_x = dv_x/dt = 4
a_y = dv_y/dt = 3
The magnitude of the acceleration is sqrt(a_x^2 + a_y^2) = sqrt(4^2 + 3^2) = sqrt(16 + 9) = sqrt(25) = 5 cm/s^2.





