How to Calculate the Area Under a Curve for v(t) Using Integration?

  • Thread starter Thread starter brycenrg
  • Start date Start date
  • Tags Tags
    Area Curve
AI Thread Summary
The discussion focuses on calculating the area under the curve of the velocity function v(t) to determine displacement between two time points, t1 and t2. The integration of v(t) is proposed as a method to find this area, leading to the expression (v/2)*(t2^2 - t1^2). Participants clarify that v(t) is the derivative of the position function x(t), and the area under the curve corresponds to the displacement, expressed as x(t2) - x(t1). The conversation emphasizes the importance of correctly interpreting the limits of integration and the relationship between velocity and displacement. Overall, the area under the curve of v(t) accurately represents the displacement from t1 to t2.
brycenrg
Messages
95
Reaction score
2

Homework Statement


Show the area under the curve of v(t) is equal to the displacement from t1 to t2

Homework Equations


x/t = v

The Attempt at a Solution


Integrate V(t) = vt dt
(v/2)*t^2]t1 to t2
(v/2)*t1^2 - (v/2)*t2^2

Not sure if that is good enough or how toactually show it. To find the area you take the integration and v(t) is just the derivative of x(t) but I am not how to show it exactly.
 
Physics news on Phys.org
I would do it like this:
##\int^{t1}_{t2} v(t)dt##
You basically have it.
 
Thank you how do we write like that in this forum?
 
brycenrg said:

Homework Statement


Show the area under the curve of v(t) is equal to the displacement from t1 to t2

Homework Equations


x/t = v
This equation isn't relevant if the velocity isn't constant.
brycenrg said:

The Attempt at a Solution


Integrate V(t) = vt dt
(v/2)*t^2]t1 to t2
(v/2)*t1^2 - (v/2)*t2^2

Not sure if that is good enough or how toactually show it. To find the area you take the integration and v(t) is just the derivative of x(t) but I am not how to show it exactly.
Since v(t) = ##\frac{dx}{dt}##, your integral is ##\int_{t_1}^{t_2}v(t) dt = \int_{t_1}^{t_2} \frac{dx}{dt} dt = \int_{t_1}^{t_2} dx##. If you carry that out, what do you get?
 
thank you guys. You get t2-t1
 
brycenrg said:
thank you guys. You get t2-t1
No. In the final integral in Mark's post, the limit variable and integration variable are different: ##\int_{t=t_1}^{t_2}dx##.
What is x when t=t1?
 
Well isn't x = t1 when t is t1
I thought it was x]t2 upper t1 lower
So it's t2 - t1
 
brycenrg said:
Well isn't x = t1 when t is t1
I thought it was x]t2 upper t1 lower
So it's t2 - t1
No. x is a position. What is the position at time t1? (so create one!)
 
  • #10
So I could say t1 = 1 and t2 = 2
So then it would be 1 in that case.
So the area would be 1 lol I dono
 
  • #11
brycenrg said:
So I could say t1 = 1 and t2 = 2
So then it would be 1 in that case.
So the area would be 1 lol I dono
No, you can't just plug in arbitrary numbers.
The question asks you to show that the area equals "the displacement from t1 to t2". If the displacement x is a function of t, x(t), how would you write the displacement at time t?
 
  • #12
X(t2) - x(t1) is that what they want?
 
  • #13
brycenrg said:
X(t2) - x(t1) is that what they want?
Yes.
 
  • Like
Likes brycenrg
Back
Top