Solving Integration for Force Acting on an Object | Constant f and c

AI Thread Summary
The discussion focuses on integrating the force equation F=-(f+cv^2) to determine the velocity and position of an object under constant forces f and c. The integration process involves manipulating the equation to express the numerator as a constant times the derivative of the denominator, leading to the use of partial fractions. By substituting u = f + cv^2 and simplifying, the integral can be solved, resulting in the velocity function v(x) = √(2c/m)(√f - √(f + cx^2)). The final position function is derived from the velocity function, yielding x(t) = (1/c)(√f x - (m/4c)x^2 + (m/4c)x₀²). This method effectively determines the motion of the object under the specified forces.
Speags
Messages
7
Reaction score
0
i have a force acting on and object and I've gotten the question down to when i have to intergrate but I'm stuck on the intergral
F=-(f+cv^2)
m \frac{dv}{dx} \frac {dx}{dt} = -(f+cv^2)
f and c are constants
mvdv=-(f+cv^2)dx
\frac{mvdv}{f+cv^2}=-dx
now how do i intergrat them from v_{o} to 0 and 0 to x
 
Physics news on Phys.org
This is the kind where the numerator has to be expressed as a constant times the derivative of the denominator. Find the constant and you're through. Simply put, differentiate the denominator and observe the similarity with the numerator.
 


To integrate this equation, we can use the method of partial fractions. First, we can rewrite the equation as:

\frac{mvdv}{f+cv^2}=-dx

Next, we can use the substitution u = f+cv^2, du = 2cv dv to rewrite the integral as:

\frac{m}{2c}\int\frac{du}{u}=-\int dx

Solving for u, we get:

u = f+cv^2 = f+\frac{m}{2c}\frac{du}{dv}

Substituting this back into the integral, we get:

\frac{m}{2c}\int\frac{du}{u}=-\int dx

Solving for v, we get:

v = \sqrt{\frac{2c}{m}}\sqrt{u-f}

Now, we can integrate this equation from v_{o} to 0 and 0 to x to find the final solution for v(x):

v(x) = \sqrt{\frac{2c}{m}}\left(\sqrt{f}-\sqrt{f+cx^2}\right)

This is the final solution for the velocity of the object as a function of its position. To find the position of the object, we can simply integrate the velocity function with respect to x:

x(t) = \frac{1}{c}\left(\sqrt{f}x-\frac{m}{4c}x^2+\frac{m}{4c}x_{o}^2\right)

where x_{o} is the initial position of the object.
 
Thread 'Collision of a bullet on a rod-string system: query'
In this question, I have a question. I am NOT trying to solve it, but it is just a conceptual question. Consider the point on the rod, which connects the string and the rod. My question: just before and after the collision, is ANGULAR momentum CONSERVED about this point? Lets call the point which connects the string and rod as P. Why am I asking this? : it is clear from the scenario that the point of concern, which connects the string and the rod, moves in a circular path due to the string...
Thread 'A cylinder connected to a hanged mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top