vault backup: 2025-01-03 18:03:08
This commit is contained in:
parent
0fa54681e2
commit
893044b0d1
@ -110,10 +110,10 @@ A posição de um objeto que se move em linha reta é dada por $x = 3t - 4t^2 +
|
||||
### Resolução 9.1
|
||||
$x(t) = 3t - 4t^2 + t^3$
|
||||
$x(0) = 0$
|
||||
$x(1) = 3 - 4 + 1$
|
||||
$x(2) = 3*2 - 4 * 2^2 + 2^3 = 6 - 4 * 4 + 8 = 6 - 16 + 8 =$
|
||||
$x(3) = 3t - 4t^2 + t^3$
|
||||
$x(4) = 3t - 4t^2 + t^3$
|
||||
$x(1) = 3 - 4 + 1 = \LARGE 0$
|
||||
$x(2) = 3*2 - 4 * 2^2 + 2^3 = 6 - 4 * 4 + 8 = 6 - 16 + 8 = \LARGE -2$
|
||||
$x(3) = 9 - 4*9 + 3^3 = \LARGE 0$
|
||||
$x(4) = 3t - 4t^2 + t^3 = $
|
||||
|
||||
|
||||
## Questão X
|
Loading…
Reference in New Issue
Block a user