Scintillation said:
Homework Statement
Very simple problem. Derive the equation 1/2mv^2 for kinetic energy. Homework Equations
1/2mv2. The Attempt at a Solution
∫f(x) dx
∫ma dx
∫m (dv/dt) dx
m∫(dv/dt) dx
Now, here is where I get confused. Here is the supposed solution that I don't understand.
m∫(dx/dt)dv
m∫v dv
m (1/2v2) +c
=1/2mv2
Yet, this begs two questions.
1. Why am I able to move the derivative from (dv/dt)dx to (dx/dt)dv?
This is some important math that some physics textbooks gloss over, or explain by "abuse of notation" without proving it properly. We know that a = \frac{dv}{dt} Using the chain rule, we can write this as a = \frac{dv}{dx}\frac{dx}{dt}Notice, however, that dx/dt = v by definition. So the expression becomes a = v\frac{dv}{dx}Now notice that this last expression
looks like something that has been differentiated using the chain rule. In particular, if you define a function u(v) = ∫vdv, then the expression becomes a = \frac{du}{dv}\frac{dv}{dx}It looks like the chain rule has been used to differentiate u(v) with respect to x. So we can REVERSE the chain rule and writea = \frac{d}{dx}[u(v)] = \frac{d}{dx}\left(\int v\,dv\right) With this in mind, the derivation becomes:W = m\int a(x)\,dx= m\int v \frac{dv}{dx}\,dx = m\int \frac{d}{dx}\left(\int v\,dv\right)\,dx At this point the integration and differentiation with respect to x cancel each other out, and we are left with: W = m\int v\,dvThis idea of
reversing the chain rule is the key thing that allowed us to derive the property of integrals that we used, namely that \int v\frac{dv}{dx}dx = \int v\,dvMost physics textbooks just explain this by "abusing" the notation i.e. by saying that you can "cancel" the dx's," in spite of the fact that the dx's are not supposed to be regarded as numbers/quantities.
Scintillation said:
2. I don't understand the concept. Why is the work done (well, after considering Kf=ki + w) equivalent to the intergral of a force with respect to time? I don't really understand this concept. Can anyone explain this to me?
I think you meant to ask, why is work equal to the integral of force with respect to
distance, not time. In any case, yes I can explain this to you.But first, let's address this:
Scintillation said:
For example, the following equation for a spring.
kx is the force of a spring, so to find the work done by a spring, we do:
k ∫x dx
k(1/2x2)
= 1/2kx2 - 1/2kx2
Of course, this is the familiar equation for work done by a spring. But wouldn't we need to multiply this equation by x (to get F*d), so actually 1/2kx3?
NO. The thing you must realize and get used to is that work is
NOT equal to force*distance
in general. The
most general definition of work (i.e. the equation that is
always true in all (1D) situations) is W \equiv \int F(x)\,dx. WHY is this true? Well, one could argue that it is just the
definition of work. But I can give you some
motivation for this definition, which I think is what you want. Let's say that an object moves in 1D from initial position x
1 to final position x
2. Let's say also that the force acting on this object
varies continuously along the path. I.e. the force is not constant, but rather it is a
function of position: F(x). It should be pretty clear to you that you cannot compute the work done in going from x
1 to x
2 simply by multiplying the applied force by the total distance traveled (x
2 - x
1). The problem is that the force
varies continuously over this interval, so which value of the force would you use in the product? How can we solve this problem? Well, one thing we could do would be to consider a very small distance interval \Delta x_i = x_{i+1} - x_i along the path (x
i+1 and x
i are two points along the path that are fairly close to each other). We'll break up the total distance into "N" such sub-intervals, so that the interval size \Delta x_i = (x_2 - x_1)/N. Let's say this interval size is small enough that we can
pretend that the force is
roughly constant over this short sub-interval, and that it is just equal to F(x_i) So the little bit of work done during each interval could be approximated as W_i = F(x_i) \Delta x_iTo get the total work done in going from x
1 to x
2 then, we'd just take the sum of all of these little bits of work that are done in each of the sub-intervals that we've broken the path up into:W = \sum_i W_i = \sum_i F(x_i)\Delta x_iNow, obviously this is only an
approximation to the true work done over the interval. It has some error, because we pretended that the force was constant over each of the little intervals Δx
i, when in reality the force varies
continuously with x. However, you can make the approximation better by making the intervals smaller (and having more of them). In fact, you can make the approximation
arbitrarily close to the true value by making the size of the intervals arbitrarily small (and the number of intervals "N" arbitrarily large). In other words, the true value of the work done is equal to the
limit of this sum as the interval size Δx
i goes to 0:W = \lim_{\Delta x_i\to 0}~\sum_i F(x_i)\Delta x_i = \lim_{N \to \infty}~\sum_{i=0}^N F(x_i) \left(\frac{x_2 - x_1}{N}\right) You should recognize this last expression. It's just the definition of the definite integral \int_{x_1}^{x_2} F(x)\,dxSo
that's why work, in general, is equal to the integral of force with respect to distance. I should note that the physicist's sloppy "abuse of notation" way of explaining this is to say that the infinitesimal bit of work dW done over the infinitesimal distance interval dx is given by dW = F(x)dx, and hence the total work done over the path is just W = ∫dW = ∫F(x)dx. I think that the way I did it above is more rigourous, because the concept of a "limit" is something that is mathematically well-defined, whereas the concept of an "infinitesimally-small" quantity is not clearly-defined (at least not at the level of introductory calculus). Nevertheless, you'll encounter the abuse of notation all over the place, and it will give you the right answer.
You'll note that I said that work is not equal to force*distance in
general. But we can
derive this result from the more general definition for the
special case where the force is a constant i.e. F(x) = F = const.:W = \int_{x_i}^{x_f} F(x)\,dx = F\int_{x_i}^{x_f}\,dx = F(x_f - x_i) = F\Delta xSo that's where "work = force*distance" comes from. It's ONLY true in the
special case where the force is constant, whereas the integral definition is true in
general.