How to find the Acceleration when Velocity depends on position?

AI Thread Summary
The discussion focuses on finding acceleration when velocity is defined as v = 1/x, with a specific interest in the moment when x = 4m. Participants suggest using the chain rule to derive acceleration, emphasizing that acceleration can be expressed as a function of position. A participant initially struggles with the calculus but eventually applies the chain rule correctly, leading to the conclusion that acceleration is a = 1/x^3, yielding a value of 1/256 m/s² at x = 4m. The conversation highlights the importance of differentiating with respect to time and clarifies misconceptions about the sign of acceleration in this context. Ultimately, the problem is resolved successfully.
zvjaginsevfan
Messages
10
Reaction score
0
Homework Statement
An object is moving through x-axis with velocity v = 1/x. Find the time elapsed and accelartion of the object at the moment when x = 4m.
Relevant Equations
v = 1/ x
This is a homework question from my friend, I found the time but a tough differential equation occurred when I was trying to find accelaration, is there a simple solution for this?
 
Physics news on Phys.org
Try finding ## a=\frac{dv}{dt} ## using the calculus chain rule. It is actually quite simple. ## \\ ## Edit: I also did it by solving the differential equation, but the first way is slightly easier.
 
Last edited:
zvjaginsevfan said:
Homework Statement: An object is moving through x-axis with velocity v = 1/x. Find the time elapsed and accelartion of the object at the moment when x = 4m.
Homework Equations: v = 1/ x

This is a homework question from my friend, I found the time but a tough differential equation occurred when I was trying to find accelaration, is there a simple solution for this?
Welcome to the PF. :smile:

Please show your best effort at working the problem. Once you show your work, we will be able to help you a lot more. Thanks.
 
  • Like
Likes Charles Link
Charles Link said:
Try finding ## a=\frac{dv}{dt} ## using the calculus chain rule. It is actually quite simple.
I used that formula. At the end I got dv = axdx, and as a also depends on x, I could not figure out how to find the a from here. Can you explain?
 
zvjaginsevfan said:
I used that formula. At the end I got dv = axdx, and as a also depends on x, I could not figure out how to find the a from here. Can you explain?
Please post your working. You started by differentiating v=1/x, yes?
 
  • Like
Likes Charles Link
haruspex said:
Please post your working. You started by differentiating v=1/x, yes?
I want to differentiate it w.r.t t but I think my calculus skills are rusty after holiday, so I went with this way:
1- dv/dx = dv/dt * dt / dx
2- v = 1/x
3-differentiating w.r.t x, dv/dx = -1/x^2 *dx
4- as dv/dt = a, I found -1/x^2*dx = a*dt/dx

-1/x^2*dx = a*dt/dx is where I stuck. I could not go further.
 
berkeman said:
Welcome to the PF. :smile:

Please show your best effort at working the problem. Once you show your work, we will be able to help you a lot more. Thanks.
1- dv/dx = dv/dt * dt / dx
2- v = 1/x
3-differentiating w.r.t x, dv/dx = -1/x^2 *dx
4- as dv/dt = a, I found -1/x^2*dx = a*dt/dx

-1/x^2*dx = a*dt/dx is where I stuck. I could not go further.
 
WhatsApp Image 2019-09-18 at 16.12.26.jpeg


Sorry for flood, but I also found something with chain rule, but it turns out accelaration is a positive number in my case, which is illogical as 1/x is a decreasing function.
 
zvjaginsevfan said:
dv/dx = dv/dt * dt / dx
No, that's differentiating wrt x. Just do it wrt t.
 
  • #10
haruspex said:
No, that's differentiating wrt x. Just do it wrt t.
I stated it above, I could not do it due to problem in retrieving calculus knowledge. It felt like 1/x is gone and there is 0 at the right side of the equation but probably it is not.
 
  • #11
zvjaginsevfan said:
I stated it above, I could not do it due to problem in retrieving calculus knowledge. It felt like 1/x is gone and there is 0 at the right side of the equation but probably it is not.
Just use the chain rule, remembering that x is a variable. ##\frac{dx}{dt}=v##.
 
  • #12
haruspex said:
Just use the chain rule, remembering that x is a variable. ##\frac{dx}{dt}=v##.
Four message above, there is an attached photo. I used chain rule and I used the equation you wrote but it turns out accelaration is a positive number in my case, which is illogical as 1/x is a decreasing function.
 
  • #13
zvjaginsevfan said:
Four message above, there is an attached photo. I used chain rule and I used the equation you wrote but it turns out accelaration is a positive number in my case, which is illogical as 1/x is a decreasing function.
In post #8, though it is somewhat fuzzy, I still read dv/dx on the left. Just do d/dt to both sides of v=1/x.
And please do not post algebra as images. It is against forum guidelines.
 
  • #14
haruspex said:
In post #8, though it is somewhat fuzzy, I still read dv/dx on the left. Just do d/dt to both sides of v=1/x.
And please do not post algebra as images. It is against forum guidelines.
So applying d/dt to both sides of v = 1/x
1- dv/dt = d/dt * x/x^2
2- a = dx/dt * 1/x ^2
3- a = v / x^2
4- a = 1/x^3
for x = 4, a is found 1/256 m/s^2 here. But shouldn't accelaration be negative, did I make a mistake in these steps?
 
  • #15
zvjaginsevfan said:
But shouldn't accelaration be negative, did I make a mistake in these steps?
Yes, right at the start. You can't differentiate f(x) by writing it as ##x\frac{f(x)}x## then just differentiating the leading x to get ##\frac{f(x)}x##.
What is the derivative wrt x of x-1?
 
  • #16
haruspex said:
Yes, right at the start.
What is the derivative wrt x of x-1?
It's -1/x^2 but you said you should do it wrt to t, am I missing something?
 
  • #17
zvjaginsevfan said:
It's -1/x^2 but you said you should do it wrt to t, am I missing something?
You are applying the chain rule. ##\frac{d}{dt}f(x)=\frac{dx}{dt}\frac{d}{dx}f(x)##.
 
  • #18
haruspex said:
You are applying the chain rule. ##\frac{d}{dt}f(x)=\frac{dx}{dt}\frac{d}{dx}f(x)##.
I finally solved it, thank you very much!
 
Back
Top