Ockonal
- 30
- 0
Homework Statement
Using slant board, the ball was forced to move from bottom to the top. The ball was at the distance of 0.3 meters twice: after 1 and 2 seconds after start moving. What's the start speed and acceleration of the ball? (a=const)
Homework Equations
\newline x = x_0 + V_0*t + \frac{a*t^2}{2}
x₀ = 0 m
V₀ = 0 m/s
l = 0.3 m
t₁ = 1 s
t₂ = 2 s
The Attempt at a Solution
0.3 = 0 + V_0*1 + \frac{a*1^2}{2}
\newline 0.3 = 0 + V_0*2 + \frac{a*2^2}{2}
Here I can express, V₀. But I'm not sure the second expression is right. What's wrong?