<span>the particle's initial position is at t=0, x = 0 - 0 + 4 = 4m
velocity is rate of change of displacement = dx/dt = d(t^3 - 9t^2 +4)/dt
= 3t^2 - 18t
acceleration is rate of change of velocity = d(3t^2 -18t)/dt
= 6t - 18
</span><span>the particle is stationary when velocity = 0, so 3t^2 - 18t =0
</span>3t*(t - 6) = 0
t = 0 or t = 6s
acceleration = 6t - 18 = 0
t = 3s
at t = 3s, velocity = 3(3^2) -18*3 = -27m/s
displacement = 3^3 - 9*3^2 +4 = -50m
2^3 = 2 x 2 x 2 = 8
your answer is 8
hope this helps
Median = 70.
If you arrange all the numbers in ascending order, 70 will be the middle number.
I think it's something like a mile or so, maybe a mile and a half. Sorry if I'm wrong.
Answer:
f(n) = 2n - 2
Step-by-step explanation:
Given the recursive formula
f(n) = f(n - 1) + 2 with f(1) = 0, then
f(2) = f(1) + 2 = 0 + 2 = 2
f(3) = f(2) + 2 = 2 + 2 = 4
f(4) = f(3) + 2 = 4 + 2 = 6
The terms of the sequence are 0, 2, 4, 6, ....
These are the first 4 terms of an arithmetic sequence with explicit formula
f(n) = a₁ + (n - 1)d
where a₁ is the first term and d the common difference
Here d = 2 - 0 = 4 - 2 = 6 - 4 = 2 and a₁ = 0, thus
f(n) = 0 + 2(n - 1), that is
f(n) = 2n - 2 ← explicit formula