Since v = dx/dt, this is a differential equation, dx/dt = 4212x/(x+0.5), with initial condition x(0) = 0. You would solve for x(t), and differentiate that to find v(t).Given the function v=4212x/(x+0.5) where v is velocity in fps and x is distance traveled in ft.
Position starts at 0 and will be traveling in the positive direction only.
No experience. Only calculus education I’ve had has been calc 1 and 2, just simple derivatives and integrals. And it’s been years at that. This problem is just from personal interest.Since v = dx/dt, this is a differential equation, dx/dt = 4212x/(x+0.5), with initial condition x(0) = 0. You would solve for x(t), and differentiate that to find v(t).
How much do you know about solving differential equations? This one is easy in one sense, and difficult in another.
Unfortunately, your integration is wrong (though your approach is valid, and is the one kind of differential equation students commonly learn in a basic calculus course).No experience. Only calculus education I’ve had has been calc 1 and 2, just simple derivatives and integrals. And it’s been years at that. This problem is just from personal interest.
I’ve already tried to go about this the following way
V=dx/dt dt=dx/V dt=(x+0.5)/4212x dx
Then tried integrating to get:
(t^2)/2 + C=x/4212 + (x^2)/16848 + C
Canceled both Cs since initial time and position is 0, then rearranged to
x^2 + 4x - 8424t^2=0 to use the quadratic equation.
x= [-4 +/- sqrt(16+33712t^2)] / 2
Im pretty sure this gives me the correct function of x(t) but because of my limited calculus knowledge I don’t know for sure.
Your first step is correct.No experience. Only calculus education I’ve had has been calc 1 and 2, just simple derivatives and integrals. And it’s been years at that. This problem is just from personal interest.
I’ve already tried to go about this the following way
V=dx/dt dt=dx/V dt=(x+0.5)/4212x dx
But then you have jumped to a step that if someone from the Chess (Math) Community sees it would think that you have done the calculations in your head!No experience. Only calculus education I’ve had has been calc 1 and 2, just simple derivatives and integrals. And it’s been years at that. This problem is just from personal interest.
I’ve already tried to go about this the following way
V=dx/dt dt=dx/V dt=(x+0.5)/4212x dx
Then tried integrating to get:
(t^2)/2 + C=x/4212 + (x^2)/16848 + C
OP, you have to ignore my reply.Your first step is correct.
But then you have jumped to a step that if someone from the Chess (Math) Community sees it would think that you have done the calculations in your head!
Why don't you write each step carefully before solving it? The next step should be:
[imath]\displaystyle \int dt = \int \frac{x + 0.5}{4212x} \ dx[/imath]
Then, set the integrals' limits from the initial condition.
[imath]\displaystyle \int_{0}^{t} dt = \int_{0}^{x} \frac{x + 0.5}{4212x} \ dx[/imath]
Because I am a gentleman, I will solve the left side for you and you solve the right side.
[imath]\displaystyle t = \int_{0}^{x} \frac{x + 0.5}{4212x} \ dx[/imath]
Solving the integral is the easy part. As an expert once said, in any problem involving calculus, the calculus part is the easiest part. What comes next is a little difficult.
After solving the integral on the right side, you will get a second degree polynomial function. To get [imath]x(t)[/imath], you will have to complete the square and solve for [imath]x[/imath]. While solving just be careful for the signs of the square root.
When [imath]x(t)[/imath] is ready, you will go back to the original equation, [imath]v(x)[/imath], and you will replace every [imath]x[/imath] with this new [imath]x(t)[/imath] that you have just found and you will get [imath]v(t)[/imath].
Bonus Questions. Why did we get two signs for the square root, [imath]\pm\sqrt{}[/imath]?
Can we just take the positive one, [imath]+\sqrt{}[/imath]? Yes? No?
Can we just take the negative one, [imath]-\sqrt{}[/imath]? Yes? No?
Or
We have to take both signs, [imath]\pm\sqrt{}[/imath].
Your first step is correct.No experience. Only calculus education I’ve had has been calc 1 and 2, just simple derivatives and integrals. And it’s been years at that. This problem is just from personal interest.
I’ve already tried to go about this the following way
V=dx/dt dt=dx/V dt=(x+0.5)/4212x dx
But then you have jumped to a step that if someone from the Chess (Math) Community sees it would think that you have done the calculations in your head!No experience. Only calculus education I’ve had has been calc 1 and 2, just simple derivatives and integrals. And it’s been years at that. This problem is just from personal interest.
I’ve already tried to go about this the following way
V=dx/dt dt=dx/V dt=(x+0.5)/4212x dx
Then tried integrating to get:
(t^2)/2 + C=x/4212 + (x^2)/16848 + C
Sure, the equation v=4212x/(x+0.5) represents a velocity equation for a projectile being accelerated, where 4212 is the theoretical max velocity assuming an infinitely long length of acceleration, and 0.5 is the distance in which it takes to reach 1/2 Vmax.I think you need to turn your focus to your first attempt at this question,
How do I find v(t) from v(d)?
How do I find the function for velocity with respect to time from an equation for velocity with respect to distance? The equation of interest is v = 200x / (x+0.5) I have very limited calculus knowledge (1 and 2) which is really only simple derivatives and integrals, and it’s been a few years...www.freemathhelp.com
There you talked about the origin of the problem (or at least a very similar one), and I suggested that your equation may not represent what you really want to do. A correctly formulated problem is more likely to be solvable.
Please explain in detail what your equation means, and how you got it.
How was this equation [v=4212x/(x+0.5)] derived? Did you derive the equation or the equation was given to you ? What is the domain of V(x)?the equation v=4212x/(x+0.5) represents a velocity equation for a projectile being accelerated
This equation is the Le Duc equation of interior ballistics. It is the space-velocity curve of a projectile whose acceleration is determined by a rapid increase in pressure, and then subsequently decreases due to the increase of volume from the projectiles increasing distance.How was this equation [v=4212x/(x+0.5)] derived? Did you derive the equation or the equation was given to you ? What is the domain of V(x)?
I tried looking into this, but haven't yet found a thorough recent source. It appears that this is empirically derived; and also that no one I've found tries to turn it into a formula for v(t). The latter is probably because of what we've said here, that it would require numerical methods.This equation is the Le Duc equation of interior ballistics.
Here is a link to a more thorough breakdown.I tried looking into this, but haven't yet found a thorough recent source. It appears that this is empirically derived; and also that no one I've found tries to turn it into a formula for v(t). The latter is probably because of what we've said here, that it would require numerical methods.
But from what I've seen, since it deals with velocity in the muzzle of a gun, the domain ought to be just from 0 to the length of the gun.
Again, I haven't looked deeply enough to be trusted on any of this!
Your main goal is to find [imath]v(t)[/imath]. By definition, [imath]v(t) = x'(t)[/imath]. This means [imath]\displaystyle v(t) = v(x(t)) = \frac{4212x(t)}{x(t) + 0.5}[/imath].Here is a link to a more thorough breakdown.
Le Duc's interior ballistic: application of calculus
enlightenment1998.com
Maybe someone who has a better understanding than me can deduce something from it. The closest I was able to find from this link was just the simple substitution x’(t) = r*x(t) / (x(t)+s).
(Where r and s would represent 4212 and 0.5, respectively, in my example).
It is frustrating how difficult this is turning out to be. Seeing as this equation represents a real world phenomenon in which x corresponds to a definite t, I would’ve thought there would’ve been a simple way to deduce t from x.