AIRFOILS CLASSIFICATION USING PRINCIPAL COMPONENTS ANALYSIS (PCA)

Size: px
Start display at page:

Download "AIRFOILS CLASSIFICATION USING PRINCIPAL COMPONENTS ANALYSIS (PCA)"

Transcription

1 AIRFOILS CLASSIFICATION USING PRINCIPAL COMPONENTS ANALYSIS (PCA) Camila Becker, Post Graduation in Industrial Systems and Processes, University of Santa Cruz do Sul , Santa Cruz do Sul, RS, Brazil Rubén Edgardo Panta Pazos, and Department of Mathematics and Post Graduation in Industrial Systems and Processes, University of Santa Cruz do Sul , Santa Cruz do Sul, RS, Brazil Abstract. The importance of air transport has grown considerably in recent decades. Therefore, much research on the aircraft is made. Research on airfoils, or aerodynamical profiles, is an example of a focus of study. Basically, the airfoils consist of a two-dimensional section used in order to fly with changes of velocities of a flux around the airfoil. In aircrafts, the airfoils are present in the wings and empennage, being the former generally asymmetric airfoils (generating lifting and greater moment, so the drag is lower), and for the second, as symmetrical airfoils. The objective of this study is to classify airfoils using principal components analysis (PCA), which is a statistical technique that aims to find patterns to represent changes in many variables, using a smaller number of factors. Its operation is to build a new system of principal components for the representation of the samples, so less dimensions can be considered. Thus, this method presents a lower computational complexity and also the benchmark to obtain results is reduced. The methodology to be developed is as follows: Initially, the data are digitalized. In the next stage, pre-processing is carried out. Subsequently, the correlation matrix is estimated. In the fourth stage, the eigenvalues and eigenvectors of correlation matrix are determined, so that the eigenvectors are indexed by increasing order of eigenvalues. Then, the eigenvalues and the more representative associated eigenvectors are chosen, in order to form the characteristic vector. Subsequently, the sample is projected into a new sub-vector space. Finally, the image is classified with the database formed. The results were favorable, in order to classify airfoils using principal components analysis; this was achieved with a computer algebraic system. Keywords: Airfoils, Principal Components Analysis, computer algebraic system, correlation matrix. 1. INTRODUCTION Currently, much research about the aircraft components is accomplished. This is in reason of the importance of air transport. One focus of the study are the airfoils because of the remarkable role in the study of aerodynamics not only aircraft but also in cars. For the airplanes the airfoils are employed as sections of the wing. For racing cars, the airfoils have great importance because it allows greater stability of the vehicle in order to provide greater adherence on rear wheels. In this work, then, are objectively classified the aerodynamic profiles, or airfoils, using the Principal Component Analysis (PCA) and considering some key components. This paper is organized as follows. In the following section, some considerations about airfoils are presented. In section 3, some ideas on the Principal Component Analysis (PCA) are depicted. Then, there are included some results. Finally, conclusions and possible extensions of this work are given. 2. AIRFOILS The aerodynamics began to have industrial importance with the advent of airplanes and automobiles, because they need to move with the least possible friction with the air for faster and spend less fuel. The study of the airfoils meant an important great step in the aerodynamics; the airfoils represent a section with the capacity for generate lifting (which allows the aircraft up in the air and remain there during the flight) producing so the lowest drag (aerodynamic force against the movement of an object). Figure 1. The balancing forces on an airplane.

2 Basically, the airfoils are classified as symmetrical and asymmetrical. Both have advantages: the first exhibit simple construction and have easy adaptation to the purposes of the flight. The second have greater aerodynamic efficiency. Figure 2 shows the components of an airfoil: The frontal point of the airfoil is called the leading edge, while the point farthest from the rear edge is called the trailing edge. The segment connecting these two points is called chord. The top half of the airfoil is defined by a curve called upper camber line. The curve that defines the bottom half is called lower camber line. The curve in the middle between these two curves is called the mean line and refers to the arithmetic mean of the coordinates of both camber lines. The greatest distance between the chord and the mean line is called the curvature. The angle of attack is the angle between the chord and the direction of movement of air on the airfoil. Figure 2. Components of the airfoil (example) In this work, in order to classify the airfoils, it was used the principal component analysis (PCA). For this, three parameters are employed: the aspect ratio (i.e. is the ratio between the length and height of airfoil), the curvature of the nose and curvature of the back. 3. PRINCIPAL COMPONENTS ANALYSIS (PCA) The principal components technique was first described by Karl Pearson (1901). He believed that was the correct solution for some problems of interest in biometrics, although his proposal was a practical method of calculation for two or three variables only. A description of practical computational methods came later, but even then the calculations were daunting for some variables because they had all by hand. Only after computers become widely available is that the principal components technique reached widespread use. (Manly, 2008). The principal components analysis is the transformation of a matrix of data into a smaller number of factors, which have more information as possible, in order to represent these variations. Thus, in order to reduce the dimensionality of the original set of data through by means of mutually orthogonal new variables, called principal components. The principal components analysis is a statistical approach that can be used to analyze inter-relationships between a large number of variables and explain these variables in terms of their inherent common dimensions (factors). The goal is to find a way to condense information from a number of original variables into a smaller set of statistical variables (factors) with a minimum loss of information. (Hair et al, 2005) Thus, the principal components analysis is a way of identifying patterns in data, and expressing the data in such a way as to highlight their similarities and differences. Since patterns in data can be hard to find in data of high dimension, where the luxury of graphical representation is not available, PCA is a powerful tool for data analysis. The other main advantage of PCA is that once you have found these patterns in the data, and you compress the data, i. e., by reducing the number of dimensions, without much loss of information. (Smith, 2002). The steps to be chosen to apply the PCA, Smith (2002), are the following: 3.1. Acquire data Initially it is acquired the data to which it this wanted to apply the principal components analysis (PCA) Substract the mean For PCA to work properly, the mean is subtracted from each of the data dimensions. The mean subtracted is the average across each dimension. So, all the x values have x (the mean of the x values of all the data points) subtracted, and all the y values have y subtracted from them. The new data set has a null mean.

3 3.3. Calculate the covariance matrix The covariance is a measure of the strength of the correlation between two or more random variables, defined by: cov ( X,Y ) = n ( X i X )( Yi Y ) i = 1 ( n 1) A useful way to get all the possible covariance values between all the different dimensions is to calculate them all and put them in a matrix. The definition for the covariance matrix for a set of data with n dimensions is: C n n = ~ ~ ( c c cov( X, X ) i, j, i, j = i j (1) (2) Where n n C is a matrix with n rows and n columns, and X ~ is the new variable Calculate the eigenvectores and eigenvalues of the covariance matrix The eigenvalues and eigenvectors are a special set of scalars and vectors, respectively, associated with a linear system of equations (i.e., a matrix equation). Definition: Let be A an n x n matrix. A non-zero vector x in R n is called a eigenvector of A if A x is a scalar multiple of x, i.e., Ax = λx for some scalar λ, which is called the eigenvalue of A and we say that x is associated eigenvector with λ. (Anton and Rorres, 2006) 3.5. Choosing eigenvalues more representatives and forming a feature vector: In fact, it turns out that the eigenvector with the highest eigenvalue is the principle component of the data set. In our example, the eigenvector with the larges eigenvalue was the one that pointed down the middle of the data. It is the most significant relationship between the data dimensions. In general, once eigenvectors are found from the covariance matrix, the next step is to order them by eigenvalue, highest to lowest. This gives you the components in order of significance. What needs to be done now is you need to form a feature vector ( V ), which is just a fancy name for a matrix of vectors. This is constructed considering the eigenvectors chosen from the list of eigenvectors (for dominant eigenvalues), and forming a matrix with these eigenvectors in the columns. V = vet vet vet vet ) (3) ( n 3.6. Deriving the new data set Once we have chosen the components (eigenvectors) that we wish to keep in our data and formed a feature vector, we simply take the transpose of the vector and multiply it on the left of the original data set, transposed. FD = V C T D A T (4) Where V C is the matrix with the eigenvectors in the columns transposed so that the eigenvectors are now in the rows, with the most significant eigenvector at the top, and D A is the mean-adjusted data transposed, i.e. the data items are in each column, with each row holding a separate dimension The PCA is represented in a graphical way Finally, the PCA is plotted, allowing for greater understanding of the data, since the samples that have greater similarity are grouped To go back when original data O D t t ( V C D ) + mean data = F, (5) where OD represents the original data.

4 4. RESULTS There will be presented the results for the classification of thirty kinds of airfoils using the Principal Components Analysis (PCA). For this, there are considered three variables associated of the airfoils: aspect ratio, curvature of the nose and curvature of the upper surface. A remarkable point is that the calculations of the curves were accomplished in an approximate way. For this work they ware used the following models of airfoils: Althaus 93k132, Archer 18sm, Boeing 103, Boeing 707e, Boeing 737b, Clark ys, Drela ag45c03, Drela ag13, Eppler 379, Eppler 857, Fage&collins 1, Fage&collins 3, Goettingen 394, Goettingen 492, John Yost eh1070, John Yost eh2070, Martin Hepperle 23, Martin Hepperle 91, NACA 0006, NACA 0008, NACA 0010, NACA 0012, Raf 27, Raf 34, Selig s1046, Selig s2060, Quabeck hq209, Quabeck hq1511, Wortmann and Wortmann fx84w097. A table with these chosen parameters is presented as an appendix, showing only some airfoils (Tab.1). Figure 3 shows the original data set of the airfoils. Figure 3. Original data. Initially, it was calculated the mean values for each variable and focused on the data in the associated mean (each value was subtracted from the corresponding average). Later, it is founded the covariance matrix of the data, whose representation is outlined in the figure below, see Fig. 4. Figure 4. Covariance matrix of the data used. The covariance matrix plot shows that the curvature of the nose is dominant, not allowing the finer analysis of the other components. Therefore, the data were calculated in a dimensionless way and again the covariance is represented in Fig. 5:

5 Figure 5. The dimensionless covariance matrix. In this representation is possible to check the covariance of each principal component, showing that the aspect ratio and curvature of the upper have a significant covariance. The next step is calculate of the eigenvalues and associated eigenvectors of the covariance matrix, and it is chosen the most representative eigenvalues to form the characteristic vector. In this case, there will be used eigenvectors associated with the main eigenvalues of the covariance matrix for the construction of the characteristic vector. Thereafter, it is determined the product between the transposed matrix of eigenvectors and the transposed matrix of the dimensionless adjusted data. The next step is the graphical representation of the principal components analysis, which is presented in Fig. 6, comparing to the original data. Figure 6. Comparison chart of the original data with the results obtained by Principal Components Analysis, where X is a new aspect ratio and Y is a new curvature of the upper surface It can be observed the generation of two groups, in reason of the similarity of the samples. It is checked also that the obtained data after the PCA have been lined up. 5. CONCLUSION The main conclusion of this work is that the statistical methods of classification and data analysis are satisfactory. The employment of PCA allows the airfoil classification with only three parameters. The data are grouped following the similarity between them. This method can be used for diverse applications. 6. ACKNOWLEDGEMENTS The authors thank University of Santa Cruz do Sul (UNISC), specially the Post Graduate Program in Industrial Systems Processes for financial support. Furthermore, the first author is grateful to the Brazilian Commission for Personal Improvement of Higher Education - CAPES for the outstanding support.

6 7. REFERENCES Anton, H.; Rorres, C., Elementary Linear Algebra with Applications, Wiley 9 th edition. Hair, J. F. (Et al.), Multivariate data analysis with readings. Prentice-Hall, New Jersey, 4.ed. Manly, B. F. J., Multivariate statistical methods: a primer. Chapman and Hall, London, 215p. Smith, L. I., A tutorial on principal component analysis, Table 1. Associated Parameters for the Airfoils (excerpt) Airfoil Aspect Ratio Nose Curvature Back Curvature Drela_Ag45c03 13, , , Boeing , , , Eppler , , , Naca 12 8, , ,

7 8. RESPONSIBILITY NOTICE The authors are the only responsible for the printed material included in this paper.

Principal Components Analysis (PCA)

Principal Components Analysis (PCA) Principal Components Analysis (PCA) Principal Components Analysis (PCA) a technique for finding patterns in data of high dimension Outline:. Eigenvectors and eigenvalues. PCA: a) Getting the data b) Centering

More information

Karhunen-Loève Transform KLT. JanKees van der Poel D.Sc. Student, Mechanical Engineering

Karhunen-Loève Transform KLT. JanKees van der Poel D.Sc. Student, Mechanical Engineering Karhunen-Loève Transform KLT JanKees van der Poel D.Sc. Student, Mechanical Engineering Karhunen-Loève Transform Has many names cited in literature: Karhunen-Loève Transform (KLT); Karhunen-Loève Decomposition

More information

Introduction to Atmospheric Flight. Dr. Guven Aerospace Engineer (P.hD)

Introduction to Atmospheric Flight. Dr. Guven Aerospace Engineer (P.hD) Introduction to Atmospheric Flight Dr. Guven Aerospace Engineer (P.hD) What is Atmospheric Flight? There are many different ways in which Aerospace engineering is associated with atmospheric flight concepts.

More information

Multivariate Statistics Fundamentals Part 1: Rotation-based Techniques

Multivariate Statistics Fundamentals Part 1: Rotation-based Techniques Multivariate Statistics Fundamentals Part 1: Rotation-based Techniques A reminded from a univariate statistics courses Population Class of things (What you want to learn about) Sample group representing

More information

Applied Fluid Mechanics

Applied Fluid Mechanics Applied Fluid Mechanics 1. The Nature of Fluid and the Study of Fluid Mechanics 2. Viscosity of Fluid 3. Pressure Measurement 4. Forces Due to Static Fluid 5. Buoyancy and Stability 6. Flow of Fluid and

More information

Computational Fluid Dynamics Study Of Fluid Flow And Aerodynamic Forces On An Airfoil S.Kandwal 1, Dr. S. Singh 2

Computational Fluid Dynamics Study Of Fluid Flow And Aerodynamic Forces On An Airfoil S.Kandwal 1, Dr. S. Singh 2 Computational Fluid Dynamics Study Of Fluid Flow And Aerodynamic Forces On An Airfoil S.Kandwal 1, Dr. S. Singh 2 1 M. Tech Scholar, 2 Associate Professor Department of Mechanical Engineering, Bipin Tripathi

More information

7. Variable extraction and dimensionality reduction

7. Variable extraction and dimensionality reduction 7. Variable extraction and dimensionality reduction The goal of the variable selection in the preceding chapter was to find least useful variables so that it would be possible to reduce the dimensionality

More information

Data Preprocessing Tasks

Data Preprocessing Tasks Data Tasks 1 2 3 Data Reduction 4 We re here. 1 Dimensionality Reduction Dimensionality reduction is a commonly used approach for generating fewer features. Typically used because too many features can

More information

Lecture-4. Flow Past Immersed Bodies

Lecture-4. Flow Past Immersed Bodies Lecture-4 Flow Past Immersed Bodies Learning objectives After completing this lecture, you should be able to: Identify and discuss the features of external flow Explain the fundamental characteristics

More information

Introduction to Flight Dynamics

Introduction to Flight Dynamics Chapter 1 Introduction to Flight Dynamics Flight dynamics deals principally with the response of aerospace vehicles to perturbations in their flight environments and to control inputs. In order to understand

More information

Mechanics of Flight. Warren F. Phillips. John Wiley & Sons, Inc. Professor Mechanical and Aerospace Engineering Utah State University WILEY

Mechanics of Flight. Warren F. Phillips. John Wiley & Sons, Inc. Professor Mechanical and Aerospace Engineering Utah State University WILEY Mechanics of Flight Warren F. Phillips Professor Mechanical and Aerospace Engineering Utah State University WILEY John Wiley & Sons, Inc. CONTENTS Preface Acknowledgments xi xiii 1. Overview of Aerodynamics

More information

ME 425: Aerodynamics

ME 425: Aerodynamics ME 45: Aerodynamics Dr. A.B.M. Toufique Hasan Professor Department of Mechanical Engineering Bangladesh University of Engineering & Technology (BUET), Dhaka Lecture-0 Introduction toufiquehasan.buet.ac.bd

More information

Computational paradigms for the measurement signals processing. Metodologies for the development of classification algorithms.

Computational paradigms for the measurement signals processing. Metodologies for the development of classification algorithms. Computational paradigms for the measurement signals processing. Metodologies for the development of classification algorithms. January 5, 25 Outline Methodologies for the development of classification

More information

PCA FACE RECOGNITION

PCA FACE RECOGNITION PCA FACE RECOGNITION The slides are from several sources through James Hays (Brown); Srinivasa Narasimhan (CMU); Silvio Savarese (U. of Michigan); Shree Nayar (Columbia) including their own slides. Goal

More information

APPLICATIONS The eigenvalues are λ = 5, 5. An orthonormal basis of eigenvectors consists of

APPLICATIONS The eigenvalues are λ = 5, 5. An orthonormal basis of eigenvectors consists of CHAPTER III APPLICATIONS The eigenvalues are λ =, An orthonormal basis of eigenvectors consists of, The eigenvalues are λ =, A basis of eigenvectors consists of, 4 which are not perpendicular However,

More information

1. Fluid Dynamics Around Airfoils

1. Fluid Dynamics Around Airfoils 1. Fluid Dynamics Around Airfoils Two-dimensional flow around a streamlined shape Foces on an airfoil Distribution of pressue coefficient over an airfoil The variation of the lift coefficient with the

More information

Copyright 2007 N. Komerath. Other rights may be specified with individual items. All rights reserved.

Copyright 2007 N. Komerath. Other rights may be specified with individual items. All rights reserved. Low Speed Aerodynamics Notes 5: Potential ti Flow Method Objective: Get a method to describe flow velocity fields and relate them to surface shapes consistently. Strategy: Describe the flow field as the

More information

Introduction to Aeronautics

Introduction to Aeronautics Introduction to Aeronautics ARO 101 Sections 03 & 04 Sep 30, 2015 thru Dec 9, 2015 Instructor: Raymond A. Hudson Week #8 Lecture Material 1 Topics For Week #8 Airfoil Geometry & Nomenclature Identify the

More information

Math 1553, Introduction to Linear Algebra

Math 1553, Introduction to Linear Algebra Learning goals articulate what students are expected to be able to do in a course that can be measured. This course has course-level learning goals that pertain to the entire course, and section-level

More information

Definitions. Temperature: Property of the atmosphere (τ). Function of altitude. Pressure: Property of the atmosphere (p). Function of altitude.

Definitions. Temperature: Property of the atmosphere (τ). Function of altitude. Pressure: Property of the atmosphere (p). Function of altitude. Definitions Chapter 3 Standard atmosphere: A model of the atmosphere based on the aerostatic equation, the perfect gas law, an assumed temperature distribution, and standard sea level conditions. Temperature:

More information

Eigenimaging for Facial Recognition

Eigenimaging for Facial Recognition Eigenimaging for Facial Recognition Aaron Kosmatin, Clayton Broman December 2, 21 Abstract The interest of this paper is Principal Component Analysis, specifically its area of application to facial recognition

More information

Applied Aerodynamics - I

Applied Aerodynamics - I Applied Aerodynamics - I o Course Contents (Tentative) Introductory Thoughts Historical Perspective Flow Similarity Aerodynamic Coefficients Sources of Aerodynamic Forces Fundamental Equations & Principles

More information

Eigenface-based facial recognition

Eigenface-based facial recognition Eigenface-based facial recognition Dimitri PISSARENKO December 1, 2002 1 General This document is based upon Turk and Pentland (1991b), Turk and Pentland (1991a) and Smith (2002). 2 How does it work? The

More information

Drag Analysis of a Supermarine. Spitfire Mk V at Cruise Conditions

Drag Analysis of a Supermarine. Spitfire Mk V at Cruise Conditions Introduction to Flight Aircraft Drag Project April 2016 2016 Drag Analysis of a Supermarine Spitfire Mk V at Cruise Conditions Nicholas Conde nicholasconde@gmail.com U66182304 Introduction to Flight Nicholas

More information

CHAPTER 3 ANALYSIS OF NACA 4 SERIES AIRFOILS

CHAPTER 3 ANALYSIS OF NACA 4 SERIES AIRFOILS 54 CHAPTER 3 ANALYSIS OF NACA 4 SERIES AIRFOILS The baseline characteristics and analysis of NACA 4 series airfoils are presented in this chapter in detail. The correlations for coefficient of lift and

More information

Fundamentals of Airplane Flight Mechanics

Fundamentals of Airplane Flight Mechanics David G. Hull Fundamentals of Airplane Flight Mechanics With 125 Figures and 25 Tables y Springer Introduction to Airplane Flight Mechanics 1 1.1 Airframe Anatomy 2 1.2 Engine Anatomy 5 1.3 Equations of

More information

Masters in Mechanical Engineering Aerodynamics 1 st Semester 2015/16

Masters in Mechanical Engineering Aerodynamics 1 st Semester 2015/16 Masters in Mechanical Engineering Aerodynamics st Semester 05/6 Exam st season, 8 January 06 Name : Time : 8:30 Number: Duration : 3 hours st Part : No textbooks/notes allowed nd Part : Textbooks allowed

More information

Chapter 5 Wing design - selection of wing parameters 2 Lecture 20 Topics

Chapter 5 Wing design - selection of wing parameters 2 Lecture 20 Topics Chapter 5 Wing design - selection of wing parameters Lecture 0 Topics 5..4 Effects of geometric parameters, Reynolds number and roughness on aerodynamic characteristics of airfoils 5..5 Choice of airfoil

More information

ISSN: (Online) Volume 3, Issue 5, May 2015 International Journal of Advance Research in Computer Science and Management Studies

ISSN: (Online) Volume 3, Issue 5, May 2015 International Journal of Advance Research in Computer Science and Management Studies ISSN: 2321-7782 (Online) Volume 3, Issue 5, May 2015 International Journal of Advance Research in Computer Science and Management Studies Research Article / Survey Paper / Case Study Available online at:

More information

Lecture 7 Boundary Layer

Lecture 7 Boundary Layer SPC 307 Introduction to Aerodynamics Lecture 7 Boundary Layer April 9, 2017 Sep. 18, 2016 1 Character of the steady, viscous flow past a flat plate parallel to the upstream velocity Inertia force = ma

More information

SPC Aerodynamics Course Assignment Due Date Monday 28 May 2018 at 11:30

SPC Aerodynamics Course Assignment Due Date Monday 28 May 2018 at 11:30 SPC 307 - Aerodynamics Course Assignment Due Date Monday 28 May 2018 at 11:30 1. The maximum velocity at which an aircraft can cruise occurs when the thrust available with the engines operating with the

More information

AA 242B/ ME 242B: Mechanical Vibrations (Spring 2016)

AA 242B/ ME 242B: Mechanical Vibrations (Spring 2016) AA 242B/ ME 242B: Mechanical Vibrations (Spring 2016) Homework #2 Due April 17, 2016 This homework focuses on developing a simplified analytical model of the longitudinal dynamics of an aircraft during

More information

PRINCIPAL COMPONENT ANALYSIS

PRINCIPAL COMPONENT ANALYSIS PRINCIPAL COMPONENT ANALYSIS Dimensionality Reduction Tzompanaki Katerina Dimensionality Reduction Unsupervised learning Goal: Find hidden patterns in the data. Used for Visualization Data compression

More information

THE EFFECT OF WING GEOMETRY ON LIFT AT SUPERSONIC SPEEDS

THE EFFECT OF WING GEOMETRY ON LIFT AT SUPERSONIC SPEEDS Journal of Engineering Science and Technology EURECA 2013 Special Issue August (2014) 16-27 School of Engineering, Taylor s University THE EFFECT OF WING GEOMETRY ON LIFT AT SUPERSONIC SPEEDS ABDULKAREEM

More information

Engineering Mechanics I. Phongsaen PITAKWATCHARA

Engineering Mechanics I. Phongsaen PITAKWATCHARA 2103-213 Engineering Mechanics I phongsaen@gmail.com December 6, 2007 Contents Preface iii 1 Introduction to Statics 1 1.0 Outline................................. 2 1.1 Basic Concepts............................

More information

Flight Vehicle Terminology

Flight Vehicle Terminology Flight Vehicle Terminology 1.0 Axes Systems There are 3 axes systems which can be used in Aeronautics, Aerodynamics & Flight Mechanics: Ground Axes G(x 0, y 0, z 0 ) Body Axes G(x, y, z) Aerodynamic Axes

More information

AE Stability and Control of Aerospace Vehicles

AE Stability and Control of Aerospace Vehicles AE 430 - Stability and ontrol of Aerospace Vehicles Static/Dynamic Stability Longitudinal Static Stability Static Stability We begin ith the concept of Equilibrium (Trim). Equilibrium is a state of an

More information

INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad

INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad - 500 043 AERONAUTICAL ENGINEERING TUTORIAL QUESTION BANK Course Name : LOW SPEED AERODYNAMICS Course Code : AAE004 Regulation : IARE

More information

Given the water behaves as shown above, which direction will the cylinder rotate?

Given the water behaves as shown above, which direction will the cylinder rotate? water stream fixed but free to rotate Given the water behaves as shown above, which direction will the cylinder rotate? ) Clockwise 2) Counter-clockwise 3) Not enough information F y U 0 U F x V=0 V=0

More information

A tutorial on Principal Components Analysis

A tutorial on Principal Components Analysis A tutorial on Principal Components Analysis Lindsay I Smith February 26, 2002 Chapter 1 Introduction This tutorial is designed to give the reader an understanding of Principal Components Analysis (PCA).

More information

Robot Image Credit: Viktoriya Sukhanova 123RF.com. Dimensionality Reduction

Robot Image Credit: Viktoriya Sukhanova 123RF.com. Dimensionality Reduction Robot Image Credit: Viktoriya Sukhanova 13RF.com Dimensionality Reduction Feature Selection vs. Dimensionality Reduction Feature Selection (last time) Select a subset of features. When classifying novel

More information

AEROSPACE ENGINEERING

AEROSPACE ENGINEERING AEROSPACE ENGINEERING Subject Code: AE Course Structure Sections/Units Topics Section A Engineering Mathematics Topics (Core) 1 Linear Algebra 2 Calculus 3 Differential Equations 1 Fourier Series Topics

More information

Dimensionality Reduction: PCA. Nicholas Ruozzi University of Texas at Dallas

Dimensionality Reduction: PCA. Nicholas Ruozzi University of Texas at Dallas Dimensionality Reduction: PCA Nicholas Ruozzi University of Texas at Dallas Eigenvalues λ is an eigenvalue of a matrix A R n n if the linear system Ax = λx has at least one non-zero solution If Ax = λx

More information

Flight Dynamics and Control

Flight Dynamics and Control Flight Dynamics and Control Lecture 1: Introduction G. Dimitriadis University of Liege Reference material Lecture Notes Flight Dynamics Principles, M.V. Cook, Arnold, 1997 Fundamentals of Airplane Flight

More information

Study of Preliminary Configuration Design of F-35 using simple CFD

Study of Preliminary Configuration Design of F-35 using simple CFD Study of Preliminary Configuration Design of F-35 using simple CFD http://www.aerospaceweb.org/aircraft/research/x35/pics.shtml David Hall Sangeon Chun David Andrews Center of Gravity Estimation.5873 Conventional

More information

PENN STATE UNIVERSITY MATH 220: LINEAR ALGEBRA

PENN STATE UNIVERSITY MATH 220: LINEAR ALGEBRA PENN STATE UNIVERSITY MATH 220: LINEAR ALGEBRA Penn State Bluebook: 1. Systems of Linear Equations 2. Matrix Algebra 3. Eigenvalues and Eigenvectors 4. Linear Systems of Differential Equations The above

More information

Thin airfoil theory. Chapter Compressible potential flow The full potential equation

Thin airfoil theory. Chapter Compressible potential flow The full potential equation hapter 4 Thin airfoil theory 4. ompressible potential flow 4.. The full potential equation In compressible flow, both the lift and drag of a thin airfoil can be determined to a reasonable level of accuracy

More information

Experimental Evaluation of Aerodynamics Characteristics of a Baseline Airfoil

Experimental Evaluation of Aerodynamics Characteristics of a Baseline Airfoil Research Paper American Journal of Engineering Research (AJER) e-issn: 2320-0847 p-issn : 2320-0936 Volume-4, Issue-1, pp-91-96 www.ajer.org Open Access Experimental Evaluation of Aerodynamics Characteristics

More information

GEOG 4110/5100 Advanced Remote Sensing Lecture 15

GEOG 4110/5100 Advanced Remote Sensing Lecture 15 GEOG 4110/5100 Advanced Remote Sensing Lecture 15 Principal Component Analysis Relevant reading: Richards. Chapters 6.3* http://www.ce.yildiz.edu.tr/personal/songul/file/1097/principal_components.pdf *For

More information

Econ Slides from Lecture 7

Econ Slides from Lecture 7 Econ 205 Sobel Econ 205 - Slides from Lecture 7 Joel Sobel August 31, 2010 Linear Algebra: Main Theory A linear combination of a collection of vectors {x 1,..., x k } is a vector of the form k λ ix i for

More information

ACD2503 Aircraft Aerodynamics

ACD2503 Aircraft Aerodynamics ACD2503 Aircraft Aerodynamics Session delivered by: Prof. M. D. Deshpande 1 Aims and Summary PEMP It is intended dto prepare students for participation i i in the design process of an aircraft and its

More information

Performance. 5. More Aerodynamic Considerations

Performance. 5. More Aerodynamic Considerations Performance 5. More Aerodynamic Considerations There is an alternative way of looking at aerodynamic flow problems that is useful for understanding certain phenomena. Rather than tracking a particle of

More information

AN ENGINEERING LEVEL PREDICTION METHOD FOR NORMAL-FORCE INCREASE DUE TO WEDGE SECTIONS

AN ENGINEERING LEVEL PREDICTION METHOD FOR NORMAL-FORCE INCREASE DUE TO WEDGE SECTIONS 27 TH INTERNATIONAL CONGRESS OF THE AERONAUTICAL SCIENCES AN ENGINEERING LEVEL PREDICTION ETHOD FOR NORAL-FORCE INCREASE DUE TO WEDGE SECTIONS Asher Sigal Shehafim R&D, Haifa 34861, Israel Keywords: wedge

More information

ν δ - 1 -

ν δ - 1 - ν δ - 1 - δ ν ν δ ν ν - 2 - ρ δ ρ θ θ θ δ τ ρ θ δ δ θ δ δ δ δ τ μ δ μ δ ν δ δ δ - 3 - τ ρ δ ρ δ ρ δ δ δ δ δ δ δ δ δ δ δ - 4 - ρ μ ρ μ ρ ρ μ μ ρ - 5 - ρ τ μ τ μ ρ δ δ δ - 6 - τ ρ μ τ ρ μ ρ δ θ θ δ θ - 7

More information

Analysis Of Naca 2412 For Automobile Rear Spoiler Using Composite Material *

Analysis Of Naca 2412 For Automobile Rear Spoiler Using Composite Material * Analysis Of Naca 2412 For Automobile Rear Spoiler Using Composite Material * Kamprasad Chodagudi 1, T.b.s Rao 2 -----------------------------------------------------------------------------------------------------------------------------

More information

Syllabus for AE3610, Aerodynamics I

Syllabus for AE3610, Aerodynamics I Syllabus for AE3610, Aerodynamics I Current Catalog Data: AE 3610 Aerodynamics I Credit: 4 hours A study of incompressible aerodynamics of flight vehicles with emphasis on combined application of theory

More information

Linear Algebra Primer

Linear Algebra Primer Introduction Linear Algebra Primer Daniel S. Stutts, Ph.D. Original Edition: 2/99 Current Edition: 4//4 This primer was written to provide a brief overview of the main concepts and methods in elementary

More information

Rotor reference axis

Rotor reference axis Rotor reference axis So far we have used the same reference axis: Z aligned with the rotor shaft Y perpendicular to Z and along the blade (in the rotor plane). X in the rotor plane and perpendicular do

More information

Stability and Control Some Characteristics of Lifting Surfaces, and Pitch-Moments

Stability and Control Some Characteristics of Lifting Surfaces, and Pitch-Moments Stability and Control Some Characteristics of Lifting Surfaces, and Pitch-Moments The lifting surfaces of a vehicle generally include the wings, the horizontal and vertical tail, and other surfaces such

More information

Example Linear Algebra Competency Test

Example Linear Algebra Competency Test Example Linear Algebra Competency Test The 4 questions below are a combination of True or False, multiple choice, fill in the blank, and computations involving matrices and vectors. In the latter case,

More information

FLIGHT DYNAMICS. Robert F. Stengel. Princeton University Press Princeton and Oxford

FLIGHT DYNAMICS. Robert F. Stengel. Princeton University Press Princeton and Oxford FLIGHT DYNAMICS Robert F. Stengel Princeton University Press Princeton and Oxford Preface XV Chapter One Introduction 1 1.1 ELEMENTS OF THE AIRPLANE 1 Airframe Components 1 Propulsion Systems 4 1.2 REPRESENTATIVE

More information

Machine Learning 2nd Edition

Machine Learning 2nd Edition INTRODUCTION TO Lecture Slides for Machine Learning 2nd Edition ETHEM ALPAYDIN, modified by Leonardo Bobadilla and some parts from http://www.cs.tau.ac.il/~apartzin/machinelearning/ The MIT Press, 2010

More information

Notes on Linear Algebra and Matrix Theory

Notes on Linear Algebra and Matrix Theory Massimo Franceschet featuring Enrico Bozzo Scalar product The scalar product (a.k.a. dot product or inner product) of two real vectors x = (x 1,..., x n ) and y = (y 1,..., y n ) is not a vector but a

More information

Airfoil Lift Measurement by Surface Pressure Distribution Lab 2 MAE 424

Airfoil Lift Measurement by Surface Pressure Distribution Lab 2 MAE 424 Airfoil Lift Measurement by Surface Pressure Distribution Lab 2 MAE 424 Evan Coleman April 29, 2013 Spring 2013 Dr. MacLean 1 Abstract The purpose of this experiment was to determine the lift coefficient,

More information

Mestrado Integrado em Engenharia Mecânica Aerodynamics 1 st Semester 2012/13

Mestrado Integrado em Engenharia Mecânica Aerodynamics 1 st Semester 2012/13 Mestrado Integrado em Engenharia Mecânica Aerodynamics 1 st Semester 212/13 Exam 2ª época, 2 February 213 Name : Time : 8: Number: Duration : 3 hours 1 st Part : No textbooks/notes allowed 2 nd Part :

More information

ACTIVE SEPARATION CONTROL ON A SLATLESS 2D HIGH-LIFT WING SECTION

ACTIVE SEPARATION CONTROL ON A SLATLESS 2D HIGH-LIFT WING SECTION 26th INTERNATIONAL CONGRESS OF THE AERONAUTICAL SCIENCES ACTIVE SEPARATION CONTROL ON A SLATLESS 2D HIGH-LIFT WING SECTION F. Haucke, I. Peltzer, W. Nitsche Chair for Aerodynamics Department of Aeronautics

More information

COMPUTATIONAL SIMULATION OF THE FLOW PAST AN AIRFOIL FOR AN UNMANNED AERIAL VEHICLE

COMPUTATIONAL SIMULATION OF THE FLOW PAST AN AIRFOIL FOR AN UNMANNED AERIAL VEHICLE COMPUTATIONAL SIMULATION OF THE FLOW PAST AN AIRFOIL FOR AN UNMANNED AERIAL VEHICLE L. Velázquez-Araque 1 and J. Nožička 2 1 Division of Thermal fluids, Department of Mechanical Engineering, National University

More information

Why Should You Consider a Freezing Point Depressant Ice Protection System? Icing Certification Present and Future. CAV Aerospace Limited

Why Should You Consider a Freezing Point Depressant Ice Protection System? Icing Certification Present and Future. CAV Aerospace Limited Why Should You Consider a Freezing Point Depressant Ice Protection System? Icing Certification Present and Future OVERVIEW Presentation Aircraft Review of Current Icing Environments Pending Changes to

More information

Principal Component Analysis

Principal Component Analysis Principal Component Analysis Anders Øland David Christiansen 1 Introduction Principal Component Analysis, or PCA, is a commonly used multi-purpose technique in data analysis. It can be used for feature

More information

Announcements (repeat) Principal Components Analysis

Announcements (repeat) Principal Components Analysis 4/7/7 Announcements repeat Principal Components Analysis CS 5 Lecture #9 April 4 th, 7 PA4 is due Monday, April 7 th Test # will be Wednesday, April 9 th Test #3 is Monday, May 8 th at 8AM Just hour long

More information

Maximum variance formulation

Maximum variance formulation 12.1. Principal Component Analysis 561 Figure 12.2 Principal component analysis seeks a space of lower dimensionality, known as the principal subspace and denoted by the magenta line, such that the orthogonal

More information

APPENDIX C DRAG POLAR, STABILITY DERIVATIVES AND CHARACTERISTIC ROOTS OF A JET AIRPLANE (Lectures 37 to 40)

APPENDIX C DRAG POLAR, STABILITY DERIVATIVES AND CHARACTERISTIC ROOTS OF A JET AIRPLANE (Lectures 37 to 40) APPENDIX C DRAG POLAR, STABILITY DERIVATIVES AND CHARACTERISTIC ROOTS OF A JET AIRPLANE (Lectures 37 to 40 E.G. TULAPURKARA YASHKUMAR A. VENKATTRAMAN REPORT NO: AE TR 2007-3 APRIL 2007 (REVISED NOVEMBER

More information

Brenda M. Kulfan, John E. Bussoletti, and Craig L. Hilmes Boeing Commercial Airplane Group, Seattle, Washington, 98124

Brenda M. Kulfan, John E. Bussoletti, and Craig L. Hilmes Boeing Commercial Airplane Group, Seattle, Washington, 98124 AIAA--2007-0684 Pressures and Drag Characteristics of Bodies of Revolution at Near Sonic Speeds Including the Effects of Viscosity and Wind Tunnel Walls Brenda M. Kulfan, John E. Bussoletti, and Craig

More information

Math 302 Outcome Statements Winter 2013

Math 302 Outcome Statements Winter 2013 Math 302 Outcome Statements Winter 2013 1 Rectangular Space Coordinates; Vectors in the Three-Dimensional Space (a) Cartesian coordinates of a point (b) sphere (c) symmetry about a point, a line, and a

More information

Compressible Potential Flow: The Full Potential Equation. Copyright 2009 Narayanan Komerath

Compressible Potential Flow: The Full Potential Equation. Copyright 2009 Narayanan Komerath Compressible Potential Flow: The Full Potential Equation 1 Introduction Recall that for incompressible flow conditions, velocity is not large enough to cause density changes, so density is known. Thus

More information

Introduction to Aerospace Engineering

Introduction to Aerospace Engineering 4. Basic Fluid (Aero) Dynamics Introduction to Aerospace Engineering Here, we will try and look at a few basic ideas from the complicated field of fluid dynamics. The general area includes studies of incompressible,

More information

Given a stream function for a cylinder in a uniform flow with circulation: a) Sketch the flow pattern in terms of streamlines.

Given a stream function for a cylinder in a uniform flow with circulation: a) Sketch the flow pattern in terms of streamlines. Question Given a stream function for a cylinder in a uniform flow with circulation: R Γ r ψ = U r sinθ + ln r π R a) Sketch the flow pattern in terms of streamlines. b) Derive an expression for the angular

More information

Principal Component Analysis (PCA) Theory, Practice, and Examples

Principal Component Analysis (PCA) Theory, Practice, and Examples Principal Component Analysis (PCA) Theory, Practice, and Examples Data Reduction summarization of data with many (p) variables by a smaller set of (k) derived (synthetic, composite) variables. p k n A

More information

Stability and Control

Stability and Control Stability and Control Introduction An important concept that must be considered when designing an aircraft, missile, or other type of vehicle, is that of stability and control. The study of stability is

More information

HOSTOS COMMUNITY COLLEGE DEPARTMENT OF MATHEMATICS

HOSTOS COMMUNITY COLLEGE DEPARTMENT OF MATHEMATICS HOSTOS COMMUNITY COLLEGE DEPARTMENT OF MATHEMATICS MAT 217 Linear Algebra CREDIT HOURS: 4.0 EQUATED HOURS: 4.0 CLASS HOURS: 4.0 PREREQUISITE: PRE/COREQUISITE: MAT 210 Calculus I MAT 220 Calculus II RECOMMENDED

More information

Properties of Linear Transformations from R n to R m

Properties of Linear Transformations from R n to R m Properties of Linear Transformations from R n to R m MATH 322, Linear Algebra I J. Robert Buchanan Department of Mathematics Spring 2015 Topic Overview Relationship between the properties of a matrix transformation

More information

The Mathematics of Facial Recognition

The Mathematics of Facial Recognition William Dean Gowin Graduate Student Appalachian State University July 26, 2007 Outline EigenFaces Deconstruct a known face into an N-dimensional facespace where N is the number of faces in our data set.

More information

Airfoils and Wings. Eugene M. Cliff

Airfoils and Wings. Eugene M. Cliff Airfoils and Wings Eugene M. Cliff 1 Introduction The primary purpose of these notes is to supplement the text material related to aerodynamic forces. We are mainly interested in the forces on wings and

More information

Linear Algebra & Geometry why is linear algebra useful in computer vision?

Linear Algebra & Geometry why is linear algebra useful in computer vision? Linear Algebra & Geometry why is linear algebra useful in computer vision? References: -Any book on linear algebra! -[HZ] chapters 2, 4 Some of the slides in this lecture are courtesy to Prof. Octavia

More information

UNIT-05 VECTORS. 3. Utilize the characteristics of two or more vectors that are concurrent, or collinear, or coplanar.

UNIT-05 VECTORS. 3. Utilize the characteristics of two or more vectors that are concurrent, or collinear, or coplanar. UNIT-05 VECTORS Introduction: physical quantity that can be specified by just a number the magnitude is known as a scalar. In everyday life you deal mostly with scalars such as time, temperature, length

More information

Multiplying matrices by diagonal matrices is faster than usual matrix multiplication.

Multiplying matrices by diagonal matrices is faster than usual matrix multiplication. 7-6 Multiplying matrices by diagonal matrices is faster than usual matrix multiplication. The following equations generalize to matrices of any size. Multiplying a matrix from the left by a diagonal matrix

More information

Eigenvalues, Eigenvectors, and an Intro to PCA

Eigenvalues, Eigenvectors, and an Intro to PCA Eigenvalues, Eigenvectors, and an Intro to PCA Eigenvalues, Eigenvectors, and an Intro to PCA Changing Basis We ve talked so far about re-writing our data using a new set of variables, or a new basis.

More information

The E80 Wind Tunnel Experiment the experience will blow you away. by Professor Duron Spring 2012

The E80 Wind Tunnel Experiment the experience will blow you away. by Professor Duron Spring 2012 The E80 Wind Tunnel Experiment the experience will blow you away by Professor Duron Spring 2012 Objectives To familiarize the student with the basic operation and instrumentation of the HMC wind tunnel

More information

Aircraft Pitch Control Design Using Observer-State Feedback Control

Aircraft Pitch Control Design Using Observer-State Feedback Control KINETIK, Vol. 2, No. 4, November 217, Pp. 263-272 ISSN : 253-2259 E-ISSN : 253-2267 263 Aircraft Pitch Control Design Using Observer-State Feedback Control Hanum Arrosida *1, Mohammad Erik Echsony 2 1,2

More information

Dynamics and Control Preliminary Examination Topics

Dynamics and Control Preliminary Examination Topics Dynamics and Control Preliminary Examination Topics 1. Particle and Rigid Body Dynamics Meirovitch, Leonard; Methods of Analytical Dynamics, McGraw-Hill, Inc New York, NY, 1970 Chapters 1-5 2. Atmospheric

More information

Unsupervised Learning: Dimensionality Reduction

Unsupervised Learning: Dimensionality Reduction Unsupervised Learning: Dimensionality Reduction CMPSCI 689 Fall 2015 Sridhar Mahadevan Lecture 3 Outline In this lecture, we set about to solve the problem posed in the previous lecture Given a dataset,

More information

Introduction to Flight

Introduction to Flight l_ Introduction to Flight Fifth Edition John D. Anderson, Jr. Curator for Aerodynamics, National Air and Space Museum Smithsonian Institution Professor Emeritus University of Maryland Me Graw Higher Education

More information

Introduction to Mechanical Engineering

Introduction to Mechanical Engineering Introduction to Mechanical Engineering Chapter 1 The Mechanical Engineering Profession Chapter Problem-Solving and Communication Skills Chapter 3 Forces in Structures and Machines Chapter 4 Materials and

More information

Repeated Eigenvalues and Symmetric Matrices

Repeated Eigenvalues and Symmetric Matrices Repeated Eigenvalues and Symmetric Matrices. Introduction In this Section we further develop the theory of eigenvalues and eigenvectors in two distinct directions. Firstly we look at matrices where one

More information

CS4495/6495 Introduction to Computer Vision. 8B-L2 Principle Component Analysis (and its use in Computer Vision)

CS4495/6495 Introduction to Computer Vision. 8B-L2 Principle Component Analysis (and its use in Computer Vision) CS4495/6495 Introduction to Computer Vision 8B-L2 Principle Component Analysis (and its use in Computer Vision) Wavelength 2 Wavelength 2 Principal Components Principal components are all about the directions

More information

MODIFICATION OF AERODYNAMIC WING LOADS BY FLUIDIC DEVICES

MODIFICATION OF AERODYNAMIC WING LOADS BY FLUIDIC DEVICES Journal of KONES Powertrain and Transport, Vol. 21, No. 2 2014 MODIFICATION OF AERODYNAMIC WING LOADS BY FLUIDIC DEVICES Institute of Aviation Department of Aerodynamics and Flight Mechanics Krakowska

More information

Model Rocketry. The Science Behind the Fun

Model Rocketry. The Science Behind the Fun Model Rocketry The Science Behind the Fun Topics History of Rockets Sir Isaac Newton Laws of Motion Rocket Principles Flight of a Model Rocket Rocket Propulsion Forces at Work History Rockets and rocket

More information

Experimental Study on Flow Control Characteristics of Synthetic Jets over a Blended Wing Body Configuration

Experimental Study on Flow Control Characteristics of Synthetic Jets over a Blended Wing Body Configuration Experimental Study on Flow Control Characteristics of Synthetic Jets over a Blended Wing Body Configuration Byunghyun Lee 1), Minhee Kim 1), Chongam Kim 1), Taewhan Cho 2), Seol Lim 3), and Kyoung Jin

More information

ME 6139: High Speed Aerodynamics

ME 6139: High Speed Aerodynamics Dr. A.B.M. Toufique Hasan Professor Department of Mechanical Engineering, BUET Lecture-01 04 November 2017 teacher.buet.ac.bd/toufiquehasan/ toufiquehasan@me.buet.ac.bd 1 Aerodynamics is the study of dynamics

More information

Outline Week 1 PCA Challenge. Introduction. Multivariate Statistical Analysis. Hung Chen

Outline Week 1 PCA Challenge. Introduction. Multivariate Statistical Analysis. Hung Chen Introduction Multivariate Statistical Analysis Hung Chen Department of Mathematics https://ceiba.ntu.edu.tw/972multistat hchen@math.ntu.edu.tw, Old Math 106 2009.02.16 1 Outline 2 Week 1 3 PCA multivariate

More information