The central difference method Help

  • Thread starter Thread starter Winner
  • Start date Start date
  • Tags Tags
    Difference Method
AI Thread Summary
The discussion centers on using the Central Difference Method (CDM) to calculate instantaneous velocity from distance and time data. The user seeks clarification on applying CDM for boundary conditions, particularly at the start and end of the time interval. They inquire about generating higher-order derivatives using CDM and the physical meanings of these derivatives, specifically second and third order. The conversation highlights the importance of understanding numerical methods in analyzing motion and the potential for estimating values beyond the given data points. Overall, the thread emphasizes the application of CDM in theoretical physics and numerical analysis.
Winner
Messages
94
Reaction score
8
Hi guys. Ok I'm working on this problem, it's more theoretical than anything.

I'll try to explain as best I can. Let's say you have a runner going past the following points up till and past 30 m:

Distance (x) of x1=0, x2=4, x3=9, x4=20, and x5=30m
the times to these intervals are 0, 1.0s, 2.0s, 3.0s and 5.0s.

Now if all I did to find velocity was V=d/t, this would only give me an average velocity over that time. Now if I wanted to find the velocity right at that time point, I was told to use the central difference method:

V at time 3.0s = (Distance at x4- distance at x2)/(time from distance x2 to distance x4)

This should give me the velocity at that point?
Now the BIG question is? how am I suppose to do it for those values at the end and at the beginning, ie. when time is 5.0 secs?

Thanks guys.
 
Physics news on Phys.org
Well, x = 0 at t = 0, and I believe, v(0) = 0. x (0) =0 and v(0) = 0 are specified initial conditions.

Often one is solving the differential equation via central difference, e.g.

www.mate.tue.nl/~piet/inf/disco/pdf/cendif.pdf

http://mceer-nt4.mceer.buffalo.edu/...esearch/ANCER/Activities/2004/wu_b_edpmrc.pdf

But in this case, one is starting with data.

One possibility would be to estimate the acceleration at t5 and extrapolate a velocity at t6. In the case of a runner, one would probably find that v reaches some asymptote.
 
Last edited by a moderator:
ya good.

ok, here is my questions.

the CDM (Central Difference Method) is used to try to find the velocity of the point at specific time. in numerical analysis, above case is actually first order derivatives generated by CDM of first order, am i correct?

so my question is

1) how to generate 3rd order derivatives using CDM of first order... or is it possible?
2) if first order derivatives means velocity in physics, then please give the meaning of 2nd order and 3rd order.

thanks
 
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
Back
Top