Deriving acceleration from velocity

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 15K views
uchicago2012
Messages
74
Reaction score
0

Homework Statement


An asteroid moves toward the sun along a straight line with a velocity given by v = -(c1+c2/x)½ , where x is the distance from the center of the sun. Use the chain rule for derivatives to show that the asteroid's acceleration is a = -c2 /2x2.

The Attempt at a Solution


I'm not sure what c1 and c2 are, I assumed constants, but just throwing that out there. I also assumed I was supposed to derive the velocity with respect to x in order to get the given acceleration. Unfortunately, I don't get the given acceleration. I suspect it is a simplification problem, or perhaps I've just forgotten how to do calculus.

v = -(c1 + c2/ x)1/2
dv/dt = -1/2(c1 + c2/ x)-1/2 * ((x-c1 +c2)/x2)
 
Physics news on Phys.org
uchicago2012 said:

Homework Statement


The Attempt at a Solution


I'm not sure what c1 and c2 are, I assumed constants

Yeah, exactly

uchicago2012 said:
I also assumed I was supposed to derive the velocity with respect to x in order to get the given acceleration.

Differentiate the velocity with respect to x. And yes, that is a necessary step, but that alone does not give you the acceleration.

A couple of things to note:

v is a function of x, which can be written v(x)
x is a function of time x(t).

Hence, the chain rule says:

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

As a first step, we need to calculate dv/dx (which you've attempted). Since the expression v(x) can itself be expressed as a compound function v(u(x)), you need to use the chain rule on that, meaning compute the derivative of the "outside function" v = -u1/2, and then multiply it by the derivative of the "inside function" (u(x) = c1 + c2/x). The derivative of the outside function, you already got:

-1/2(c1 + c2/x)-1/2

What's the derivative of the inside function? (You screwed this up)
Hints:

1. The derivative of a sum is the sum of the derivatives
2. The derivative of a constant is zero
 
Ah, calculus.

So I differentiated again and now the derivative of the velocity I got was:

c2/2x2 (c1 + c2/x)-1/2

I'm fairly certain that derivative is correct now. Isn't the derivative of velocity the acceleration? I don't understand the relation between the derivative of velocity that I got and the acceleration given.
 
I've thought about it further and I think I've only further confused myself.

cepheid said:
v is a function of x, which can be written v(x)
x is a function of time x(t).

which means I found dv/dx, which is decidedly not acceleration, since that is dv/dt, according to the definition

But v isn't a function of time and it's called a velocity, which is defined as dx/dt, so I'm confused on that part. Also, how is x a function of time? Do you just mean in general? Because time isn't mentioned in this problem, which confuses me.

I see how acceleration = dv/dt = dv/dx * dx/dt, according to the chain rule, but I'm not sure what to do with it. As far as I can tell, I've found the dv/dx part of the equation by differentiating the given equation with respect to x and I apparently need the dv/dt part for the acceleration, which would imply that I should then integrate the given equation to find x(of something unclear) but that integration is unhelpful.
 
uchicago2012 said:
which means I found dv/dx, which is decidedly not acceleration, since that is dv/dt, according to the definition

Yes

uchicago2012 said:
But v isn't a function of time and it's called a velocity, which is defined as dx/dt, so I'm confused on that part.

Velocity is a function of time here. You just aren't given the functional form (i.e. you don't know HOW it depends upon time, which doesn't matter, because you don't need to know that.)

Yes, v = dx/dt. What are you confused about specifically?

uchicago2012 said:
Also, how is x a function of time? Do you just mean in general? Because time isn't mentioned in this problem, which confuses me.

Well maybe time isn't mentioned explicitly, but the problem does say that the asteroid MOVES TOWARD THE SUN, which means that its position would depend upon when you look. Its position is changing with time. The point is, all of these quantities, x, v, and a, are functions of time, and you don't know ANY of these functions i.e. you don't know how any of those quantities depends upon time. But it doesn't matter, because you're given how velocity depends upon position, which means, with the help of the chain rule, you can express everything in terms of position as the independent variable. Observe:

a = dv/dt = dv/dx * dx/dt

Now, dx/dt is just v. And we know how v depends on x, v(x), because it is given in the problem. We also know dv/dx, since we computed it. Therefore, we know everything in terms of x, and we can write:

a(x) = dv/dx * v(x)

Our final answer is going to express how the acceleration of the asteroid depends upon its position.