Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Solving for impact force 2

Status
Not open for further replies.

spduis

Mechanical
Joined
Jun 16, 2007
Messages
2
Location
DE
Hi all,

I have conducted impact tests of steel sphere against steel plate. I collected data of voltage generated by piezoelectric crystal of force sensor. This voltage is proporational to the displacement. Ok I have two data series(columns), first for time & displacement. In MATHCAD, how can I differentiate this displacement against time to get velocity & then acceleration. As data is in column format.

Thanking in advance.

Suhas Pawar
 
v[i:(x[j-x[j-1)/(t[j-t[j-1) is one approach

TTFN

FAQ731-376
 
IRstuff provided just the velocity. Assuming the time between samples is equal then the acceleration can be calculated by

a(n):=x(n+1)-2*x(n)+x(n-1)/(delta t)^2

We have provided to very simple ways of calculating the velocity and acceleration.

There are higher order interpolation methods.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top