- #1
Hobold
- 83
- 1
Homework Statement
This is actually a very elementar Halliday's computational problem:
One person pushes a block with a force given by the equation [tex]F = 200e^{-0.15t}[/tex] (given in Newtons and seconds) and the block has, with the surface, a constant friction force of 80N. Find when the block stops moving and the distance moved.
Homework Equations
Newton's second law
The Attempt at a Solution
Considering Newton's second law, the problem seems to be obtaining the solution of the following differential equation:
[tex] 200e^{-0.15t} - 80 = m \left( \frac{d^2x}{dt^2} \right) [/tex]
This would actually be easy, though no mass is given. How can I solve numerically this equation not knowing the mass? Both Runge-Kutta and Euler's methods require it.