Solving Boat Motor Engine Equations w/ Integration

AI Thread Summary
The discussion focuses on solving the differential equation for a motorboat's engine dynamics, where the engine provides a constant force and water drag is proportional to velocity. The user attempts to integrate the equation derived from Newton's second law but struggles to isolate velocity. Suggestions include rearranging the equation to separate velocity and time terms and using definite integrals with specified limits. The importance of handling constants of integration is emphasized to ensure accurate results. The conversation highlights key steps in applying integration to solve the motion equation effectively.
betty0202
Messages
5
Reaction score
0

Homework Statement


turning on the engine of a motorboat (v0=0),
K = constant force due to the engine
drag force of the water D = -cv
find v(t)=?

Homework Equations


integration
f=ma, a=dv/dt

The Attempt at a Solution


[/B]
D+K = MA
K-cv = MA
(A=dv/dt)
K-cv=Mdv/dt
Mdv=dt(K-cv)
?
i want to do integration on both side of the
equation but I can't isolate V

thanks
 
Physics news on Phys.org
betty0202 said:
Mdv=dt(K-cv)
You need only gather the v and t terms on opposite sides of the equation. Constants can be on either side. Divide both sides by (K - cv).
 
  • Like
Likes betty0202
gneill said:
You need only gather the v and t terms on opposite sides of the equation. Constants can be on either side. Divide both sides by (K - cv).

I hope I did the math right ## \int_{}^{} (\frac{m}{k-cv})dv=\int_{}^{}dt ##
## -m\ln(cv-k)=t ##
## \ln(cv-k)=-\frac{t}{m} ##
## v=\frac{e^{-\frac{t}{m}}+k}{c} ##
??
 
You'll want to write the integrals as definite integrals (with specified limits of integration), otherwise you need to introduce and deal with the constants of integration. The starting limits for each integral are simple: they're both zero.
 
  • Like
Likes betty0202
gneill said:
You'll want to write the integrals as definite integrals (with specified limits of integration), otherwise you need to introduce and deal with the constants of integration. The starting limits for each integral are simple: they're both zero.
thank you
 
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