Find v(t) from Newton's Second Law and Differential Equation

Click For Summary

Homework Help Overview

The discussion revolves around deriving the velocity function v(t) using Newton's Second Law and differential equations. The context involves forces acting on a particle, specifically gravitational force and a resistive force proportional to the square of the velocity.

Discussion Character

  • Mixed

Approaches and Questions Raised

  • Participants explore the formulation of the differential equation from the forces acting on the particle. There are attempts to manipulate the equation to isolate terms and integrate, with some questioning the correctness of the steps taken. Substitution methods are discussed, and there are inquiries about the proper definitions and relationships between variables.

Discussion Status

The discussion is ongoing, with participants providing feedback on the mathematical correctness of the original poster's approach. There are suggestions for alternative methods of integration and clarification on the use of substitutions. No consensus has been reached, and multiple interpretations of the problem are being explored.

Contextual Notes

Some participants note the potential confusion in the notation and the need for clearer definitions of variables during the substitution process. There is also mention of the importance of separating variables correctly for integration.

thejohan
Messages
1
Reaction score
0
<Moderator's note: Moved from a technical forum and thus no template.>

Is what I have done correct ?
I want to find v(t) from Sigma F = m*a. I have gravity force mg pointing downward with positive direction and resistive force R = -b*v^2 pointing upwards with negative direction are acting on a particle. So
( a = dv / dt) , m ,b and g are constants
I start with : Sigma F = m *a
mg - b*v^2 = m*a
g - b/m * v^2 = a
dv/dt + b/m v^2 = g
(dv/dt) / (g - (b/m) * v ^2) = 1
(1 / g - (b/m) * v ^2) * (dv/dt)= 1

integral (1 / g - (b/m) * v ^2) * (dv/dt) * dt = integral 1 dt
I use substitution u = g - (b/m) * v^2
du/ dt = -(b/m) * v
du =(2b/m)* v * dt
(2b/m)* v * du = dt

(2b/m)*v integral 1 / u du = integral 1 dt

(2b/m ) * v * ln |u| = t + c

(2b/m ) * v * ln |g - (b/m) * v^2 | = t +c
 
Last edited by a moderator:
Physics news on Phys.org
thejohan said:
Is what I have done correct ?
I want to find v(t) from Sigma F = m*a. I have gravity force mg pointing downward with positive direction and resistive force R = -b*v^2 pointing upwards with negative direction are acting on a particle. So
( a = dv / dt) , m ,b and g are constants
I start with : Sigma F = m *a
mg - b*v^2 = m*a
g - b/m * v^2 = a
dv/dt + b/m v^2 = g
(dv/dt) / (g - (b/m) * v ^2) = 1
How did you get that last line??
 
Your style is a little confusing and not quite mathematically correct here and there.

thejohan said:
(1 / g - (b/m) * v ^2) * (dv/dt)= 1
integral (1 / g - (b/m) * v ^2) * (dv/dt) * dt = integral 1 dt
I would just say
$$\frac{1}{g - (\frac{b}{m})v^2} \frac{dv}{dt} = 1$$
And this differential equation is separable (v's on one side, t's on the other)
$$\frac{dv}{g - (\frac{b}{m})v^2} = dt$$

thejohan said:
I use substitution u = g - (b/m) * v^2
du/ dt = -(b/m) * v
du =(2b/m)* v * dt

No, no, no! You are not defining u(t), u as a function of t, and you aren't differentiating u with respect to t. If you were you'd have to differentiate v with respect to t also.
When you are doing a substitution for an integral dv, you are defining u(v) and you want du in terms of dv.
$$u = g - (\frac{b}{m})v^2$$
$$du = -(\frac{2b}{m})v dv$$
$$dv = -(\frac{m}{2b}) \frac{du}{v}$$
which means when you make the substitution for dv, you're still going to have a v under the integral. You could express that in terms of u but that introduces a square root. So this is not too helpful as a substitution.

thejohan said:
(2b/m)* v * du = dt

(2b/m)*v integral 1 / u du = integral 1 dt
That first line absolutely is not equivalent to your previous integral, and neither is your second line. I can't see how you got there. When you do a subsitution, you're finding an expression for f(v) dv in terms of g(u) du, replacing the dv and f(v) by du and expressions that do not contain v, and obtaining a new function in terms of u which is supposed to be easier to integrate. This is not it.

I think you'll have better luck writing ##\frac{1}{g - (\frac{b}{m})v^2}## in terms of partial fractions. Define ##r^2 = g## and ##s^2 = \frac{b}{m}## and expand as $$\frac{1}{r^2 - s^2v^2} = \frac{A}{r + sv} + \frac{B}{r - sv}$$.

Integrating that will give you two log terms. On the right you'll have t + C as you did in your solution.
 
Last edited:

Similar threads

Replies
2
Views
2K
  • · Replies 12 ·
Replies
12
Views
3K
  • · Replies 27 ·
Replies
27
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
Replies
21
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
6
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 42 ·
2
Replies
42
Views
6K
Replies
2
Views
1K