What's the start speed and acceleration of the ball?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
Ockonal
Messages
30
Reaction score
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


[tex]\newline x = x_0 + V_0*t + \frac{a*t^2}{2}[/tex]
x₀ = 0 m
V₀ = 0 m/s
l = 0.3 m
t₁ = 1 s
t₂ = 2 s

The Attempt at a Solution


[tex]0.3 = 0 + V_0*1 + \frac{a*1^2}{2}[/tex]

[tex]\newline 0.3 = 0 + V_0*2 + \frac{a*2^2}{2}[/tex]
Here I can express, V₀. But I'm not sure the second expression is right. What's wrong?
 
on Phys.org


Hi Ockonal, welcome to PF.
Your second expression is correct.
Now subtract first equation from the second equation. You will get Vo in terms of a.
Put it in the first equation to find a. Substitute this value in the second equation to get Vo.
 


rl.bhat said:
Hi Ockonal, welcome to PF.
Your second expression is correct.
Now subtract first equation from the second equation. You will get Vo in terms of a.
Put it in the first equation to find a. Substitute this value in the second equation to get Vo.
Oh, thanks.
 


Okay, I did the job:

[tex]0.3 = V_0 + \frac{a}{2}[/tex]
[tex]0.3 = 2*V_0 + 2*a[/tex]
=>
[tex]V_0 = 0.3 - \frac{a}{2}[/tex]
[tex]0.3 = 2*(0.3 - \frac{a}{2}) + 2*a[/tex]
[tex]0.3 = 0.6 + a;[/tex]
[tex]a = -0.3 (m/s^2)[/tex]
[tex]V_0 = 0.3 - \frac{a}{2};[/tex]
[tex]V_0 = 0.15 (m/s)[/tex]

The questions are:
Why the acceleration is negative? I think something is wrong in the first formulas.
The start speed is 0.45 m/s (refer to the answers), the acceleration is right (0.3)
 


The acceleration is negative because the ball is moving up the inclined plane.
Vo = 0.3 - a/2 = 0.3 - (- 0.3/2) = 0.3 + 0.15 = 0.45 m/s
 
Last edited: