Calculating Distance Traveled Using Velocity Function and Integration

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
3 replies · 2K views
FaraDazed
Messages
347
Reaction score
2

Homework Statement



if [itex]v = 8t - 3t^2[/itex] and the body is at P

find where the body is from P when t=3

The Attempt at a Solution



I am very new to calculus and have just been taught basics of differentiation and integration.

I know that when you integrate there is an arbitrary constant so I have go this far (below).

[itex]∫ ( v = 8t - 3t^2 ) dt = 4t^2 - t^3 + C[/itex]

I am not sure what to do with the constant, is it ignored and thus the answer is as below

[itex]s = 4t^2 - t^3[/itex]
[itex]s = (4 \times 9) - 27[/itex]
[itex]s = 36 - 27[/itex]
[itex]s = 9[/itex]metres ?

Or do I have to do something with the constant?
 
Last edited:
Physics news on Phys.org
FaraDazed said:

Homework Statement



if [itex]v = 8t - 3t^2[/itex] and the body is at P

find where the body is from P when t=3

The Attempt at a Solution



I am very new to calculus and have just been taught basics of differentiation and integration.

I know that when you integrate there is an arbitrary constant so I have go this far (below).

[itex]∫ ( v = 8t - 3t^2 ) dt = 4t^2 - t^3 + C[/itex]

I am not sure what to do with the constant, is it ignored and thus the answer is as below

[itex]s = 4t^2 - t^3[/itex]
[itex]s = (4 \times 9) - 27[/itex]
[itex]s = 36 - 27[/itex]
[itex]s = 9[/itex]metres ?

Or do I have to do something with the constant?

The distance traveled is s(t) - s(0), from which C drops out.

RGV
 
rock.freak667 said:
Normally at t=0, s=0 and v=0. So your constant C will work out to be 0. So what you did is correct.

Ray Vickson said:
The distance traveled is s(t) - s(0), from which C drops out.

RGV

OK thanks for the help :)