Calculus problem concerning acceleration

Click For Summary

Homework Help Overview

The discussion revolves around a calculus problem involving the acceleration of a particle described by the equation a = k/(x+4)^4, where x is the distance from the origin. Participants are tasked with determining the maximum velocity of the particle given that it starts from rest at the origin and has a known velocity at a specific position.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning, Problem interpretation

Approaches and Questions Raised

  • Participants explore the relationship between acceleration and velocity, questioning whether to use definite or indefinite integration to find k and the maximum velocity. Some suggest using Newton's Third Equation of motion and conservation of energy principles. Others express uncertainty about the necessity of mass in the calculations.

Discussion Status

There is ongoing exploration of different methods to derive the velocity function from the acceleration equation. Some participants have proposed integrating with limits based on the given conditions, while others are considering the implications of constants in their equations. Multiple interpretations of the integration process are being discussed, but no consensus has been reached on the best approach.

Contextual Notes

Participants note that the problem involves assumptions about the particle's initial conditions and the integration constants, which are critical to determining the maximum velocity. The discussion reflects a mix of correct and incorrect assumptions regarding the integration process and the role of mass in the equations.

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: 430
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
 

Similar threads

Replies
1
Views
1K
Replies
16
Views
810
  • · Replies 5 ·
Replies
5
Views
1K
Replies
1
Views
2K
  • · Replies 38 ·
2
Replies
38
Views
4K
  • · Replies 7 ·
Replies
7
Views
1K
  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
Replies
2
Views
2K
  • · Replies 16 ·
Replies
16
Views
1K