



Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
Instructions for a project where students work in teams to investigate temperature conversion issues in nasa's spacelab experiments. The teams are tasked with determining the cause of inaccurate temperature readings and suggesting improvements. The project involves finding equations for temperature-to-voltage and voltage-to-counts conversions, and combining them to create an equation for the computer to convert counts back to temperature. The document also includes exercises for calculating temperature readings based on given voltage and count values.
Typology: Study Guides, Projects, Research
1 / 5
This page cannot be seen from the preview
Don't miss anything!
Project Grant Team
John S. Pazdar Patricia L. Hirschy Project Director Principal Investigator Capital Comm-Tech College Asnuntuck Comm-Tech College Hartford, Connecticut Enfield, Connecticut
This project was supported, in part, by the Peter A. Wursthorn National Science Foundation Principal Investigator Opinions expressed are those of the authors Capital Comm-Tech College and not necessarily those of the Foundation Hartford, Connecticut
NASA - AMATYC - NSF
Spinoffs are relatively short learning modules inspired by the LTAs. They can be easily
implemented to support student learning in courses ranging from prealgebra through calculus.
The Spinoffs typically give students an opportunity to use mathematics in a real world context.
Julie Hess - AMATYC Writing Team Member
Montcalm Community College, Sidney, Michigan
(Currently at Grand Rapids Community College, Michigan)
Paul Hess - AMATYC Writing Team Member
Grand Rapids Community College, Grand Rapids, Michigan
Carlos Rodriguez - NASA Scientist/Engineer
Kennedy Space Center, Florida
Curve Fitting for the Spacelab and Calculus III
The following project is based on actual events encountered by Carlos Rodriguez, an engineer for NASA at Kennedy Space Center in Florida.
CONGRATULATIONS!!! You have just been hired by NASA/Kennedy Space Center. Your job includes working on a team that performs testing of Spacelab experiments. Spacelab is the container that is loaded into the Space Shuttle bay which will hold the astronauts and the many experiments they will perform in space.
Because of the extreme importance of success, all experiments are tested several times on the ground before being sent into space. Your team performs the first round of testing the experiments. It involves using a computer to simulate many of the processes that will be used on the Space Shuttle when performing the experiments in space.
NASA engineers have discovered that temperature readings on a power supply are not being displayed accurately by the computer. Your team’s job is to investigate the current system and determine the cause for the inaccuracy, and suggest possible improvements. You know that this is extremely important, as failure could result in the loss of many important things, such as expensive equipment, valuable time, and your job.
In order for the temperature to be transmitted to and displayed by the computer, the following process must be performed (see Figure 1 below). First, a data collection device called a sensor/signal conditioner senses the temperature of the power supply and emits a corresponding voltage. This voltage is sent to an “analog to digital converter” (A/D converter), which outputs an integer measured in units called counts. Finally, the computer takes the integer and, using an equation that you provide, converts it back to the original temperature or at least a close approximation. As a point of interest, many systems on the Space Shuttle have sensors that operate in the same fashion.
sensor/signal conditioner emits a voltage of 2.5 volts. The A/D converter takes that 2.5 volts and returns 512 counts. The computer then uses the equation you provide to convert 512 counts back to 41.9˚C. To get this equation for the computer you will need to do the following: (1) find an equation to model the conversion from temperature to voltage performed by the sensor/signal conditioner, (2) find an equation to model the conversion from voltage to counts performed by the A/D converter, and (3) use these two equations to find one single equation that the computer will use to convert counts back to temperature. The following activities will lead you through this process.
Power Supply
Temp. Sensor/ Signal Conditioner
A/D Converter Computer
Approx.
Figure 1
NASA - AMATYC - NSF
Actual temperature of power supply (degrees C)
Actual voltage from sensor/signal conditioner curve (volts) (Use the graph in Figure 2)
Number of counts from A/D converter (Use the equation from Exercise 1)
Temperature that the computer will read (Use the equation from Exercise 4) (degrees C) 30 40 50 60 70
Part B
Your group believes that the company may have found the least-square regression equation using the entire domain. You reason that it may be better to restrict your domain to the interval from 30 to 70. Recall that the linear least-square regression equation is found by minimizing the sum of the squares of the differences between the actual y-values on the graph and the f(x) values obtained from the linear equation f(x) = ax + b for each data point. For example, if we had the points
(30, 3) and (50, 2) we would want to minimize f(a,b) = [3 - (30a + b)]^2 + [2 - (50a + b)]^2.
Write an equation for the sum of the squared differences of the points in your table between 30 and 70 inclusive and the line f(x) = ax + b. It should be a function of a and b.
Use Calculus to minimize the equation in Exercise 1. (Be sure to verify that you have found a minimum.) If you have a calculator that does linear regression, use it to check the answer you found by using Calculus.
Perform the steps as in Part A to fill in the following table using your new equation. Compare these results with those from the company’s equation.
Actual temperature of power supply (degrees C)
Actual voltage from sensor/signal conditioner curve (volts)
Number of counts from A/D converter (use equation from Part A, Exercise1)
Temperature that the computer will read (degrees C)
30 40 50 60 70
NASA - AMATYC - NSF
Extensions (optional)
Try using a different type of regression to model this problem. Perhaps you could try a quadratic
function (f(x) = ax 2
other non- linear function.
NASA - AMATYC - NSF