Solving Word Problems: Velocity and Acceleration in s(t)=t2+tlnt Function

  • Thread starter Thread starter nyr
  • Start date Start date
  • Tags Tags
    Word problem
nyr
Messages
15
Reaction score
0
The function s(t)=t2+tlnt gives the position from time [1,e] find:

a. the velocity at time t
b. the acceleration at time t
c. describe the motion of the object: when is it moving forward or moving backward. also compute the total distance traveled during the interval
d. when is the object accelerating and when is it decellerating
------------------------------------------------------------

my work
s(t)=t2+tlnt
v(t)=2t+1+lnt
a(t)=2+(1/t)


Part a answer. v(t)=2(t)+1+lnt
part b answer a(t)=2+(1/t)

-------------------
Are my answers for a and b correct? And how would I find parts c and d.


Thank you!
 
Physics news on Phys.org
nyr said:
The function s(t)=t2+tlnt gives the position from time [1,e] find:

a. the velocity at time t
b. the acceleration at time t
c. describe the motion of the object: when is it moving forward or moving backward. also compute the total distance traveled during the interval
d. when is the object accelerating and when is it decellerating
------------------------------------------------------------

my work
s(t)=t2+tlnt
v(t)=2t+1+lnt
a(t)=2+(1/t)


Part a answer. v(t)=2(t)+1+lnt
part b answer a(t)=2+(1/t)

-------------------
Are my answers for a and b correct? And how would I find parts c and d.


Thank you!

a and b are fine.
For c, the object is moving forward when v(t) > 0, and backward when v(t) < 0.
For d, the object is accelerating when its acceleration is positive; i.e., when a(t) > 0. The object is decelerating when a(t) < 0. Keep the function's domain in mind when you answer these parts.
 
Mark44 said:
a and b are fine.
For c, the object is moving forward when v(t) > 0, and backward when v(t) < 0.
For d, the object is accelerating when its acceleration is positive; i.e., when a(t) > 0. The object is decelerating when a(t) < 0. Keep the function's domain in mind when you answer these parts.

2t+1+lnt>0 and 2t+1+lnt<0

Howw would you even solve that inequality?


2+(1/t)>0
1/t>-2
-1/2<t
So its accelerating at t>-1/2 and declerating at t<-1/2?
Would I even write when that since those numbers arent in the domain [1,e]?
 
nyr said:
2t+1+lnt>0 and 2t+1+lnt<0

Howw would you even solve that inequality?


2+(1/t)>0
1/t>-2
-1/2<t
So its accelerating at t>-1/2 and declerating at t<-1/2?
Would I even write when that since those numbers arent in the domain [1,e]?

Are numbers in [1,e] greater than -1/2 or less than -1/2?

RGV
 
So the answer for part d would be that the object accelerates between [1,e] but does not decelerate?can you show me how to do part c, I have no idea how to do that part
 
nyr said:
So the answer for part d would be that the object accelerates between [1,e] but does not decelerate?
Yes. There is no deceleration because acceleration >= on the interval [1, e].
nyr said:
can you show me how to do part c, I have no idea how to do that part
For c, you have v(t) = 2t + 1 + ln(t). You will not be able to solve the inequality 2t + 1 + ln(t) > 0, but since t ε [1, e], you should be able to determine the sign of the individual terms to say something about the sign of the sum of these terms.

For the other part of c, integrate the velocity over the interval [1, e] to get the total displacement.
 
Mark44 said:
Yes. There is no deceleration because acceleration >= on the interval [1, e].
For c, you have v(t) = 2t + 1 + ln(t). You will not be able to solve the inequality 2t + 1 + ln(t) > 0, but since t ε [1, e], you should be able to determine the sign of the individual terms to say something about the sign of the sum of these terms.

For the other part of c, integrate the velocity over the interval [1, e] to get the total displacement.

So the object is moving forward

s(1)=t2+tlnt
s(1)=1

s(e)=e2+elne
s(e)=10.1017

10.107-1=9.107

it goes 9.107 units foward??
 
nyr said:
So the object is moving forward

s(1)=t2+tlnt
s(1)=1

s(e)=e2+elne
s(e)=10.1017

10.107-1=9.107

it goes 9.107 units foward??
That's different from what I said, but both techniques produce the same result. The exact distance traveled is e2 + e - 1, which is approximately 10.107 units.
 
Mark44 said:
That's different from what I said, but both techniques produce the same result. The exact distance traveled is e2 + e - 1, which is approximately 10.107 units.

Alright thanks. WE haven't learned integration yet do I couldn't do it your way
 
Back
Top