Definite integral and constants

Click For Summary

Homework Help Overview

The discussion revolves around the concepts of definite and indefinite integrals in the context of kinematics, specifically relating acceleration, velocity, and the constants of integration involved in these calculations.

Discussion Character

  • Conceptual clarification, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants explore the relationship between definite and indefinite integrals, questioning why a constant of integration appears in some contexts and not in others. There is confusion regarding the cancellation of constants when moving from indefinite to definite integrals.

Discussion Status

Some participants have provided insights into the equivalence of using definite and indefinite integrals, while others express confusion about the implications of constants of integration. The conversation is ongoing, with multiple interpretations being explored.

Contextual Notes

Participants are discussing the implications of initial conditions and how they affect the constants in integration, particularly in the context of deriving velocity from acceleration. There is acknowledgment of the need for clarity regarding the use of definite versus indefinite integrals in various scenarios.

Chemist@
Messages
115
Reaction score
1

Homework Statement


If acceleration=dV/dt, V=def.integal from t1 to t2 of a*dt,=at+C. At t=0, C=V0. Why do we have a constant C, as a definite integral was calculated. Won't C2 and C1 cancel out?

Homework Equations


Definite integral from x1 to x2 of dx is x2-x1 without any constant, right?

The Attempt at a Solution


I am really confused.
 
Physics news on Phys.org
The answer to a definite integral is a definite number and, yes, the constant of integration cancels out. Only the answer to an indefinite integral contains a constant of integration.
The point is, in deriving the kinematical equations, there are two equivalent ways. Taking definite integrals or taking indefinite integrals and giving the constants appropriate values. There is no difference, they're the same thing.
 
If ##a(t)## is the acceleration at time ##t##, the velocity at time ##T## is
[tex]V(T) = V_0 + \int_{t=0}^T a(t) \, dt,[/tex]
Note that ##\int_0^0 a(t) \, dt = 0##, so ##V_0## is the initial "starting" velocity; it may or may not be zero. For example, if you throw a ball upwards, ##V_0## is the ball's speed just when it leaves your hand.
 
How did you arrive at that equation from the one I posted?

Shyan: "Taking definite integrals or taking indefinite integrals and giving the constants appropriate values."
How does taking a definite integral give constant an appropriate value?
 
Hello Chemist,

Lets say the velocity function is given as in graph.png (replace f(x) with v and x represents time, ignore negative x).
##
v = 5x^3 + 3
##
The acceleration function is differentiation of the velocity function as shown in graph(1).png
##
a = 15x^2
##
Now let's go in reverse. Say you are given the acceleration function ##a = 15x^2 ## how will you find the velocity function?
using integration of course.

##
v = \int a \, dx = \int 15x^2 \, dx = 5x^3
##

do you notice that the above velocity function is missing something (i.e. +3) we want our velocity function to be ## v = 5x^3 + 3## but if we derive the velocity function from acceleration function we cannot know what the constant will be so we just add an unknown c. so it should be ## v = 5x^3 + c ##

The constant c can be calculated from knowing initial conditions of the velocity function. e.g. if the question says, at time = 0 (i.e. x = 0) v was 3 then by substituting these values into the above equation (## v = 5x^3 + c ##) you will calculate c as 3 (## c = 3 - 5(0)^3 ##).

what we just performed is indefinite integral (without any boundary to integrate like x1 to x2 ).

Now let's say, given the velocity function can we find the distance traveled in-between any point in time? e.g. from x = 0.2 to 0.5
## v = 5x^3 + 3 ## first we integrate and we will get the distance function, graph(2).png ## d = \frac{5}{4}x^4 + 3x ## then find the difference in distance (i.e. d(0.5) - d(0.2)) for x = 0.5 and x = 0.2. notice I did not add +c in the above ## d = \frac{5}{4}x^4 + 3x ## equation because when I subtract d(0.5) - d(0.2) the c will cancel out as it remains unaltered by x. graph(2).png has c = 0 because of the initial condition d = 0 for x = 0.

when you integrate between two points you get the area under the curve between the two points. When the velocity function was integrated it gave the distance traveled by an object between two points although the velocity was changing instantaneously.

Graphs plotted with
http://rechneronline.de/function-graphs/
 

Attachments

  • graph.png
    graph.png
    2.1 KB · Views: 509
  • graph (1).png
    graph (1).png
    2.1 KB · Views: 495
  • graph (2).png
    graph (2).png
    2.8 KB · Views: 517
Chemist@ said:
How did you arrive at that equation from the one I posted?

Shyan: "Taking definite integrals or taking indefinite integrals and giving the constants appropriate values."
How does taking a definite integral give constant an appropriate value?
Oh...Sorry. That was wrong! I got confused myself!
What we actually do, is taking an indefinite integral and so we will have some integration constants. The only point is that, we give those integration constants, proper interpretations in terms of initial values of different quantities.
 
Chemist@ said:
How did you arrive at that equation from the one I posted?

Shyan: "Taking definite integrals or taking indefinite integrals and giving the constants appropriate values."
How does taking a definite integral give constant an appropriate value?

Which message are you responding to? Please use the "quote" button, which helps to keep things straight.
 
PcumP_Ravenclaw said:
Hello Chemist,

Lets say the velocity function is given as in graph.png (replace f(x) with v and x represents time, ignore negative x).
##
v = 5x^3 + 3
##
The acceleration function is differentiation of the velocity function as shown in graph(1).png
##
a = 15x^2
##
Now let's go in reverse. Say you are given the acceleration function ##a = 15x^2 ## how will you find the velocity function?
using integration of course.

##
v = \int a \, dx = \int 15x^2 \, dx = 5x^3
##

do you notice that the above velocity function is missing something (i.e. +3) we want our velocity function to be ## v = 5x^3 + 3## but if we derive the velocity function from acceleration function we cannot know what the constant will be so we just add an unknown c. so it should be ## v = 5x^3 + c ##

The constant c can be calculated from knowing initial conditions of the velocity function. e.g. if the question says, at time = 0 (i.e. x = 0) v was 3 then by substituting these values into the above equation (## v = 5x^3 + c ##) you will calculate c as 3 (## c = 3 - 5(0)^3 ##).

what we just performed is indefinite integral (without any boundary to integrate like x1 to x2 ).

Now let's say, given the velocity function can we find the distance traveled in-between any point in time? e.g. from x = 0.2 to 0.5
## v = 5x^3 + 3 ## first we integrate and we will get the distance function, graph(2).png ## d = \frac{5}{4}x^4 + 3x ## then find the difference in distance (i.e. d(0.5) - d(0.2)) for x = 0.5 and x = 0.2. notice I did not add +c in the above ## d = \frac{5}{4}x^4 + 3x ## equation because when I subtract d(0.5) - d(0.2) the c will cancel out as it remains unaltered by x. graph(2).png has c = 0 because of the initial condition d = 0 for x = 0.

when you integrate between two points you get the area under the curve between the two points. When the velocity function was integrated it gave the distance traveled by an object between two points although the velocity was changing instantaneously.

Graphs plotted with
http://rechneronline.de/function-graphs/
Okay, so an indefinite integral should be used in the case I wrote.
 
Chemist@ said:
Okay, so an indefinite integral should be used in the case I wrote.

Yes use indefinite integral if you are deriving the velocity function (add +c to it) from acceleration function. if you want to calculate the difference in velocity between two points in time use definite integral which cancels out the constant c.
 
Last edited by a moderator:

Similar threads

  • · Replies 22 ·
Replies
22
Views
3K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 14 ·
Replies
14
Views
4K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 13 ·
Replies
13
Views
6K
Replies
3
Views
2K