A car moving and find both accelerations

  • Thread starter Thread starter toastie
  • Start date Start date
  • Tags Tags
    Car
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
3 replies · 2K views
toastie
Messages
46
Reaction score
0

Homework Statement


A car moves on a straight road. Initially the velocity is 0. Then, for 5.1 seconds the car has constant acceleration a1. Then for 4.2 seconds the car has constant acceleration a2. At the end of the second period of acceleration the car is again at rest. The final position is 41.5 meters from the inital position. Setermine a1 and a2.


Homework Equations


x(t) = xo +vo*t + .5a(t^2)
v(t) = vo*t +at


The Attempt at a Solution


I have been trying to use both of these equations and their derivatives to find a1 and a2. I have tried calculating x1 = .5a(t^2) and x2 = x1f + v1 + .5(a2)(t^2). Then I take these and do x1+x2=41.5m. however, I have not been able to get just a1 or a2.
 
Physics news on Phys.org
toastie said:
v(t) = vo*t +at

This should be [itex]v(t)=v_0+at[/itex].

toastie said:
x2 = x1f + v1 + .5(a2)(t^2)

Should be [itex]x_2=x_1+v_1 t+1/2 a_2 t^2[/itex].

You also know that v=0 at the end. You can use this to form another equation which will yield a system of two equations with 2 unknown variables.
 
Okay os using the corrections you gave me, I get that x2 = .2(a1)(t1^2)+(v1)(t2)+.5(a2)(t2^2). Using that I get x(t)=a1*(t1^2)+v1*t2+.5(a2)(t2^2). how do you get down to finding out a1 or a2 without the other unknown in the same equation?