ME453_HW3_FA23

.pdf

School

University of Illinois, Urbana Champaign *

*We aren’t endorsed by this school

Course

453

Subject

Mechanical Engineering

Date

Dec 6, 2023

Type

pdf

Pages

3

Uploaded by DukeMeerkat3564

Report
ME 453: Data Science in Manufacturing Quality Control Homework 3 Assigned: September 27, 2023 Due: October 11, 2023 Homework guidelines: 1. The total number of points is 100 and 130 for 3-credit-hour and 4-credit-hour sections, respectively. The assigned points are given beside questions. To get full credit you must SHOW ALL OF YOUR WORK. 2. Problems marked by “[4 credit only]” should be completed by students in the 4-credit-hour section. Students in the 3-credit-hour section are welcome to work on these problems and the earned points will be used to compensate for lost points in homework assignments. 3. Indicates the problem which you need to use Python. 4. A complete submission features the following items: (a) a brief report including all figures and results, and explanations of necessary steps taken to obtain them; and (b) and the source code (Python is recommended). 5. Item (a) can be scanned copies of handwritten or typeset reports. Both items shall be submitted through Canvas. Review the following topics discussed in lecture: 1. Methods and philosophies of SPC. 2. Control charts for variables. Problem 1(20 points + 15 points) A factory plans to use a Shewhart control chart to monitor one quality characteristic of a product. It is known that the quality characteristic follows a normal distribution N(100, 16). The quality control team proposes two designs for the control chart as follows: Option 1 : 3-sigma limits, sample size = 16 Option 2 : probability limits with p = 0.001, sample size = 25 (1) Calculate Type I error rate for both control charts. (4 points) (2) Calculate the in-control average run length (ARL) for both control charts. (4 points) Assume that the process mean changes to 104 mm, i.e., one-sigma mean shift. Complete the following questions. (3) Calculate the type II error rate for both control charts. (8 points) 1
(4) Calculate the out-of-control ARL for both control charts. (4 points) (5) [4 credit only] Assume that one-sigma mean shift is the most commonly encountered out-of- control scenario, discuss the pros and cons of both control charts. (5 points) (6) [4 credit only] Use software to generate an operating characteristic (OC) curve for each control chart. To facilitate better comparison, plot two OCs in a single graph and provide a legend. (10 points) Problem 2 (20 points) Suppose you would like to track and monitor the amount of exercise you take per day using the step counter in your smartphone. If you don’t have access to such data, you can use the data provided on Canvas StepCounter.csv . (1) Which control charts should be used? Justify your answer. (5 points) (2) Establish Phase I trial limits for the control charts you selected in (1). Use step counts from 20 workdays: Aug. 22 - 26, Aug. 29 - Sept. 2, Sept. 5 - 9, and Sept. 12 - 16. If any out-of-control points are present, assume that you can identify the root causes and eliminate these points. (10 points) (3) Use the control limits obtained in (2) to monitor your steps on Sept. 19 - 23 and Sept. 26 - 30 (Phase II). Report your observations. (5 points) Problem 3 (15 points + 10 points) Control charts for ¯ X and R are to be established to control the tensile strength of a metal part. Assume that tensile strength is normally distributed. Thirty samples of size n = 6 parts are collected over a period of time with the following results: 30 X i =1 ¯ X i = 6000 and 30 X i =1 R i = 150 (1) Use 3-sigma to calculate control limits for ¯ X and R . (6 points) (2) Estimate the process mean and standard deviation when the process in control. (4 points) (3) For the above ¯ X chart, find the β -risk when the true process mean is 199 and the standard deviation remains unchanged. (5 points) (4) [4 credit only] Perform a simulation study on β -risk obtained from (3) following the steps listed below. (10 points) (a) Generate 1000 samples with sample size n=6 using X N (199 , ˆ σ 2 ), where ˆ σ is obtained from (2); 2
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help