Velocity, time, distance problem

  • Thread starter Thread starter muddyjch
  • Start date Start date
  • Tags Tags
    Time Velocity
muddyjch
Messages
15
Reaction score
0
Integration by parts velocity, time, distance problem

Homework Statement


A particle that moves along a straight line has velocity v(t) = t^2*e^(−2t)
meters per second after t seconds. How many meters will it travel during the first t seconds? This problem comes from an online homework covering sections on Substitution in indefinite integrals and integration by parts


Homework Equations





The Attempt at a Solution


It is just the integral right? s(t) = ∫ t^2 e^(-2t) dt

Let u = t^2 and dv = e^(-2t) dt
du = 2t dt and v = (-1/2) e^(-2t)

Integrating by parts, we have s(t) = (-1/2) e^(-2t) • t^2 - (1/2)(2) ∫ t e^(-2t) dt

Again, integrating by parts:

Let U = t dV = e^(-2t) dt
dU = dt V = (-1/2) e^(-2t)

s(t) = (-1/2) t^2 e^(-2t) - [(-1/2) t e^(-2t) - (-1/2) ∫ e^(-2t) dt] = (-1/2) t^2 e^(-2t) + (1/2) t e^(-2t) + (1/4) e^(-2t) = (-1/2) e^(-2t) ( t^2 - t + 1/2)

Do I plug in at t=0, s=0 to get my constant. That would give me C=.25, so s(t)= (-1/2)e^(-2t)*(t^2-t+1/2)+.25 but this is not the right answer?
 
Last edited:
Physics news on Phys.org


muddyjch said:

Homework Statement


A particle that moves along a straight line has velocity v(t) = t^2*e^(−2t)
meters per second after t seconds. How many meters will it travel during the first t seconds? This problem comes from an online homework covering sections on Substitution in indefinite integrals and integration by parts


Homework Equations





The Attempt at a Solution


It is just the integral right? s(t) = ∫ t^2 e^(-2t) dt

Let u = t^2 and dv = e^(-2t) dt
du = 2t dt and v = (-1/2) e^(-2t)

Integrating by parts, we have s(t) = (-1/2) e^(-2t) • t^2 - (1/2)(2) ∫ t e^(-2t) dt

Wrong sign on the second term. See if that fixes it.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top