When will the acceleration of a particle be zero?

Click For Summary

Homework Help Overview

The discussion revolves around determining when the acceleration of a particle is zero, given its velocity components in parametric form: vx=12t²-5t and vy=15t³-6t. Participants express confusion regarding the assessment of acceleration from these velocity equations and question the appropriate methods to derive acceleration at a specific time.

Discussion Character

  • Exploratory, Assumption checking, Mathematical reasoning

Approaches and Questions Raised

  • Some participants attempt to use the second derivative of the velocity equations to find acceleration, while others suggest taking the first derivatives of the velocity components directly to find ax and ay. There are questions about the validity of the initial approach and whether it leads to the correct understanding of the problem.

Discussion Status

Participants are exploring different methods to find when acceleration is zero, with some suggesting that both components of acceleration must be zero simultaneously. There is recognition that the initial attempts may not have been the most effective, and some guidance has been offered regarding the correct approach to take.

Contextual Notes

Participants note that the problem is presented in parametric form, which adds to the complexity of determining acceleration. There is also mention of the potential for the answer to be that acceleration is never zero, although the reasoning behind this conclusion remains under discussion.

Quantum Singularity
Messages
8
Reaction score
1

Homework Statement


So I am studying for my finals at the moment, and I came across a problem that I am not really sure how to assess. I am given that the velocity of a particle is determined by vx=12t2-5t, vy=15t3-6t. It wants me to find when the acceleration of the particle will be zero at time t. Because the equation is in parametric form, I am kind of confused by it, and am unsure of what I am supposed to use to determine the acceleration at a given time. The answer will also be never, but I am unsure how that is determined.

Homework Equations


I thought maybe because acceleration is determined from the derivative of velocity, use (dy/dt)/(dx/dt) but after researching a little bit, I found the equation:
||a||=√((d2x/dt2)2+(d2y/dt2)2)

The Attempt at a Solution


So using the second equation:
||a||=√(242+(90t)2)
0=√(576+8100t2)
0=576+8100t2
-576/8100=t2
√(-576/8100)=t
So this would seem like it is the correct way to assess the problem, considering t doesn't exist for a=0. Did I do this right? Or is there another way to do it? If so, what is the correct equation(s) to use?
 
Physics news on Phys.org
Quantum Singularity said:

Homework Statement


So I am studying for my finals at the moment, and I came across a problem that I am not really sure how to assess. I am given that the velocity of a particle is determined by vx=12t2-5t, vy=15t3-6t. It wants me to find when the acceleration of the particle will be zero at time t. Because the equation is in parametric form, I am kind of confused by it, and am unsure of what I am supposed to use to determine the acceleration at a given time. The answer will also be never, but I am unsure how that is determined.

Homework Equations


I thought maybe because acceleration is determined from the derivative of velocity, use (dy/dt)/(dx/dt) but after researching a little bit, I found the equation:
||a||=√((d2x/dt2)2+(d2y/dt2)2)

The Attempt at a Solution


So using the second equation:
||a||=√(242+(90t)2)
0=√(576+8100t2)
0=576+8100t2
-576/8100=t2
√(-576/8100)=t
So this would seem like it is the correct way to assess the problem, considering t doesn't exist for a=0. Did I do this right? Or is there another way to do it? If so, what is the correct equation(s) to use?
Welcome to the PF.

That doesn't look right to me. You are given the equations for the x and y components of velocity, so to find the respective accelerations, you just take the time derivative of each component. That gives you ax and ay, and presumably both of those have to be zero at the same time to give you an overall zero acceleration at a time t.
 
  • Like
Likes   Reactions: Quantum Singularity
Quantum Singularity said:

Homework Statement


So I am studying for my finals at the moment, and I came across a problem that I am not really sure how to assess. I am given that the velocity of a particle is determined by vx=12t2-5t, vy=15t3-6t. It wants me to find when the acceleration of the particle will be zero at time t. Because the equation is in parametric form, I am kind of confused by it, and am unsure of what I am supposed to use to determine the acceleration at a given time. The answer will also be never, but I am unsure how that is determined.

Homework Equations


I thought maybe because acceleration is determined from the derivative of velocity, use (dy/dt)/(dx/dt) but after researching a little bit, I found the equation:
||a||=√((d2x/dt2)2+(d2y/dt2)2)

The Attempt at a Solution


So using the second equation:
||a||=√(242+(90t)2)
0=√(576+8100t2)
0=576+8100t2
-576/8100=t2
√(-576/8100)=t
So this would seem like it is the correct way to assess the problem, considering t doesn't exist for a=0. Did I do this right? Or is there another way to do it? If so, what is the correct equation(s) to use?
Watch out, you have to take a first derivative of the expressions they give since what they give are the components of the velocity. Another way of doing it is to simply find ##a_x## and ##a_y## separately and find the time(s) at which each is zero. If there is a common value of t at which they are both are zero, that's answer.
 
  • Like
Likes   Reactions: Quantum Singularity and berkeman
nrqed said:
Watch out, you have to take a first derivative of the expressions they give since what they give are the components of the velocity. Another way of doing it is to simply find ##a_x## and ##a_y## separately and find the time(s) at which each is zero. If there is a common value of t at which they are both are zero, that's answer.
So then:
ax=24t-5
ay=45t-6
set them equal to 0:
ax=0
0=24t-5
5=24t
5/24=t
ay=0
0=45t-6
6=45t
6/45=t
They aren't equal, so the acceleration is never 0.
That makes a lot more sense then what I was doing. Thank you!
 
  • Like
Likes   Reactions: berkeman
Quantum Singularity said:

Homework Statement


So I am studying for my finals at the moment, and I came across a problem that I am not really sure how to assess. I am given that the velocity of a particle is determined by vx=12t2-5t, vy=15t3-6t. It wants me to find when the acceleration of the particle will be zero at time t. Because the equation is in parametric form, I am kind of confused by it, and am unsure of what I am supposed to use to determine the acceleration at a given time. The answer will also be never, but I am unsure how that is determined.

Homework Equations


I thought maybe because acceleration is determined from the derivative of velocity, use (dy/dt)/(dx/dt) but after researching a little bit, I found the equation:
||a||=√((d2x/dt2)2+(d2y/dt2)2)

The Attempt at a Solution


So using the second equation:
||a||=√(242+(90t)2)
0=√(576+8100t2)
0=576+8100t2
-576/8100=t2
√(-576/8100)=t
So this would seem like it is the correct way to assess the problem, considering t doesn't exist for a=0. Did I do this right? Or is there another way to do it? If so, what is the correct equation(s) to use?
This is why searching for random equations often gets you into trouble with physics. You must understand what the equation is describing in order to use it correctly.

Your "relevant equation" is simply the vector norm of two acceleration components, which are each calculated knowing the position of a particle as a function of time, not the velocity of the particle as a function of time, which is the case you are analyzing here.
 
  • Like
Likes   Reactions: Quantum Singularity
SteamKing said:
You're already starting with the velo

This is why searching for random equations often gets you into trouble with physics. You must understand what the equation is describing in order to use it correctly.

Your "relevant equation" is simply the vector norm of two acceleration components, which are each calculated knowing the position of a particle as a function of time, not the velocity of the particle as a function of time, which is the case you are analyzing here.
Yeah, I have found that with physics. The book I have for my class doesn't really have anything on it though, so I figured use a calculus equation for it initially, but I realized that wouldn't work because I believe that just gets you the slope.
 
Quantum Singularity said:
Yeah, I have found that with physics. The book I have for my class doesn't really have anything on it though, so I figured use a calculus equation for it initially, but I realized that wouldn't work because I believe that just gets you the slope.
Good job.

But your initial approach is also good, I suggested that other way just because I thought it might be easier. What you found was the magnitude of the acceleration (well, if you use first order derivative instead of second order) and the magnitude is zero only if the acceleration vector itself is zero so you were right that setting that to zero allows to find if there were values of "t" that solved it was one way to find the answer. You may try it again and you should find that there are no solutions with a real value of time, which shows again that the acceleration is never zero.
 
  • Like
Likes   Reactions: Quantum Singularity

Similar threads

  • · Replies 7 ·
Replies
7
Views
1K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 42 ·
2
Replies
42
Views
6K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 1 ·
Replies
1
Views
5K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
22
Views
3K
  • · Replies 3 ·
Replies
3
Views
1K