Open navigation menu
Close suggestions
Search
Search
en
Change Language
Upload
Sign in
Sign in
Download free for days
0 ratings
0% found this document useful (0 votes)
32 views
9 pages
U01l01 CP
Uploaded by
Usma
AI-enhanced title
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content,
claim it here
.
Available Formats
Download as PDF or read online on Scribd
Download
Save
Save U01L01_CP For Later
Share
0%
0% found this document useful, undefined
0%
, undefined
Print
Embed
Report
0 ratings
0% found this document useful (0 votes)
32 views
9 pages
U01l01 CP
Uploaded by
Usma
AI-enhanced title
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content,
claim it here
.
Available Formats
Download as PDF or read online on Scribd
Carousel Previous
Carousel Next
Download
Save
Save U01L01_CP For Later
Share
0%
0% found this document useful, undefined
0%
, undefined
Print
Embed
Report
Download
Save U01L01_CP For Later
You are on page 1
/ 9
Search
Fullscreen
Process of Solving Engineering Problems posted by: = Waqgas Ahmad / updated on : C)October 20, 2012 / FSes.ing Engineer ng Engine eng eften invelves spplving a ccnsistent, structured approach to tne solving of problems. # general problem-solving approach snd method can be detined vaill b altho ite problems gh variations Drablems must ve approach: J methudically, applying an algorithm, ov 5 which one arrives at a sulutior p-by-slep prucedure The probl 1G process for a omput nal problem can be outlined as follows: 1 Detine the problem 2. Create a mathematical mote, b Hop 2 GoMputatirnat ie Implement the comaut ‘Test and assess the 6 tor solv.ng the proplem onal erie eathos The bauncaries actween these Sept san oe bari steps may be «n: ind for Specific problems ome ur two of th ‘© wmporlant than others. Nonetheless, va plone Crane of Cr ring vel hep to locus aur ettorts 2s we sole matte proach and strategy Scanned with CamScannerProcess of Solving Engineering Problems 1. Problem Definition: The first steps in problem solving include: Recognize and define the problem precisely by exploring it thoroughly (may be the most difficult step). Determine what question is to be answered and what output or results are to be produced, Determine what theoretical and experimental knowledge can be applied Determine what input information or data is available Many academic problems that you will be asked to solve have this step completed by the instructor, For example, if your instructor ask you to solve a quadratic algebraic equation and provides You with all of the coefficients, the problem has been completely defined before it is given to you and little doubt remains about what the problem i ICthe problem is not well defined, considerable effort must be expended at the beginning in Stugying the problem, elimmating the things that are unimportant, and focusing on the root Problem, Effort at this step peys great dividends by eliminating or reducing false trials, thereby shortening the time taken to complete later steps, After defining the problem: + Collect all data and information about the problem. + Verify the accuracy of this data and information. + Determine what information you must find: intermediate results or data may need to be found before the required answer or results can be found, To create a mathematical model of the problem to be solved: Determine what fundamental principles are applicable. Draw sketches or block diagrams to better understand the problem, Define necessary variables and assign notation Reduce the problem as originally stated into one expressed in Purely mathematical terms, Apply mathematical expertise to extract the essentials fram the underlying physical description of the problem, Simplify the problem only enough to allow the required information and results tobe oprava !dentiy and sustity the assumptions and constraints inherent in this model 3. Computational Method: A computational method for solving the problem is to be developed, based on the mathematical model + Derive @ set of equations that atiow the calculation of the desi red parameters and vanables + Develop an algorithm, oF step-by-step method of evaluating the ent solution. tans involved in the * Describe tne algorithm in mathematical term and then implement as a camiputer pragrer + Carefully review the proposed Solution, with thought given to alte-native approaches (4: Implementation of Computational Metho Scanned with CamScannerProcess of Solving Engineoring Problems the method with Once a computational method has been identified, the next step Is to carry out a computer, whether human or silicon. Some things to consider in this implementation: + Assess the Computational power needed, as an acceptable Implementation may be hand calculation with a pocket calculator. seh with + Tra computer program is required, a variety of programming languages, different properties, are available, A variety of computers, ranging from the most basic home computers to the fastest parallel supercomputers, are available. je an ter, and The ability to choose the proper combination of programming language and comput use them to create and execute a correct and efficient implementation of the method, requires both knowledge and experience. In your engineering degree program, you will be jou with some exposed to several programming languages and computers, providing ¥‘ exposure to this issue. The mathematical algorithm developed in the previous step must be translated into & computational algorithm and then implemented as a computer program. The steps in the algorithm should first be outlined and then decomposed into smaller steps that can be translated into programming commands. One of the strengths of Matlab is that its commands match very closely to the steps that are Used to solve engineering problems; thus the process of determining the steps to solve the Problem aiso determines the Matlab commands. Furthermore, Matlab includes an extensive toolbox of numerical analysis algorithms, so the programming effort often mvolves implementing the mathematical model, characterizing the input data, and applying the available numeral algorithms. 5. Test and Assess the Solution: The final step is lany aspects, assessment is the most open- ended and difficult of the fi ‘in solving computational problems, The numerical solution must be checked carefully: + A simple version of the problem should be hand checked. + The program should be executed on obtained or computed test data for which the answer Or solution is either known or which can be obtained by independent means, such as hand or calculator computation, * Intermediate values should be compared with expected results and estimated vanations, * When values deviate from expected results more than was estimated, the source of the deviation should be determined and the program modified as needed. «A “realty check” should be performed on the solution to determine if it makes sense * The assumptions made in creating the mathematical model of the problem should be checked against the solution. ° Hotels in Sonagar from € 430 Scanned with CamScannerRefers to the logic of a program and a step-by-step description of how to arrive at the solution of a given problem In order to qualify as an algorithm, a sequence of instructions must have following characteristics: * Each and every instruction should be precise and unambiguous * Each instruction should be such that it can be performed in a finite time = One or more instructions should not be repeated infinitely. This ensures that the algorithm will ultimately terminate * After performing the instructions, that is after the algorithm terminates, the desired results must be obtained Scanned with CamScannerompuesmeundarne BLSUEE Din os NNEI br JEN yoshi (eco) oek ) a a % There are 50 students in a class who appeared in their final examination. Their mark sheets have been given to you. The division column of the mark sheet contains the division (FIRST, SECOND, THIRD or FAIL) obtained by the student. Write an algorithm to calculate and Print the total number of students who passed in FIRST division, Scanned with CamScannerStep 1: Step 2: Step 3: Step 4: Step 5: Step 6: Step 7: Step 8: (contd...) Initialize Total_First_Division and Total_Marksheets_Checked to zero. Take the mark sheet of the next student. Check the division column of the mark sheet to see if it is FIRST, if no, go to Step 5. Add 1 to Total_First_Division. Add 1 to Total_Marksheets_Checked. Is Total_Marksheets_Checked = 50, if no, go to Step 2. Print Total_First_Division. Stop. Scanned with CamScannerTN CONIA Undo gn casey NNR gorasants tion of Algoritnstts: » AS programs * As flowcharts = As pseudocodes When an algorithm is represented in the form of a programming language, it becomes a program Thus, any program is an algorithm, although the reverse is not true Scanned with CamScannerFlowchart is a pictorial representation of an algorithm Uses symbols (boxes of different shapes) that have standardized meanings to denote different types of instructions Actual instructions are written within the boxes Boxes are connected by solid lines having arrow marks to indicate the exact sequence in which the instructions are to be executed Process of drawing a flowchart for an algorithm is called flowcharting Scanned with CamScannerMeanie anole elOwebare (2 scisri ples) ee i (contd...) Read input data Add marks of all subjects giving Total q Percentage = Total / 10 ‘Write output data Scanned with CamScanner
You might also like
The Subtle Art of Not Giving a F*ck: A Counterintuitive Approach to Living a Good Life
From Everand
The Subtle Art of Not Giving a F*ck: A Counterintuitive Approach to Living a Good Life
Mark Manson
4/5 (6458)
Principles: Life and Work
From Everand
Principles: Life and Work
Ray Dalio
4/5 (643)
Elon Musk: Tesla, SpaceX, and the Quest for a Fantastic Future
From Everand
Elon Musk: Tesla, SpaceX, and the Quest for a Fantastic Future
Ashlee Vance
4.5/5 (582)
The Glass Castle: A Memoir
From Everand
The Glass Castle: A Memoir
Jeannette Walls
4.5/5 (1856)
Never Split the Difference: Negotiating As If Your Life Depended On It
From Everand
Never Split the Difference: Negotiating As If Your Life Depended On It
Chris Voss
4.5/5 (1005)
The Perks of Being a Wallflower
From Everand
The Perks of Being a Wallflower
Stephen Chbosky
4.5/5 (4103)
Grit: The Power of Passion and Perseverance
From Everand
Grit: The Power of Passion and Perseverance
Angela Duckworth
4/5 (650)
Yes Please
From Everand
Yes Please
Amy Poehler
4/5 (2016)
The Gifts of Imperfection: Let Go of Who You Think You're Supposed to Be and Embrace Who You Are
From Everand
The Gifts of Imperfection: Let Go of Who You Think You're Supposed to Be and Embrace Who You Are
Brene Brown
4/5 (1175)
Steve Jobs
From Everand
Steve Jobs
Walter Isaacson
4.5/5 (1139)
The World Is Flat 3.0: A Brief History of the Twenty-first Century
From Everand
The World Is Flat 3.0: A Brief History of the Twenty-first Century
Thomas L. Friedman
3.5/5 (2289)
A Man Called Ove: A Novel
From Everand
A Man Called Ove: A Novel
Fredrik Backman
4.5/5 (5181)
The Hard Thing About Hard Things: Building a Business When There Are No Easy Answers
From Everand
The Hard Thing About Hard Things: Building a Business When There Are No Easy Answers
Ben Horowitz
4.5/5 (361)
Fear: Trump in the White House
From Everand
Fear: Trump in the White House
Bob Woodward
3.5/5 (836)
The Woman in Cabin 10
From Everand
The Woman in Cabin 10
Ruth Ware
3.5/5 (2814)
Rise of ISIS: A Threat We Can't Ignore
From Everand
Rise of ISIS: A Threat We Can't Ignore
Jay Sekulow
3.5/5 (144)
The Yellow House: A Memoir (2019 National Book Award Winner)
From Everand
The Yellow House: A Memoir (2019 National Book Award Winner)
Sarah M. Broom
4/5 (100)
The Light Between Oceans: A Novel
From Everand
The Light Between Oceans: A Novel
M.L. Stedman
4.5/5 (815)
Shoe Dog: A Memoir by the Creator of Nike
From Everand
Shoe Dog: A Memoir by the Creator of Nike
Phil Knight
4.5/5 (629)
The Emperor of All Maladies: A Biography of Cancer
From Everand
The Emperor of All Maladies: A Biography of Cancer
Siddhartha Mukherjee
4.5/5 (298)
Hidden Figures: The American Dream and the Untold Story of the Black Women Mathematicians Who Helped Win the Space Race
From Everand
Hidden Figures: The American Dream and the Untold Story of the Black Women Mathematicians Who Helped Win the Space Race
Margot Lee Shetterly
4/5 (1022)
Angela's Ashes: A Memoir
From Everand
Angela's Ashes: A Memoir
Frank McCourt
4.5/5 (943)
A Heartbreaking Work Of Staggering Genius: A Memoir Based on a True Story
From Everand
A Heartbreaking Work Of Staggering Genius: A Memoir Based on a True Story
Dave Eggers
3.5/5 (233)
The Unwinding: An Inner History of the New America
From Everand
The Unwinding: An Inner History of the New America
George Packer
4/5 (45)
The Constant Gardener: A Novel
From Everand
The Constant Gardener: A Novel
John le Carré
4/5 (278)
The Little Book of Hygge: Danish Secrets to Happy Living
From Everand
The Little Book of Hygge: Danish Secrets to Happy Living
Meik Wiking
3.5/5 (464)
The Art of Racing in the Rain: A Novel
From Everand
The Art of Racing in the Rain: A Novel
Garth Stein
4/5 (4372)
Wolf Hall: A Novel
From Everand
Wolf Hall: A Novel
Hilary Mantel
4/5 (4135)
A Tree Grows in Brooklyn
From Everand
A Tree Grows in Brooklyn
Betty Smith
4.5/5 (2033)
Bad Feminist: Essays
From Everand
Bad Feminist: Essays
Roxane Gay
4/5 (1090)
Her Body and Other Parties: Stories
From Everand
Her Body and Other Parties: Stories
Carmen Maria Machado
4/5 (903)
The Outsider: A Novel
From Everand
The Outsider: A Novel
Stephen King
4/5 (2885)
The Sympathizer: A Novel (Pulitzer Prize for Fiction)
From Everand
The Sympathizer: A Novel (Pulitzer Prize for Fiction)
Viet Thanh Nguyen
4.5/5 (141)
Devil in the Grove: Thurgood Marshall, the Groveland Boys, and the Dawn of a New America
From Everand
Devil in the Grove: Thurgood Marshall, the Groveland Boys, and the Dawn of a New America
Gilbert King
4.5/5 (280)
Little Women
From Everand
Little Women
Louisa May Alcott
4.5/5 (2369)
Brooklyn: A Novel
From Everand
Brooklyn: A Novel
Colm Toibin
3.5/5 (2133)
Sing, Unburied, Sing: A Novel
From Everand
Sing, Unburied, Sing: A Novel
Jesmyn Ward
4/5 (1267)
Team of Rivals: The Political Genius of Abraham Lincoln
From Everand
Team of Rivals: The Political Genius of Abraham Lincoln
Doris Kearns Goodwin
4.5/5 (244)
Manhattan Beach: A Novel
From Everand
Manhattan Beach: A Novel
Jennifer Egan
3.5/5 (919)
On Fire: The (Burning) Case for a Green New Deal
From Everand
On Fire: The (Burning) Case for a Green New Deal
Naomi Klein
4/5 (78)
John Adams
From Everand
John Adams
David McCullough
4.5/5 (2546)