JavaScript is required

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à?

A.

8 cm/s2

B.

10 cm/s2

C.

6 cm/s2

D.

4 cm/s2

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.

Câu hỏi liên quan