Kinematics : Average velocity problem

In summary, the car covers a total distance of ##d## with an average speed of ##1.5v##. This is calculated by finding the sum of an infinite geometric series and factoring out constants. The total time it takes to cover this distance is ##3v/2##.
  • #1
MatinSAR
597
182
Homework Statement
A car covers half of the road with an average velocity of v, 1/4 of the road with an average velocity of 2v, and 1/8 of the road with an average velocity of 4v, and so on until the end. Find it's average velocity over the entire path.
Relevant Equations
##v_{av-x}=\frac {Δx} {Δt}##
The car covers half of the road with an average velocity of v, so the elapsed time is equal to: ##t_1=\frac {d/2} {v}=\frac {d} {2v}##
And it covers 1/4 of the road with an average velocity of 2v, so the elapsed time is equal to: ##t_2=\frac {d/4} {2v}=\frac {d} {8v}##
Then it covers 1/8 of the road with an average velocity of 4v, so the elapsed time is equal to: ##t_3=\frac {d/8} {4v}=\frac {d} {32v}##
And until the end ...

##v_{av-x}= \frac {Δx} {Δt}=\frac {d/2+d/4+d/8+...} {d/2v+d/8v+d/32v+...}=\frac {v/2+v/4+v/8+...} {1/2+1/8+1/32+...}##
##v_{av-x}=v\frac {1/2+1/4+1/8+...} {1/2+1/8+1/32+...}=v\frac {1/2+1/8+1/32+...} {1/2+1/8+1/32+...}+v\frac {1/4+1/16+1/64+...} {1/2+1/8+1/32+...}=v+\frac {v} {2}(\frac {1/2+1/8+1/32+...} {1/2+1/8+1/32+...})=v+\frac {v} {2}=1.5v##

I think my answer is correct but i wanted to know if there is an easier answer.
 
Physics news on Phys.org
  • #2
What is the total distance?
What is the total time?
 
  • Like
Likes Steve4Physics, topsquark and MatinSAR
  • #3
Chestermiller said:
What is the total distance?
It's ##d## in my answer.
Chestermiller said:
What is the total time?
##d/2v + d/8v + d/32v + ...##
 
  • #4
MatinSAR said:
It's ##d## in my answer.

##d/2v + d/8v + d/32v + ...##
Do you know how to find the sum of an infinite geometric progression?
 
  • Like
Likes MatinSAR
  • #5
Chestermiller said:
Do you know how to find the sum of an infinite geometric progression?
I know but I wanted to find a simple answer to describe it to a school student.
##d/2v+d/8v+d/32v+... = \frac {d/2v} {1-1/4}=\frac {2d} {3v}##
 
  • #6
MatinSAR said:
I know but I wanted to find a simple answer to describe it to a school student.
##d/2v+d/8v+d/32v+... = \frac {d/2v} {1-1/4}=\frac {2d} {3v}##
This is a simple answer. It doesn't get much simpler than this.
 
  • Like
Likes MatinSAR
  • #7
MatinSAR said:
I know but I wanted to find a simple answer to describe it to a school student.
##d/2v+d/8v+d/32v+... = \frac {d/2v} {1-1/4}=\frac {2d} {3v}##
Just a quick point. If you have to go through this with a school student,, then before dealing with the actual problem, it will be worth establishing that the student knows how to sum an infinite geometric series. Get them to do one for you. And if necessary, explain.

Also, factoring-out constants can make things easier on the eye and more understandable, e.g.

##d/2v+d/8v+d/32v+…##

can be written as

##\frac dv (\frac 12 + \frac 18 + \frac 1{32} + ... )##
 
  • Like
Likes MatinSAR
  • #8
MatinSAR said:
I think my answer is correct but i wanted to know if there is an easier answer.
The average speed is total distance covered divided by the total time needed to cover that distance, ##\bar v=D/T##. The numerator is $$D=d\left(\frac{1}{2}+\frac{1}{4}+\frac{1}{8} +\dots~\right)=d(1)$$See section "First example" here about summing the series using subdivided squares.

The denominator is $$T=\frac{d}{2v}\left(1+\frac{1}{4}+\frac{1}{16}+\dots~\right)=\frac{d}{2v}\left(1+\frac{1}{3}\right).$$See section "Another example" also here about summing this series. Put it together.
 
  • Like
Likes MatinSAR and jim mcnamara
  • #9
Total distance D, time T.
After D/2, taking D/(2v), we have the same problem, but with a total remaining distance of D/2 and an initial speed of 2v. The time to complete that is therefore T/4.
T=D/(2v)+T/4.
3T=2D/v.
D/T=3v/2.
 
  • Like
Likes Steve4Physics, MatinSAR, PeroK and 1 other person
  • #10
Chestermiller said:
This is a simple answer. It doesn't get much simpler than this.
Thank you for your help and time.
Steve4Physics said:
Just a quick point. If you have to go through this with a school student,, then before dealing with the actual problem, it will be worth establishing that the student knows how to sum an infinite geometric series. Get them to do one for you. And if necessary, explain.

Also, factoring-out constants can make things easier on the eye and more understandable, e.g.

##d/2v+d/8v+d/32v+…##

can be written as

##\frac dv (\frac 12 + \frac 18 + \frac 1{32} + ... )##
True! Thank you for your time.
kuruman said:
The average speed is total distance covered divided by the total time needed to cover that distance, ##\bar v=D/T##. The numerator is $$D=d\left(\frac{1}{2}+\frac{1}{4}+\frac{1}{8} +\dots~\right)=d(1)$$See section "First example" here about summing the series using subdivided squares.

The denominator is $$T=\frac{d}{2v}\left(1+\frac{1}{4}+\frac{1}{16}+\dots~\right)=\frac{d}{2v}\left(1+\frac{1}{3}\right).$$See section "Another example" also here about summing this series. Put it together.
It helped a lot ... Thank you for your time.
haruspex said:
Total distance D, time T.
After D/2, taking D/(2v), we have the same problem, but with a total remaining distance of D/2 and an initial speed of 2v. The time to complete that is therefore T/4.
T=D/(2v)+T/4.
3T=2D/v.
D/T=3v/2.
Thank you for your creative answer. I appreciate your time.
 

Related to Kinematics : Average velocity problem

1. What is average velocity?

Average velocity is defined as the total displacement divided by the total time taken. It is a vector quantity, meaning it has both magnitude and direction.

2. How do you calculate average velocity?

To calculate average velocity, you use the formula: Average velocity = (Total displacement) / (Total time). Displacement is the straight-line distance between the initial and final positions, along with the direction.

3. What is the difference between average velocity and average speed?

Average velocity is a vector quantity that considers the direction of motion and is calculated as total displacement divided by total time. Average speed is a scalar quantity calculated as total distance traveled divided by total time, ignoring direction.

4. Can average velocity be zero?

Yes, average velocity can be zero if the total displacement is zero. This happens when an object returns to its starting point, making the initial and final positions the same.

5. How does average velocity differ in uniform and non-uniform motion?

In uniform motion, the average velocity is the same as the constant velocity of the object. In non-uniform motion, the average velocity is calculated over a time interval and may differ from the instantaneous velocities at various points within that interval.

Similar threads

  • Introductory Physics Homework Help
Replies
4
Views
266
  • Introductory Physics Homework Help
Replies
30
Views
951
  • Introductory Physics Homework Help
Replies
17
Views
624
  • Introductory Physics Homework Help
Replies
6
Views
983
  • Introductory Physics Homework Help
Replies
3
Views
1K
  • Introductory Physics Homework Help
Replies
5
Views
241
  • Introductory Physics Homework Help
Replies
13
Views
970
  • Introductory Physics Homework Help
Replies
23
Views
464
  • Introductory Physics Homework Help
Replies
2
Views
319
  • Introductory Physics Homework Help
Replies
20
Views
1K
Back
Top