Limiting Value of a Vector Function

Click For Summary

Homework Help Overview

The problem involves finding the limiting value of the speed of a particle described by a position vector as time approaches positive infinity. The position vector is given in terms of the variable t, incorporating exponential and trigonometric functions.

Discussion Character

  • Exploratory, Assumption checking, Mathematical reasoning

Approaches and Questions Raised

  • Participants discuss evaluating the limits of the components of the position vector and the velocity vector. There is uncertainty about whether to calculate limits for the position or velocity vector to find speed. Some participants suggest calculating the magnitude of the velocity vector instead.

Discussion Status

Participants are exploring different interpretations of the problem, particularly regarding the limits of the trigonometric components and the implications of the position vector's behavior as t approaches infinity. Guidance has been offered on calculating the speed and using trigonometric identities, but no consensus has been reached on the final approach.

Contextual Notes

There is a noted confusion regarding the limits of oscillating functions (sine and cosine) and their contributions to the overall limit of the speed. Participants are also considering the implications of the exponential decay terms as t approaches infinity.

Sirsh
Messages
262
Reaction score
10

Homework Statement


The position vector of a particle is given in the terms of t, by,
s = (e-t+3*cos(2t)i+2tj+(e-t+3*sin(2t)k)

Find the limiting value of speed when t approaches positive infinity. The answer says "s = ..."

The Attempt at a Solution


I have evaluated the limits of all the components of this vector function individually:
e-t = 0
3*cos(2t) = -3 to 3
2t = positive infinity
3*sin(2t) = -3 to 3.

I know that the magnitude of the velocity vector is equal to the speed of the particle, so I'm not sure if i should have done the limits on the velocity vector that i found by differentiating the position vector? but the answer is in the form of "s = ..."

Any help would be appreciated, Thanks!
 
Physics news on Phys.org
Sirsh said:
The answer says "s = ..."
That can be a typo because if the magnitude of the particle's position vector has a limit then it means the particle is gradually coming to a stop (which is clearly not judging from ##\mathbf{s}(t)##). You should instead calculate the magnitude of the velocity vector.
 
blue_leaf77 said:
That can be a typo because if the magnitude of the particle's position vector has a limit then it means the particle is gradually coming to a stop (which is clearly not judging from ##\mathbf{s}(t)##). You should instead calculate the magnitude of the velocity vector.

This is the view of the question that I've got:
157fbjc.png


I'm not sure how I would go about calculating the magnitude of the velocity vector, given all I have is t approaching infinity. Given that this is the form of the velocity vector function:

v = ds/dt = (-e-t-6*sin(2t)i+2j+(-e-t+6*cos(2t)k)

If I were to do the limits of each component and then do the magnitude of that it'd make sense, but the limits of the cosine and sine fluctuate :eek::eek:
 
Sirsh said:
This is the view of the question that I've got:
157fbjc.png


I'm not sure how I would go about calculating the magnitude of the velocity vector, given all I have is t approaching infinity. Given that this is the form of the velocity vector function:

v = ds/dt = (-e-t-6*sin(2t)i+2j+(-e-t+6*cos(2t)k)

If I were to do the limits of each component and then do the magnitude of that it'd make sense, but the limits of the cosine and sine fluctuate :eek::eek:

The velocity vector does not have a limit, as you say. The SPEED (which is NOT a vector) does. Write down an expression for the speed and find it's limit.
 
Sirsh said:
If I were to do the limits of each component and then do the magnitude of that it'd make sense, but the limits of the cosine and sine fluctuate :eek::eek:
Like Dick says, first calculate ##|\mathbf{v}|##, then find its limit as ##t## approaches infinity.
 
Dick said:
The velocity vector does not have a limit, as you say. The SPEED (which is NOT a vector) does. Write down an expression for the speed and find it's limit.

blue_leaf77 said:
Like Dick says, first calculate ##|\mathbf{v}|##, then find its limit as ##t## approaches infinity.

Here is my attempt at interpreting what you guys have told me thus far:

s = (e-t+3*cos(2t)i+2tj+(e-t+3*sin(2t)k)
v = ds/dt = (-e-t-6*sin(2t)i+2j-(e-t+6*cos(2t)k)

Speed = length/magnitude of velocity vector, v:

|v| = √((-e-t-6*sin(2t))2+(2)2+(-e-t+6*cos(2t))2)

lim t → ∞ √((-e-t-6*sin(2t))2+(2)2+(-e-t+6*cos(2t))2)

-e^-t = 0
-6*sin(2t) = -6 to 6
2 = 2
6*cos(2t) = -6 to 6

I get to here but am unsure how to interpret the '-6 to 6' limits for the trig functions? I'm assuming if I can evaluate each part of the limit of |v| then I'll be able to get a scalar number from it.
 
Sirsh said:
lim t → ∞ √((-e-t-6*sin(2t))2+(2)2+(-e-t+6*cos(2t))2)
In order to compute the limit easier, simplify the above equation by expanding the squares and then employ a trigonometric identity.
 
blue_leaf77 said:
In order to compute the limit easier, simplify the above equation by expanding the squares and then employ a trigonometric identity.

So by expanding the squares I have:

|v| = (-e^-2t-36*sin^2(2t))+(2^2)+(-e^-2t+36*cos^2(2t))^(0.5)

Limits for t approaching infinity:
-e^-2t = 0
-36*sin^2(2t) = 0 to 36
2^2 = 4
36*cos^2(2t) = 0 to 36

Still not sure if this is the correct way to evaluate this?
 
Sirsh said:
Still not sure if this is the correct way to evaluate this?
Not so correct, you missed some terms as well as problem with signs. Let me ask you, how do you expand ##(a+b)^2##?
 
  • #10
blue_leaf77 said:
Not so correct, you missed some terms as well as problem with signs. Let me ask you, how do you expand ##(a+b)^2##?

Ah! My mistake, trying to reply as I woke up lol.

|v| = (-e^-t-6*sin(2t))^2+(2)^2+(-e^-t+6*cos(2t))^2)^(0.5)
Doing the expansion
(-e^-t-6*sin(2t))(-e^-t-6*sin(2t)+4+(-e^-t+6*cos(2t))(-e^-t+6*cos(2t))
=> (e^-2t+6*e^-t*sin(2t)+6*e^-t*sin(2t)+36*sin^2(2t)+4+(e^-2t-6*e^-t*cos(2t)-6*e^-t*cos(2t)+36*cos^2(2t))
=> e^-2t+12*e^-t*sin(2t)+36*sin^2(2t)+4+e^-2t-12*e^-t*cos(2t)+36*cos^2(2t))

Would this be the correct way of expanding the equation? I'm not that familiar with trigonometric identities but I'm thinking that the terms cos^2 and sin^2 may have another form?
 
  • #11
Sirsh said:
I'm thinking that the terms cos^2 and sin^2 may have another form?
Yes they do, take a look at this.
Sirsh said:
I'm not that familiar with trigonometric identities
Then you should familiarize yourself.
 
  • #12
blue_leaf77 said:
Yes they do, take a look at this.

e^-2t+12*e^-t*sin(2t)+36*sin^2(2t)+4+e^-2t-12*e^-t*cos(2t)+36*cos^2(2t))

=> 2e^-2t+12e^-t*sin(2t)+4-12*e^-t*cos(2t)+36*(sin^2(2t)+cos^2(2t))
=> 2e^-2t+12e^-t*(sin(2t)-cos(2t))+4+36

Lim t->infinity of 2e^-2t+12e^-t*(sin(2t)-cos(2t))+4+36

limit of any e^-2t function is 0
Therefore,
the limit of the expansion is equal to 4+36 = 40

Hence, |v| = √(40).

Does this seem like the correct usage of the trigonometric identities? I'm not sure if there would be any use (if it is possible) to simplify the sin(2t)-cos(2t) given that the limit of e^-t is zero anyway.
 
  • #13
Sirsh said:
e^-2t+12*e^-t*sin(2t)+36*sin^2(2t)+4+e^-2t-12*e^-t*cos(2t)+36*cos^2(2t))

=> 2e^-2t+12e^-t*sin(2t)+4-12*e^-t*cos(2t)+36*(sin^2(2t)+cos^2(2t))
=> 2e^-2t+12e^-t*(sin(2t)-cos(2t))+4+36

Lim t->infinity of 2e^-2t+12e^-t*(sin(2t)-cos(2t))+4+36

limit of any e^-2t function is 0
Therefore,
the limit of the expansion is equal to 4+36 = 40

Hence, |v| = √(40).

Does this seem like the correct usage of the trigonometric identities? I'm not sure if there would be any use (if it is possible) to simplify the sin(2t)-cos(2t) given that the limit of e^-t is zero anyway.

Yes, that looks ok.
 
  • #14
Sirsh said:
I'm not sure if there would be any use (if it is possible) to simplify the sin(2t)-cos(2t) given that the limit of e^-t is zero anyway.
No, that's fine. As you know, there is no point simplifying these terms as they go to zero.
 

Similar threads

  • · Replies 11 ·
Replies
11
Views
3K
Replies
3
Views
2K
Replies
8
Views
3K
  • · Replies 20 ·
Replies
20
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
3
Views
1K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K