Can someone explain this?
If
#a=(dv)/(dt)#
Then
#dv=adt#
#dv=int(a)dt#
Why does #adt# turn into an integral. I really don't get this.
If
Then
Why does
3 Answers
Hence,
Explanation:
This equation is most likely derived from kinematics, where
Therefore, acceleration is the velocity differentiated.
To find velocity, just integrate velocity differentiated.
Hence, acceleration is velocity integrated.
For example
Let acceleration follow the formula:
Hence,
To find velocity,
*As Steve M pointed out, a derivative should not be taken lightly as a fraction, despite it behaving like a fraction under Leibniz notation, as it is an operation.
It is the process of separation of variables, but you must do the same thing on the left and right sides.
Acceleration is just how the velocity changes over time,
#(Deltavecv)/(Deltat) = veca#
and if we examine such a change as
#(dvecv)/(dt) = veca#
#dvecv = vecadt#
Integrating the right side with respect to time and the left side with respect to velocity states,
#int_(v_0)^(v_f) dvecv = int_(t_1)^(t_2)vecadt#
If the acceleration is an average acceleration, and we set
#v_f - v_0 = baraint_(0)^(t)dt#
#color(blue)(v_f = v_0 + barat)#
Suppose
Instead, we would have (with
#int_(v_0)^(v_f) dvecv = -int_(0)^(t)tdt#
#v_f - v_0 = -t^2/2#
#=> color(blue)(v_f = v_0 - t^2/2)#
A more formal explanation is to investigate some fundamentals of calculus: What the derivative is, and what it represents, how to undo the process of differentiation and its relationship to integration.
Recall the fundamentals of differential calculus, where we solve the general problem of finding the gradient of the tangent to a curve
# f'(x) = lim_(h rarr 0) (f(x+h)-f(x))/h #
We often use the notation,
# f'(x) = dy/dx #
Where
The slope of the tangent is critically important as it tells us how quickly the function is changing. ie it tells us the rate of change of the function.
Next, we examine the fundamentals of integral calculus , where we solve the problem of calculating the exact area
# A(a,b) = 1/(b-a) lim_(Delta x_i rarr 0) sum_(i=1)^n f(x_i) Delta x_i #
And we more concisely write this sum using the notation:
# A(a,b) = int_a^b \ f(x) \ dx #
Where
Note that the use of the symbol
Then, we can show using the Fundamental Theorem of Calculus, that (rather surprisingly) there is a relationship between these two process, and in fact for some function
# int_a^b \ f'(t) \ dt = f(b) - f(a) #
In other words the process of integration "undoes" the process of differentiation.
So returning to the initial question we are asked to explain why
# a = (dv)/dt iff v = int \ a \ dt#
Here, acceleration
# a = (dv)/dt# , or#v'(t) = a#
And then to get the velocity function, we must "undo" the process of differentiation, so we apply the integral operator to get:
# int \ v'(t) \ dt = int \ a \ dt #
And again using our results from the Fundamental Theorem of Calculus
# v(t) = int \ a \ dt + C #
Knowing that the process works, we often become rather lax with the notation (especially in the sciences, and we often write:
# (dv)/(dt) = a #
And so:
# dv = a \ dt #
But, really this is lazy shorthand for:
# v = int \ a \ dt #