New Reply

Position as a function of position?

 
Share Thread
Feb17-11, 11:34 AM   #1
 

Position as a function of position?


1. The problem statement, all variables and given/known data
Here's the problem:

Suppose the acceleration of a particle is a function of x, where a(x) = (1.8 s^-2)x.

a) If the velocity is zero when x = 1.0 m, what is the speed when x = 2.9 m?

b) How long does it take the particle to travel from x = 1.0 m to x = 2.9 m?

2. Relevant equations

a = dv/dt

v = dx/dt

3. The attempt at a solution

I managed to figure out how to do part a.

a = dv/dt

(dt/dx)a = (dv/dt)(dt/dx)

Since v = dx/dt, the above equation becomes

a(1/v) = dv/dx which becomes

a dx = v dv.

Integrating both sides gives you

v^2 = (1.8s^-2)(x^2) + C (s is seconds)

Since v = 0 when x = 1.0 meters, C = -(1.8s^-2)(m^2) (m is meters)

So the final function is v^2 = (1.8s^-2)(x^2) - (1.8s^-2)(m^2)

Plugging in x = 2.9 m, gives 3.65 m/s which is the correct answer.

I can't figure out part b. I tried using the same approach as in part a to find a "time function" :

v = dx/dt so

dt = (1/v) dx

However. when I integrate this, it doesn't give me the correct answer which is 1.29 s.
Can anyone please help me?
PhysOrg.com science news on PhysOrg.com

>> City-life changes blackbird personalities, study shows
>> Origins of 'The Hoff' crab revealed (w/ Video)
>> Older males make better fathers: Mature male beetles work harder, care less about female infidelity
Feb17-11, 11:55 AM   #2
 
Recognitions:
Homework Helper Homework Help
a dx = v dv.
Check the above integration.
You have obtained
v^2/2 = 1.8(s^2)(x - 1)
v = sqrt[2*1.8(s^2)(x - 1)]
dx/dt = sqrt[3.6(s^2)(x - 1)]
dt = dx/sqrt[3.6(s^2)(x - 1)]
Now you can find the integration.
Feb17-11, 12:26 PM   #3
 
To rl.bhat,

Shouldn't it be (x^2 - 1) instead of (x-1)? And I did the integration. It gives a natural log equation that doesn't give me the right answer
Feb17-11, 09:09 PM   #4
 
Recognitions:
Homework Helper Homework Help

Position as a function of position?


The integration adx = ax and integration of vdv = v^2/2. Now proceed.
Feb17-11, 10:27 PM   #5
 
Mentor
Quote by asap9993 View Post
To rl.bhat,

Shouldn't it be (x^2 - 1) instead of (x-1)? And I did the integration. It gives a natural log equation that doesn't give me the right answer
To asap9993

Yes, x2‒1

Also, It's v2 like you had, not v2/2.

Altering rl.bhat's solution with those changes gives:

√[1.8(s‒2)]dt = dx/√[(x2 - 1)]
Integrate to get t ≈ 1.287 s
Feb17-11, 11:19 PM   #6
 
Recognitions:
Homework Helper Homework Help
[QUOTE=SammyS;3143763]To asap9993

Yes, x2‒1

Also, It's v2 like you had, not v2/2.

QUOTE]
Integration of xn = x(n+1)/(n+1)
Feb17-11, 11:35 PM   #7
 
Mentor
In asap9993's equation, a dx = v dv, the quantity, a, is not a constant. a = kx, where k=1.8s‒1

So, upon integrating, asap9993 dropped the 2 in the denominator on both sides.

kx·dx = v·dv → kx2/2 + C/2 = v2/2

→ (1.8s‒1)x2 + C = v2 , which is what asap9993 had.
Feb17-11, 11:55 PM   #8
 
Recognitions:
Homework Helper Homework Help
OK. That is correct.
New Reply

Similar discussions for: Position as a function of position?
Thread Forum Replies
[matlab] I just want to plot a function that describes position as a function of time Math & Science Software 2
Is the Sun’s position in the Galaxy close to its predecessor’s position? General Astronomy 4
The position function from given velocity or acceleration function Calculus & Beyond Homework 3
Amount of work that is done to adjust the capacitor from position A to position B Introductory Physics Homework 2
Difference between the average position and the most likely position of a particle Advanced Physics Homework 91