Choosing Limits of Integration for Velocity Calculation

  • Thread starter Thread starter fmiren
  • Start date Start date
  • Tags Tags
    Motion Multiple
AI Thread Summary
To calculate velocity from acceleration, the limits of integration should be chosen carefully to reflect the time interval of interest. The correct approach is to integrate from the lower limit \( t_1 \) to the upper limit \( t \), as this captures the change in velocity over time. The formula for velocity must depend on time, which is crucial for accurate calculations. It's important to avoid confusion by using distinct variable names for the limits of integration and the dummy variable in the integral. Ultimately, integrating from \( t_1 \) to \( t \) allows for the correct assessment of velocity changes.
fmiren
Messages
13
Reaction score
1
Homework Statement
At time t=0 , a car moving along the + x -axis passes through x=0 with a constant velocity of magnitude v0 . At some time later, t[SUB]1[/SUB] , it starts to slow down. The acceleration of the car as a function of time is given by:

a(t)= 0 0≤t≤t[SUB]1[/SUB]
-c(t−t1) t[SUB]1[/SUB]<t[SUB]2[/SUB]

where c is a positive constants in SI units, and t[SUB]1[/SUB]<t≤t[SUB]2[/SUB] is the given time interval for which the car is slowing down. Express your answer in terms of v_0 for v0 , t_1 for t1 , t_2 for t2 , and c as needed. What is v(t) , the velocity of the car as a function of time during the time interval t[SUB]1[/SUB]<t≤t[SUB]2[/SUB]?
Relevant Equations
Acceleration and velocity equations
To get the velocity I integrate the accelaeration function and get v_0-c*(t_2-t_1)^2/2 since I think these should be the boundaries of the definite integral. Bu the correct answer is v_0-c*(t-t_1)^2/2 and they integrate from t (upper limit) to t1 (lower limit).
Could you please help me to understand it?
 
Physics news on Phys.org
Your formula for ##v(t)## does not depend on t. But velocity during the interval from ##t_1## to ##t_2## changes over time. So it must depend on t.

Suppose that ##t## is equal to ##t_1##. We know that at this time, ##v(t) = v_0##. What does your formula give as an answer?
 
If t = t1, and v(t) = v_0, then v_0-c(t-t_1)^2/2 = v_0 which means -c(t-t_1) should be 0? Am I right?
 
fmiren said:
If t = t1, and v(t) = v_0, then v_0-c(t-t_1)^2/2 = v_0 which means -c(t-t_1) should be 0? Am I right?
Except for the fact that your formula does not contain ##-c(t-t_1)##. Instead it contains ##-c(t_2-t_1)##.
 
Aa, sorry. Ok, I am trying to get it, But then how do I choose the limits of integral? I'm confused. If the problem says that t<t1<t2, I think the natural (which seems natural to me) is t2 and t1. This part confuses me.
 
fmiren said:
Aa, sorry. Ok, I am trying to get it, But then how do I choose the limits of integral? I'm confused. If the problem says that t<t1<t2, I think the natural (which seems natural to me) is t2 and t1. This part confuses me.
One thing to take care of before we get started is notation. We never want to evaluate an integral and use the same variable name for both the dummy variable inside the integral and as variable name in the limits of the integral.

Wrong:$$\int_{t_0}^{t} f(t)\ dt$$Right (change the variable name in the limit):$$\int_{t_0}^{t_\text{now}} f(t)\ dt$$Right (change the dummy variable name):$$\int_{t_0}^t f(x)\ dx$$The dummy variable name is irrelevant. It is just a placeholder. You are free to call it anything you like. Except that you should not re-use another variable name -- that's just begging for confusion.

Now then. How do you choose the limits of integration? You want to integrate the incremental changes in velocity so that you can figure out the total change in velocity. You know the velocity at ##t_1## and you want to know the velocity at ##t##. So you integrate from ##t_1## to ##t##.
 
  • Like
Likes fmiren
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top