Ikeness
- 3
- 0
Homework Statement
Known Constants
A, B and C
Unknown (we are solving for)
t
e is the exponential as in ln(e) = 1
Homework Equations
e^{t*A} + t*B + C = 0
(we want to solve for t)
The Attempt at a Solution
This is not for school or anything.
This is actually part of an attempt at the solution of another problem. Reaching this equation I had to stop. I do not remember seeing something like this in Calculus or Differential Equations, so I need help.
My overall purpose is to find the initial velocity necessary to launch a particle to a specified location. This particle is subject to gravity and air drag. If any of you happen to have the solution to this (or something simular) on hand, that information would be worlds better than just getting me past this one step.
I have my progress somewhat documented in this ugly text file.
If you care to read on, feel free. But it is not necessary.
I started by looking at what these people were doing, and simply added gravity to the initial problem.
Except that I am dealing with a drag force -kv instead of -k*sqrt(v)
https://www.physicsforums.com/showthread.php?t=190387
My work:
ma=-kv + gm
a = (-k/m)v + g
a - g = (-k/m)v
dv/dt - g = (-k/m)v
1/dt - g/dv = (-k/m)v/dv
1/dt = [(-k/m)v + g] /dv
dv / [(-k/m)v + g] = dt
dv / [(-k/m)v + g] = dt
dv (-k/m) / [(-k/m)v + g] = (-k/m) dt
dv / [v + (-m/k)g] = (-k/m) dt
<integrate>
ln|v + (-m/k)g| = (-k/m)t + C
EDIT
Just want to point out a serious mistake made here.
It does not effect my problem too seriously. I would fix it except that I am now trying blochwave's suggestion about using -kv^2 instead of -kv for air drag.
<rase e^(everything)>
v + (-m/k)g = e^(-tk/m) + D
where (v > -gm/k) (D = e^C)
(if t = 0)
v_0 - gm/k = 1 + D
v_0 = gm/k + 1 + D
v_0 - gm/k - 1 = D
dx/dt = gm/k + e^(-tk/m) + D
dx = [gm/k + e^(-tk/m) + D] dt
<integrate>
x = tgm/k + -k/m e^(-tk/m) + Dt + F
(if t = 0)
0 = -k/m + F
F = k/m
x = tgm/k + -k/m e^(-tk/m) + Dt + k/m
<let us solve for t in the x = eqn>
x = tgm/k + -k/m e^(-tk/m) + Dt + k/m
x = t[gm/k - D] - k/m e^(-tk/m) + k/m
x - k/m = t[gm/k - D] - k/m e^(-tk/m)
xk/m - 1 = t[gmm/kk - Dm/k] - e^(-tk/m)
And this is where I am. My purpose here was to plug in the solution of t into the equation involving velocity. Hopefully then I can have an equation based on just velocity (v) and displacement (x) without any t parameterization mess.
But I cannot solve for this t.
Last edited: