Respuesta :
Answer:
Let's define t = 0s (the initial time) as the moment when Car A starts moving.
Let's find the movement equations of each car.
A:
We know that Car A accelerations with a constant acceleration of 5m/s^2
Then the acceleration equation is:
[tex]A_a(t) = 5m/s^2[/tex]
To get the velocity, we integrate over time:
[tex]V_a(t) = (5m/s^2)*t + V_0[/tex]
Where V₀ is the initial velocity of Car A, we know that it starts at rest, so V₀ = 0m/s, the velocity equation is then:
[tex]V_a(t) = (5m/s^2)*t[/tex]
To get the position equation we integrate again over time:
[tex]P_a(t) = 0.5*(5m/s^2)*t^2 + P_0[/tex]
Where P₀ is the initial position of the Car A, we can define P₀ = 0m, then the position equation is:
[tex]P_a(t) = 0.5*(5m/s^2)*t^2[/tex]
Now let's find the equations for car B.
We know that Car B does not accelerate, then it has a constant velocity given by:
[tex]V_b(t) =20m/s[/tex]
To get the position equation, we can integrate:
[tex]P_b(t) = (20m/s)*t + P_0[/tex]
This time P₀ is the initial position of Car B, we know that it starts 100m ahead from car A, then P₀ = 100m, the position equation is:
[tex]P_b(t) = (20m/s)*t + 100m[/tex]
Now we can answer this:
1) The two cars will meet when their position equations are equal, so we must have:
[tex]P_a(t) = P_b(t)[/tex]
We can solve this for t.
[tex]0.5*(5m/s^2)*t^2 = (20m/s)*t + 100m\\(2.5 m/s^2)*t^2 - (20m/s)*t - 100m = 0[/tex]
This is a quadratic equation, the solutions are given by the Bhaskara's formula:
[tex]t = \frac{-(-20m/s) \pm \sqrt{(-20m/s)^2 - 4*(2.5m/s^2)*(-100m)} }{2*2.5m/s^2} = \frac{20m/s \pm 37.42 m/s}{5m/s^2}[/tex]
We only care for the positive solution, which is:
[tex]t = \frac{20m/s + 37.42 m/s}{5m/s^2} = 11.48 s[/tex]
Car A reaches Car B after 11.48 seconds.
2) How far does car A travel before the two cars meet?
Here we only need to evaluate the position equation for Car A in t = 11.48s:
[tex]P_a(11.48s) = 0.5*(5m/s^2)*(11.48s)^2 = 329.48 m[/tex]
3) What is the velocity of car B when the two cars meet?
Car B is not accelerating, so its velocity does not change, then the velocity of Car B when the two cars meet is 20m/s
4) What is the velocity of car A when the two cars meet?
Here we need to evaluate the velocity equation for Car A at t = 11.48s
[tex]V_a(t) = (5m/s^2)*11.48s = 57.4 m/s[/tex]