Solving a first-order nonlinear differential equation.

Click For Summary

Discussion Overview

The discussion revolves around solving a first-order nonlinear differential equation related to the velocity of a free-falling object, incorporating Newton's laws and air resistance. Participants explore various methods of solving the equation, including separable equations and transformations, while also discussing potential variations in the scenario, such as throwing the object upwards.

Discussion Character

  • Exploratory
  • Technical explanation
  • Mathematical reasoning
  • Debate/contested

Main Points Raised

  • One participant presents the differential equation for a free-falling object, incorporating air resistance, and seeks guidance on solving it.
  • Another participant proposes a transformation to simplify the equation, suggesting the use of a new variable and a scaling factor.
  • Several participants discuss the separability of the equation and the integration process, with differing opinions on the order of variable substitution before or after integration.
  • One participant expresses uncertainty about their experience with differential equations and seeks clarification on the integration process.
  • Another participant confirms a solution involving the hyperbolic tangent function, while also noting the importance of initial conditions in the context of the problem.
  • A later reply introduces a new scenario where the object is thrown upwards, suggesting that this would alter the relationship between velocity and time, leading to a different mathematical form.
  • Another participant introduces a separate nonlinear first-order differential equation from their research, seeking insights on solving it.

Areas of Agreement / Disagreement

Participants generally agree on the methods of transforming and solving the original differential equation, but there are differing views on the integration process and the implications of varying initial conditions. The discussion remains unresolved regarding the best approach to the new equation introduced by the later participant.

Contextual Notes

Some participants express uncertainty about their background in differential equations, which may affect their understanding of the proposed methods. The discussion also highlights the dependence on initial conditions and the assumptions made in the problem setup.

Who May Find This Useful

This discussion may be useful for individuals interested in nonlinear differential equations, mathematical modeling of physical systems, and those seeking to understand the interplay between forces in motion, particularly in the context of air resistance and gravity.

swbluto
Messages
12
Reaction score
0
[Differential equation at the end; All the intermediary stuff is the problem behind it.]

I was curious about finding the velocity function for a free-falling object using solely Newton's equations. Using the force diagram, I've deduced that

m-mass
g-gravitational constant
f_net - net force
A - cross-sectional area
v - velocity

f_net = mg-1/4Av^2
ma = mg - (Av^2)/4
a=g-(Av^2)/4m
v'=g-(Av^2)/4m and g, A and m are constants. In this case, I simplified by assuming A=1, m=1 so the equation becomes the nonlinear first-order differential equation



v'=9.8-.25v^2. How do you... solve this kind of equation?
 
Physics news on Phys.org
We might tidy up your problem as follows:
Set [tex]\epsilon^{2}=\frac{A}{4mg},w(t)=\epsilon{v}(t)[/tex]
Multiplying your diff.eq with [itex]\epsilon[/itex], we get:
[tex]\frac{dw}{dt}=\epsilon{g}(1-w^{2})[/tex]
Agreed so far?
 
Last edited:
arildno said:
We might tidy up your problem as follows:
Set [tex]\epsilon^{2}=\frac{A}{4mg},w(t)=\epsilon{v}(t)[/tex]
Multiplying your diff.eq with [itex]\epsilon[/itex], we get:
[tex]\frac{dw}{dt}=\epsilon{g}(1-w^{2})[/tex]
Agreed so far?



Latex was a bit grumpy, it should be okay now..
 
Looks to me like an easily separable equation: get all "v"s on one side, all "t"s on the other and integrate.
 
arildno said:
We might tidy up your problem as follows:
Set [tex]\epsilon^{2}=\frac{A}{4mg},w(t)=\epsilon{v}(t)[/tex]
Multiplying your diff.eq with [itex]\epsilon[/itex], we get:
[tex]\frac{dw}{dt}=\epsilon{g}(1-w^{2})[/tex]
Agreed so far?

Took quite some time to mentally process(This format is extremely unfamiliar) and sure. I'm not really sure where you go from here(My experience with differential equations is practically nothing, beyond several glimpses on wikipedia.) but I guess I can shoot off into several random directions and hope one hits the target.
 
Have you done separable diff. eqs yet?
 
So I see how this might solve a problem that I *think* I was having earlier.

So,

e-epsilon

dw/(1-w^2) = eg dt

Then the left side would be integrated in respect to initial and final "w", which then could be converted into v terms post-integration(or would be it better to do it pre-integration? I'm not immediately seeing how that would simplify things since the current form seems to be an immediately integrable form, I just need to look up the charts.), and the right side could be integrated in respect to initial and final t, and then velocity can be straightforwardly solved for algebraically? Is this a fruitful direction?

(Where do I learn how to use LaTeX(Wrong capitalization sequence? baha) on the forums, by the way?)

Ok. So I think I've found a definite way to solve it.

w = ev
dw = e dv

dw/(1-w^2) = e dv/(1-e^2v^2) (So pre-integration conversion seems to be better).

Looking at the table of integrals, it appears that the last form integrates to an inverse hyperbolic tangent which then the function v can be solved for.
 
Last edited:
arildno said:
Have you done separable diff. eqs yet?

Implicit differentiation about 3 years ago in Highschool is about the closest(That I know of). I didn't actually do "Calculus 2"(Differential equations included, looking at the book) but I did complete a system of differential equations sometime ago in a Calculus 3 test. But I think that was simply an initial value differential equations problem and did I struggle trying to complete it having only seen examples of it in Stewart's calculus book. But I solved it. :D
 
Last edited:
swbluto said:
So I see how this might solve a problem that I *think* I was having earlier.

So,

e-epsilon

dw/(1-w^2) = eg dt

Then the left side would be integrated in respect to initial and final "w", which then could be converted into v terms post-integration(or would be it better to do it pre-integration? I'm not immediately seeing how that would simplify things since the current form seems to be an immediately integrable form, I just need to look up the charts.), and the right side could be integrated in respect to initial and final t, and then velocity can be straightforwardly solved for algebraically? Is this a fruitful direction?

(Where do I learn how to use LaTeX(Wrong capitalization sequence? baha) on the forums, by the way?)

Quite right.
You should get, starting from rest:
[tex]w(t)=Tanh(egt)[/tex], where a positive velocity means a downwards velocity, due to the sign choice you made at the start.

Tanh is the hyperbolic tangent function.
 
  • #10
Really?

So w(t) = tanh(egt)?
Then ev(t) = tanh(egt)
v(t) = tanh(egt)/e

When I tried solving it by pre-converting w in terms of v before integrating, I ended up

v(t) = tanh(e^2gt)/e. I'm thinking that I superfluously inserted an e somewhere, but I don't know where.

if

w = ev
then

dw/dt = e dv/dt (Right?)
dw = e dv(right? Imagine another "Right?" to each step hereafter.)

dw/(1-w^2) =
e dv/(1-e^2v^2)
...(integrating)...
= e tanh...


Hehe... nevermind... I forgot to multiply the e in front of the integral by the e in the denominator of the evaluated integral(Which cancels out all tanh^(-1)-external e's on the left side). So, yeah, pre-integration works as well as post-integration. Sweet.

Even cooler; The graph ACTUALLY looks realistic!

(I just realized another method to solve this problem could be done by using an energy approach. It seems like it wouldn't have to involve differential equations, either.)

Anyways, thanks! This has been extremely informative! So... with differential equations like this, just basically restate the equation so that one side could be completely expressed as products and the other side as the derivative and... divide and conquer.
(Perhaps there's a quicker more "standard" way, but this seems to get the job done.)
 
  • #11
Note that 1/e is the "steady-state" velocity as time goes to infinity.

Also:
We ASSUMED that we let the object from rest, falling freely.
But, we may ask:
If we throw the stone upwards, how will that affect the motion?

In this case, BOTH gravity and air resistance work against the motion, we will get a (trigonometric) tangent relationship between velocity and time, rather than a hyperbolic one.
Try it out! (assume some initial velocity V>0)
 
  • #12
All;

I have encountered a nonlinear first-order differential equation in my research. It appears rather simple yet I have been unable to solve it. Any clues/tips would be highly appreciated. First I state it in the original form:

y'[x] - 1/y[x] = - Exp[-1/x] / x^2

Next I state it written in the form of an Abel equation, obtained by setting q[x]=1/y[x]:

q'[x] + q[x]^3 = q[x]^2 * Exp[-1/x] / x^2

Thanks in advance for any thoughts!

Pete
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
4K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 52 ·
2
Replies
52
Views
9K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 7 ·
Replies
7
Views
4K
  • · Replies 2 ·
Replies
2
Views
1K