Wow I am stumped What is the difference between these two integrals?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
flyingpig
Messages
2,574
Reaction score
1

Homework Statement



Suppose s'(t) is a velocity function, then which of the integral will give you the total distance?

(1) [tex]\int_{a}^{b} \sqrt{1 + [s'(t)]^2} dt[/tex]

(2) [tex]\int_{a}^{b} |s(t)| dt[/tex]


The Attempt at a Solution



No clue at all...

the first is arc length, so it is like summing up the distances into one. The second one is absolute value of area of total displacement. They both are??
 
Physics news on Phys.org
What ? :confused::smile::smile:

Neither of them gives you a distance...
The first one is the length of a curve [itex]f(x)[/itex]. If it happens that [itex]f(x)[/itex] is a speed, you don't get the distance !
Let's take [itex]f(x) = 0[/itex], speed zero.
[tex]\int_a^{b} \sqrt{1+{|f(x)|}^2}\ dt= \int_a^{b} \sqrt{1+0}\ dt = b-a[/tex] !

Your speed is zero... but you travel some distance (b-a) ?

The second one, you basically multiply a length by a time... and the you integer (you sum). What do you get ? For sure you don't get a distance...
Under some circumstances you get an area...but... mmmm...
What was it for ? :cool:
 
flyingpig said:
(1) [tex]\int_{a}^{b} \sqrt{1 + [s'(t)]^2} dt[/tex]

(2) [tex]\int_{a}^{b} |s(t)| dt[/tex]

(1) is definitely correct for ℝ². However, if (2) is a typo and you actually meant

ab |s'(t)| dt,

then this is by far a better answer than (1), and I'll show you why.

Let s(t) be a parametric equation defined as (x(t),y(t)). Then the arc length integral is:

ab ds = ∫ab |s'(t)| dt

(Note that ds = |s'(t)| dt)

= ∫ab √( [dx/dt]² + [dy/dt]² ) dt

= ∫ab √( [dx]² + [dy]² )

= ∫ab √( [1]² + [dy/dx]² ) dx

= ∫ab √( 1 + [dy/dx]² ) dx

There isn't a difference in ℝ². However, in ℝn, you generally want to use:

ab |s'(t)| dt = ∫ab √( [dx1/dt]² +... + [dxn/dt]² ) dt

Btw Quinzio, your formula is just plain wrong.

Quinzio said:
Let's take [itex]f(x) = 0[/itex], speed zero.
[tex]\int_a^{b} \sqrt{1+{|f(x)|}^2}\ dt= \int_a^{b} \sqrt{1+0}\ dt = b-a[/tex] !

Your speed is zero... but you travel some distance (b-a) ?
 
Last edited:
If s'(t) is the velocity function in one dimension, then:
The total distance traveled in the time interval from t1 to t2 is [itex]\displaystyle \int_{t_1}^{\,t_2}\,|s'(t)|\,dt\,.[/itex]

The displacement during the same interval is [itex]\displaystyle \int_{t_1}^{\,t_2}\,s'(t)\,dt=s(t_2)-s(t_1)\,.[/itex]