In this laboratory students will work with a data set which contains simulated data. The data set describes the motion of an object in two dimensions. It is in the form of a table, listing the time and the x- and y-coordinates of the object at that time.
| t(s) | x(m) | y(m) |
0 |
0 |
0 |
1 |
1 |
0 |
2 |
4 |
0 |
3 |
9 |
0 |
... |
... |
... |
Student will study the motion of an object in two dimensions. Given the x- and y-coordinates of the object as a function of time, they will plot its trajectory. Students will write a small program to animate the object, changing its position as a function of time. They will then find the x- and y- components and the magnitude of the velocity and the acceleration, averaged over the time interval between successive data points, and plot them as a function of time. Students will also find the displacement of the object and estimate the total distance traveled by the object in the time interval for which data are given in the table.
Data set
|
| t(s) | x(m) | y(m) |
0 |
0 |
0 |
1 |
1 |
0 |
2 |
4 |
0 |
3 |
9 |
0 |
... |
... |
... |
| Use Microsoft Internet Explorer to view these instructions. | ||||||||||||||||||||||||||
| Click on the data set. | ||||||||||||||||||||||||||
| Highlight the entire contend of the file and copy it to the clipboard. | ||||||||||||||||||||||||||
Open Microsoft Excel and paste the data set into sheet
1.
|
![]()
Plot the trajectory of the object.
| |||||||||||
Plot the x- and y- coordinate of the object as a function of time.
|
![]()
| Open a new Microsoft Word Document. Leave page 1 blank, and paste your "Trajectory" and "Coordinates (t)" charts onto page 2. | |
| In a few sentences describe what you can learn about the motion of the car from these two charts. | |
| Save your Word document. |
![]()
In Microsoft Excel, right click on your trajectory chart in sheet
2. Choose source data, and then click on the series tab.
In Excel 2007, choose Select Data.
| |||||||||||
| Data series 2 appears as a single point in your chart. Right click on this point and choose "format data series". Increase the symbol size to 10 pts. (In Excel 2007, choose Marker Options, Build-in, Size 10.) | |||||||||||
| Right click on any point belonging to data series 1 and choose "format data series". Choose to display a line but no markers. (In Excel 2007, choose Marker Options, None, .Line Color, Solid line.) | |||||||||||
On the tools menu choose "macro".
(In Excel 2007, click the
developer tab and choose macro. If the developer tab is not available,
click the Microsoft Office Button
| |||||||||||
| On the tools menu choose "macro" again. For your animation macro choose "Options" and define Ctrl+m as the shortcut key. Close the macro window. | |||||||||||
| On sheet 2, position your cursor in an empty cell, outside any chart. Click Ctrl+m and observe your animated trajectory chart. | |||||||||||
| Save your Workbook. |
![]()
| Go to your Word document and discuss if the animation confirms your previous description of the motion, which was based on the information obtained from the static "Trajectory" and "Coordinates (t)" charts. | |
| Can you run the animation backward by making changes in the code? If yes, include your changed code in your Word document. | |
| Save your Word document. |
![]()
Find the x- and y-components and the magnitude of the velocity as a function of time
|
Plot the x- and y components and the magnitude of the velocity of the object as a
function of time.
| |||||||||
| Save your workbook. |
![]()
| Paste your "Velocity (t)" chart into your Word document. | |
| In a few sentences, interpret the plots in this chart. | |
| Save your Word document. |
![]()
Find the x- and y-components and the magnitude of the acceleration as a function of time
| |||||||||||||||||||||||||||||||||||||||||||
| Plot the x- and y components and the magnitude of the acceleration of the object as a function of time. | |||||||||||||||||||||||||||||||||||||||||||
| Save your workbook. |
![]()
| Paste your "Acceleration (t)" and chart into your Word document. | |
| In a few sentences interpret the plots in this chart. | |
| Save your word document. |
![]()
Estimate the total distance traveled by the object. For each time interval we have
approximately d = vDt. We sum the distances traveled in
successive time intervals to find the total distance traveled.
|
![]()
On page 1 of your word document enter
and answer the following questions.
| What is its initial position of the car? | |
| What is its initial velocity (magnitude and direction)? | |
| Is its velocity constant during some time interval? | |
| Is its speed constant during some time interval? | |
| Are there time intervals during which it is accelerating? | |
| If it is accelerating, what is the direction of its acceleration? | |
| What is the shape of its trajectory? | |
| What is its displacement vector in the time interval for which you have data? | |
| What is the total distance traveled? |
![]()
Save your Word document (your name_lab3.doc) and attach it to an e-mail message to mbreinig@utk.edu.