Calculus problem concerning acceleration

AI Thread Summary
The discussion revolves around finding the maximum velocity of a particle with a given acceleration formula, a = k/(x+4)^4, starting from rest at the origin. Participants explore the relationship between acceleration, velocity, and position, noting that maximum velocity occurs when acceleration is zero. They debate the use of definite versus indefinite integration to derive the velocity function and determine the constant k using provided data points. The conversation highlights the importance of integrating correctly and applying Newton's equations of motion to solve for maximum velocity. Ultimately, the correct approach leads to a maximum velocity of v = √(k/4) as x approaches infinity.
throneoo
Messages
125
Reaction score
2

Homework Statement


a particle of mass accelerates at rest from the origin . The acceleration of the particle 'a' is given by a=k/(x+4)^4 , where x is the distance from the origin . given data : when x=5 , velocity 'v'=8

what is the maximum velocity that can be obtained ?

The Attempt at a Solution



I even got stuck when I thought about it briefly. When the particle's velocity reaches maximum , the acceleration must be 0 , and either k=0 or x must be at infinity . After that , I have no idea what i can do about it . Shall I use definite integration (from 0 to infinity) or indefinite integration (which leaves the integration constant C )? what I am sure is merely that k has to be obtained by integration and the given numerical data.
 
Last edited:
Physics news on Phys.org
It looks like you can use definite integration (you know when x goes from 0 to 5, v goes from 0 to 8) and then solve for k. After that, you should have a velocity equation in terms of x and you just have to find it's maximum value. EDIT: Actually, I don't think that would work, sorry. Since the 'a' is given in terms of x, integrating it won't give a formula for velocity because you would be integrating with respect to position rather than time. Hrm. I'll try to think about it some more and see if I can come up with something.
 
Last edited:
Actually, you need to know one more definition of acceleration, Newton's Third Equation of motion. Here's its differential equation.a=\frac{dv}{dt}=\frac{v.dv}{v.dt}=\frac{v.dv}{({dx}/{dt})dt}=v\frac{dv}{dx}

Now, put a = \frac{k}{(x+4)^4} and by workabouts, you get

\int_{0}^{v}vdv=k\int_{0}^{x}\frac{dx}{(x+4)^4}

Solve for x=5; v=8, find k. Then by calculus, find the maximum value.
 
Last edited:
throneoo said:

Homework Statement


a particle of mass accelerates at rest from the origin . The acceleration of the particle 'a' is given by a=k/(x+4)^4 , where x is the distance from the origin . given data : when x=5 , velocity 'v'=8

what is the maximum velocity that can be obtained ?

The Attempt at a Solution



I even got stuck when I thought about it briefly. When the particle's velocity reaches maximum , the acceleration must be 0 , and either k=0 or x must be at infinity . After that , I have no idea what i can do about it . Shall I use definite integration (from 0 to infinity) or indefinite integration (which leaves the integration constant C )? what I am sure is merely that k has to be obtained by integration and the given numerical data.

The force F = a/m is derivable from a potential V(x): F = -dV(x)/dx, so
V(x) = \frac{k/m}{3(4+x)^3}. Since the force is "conservative", the total energy is conserved; that is,
E \equiv \frac{1}{2} m v^2 + V(x) = \text{const},
where v = velocity. We have v = 0 when x = 0 and v = 8 when x = 5, so we can find k (assuming a given value of m, such as m = 1).

RGV
 
Ray Vickson said:
assuming a given value of m, such as m = 1

But it isn't necessary to have mass given in Kinematics > Rectilinear Motion. The Question can be solved using Newton's Third Equation of Motion.
 
I just worked it out with indefinite integrals on both sides...the max. velocity should be the square root of the difference of the integration constants : C1(from v*dv)-C2( from k*(x+4)^-4*dx
 
Why indefinite integral!? I even gave you limits of integration. You have been provided that the body was at rest at origin, so v=0 at x=0. Just integrate from 0 to v and 0 to x.

Then to find k, put v=8, x=5.
 
the value of k has been obtained with that method , but in order to find the max. velocity of the particle , the integrated equation must have a constant , C1(from v*dv)-C2( from k*(x+4)^-2*dx) . The value of C1-C2 can be obtained by substituting v=0 and x=0 into the integrated equation , although I don't know if this method makes sense

By the way , I gave a wrong equation and wrong data when I started this thread . The correct version is updated here:
 

Attachments

  • Untitled.jpg
    Untitled.jpg
    27.6 KB · Views: 420
Last edited:
  • #10
Ray Vickson said:
V(x) = \frac{k/m}{3(4+x)^3}.

You mean V(x) = \frac{k \cdot m}{3(4+x)^3}, right? :wink:

(No need to assume a value for the mass!:smile:)
 
  • #11
throneoo said:
the value of k has been obtained with that method , but in order to find the max. velocity of the particle , the integrated equation must have a constant , C1(from v*dv)-C2( from k*(x+4)^-2*dx) .

I'm not sure what you are doing here. You can find the velocity as a function of position v(x) using either AGNuke's method or Ray Vickson's. What do you get when you do that?

Afterwards, you can find the maximum velocity the same way you find the maximum value of any function - first look for places where v'(x)=0 and v''(x)<0, and if you don't find any, see where the function is unbounded (i.e. where v(x) \to \infty).
 
  • #12
as v'(x)=0 , x tends to infinity . Unless there is a constant in v(x), substituting x tends to infinity into v(x) gives v(x)=0
 
  • #13
throneoo said:
as v'(x)=0 , x tends to infinity . Unless there is a constant in v(x), substituting x tends to infinity into v(x) gives v(x)=0

How about you start by showing us what you got for v(x)...
 
  • #14
oh..i just found out what's wrong with me . The integral i obtained is (v^2)*0.5=-k[1/(x+4)]+(k/4) . previously i missed the constant part of this equation , k/4 . Now that when i substitute x tends to infinity I will get v=[(k/4)*2]^0.5 , v=24^0.5 ms^-1
 
Back
Top