A body moves in a straight line. At time, it's acceleration is given by a = 12t + 1. When t =0, the velocity of the body v is 2 metres per second and its displacement from the origin s is 0.
1. Express v and s in terms of t.
2. Determine velocity and displacement of the body after 3 seconds. ​

Respuesta :

Answer:

v = 6t² + t + 2, s = 2t³ + ½ t² + 2t

59 m/s, 64.5 m

Explanation:

a = 12t + 1

v = ∫ a dt

v = 6t² + t + C

At t = 0, v = 2.

2 = 6(0)² + (0) + C

2 = C

Therefore, v = 6t² + t + 2.

s = ∫ v dt

s = 2t³ + ½ t² + 2t + C

At t = 0, s = 0.

0 = 2(0)³ + ½ (0)² + 2(0) + C

0 = C

Therefore, s = 2t³ + ½ t² + 2t.

At t = 3:

v = 6(3)² + (3) + 2 = 59

s = 2(3)³ + ½ (3)² + 2(3) = 64.5