Expressing velocity as a function of the distance (not time elapsed)

Click For Summary

Homework Help Overview

The discussion revolves around expressing the velocity of an 8 lb. object as a function of the distance traveled, rather than time. The object is subjected to a pulling force proportional to its distance from the starting point, with friction and air resistance also acting on it.

Discussion Character

  • Exploratory, Mathematical reasoning, Problem interpretation

Approaches and Questions Raised

  • The original poster attempts to derive the velocity as a function of time first, leading to a complex equation that they struggle to solve for velocity. They express concern that this approach may not be the most effective.
  • Another participant suggests rearranging the differential equation and using relationships between velocity, distance, and time to reformulate the problem.
  • There is a mention of a provided answer that prompts the original poster to reconsider their approach.

Discussion Status

Participants are actively exploring different methods to tackle the problem, with one suggesting a reformulation of the differential equation. There is an acknowledgment of the original poster's confusion and a collaborative effort to clarify the approach without reaching a definitive solution.

Contextual Notes

The original poster is constrained by the requirement to express velocity as a function of distance, which complicates the typical approach of using time as a variable. This constraint is central to the discussion.

Beez
Messages
32
Reaction score
0
Hi, I encountered the great difficulty solving the following question.
(The reason why its is hard is because I have to express the velocity as a function of the distance of the object has traveled in stead of as a function of the time elapsed.)

Starting from rest at t=0, an 8 lb. object is pulled along a surface with a force that is equal to twice the distance (in feet) of the object from its starting point x=0. The coefficient of sliding friction is 1/4.
The air resistance is numerically equal to one-eight the square of the velocity (in feet/second).
What is the velocity formula of the object as a function of the distance of the object has traveled?

So, weight = 8lb.
[tex]m=\frac{8}{32}=\frac{1}{4}[/tex]
[tex]Air Resistance = \frac{1}{8}v^2[/tex]
[tex]Friction = \frac{-1}{4}8 = -2[/tex]
Pulling force = 2x


First I tried to write the velocity formula as a function of the time elapsed. The I got

[tex]\frac{1}{4}\frac{dv}{dt}=2x - 2-\frac{1}{8}v^2[/tex]
[tex]2\frac{dv}{dt}=16x - 16-v^2[/tex]
[tex]\frac{dv}{v^2+16}=(-8x)dt[/tex]
Integrate, I had
[tex]-0.004363tan^-^1(0.25v)=8xt+C[/tex]
Applying the I.C., v(0)=0
c = 0
so, [tex]tan^-^1(0.25v)=\frac{-8xt}{0.004363}[/tex]
I don't know how to solve this equation for v from here.

Besides, the answer provided for this problem was [tex]v=\sqrt{16x-32+32e^-^x}[/tex]
which gives me the idea that my approach is off and should be a way to obtain the desired formula without obtaining the formula as a function of time elapsed first...

What is the best way to attack this problem?
 
Physics news on Phys.org
Beez said:
Hi, I encountered the great difficulty solving the following question.
(The reason why its is hard is because I have to express the velocity as a function of the distance of the object has traveled in stead of as a function of the time elapsed.)

Starting from rest at t=0, an 8 lb. object is pulled along a surface with a force that is equal to twice the distance (in feet) of the object from its starting point x=0. The coefficient of sliding friction is 1/4.
The air resistance is numerically equal to one-eight the square of the velocity (in feet/second).
What is the velocity formula of the object as a function of the distance of the object has traveled?

So, weight = 8lb.
[tex]m=\frac{8}{32}=\frac{1}{4}[/tex]
[tex]Air Resistance = \frac{1}{8}v^2[/tex]
[tex]Friction = \frac{-1}{4}8 = -2[/tex]
Pulling force = 2x


First I tried to write the velocity formula as a function of the time elapsed. The I got

[tex]\frac{1}{4}\frac{dv}{dt}=2x - 2-\frac{1}{8}v^2[/tex]
[tex]2\frac{dv}{dt}=16x - 16-v^2[/tex]
[tex]\frac{dv}{v^2+16}=(-8x)dt[/tex]
Integrate, I had
[tex]-0.004363tan^-^1(0.25v)=8xt+C[/tex]
Applying the I.C., v(0)=0
c = 0
so, [tex]tan^-^1(0.25v)=\frac{-8xt}{0.004363}[/tex]
I don't know how to solve this equation for v from here.

Besides, the answer provided for this problem was [tex]v=\sqrt{16x-32+32e^-^x}[/tex]
which gives me the idea that my approach is off and should be a way to obtain the desired formula without obtaining the formula as a function of time elapsed first...

What is the best way to attack this problem?
begin with your correct equation:

[tex]2\frac{dv}{dt} \ = \ 16x - 16-v^2[/tex]

rearrange terms:

[tex]\frac{dv}{dt} + \frac{v^2}{2} \ = \ 8x - 8[/tex]

then use:

[tex]\frac{dv}{dt} \ = \ \frac{dv}{dx} \cdot \frac{dx}{dt} \ = \ \frac{dv}{dx} \cdot v[/tex]

so that placing this result into the diff eq:

[tex]v\frac{dv}{dx} + \frac{v^2}{2} \ = \ 8x - 8[/tex]

or:

[tex]2v\frac{dv}{dx} + v^2 \ = \ 16x - 16[/tex]

[tex]\frac{d(v^{2})}{dx} + v^2 \ = \ 16x - 16[/tex]

now let y=v2 and solve for y(x) using standard techniques.
 
Last edited:
geosonel said:
begin with your correct equation:

[tex]2\frac{dv}{dt} \ = \ 16x - 16-v^2[/tex]

rearrange terms:

[tex]\frac{dv}{dt} + \frac{v^2}{2} \ = \ 8x - 8[/tex]

then use:

[tex]\frac{dv}{dt} \ = \ \frac{dv}{dx} \cdot \frac{dx}{dt} \ = \ \frac{dv}{dx} \cdot v[/tex]

so that placing this result into the diff eq:

[tex]v\frac{dv}{dx} + \frac{v^2}{2} \ = \ 8x - 8[/tex]

or:

[tex]2v\frac{dv}{dx} + v^2 \ = \ 16x - 16[/tex]

[tex]\frac{d(v^{2})}{dx} + v^2 \ = \ 16x - 16[/tex]

now let y=v2 and solve for y(x) using standard techniques.

this is correct

marlon
 
Thanks for helping me again geosonel. I got it!
 

Similar threads

  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 5 ·
Replies
5
Views
1K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
13
Views
2K
Replies
30
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K