1 / 17

The Primitive Roots

The Primitive Roots. Kelly Rae Murray Stephen Small Eamonn Tweedy Anastasia Wong. Our Goal: my’’+ cy’ + ky=0. Fit data into a model to estimate parameters at a certain confidence level Find problem areas in order to discover the best possible model Create a better model with our data.

jacob
Download Presentation

The Primitive Roots

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. The Primitive Roots Kelly Rae Murray Stephen Small Eamonn Tweedy Anastasia Wong

  2. Our Goal: my’’+ cy’ + ky=0 • Fit data into a model to estimate parameters at a certain confidence level • Find problem areas in order to discover the best possible model • Create a better model with our data

  3. The Experiment • A PZT patch was used to vibrate a metal beam. • The proximity sensor measured the vibrations of the beam. • The vibrations were recorded by computer software, creating a file giving us a graph of our data.

  4. Our Data

  5. Truncating We found the maximum value of our data. This became the initial point for our graph. Set the time to begin at this point and end at 6 seconds. Oscillation Around Zero We found the mean of our graph, which initially was below zero. Then we shifted our data up to oscillate around zero. Before We can Model…

  6. Our Modified Data

  7. Fitting the Model • Guess and Check… • Start graphing with the same amplitude as our model • To oscillate with our model • Damp at the same rate as our model

  8. Our Best Fit • For the Spring-Mass-Dashpot model… • C = c/m = -.7 • K = k/m = -1519.3 • These values were found by finding the q through the fminsearch code.

  9. C=c/m 95% confidence (-.71732,-.68267) Standard Error =.008537 Sigma^2 = 1.0964e-010 K = k/m 95% confidence at (-1520.27,-1518.92) Standard Error = .333 Our Confidence IntervalsNon-Linear Least Square Results

  10. Residual Graphs

  11. Residuals Vs. Time Shows too much of a pattern. The periodicity tells us that there are modes that are not being represented. Seems to have a higher frequency at the beginning and end. Residuals Vs. Fitted Value Appears to be too much variation in the data. Should be random around zero. The higher spread at the beginning and end of the graph shows over-prediction and under-prediction Testing Our Residuals

  12. QQ Plot • Comparing Error with Normal Distribution • Once again falls off at beginning and end. • This gives us enough proof that the Spring-Mass-Dashpot Model is not the best model for our experiment.

  13. The Beam Model • Since this model is a PDE it accounts for higher modes not covered by the simpler model. • Hopefully, this model will give us a more accurate model for the motion of the beam.

  14. Beam Model - Optimization • We first ran the beam simulation code without parameter optimization (fminsearch), using the ‘input’ data. The resulting fit didn’t quite match the latter portion of the data:

  15. Beam Model - Optimization • Using some starting parameter guesses (conveniently close to those given to us), we ran an fminsearch that gave us a much closer fit to the actual data, even on the tail end:

  16. Beam Model - Conclusion • The beam model provided a much closer fit to the data set. • The PDE model clearly gives us a much more realistic approximation of the beam’s vibration.

  17. Thanks!

More Related