MATH CRASH COURSE GRA6020 SPRING 2012

Size: px
Start display at page:

Download "MATH CRASH COURSE GRA6020 SPRING 2012"

Transcription

1 MATH CRASH COURSE GRA6020 SPRING 2012 STEFFEN GRØNNEBERG Contents 1. Basic stuff concerning equations and functions 2 2. Sums, with the Greek letter Sigma (Σ) Why sums are so important to us Assignments leading up to understanding Σ 4 3. Log, exp and their relations 8 As can be seen from the above table of contents, this note concerns three themes. The first theme, on absolute basics, is partly out-sourced to a book chapter that s uploaded to Its Learning. The second and third sections include some motivating texts and concrete math assignments. I have also uploaded solutions for these problems on Its learning, so that if you re really stuck, it s probably best to just look at the solution as a help. As I said in my first lecture: This is not a math course, but we will use some basic math, and you will need to understand enough to, for example not go blank if you see the formula for covariance. We have started working towards understanding the general SEM-model, which is a really useful and nice extension of linear regression. The covariance matrix is the basic building block of fitting SEMs, and you will need to understand what the covariance matrix is, and how one would go about calculating it. The second section is dedicated to achieving this goal. You will also need to be able to do very basic calculations concerning log and the number e. When we worked with logistic regression, we defined the model in terms of logit(p) = Z, where We showed that this means that logit(p) = log p 1 p. 1 p = 1 + e Z. Understanding how these sizes are calculated is very close to understanding what the above symbols mean, and in order to understand this, you will need to do some basic assignments with log and e if this is not part of your previous math education. The original meaning of a crash course was a learning-by-doing approach when you absolutely needed to learn something right away in emergency situations. For example, if a woman cannot make it to the hospital to have a baby, her husband might be in an emergency situation where he must deliver the baby himself. With Date: March 4,

2 2 STEFFEN GRØNNEBERG help from a 911-operator, the husband may suddenly find himself taking a crash course in obstetrics. We ll need the above described math right now, and the two hours we ll spend going through these topics together will simply not be enough to replace a good math education. A math education should (and can!) be stimulating, fun and entertaining. Unfortunately, very few would describe their own math education as fun and entertaining, and math classes are often quite boring. However, we have a huge advantage over high school courses: We want to use basic math for some really cool applications. All the themes we have in Gra6020 are extremely useful and are used in core business decisions all over the world. They are also used in important scientific investigations in a variety of fields, including managerial, political and marketing research. Try to keep this in mind when you are struggling with how the summation sign works! In order to be time-effective, we must prioritize going through the absolute essentials, which means focusing on somewhat tedious computations. We do not have the time required to discover the rather surprising joy of doing mathematics. However, I will try as hard as I can to make this crash-course more pleasant than a improvised child birthing! Finally, please skip the assignments that tries to teach you stuff you already know. 1. Basic stuff concerning equations and functions I ve uploaded Appendix B from the book Even you can learn statistics by Levine & Stephan to Its Learning. (A) Do the Assessment Quiz. (B) The answers to the assessment quiz is on the final page. Check out your score, and see if you can figure out how to do those points you didn t get. (C) If you managed all or most of the points, you can now go to the next section of this note. If not, read very carefully through the remaining parts of the appendix (the whole thing!), and pay extra attention to the sections describing points that you did not get. (D) Try to do the quiz again. If there still are questions you cannot get, you must figure out how to do them. Either ask a more math-savvy friend, or pick up a math-book. If you re quite scared of math, try to google for books that you may like and which are written in a friendly manner. If you know Norwegian, I can recommend Mattesprettboka. (E) Check out Kahn Academy ( The site has a rather full section on math tutorials and seems to cover all the stuff we will work with below. Assignment 1. This relation can also be written in as The equation for a straight line is given by y = a + bx. f(x) = a + bx. A function is said to pass through a point (x 1, y 1 ) if f(x 1 ) = y 1. For example, the straight line f(x) = 1 + 2x goes through the point (1, 3). This is because f(1) = = 3. In this example, we have a = 1, b = 2 and x 1 = 1, y 1 = 3.

3 MATH CRASH COURSE GRA6020 SPRING (A) Does f(x) = 1 + 2x go through the point (0, 1)? (B) Does f(x) = 1 + 2x go through the point ( 5, 11) or ( 5, 9)? (C) A straight line is completely given by two points (try to imagine why this is so). In the two previous questions, you found two points that the line f(x) = 1 + 2x goes through. Plot these two points on a graph, and connect them with a line. In the start of this assignment, I showed that the line goes through the point (1, 3). Plot this point on your graph, and confirm this. (D) In simple linear regression, one fits lines to data to describe linear patterns in datasets with one dependent and one independent variable. Suppose we have used SPSS to fit a straight line to data, but that we only see the line plotted together with the data in a scatter plot. We will here see how we can find the equation for the straight line just by looking at this plot. Suppose that we see that the line goes through ( 1, 4) and (1, 5). Find the equation of the line. (E) Suppose that we see that we instead see that the line goes through ( 1, 0) and (1, 10). Find the equation of the line. (F) The two previous calculations involve unnecessary much work! The steps involved are almost the same, so instead of doing the same steps every time, we can rather solve the problem once and for all. Suppose we see that at x = x 1, the line is at y = y 1 and at x = x 2, the line is at y = y 2. That is, our line must be characterized by the two equations y 1 = a + bx 1 and y 2 = a + bx 2. (1) Show that a and b are given by a = y 1x 2 y 2 x 1 x 2 x 1 og b = y 2 y 1 x 2 x 1. That is, start with the equations in (1), and use the rules of basic algebra in order to find the above values for a and b. (G) Check that you get the same equations for the two lines in (D) and (E) by using the formula you found in (F). 2. Sums, with the Greek letter Sigma (Σ) If the summation sign scares you, you should skip the following subsection, and go directly to Section 2.2. You can then return to Section 2.1 afterwards Why sums are so important to us. The least squares regression line in simple linear regression is the line ^Y i = a + bx i where a and b is the values that makes e 2 i = (Y i ^Y i ) 2

4 4 STEFFEN GRØNNEBERG the smallest. We will very much care about the so-called covariance matrix in our efforts towards understanding Structural Equation Models. The covariance matrix is defined in terms of different sums of the data, and was given in the fifth lecture. Indeed, in order to find a and b, it would appear that we need to check every possible a,b-combination and check if it makes e 2 i the smallest. However, math saves the day, and shows that the answer is exactly b = r s y s x, a = Ȳ b X. Here, s x and s y are the standard deviations of X 1, X 2,..., X n and Y 1, Y 2,..., Y n respectively. They are given by 1 1 s x = (Xi X) n 1 2, s y = (Yi Ȳ) n 1 2 where X = 1 Xi Ȳ = 1 Yi n n are the averages of the X and Y observations. Also, r is the correlation between X and Y, given by r = 1 Xi X Y i Ȳ n 1 s x s y which is between 1 and 1 and measures the degree and direction of linear dependence. This means that if we know r, s y, s x, Ȳ, X we can put these numbers into the above expressions for a and b. If we do not care about a, we only need to know r, s y, s x. These numbers can be found from the covariance matrix. In path models, the averages and the covariance matrix is also all that is required to estimate the model. Besides the relevance for linear regression, this was our motivation for studying covariance matrices: Lisrel only requires a covariance table (and, if intercepts are to be included, the means) from the data to fit path models (and, it turns out, other SEMs) Assignments leading up to understanding Σ. A central operation in statistics is to add numbers. Therefore, adding numbers has its own special symbol, namely Greek letter capital Sigma that is. This symbol means simply add these numbers together. Given numbers X 1, X 2,..., X n, their sum can be written Xi. That is, Xi = X 1 + X X n. If one would like to specify exactly how many terms are involved in the sum, we can write n X i, and we again have n X i = X 1 + X X n.

5 MATH CRASH COURSE GRA6020 SPRING Assignment 2. (A) Suppose we have three numbers we would like to add. They are 1, 2, 5. We know that their sum is = = 8. However, the summation symbol can only be expressed in terms of symbols together with some index i. Let s write X 1 = 1 X 2 = 2 X 3 = 5. Use this encoding to write the sum of 1, 2, 5 using the summation symbol. (B) Suppose that all you really want, is to write the sum of 1 and 2. Write this using the summation symbol and the same encoding as the previous point by explicitly stating the number of terms to include. Assignment 3. The summation symbol is often used not directly on the original numbers X 1, X 2,..., X n, but on operations on these numbers. For example, if we want to calculate the sum of the square of some numbers we could either write but we could also simply write X 1, X 2,..., X n, X X X X X 2 n X 2 i. The formula X 2 i result. (A) Suppose is understood as after squaring all the X-numbers, sum the X 1 = 1 X 2 = 2 X 3 = 5, calculate X 2 i = X X X 2 3. (B) Suppose that X i = i 2. This means that and so on. Find X 1 = 1 2 = 1 X 2 = 2 2 = 4 X 3 = 3 2 = 9 3 X 2 i. (C) We could really do any type of operation inside a summation symbol. For example Xi

6 6 STEFFEN GRØNNEBERG means after taking the square root of all the X-numbers, sum the result. Suppose that X i = i 2. Find 5 Xi. Assignment 4. The standard deviation of observations X 1, X 2,..., X n has the special symbol s x and is given by the formula s x = 1 n (X i X) n 1 2. It can be calculated as follows: i. First find the average, X. ii. Then calculate (X i X) 2, that is, first subtract the mean from each observation and then square the result. iii. Sum each calculated (X i X) 2 and divide by n 1. The standard deviation is then the square root of this sum. Now suppose X 1 = 1.5, X 2 = 3.5, X 3 = 1.1, X 4 = 0.1. Calculate the standard deviation of these observations by following the above description. Assignment 5. The correlation between two types of observations X 1, X 2,..., X n and Y 1, Y 2,..., Y n has the special symbol r and is given by the formula r = 1 ( ) ( ) X i X Y i Ȳ. n 1 s x s y It can be calculated as follows: i. First find the averages X, Ȳ and the standard deviations s x, s y. ii. Then calculate ( ) ( ) X i X Y i Ȳ s x s y for i = 1, 2,..., n. iii. Sum each calculated ( and ) ( X i X s x ) Y i Ȳ. s y The correlation is then this sum divided by n 1. Now suppose X 1 = 1.5, X 2 = 3.5, X 3 = 1.1, X 4 = 0.1 Y 1 = 2.4, Y 2 = 1.2, Y 3 = 1.5, Y 4 = 2.6. (A) Calculate the correlation between these two sets of observations by following the above description. (B) The covariance between these two sets of observations is given by s x,y = rs x s y. Find the covariance between the X-observations and the Y-observations.

7 MATH CRASH COURSE GRA6020 SPRING Assignment 6. After a freak accident, the world is in a post-apocalyptic state, and all computers are gone. The manager of a newly founded and somewhat opportunistic black-market company has enslaved you to do tedious calculations. The advertising figures and sales figures for each year since the apocalypse (in 1000) are tabulated below. Year number Advert cost Sales income Table 1. Campaign data (A) Find the average advert cost and the average sales income for all of the five years. (B) Imagine that you were rather given the table below instead of the table with the data. Write down exactly the same expression you started the calculation with in (A), except that you now use symbols instead of numbers. Year number Advert cost Sales income 1 X 1 Y 1 2 X 2 Y 2 3 X 3 Y 3 4 X 4 Y 4 5 X 5 Y 5 Table 2. Campaign data (C) Show that the expression you found in (B) for the average advert cost is the same as X = 1 5 Xi. (D) Find the profit for each year (sales income minus advert cost your boss uses slaves, so he doesn t have any other expenses). Using these numbers, calculate the mean profit for all years. Explain why you could also find the mean profit for all five years by Ȳ X and verify that this indeed becomes the same number. (E) The boss would now like to know the summed income of all the five years, but he wants to hear it directly in pounds, and not in thousands of pounds. Why can you just multiply the number you calculated in (A) by 5000 to find this? (F) How much does the advertising cost and sales income vary? Find the variance of the yearly advertising costs and sales incomes. (G) Find the correlation between advertising cost and sales income. How would you interpret this value?

8 8 STEFFEN GRØNNEBERG (H) Draw a plot of the data by hand and draw the straight line that you think fits the best to the observations. (I) Your boss is quite simply not satisfied with the line you found, and requires you to find the OLS-line given by ^Y = a + bx where b = r s y, a = Ȳ b X. s x Draw this line on the plot with the data and your manually drawn line. Assignment 7. In this assignment we will show that the following rules are obeyed by the summation-sign. i. For a number a and numbers X 1, X 2,..., X n, we have (ax i ) = a X i. That is, one can move constants within the summation sign to the outside. Here, constants means numbers that do not change with i. ii. For numbers X 1, X 2,..., X n and Y 1, Y 2,..., Y n we have that (X i + Y i ) = ( X i ) + ( Y i ). This is a way of splitting (and also combining!) summation signs. iii. For two numbers a and b, and numbers X 1, X 2,..., X n and Y 1, Y 2,..., Y n, we have that (ax i + by i ) = a X i + b Y i. This is a combination of the two rules above. To illustrate what I want you to do, I will show the first rule here. We know that (axi ) = ax 1 + ax ax n. By the basic rules of algebra, we can factorize a outsize of the sum, which gives ax 1 + ax ax n = a (X 1 + X X n ). As X 1 + X X n can be written as X i, we conclude that (axi ) = a X i. (A) Show rule (ii), but not with more details than my illustration above. (B) Show rule (iii), but not with more details than my illustration above. Assignment 8. Go through the notes of the fifth lecture, and make sure you understand all the steps when we showed that and s x,y = s y,x. r = s x,y s x s y 3. Log, exp and their relations An good introduction to the exponential function and the logarithm can be found on the book-chapter from Calculus by Freilich & Greenleaf uploaded to Its Learning. Assignment 9. (A) 2 x = 8 (B) 2 x = 32 (C) 4 x = 256 (D) 3 5x 10 = 1 (E) e x = 10 Find (solve for) x for each of the following equations.

9 MATH CRASH COURSE GRA6020 SPRING (F) e 2x = 20 (G) log x = 1 (H) log 3x = 5 (I) 4 1/x = 2 (J) (4.5) 2x = 18 Assignment 10. A researcher is interested in how the variables GRE (Graduate Record Exam scores), GPA (Grade Point Average) effect admission into a certain graduate school. The response variable, admit/don t admit, is a 0/1-variable, where 1 signifies admission. A logistic regression model was fitted in SPSS using GRE and GPA as covariates. Figure 1 gives part of the SPSS output. Figure 1. SPSS output for the reduced model (A) Find the estimated probability for an individual with GRE = 400 and GPA = 2.6 of getting admission into the graduate school. (B) Find the estimated probability for an individual with GRE = 200 and GPA = 2.6 of getting admission into the graduate school. (C) The best possible GPA is 4.0. Based on the fitted model, is it possible to have at least a 50% admission probability when GRE = 200? (D) How large must GRE be to be able to get at least a 50% admission probability with the best possible GPA? Department of Economics, BI Norwegian School of Management, Nydalsveien 37, Oslo, Norway 0484, Norway address: Steffen.Gronneberg@bi.no

Business Statistics. Lecture 9: Simple Regression

Business Statistics. Lecture 9: Simple Regression Business Statistics Lecture 9: Simple Regression 1 On to Model Building! Up to now, class was about descriptive and inferential statistics Numerical and graphical summaries of data Confidence intervals

More information

Math101, Sections 2 and 3, Spring 2008 Review Sheet for Exam #2:

Math101, Sections 2 and 3, Spring 2008 Review Sheet for Exam #2: Math101, Sections 2 and 3, Spring 2008 Review Sheet for Exam #2: 03 17 08 3 All about lines 3.1 The Rectangular Coordinate System Know how to plot points in the rectangular coordinate system. Know the

More information

Algebra. Mathematics Help Sheet. The University of Sydney Business School

Algebra. Mathematics Help Sheet. The University of Sydney Business School Algebra Mathematics Help Sheet The University of Sydney Business School Introduction Terminology and Definitions Integer Constant Variable Co-efficient A whole number, as opposed to a fraction or a decimal,

More information

Math 5a Reading Assignments for Sections

Math 5a Reading Assignments for Sections Math 5a Reading Assignments for Sections 4.1 4.5 Due Dates for Reading Assignments Note: There will be a very short online reading quiz (WebWork) on each reading assignment due one hour before class on

More information

Simple Regression Model. January 24, 2011

Simple Regression Model. January 24, 2011 Simple Regression Model January 24, 2011 Outline Descriptive Analysis Causal Estimation Forecasting Regression Model We are actually going to derive the linear regression model in 3 very different ways

More information

Stat 20 Midterm 1 Review

Stat 20 Midterm 1 Review Stat 20 Midterm Review February 7, 2007 This handout is intended to be a comprehensive study guide for the first Stat 20 midterm exam. I have tried to cover all the course material in a way that targets

More information

ABE Math Review Package

ABE Math Review Package P a g e ABE Math Review Package This material is intended as a review of skills you once learned and wish to review before your assessment. Before studying Algebra, you should be familiar with all of the

More information

Practice Questions for Math 131 Exam # 1

Practice Questions for Math 131 Exam # 1 Practice Questions for Math 131 Exam # 1 1) A company produces a product for which the variable cost per unit is $3.50 and fixed cost 1) is $20,000 per year. Next year, the company wants the total cost

More information

C if U can. Algebra. Name

C if U can. Algebra. Name C if U can Algebra Name.. How will this booklet help you to move from a D to a C grade? The topic of algebra is split into six units substitution, expressions, factorising, equations, trial and improvement

More information

Algebra Exam. Solutions and Grading Guide

Algebra Exam. Solutions and Grading Guide Algebra Exam Solutions and Grading Guide You should use this grading guide to carefully grade your own exam, trying to be as objective as possible about what score the TAs would give your responses. Full

More information

Biostatistics and Design of Experiments Prof. Mukesh Doble Department of Biotechnology Indian Institute of Technology, Madras

Biostatistics and Design of Experiments Prof. Mukesh Doble Department of Biotechnology Indian Institute of Technology, Madras Biostatistics and Design of Experiments Prof. Mukesh Doble Department of Biotechnology Indian Institute of Technology, Madras Lecture - 39 Regression Analysis Hello and welcome to the course on Biostatistics

More information

Chapter 1 Review of Equations and Inequalities

Chapter 1 Review of Equations and Inequalities Chapter 1 Review of Equations and Inequalities Part I Review of Basic Equations Recall that an equation is an expression with an equal sign in the middle. Also recall that, if a question asks you to solve

More information

BNAD 276 Lecture 10 Simple Linear Regression Model

BNAD 276 Lecture 10 Simple Linear Regression Model 1 / 27 BNAD 276 Lecture 10 Simple Linear Regression Model Phuong Ho May 30, 2017 2 / 27 Outline 1 Introduction 2 3 / 27 Outline 1 Introduction 2 4 / 27 Simple Linear Regression Model Managerial decisions

More information

MATH 1070 Introductory Statistics Lecture notes Relationships: Correlation and Simple Regression

MATH 1070 Introductory Statistics Lecture notes Relationships: Correlation and Simple Regression MATH 1070 Introductory Statistics Lecture notes Relationships: Correlation and Simple Regression Objectives: 1. Learn the concepts of independent and dependent variables 2. Learn the concept of a scatterplot

More information

Linear Regression. Linear Regression. Linear Regression. Did You Mean Association Or Correlation?

Linear Regression. Linear Regression. Linear Regression. Did You Mean Association Or Correlation? Did You Mean Association Or Correlation? AP Statistics Chapter 8 Be careful not to use the word correlation when you really mean association. Often times people will incorrectly use the word correlation

More information

Algebra 1B notes and problems March 12, 2009 Factoring page 1

Algebra 1B notes and problems March 12, 2009 Factoring page 1 March 12, 2009 Factoring page 1 Factoring Last class, you worked on a set of problems where you had to do multiplication table calculations in reverse. For example, given the answer x 2 + 4x + 2x + 8,

More information

Review for Final Exam, MATH , Fall 2010

Review for Final Exam, MATH , Fall 2010 Review for Final Exam, MATH 170-002, Fall 2010 The test will be on Wednesday December 15 in ILC 404 (usual class room), 8:00 a.m - 10:00 a.m. Please bring a non-graphing calculator for the test. No other

More information

Instructor Notes for Chapters 3 & 4

Instructor Notes for Chapters 3 & 4 Algebra for Calculus Fall 0 Section 3. Complex Numbers Goal for students: Instructor Notes for Chapters 3 & 4 perform computations involving complex numbers You might want to review the quadratic formula

More information

22 Approximations - the method of least squares (1)

22 Approximations - the method of least squares (1) 22 Approximations - the method of least squares () Suppose that for some y, the equation Ax = y has no solutions It may happpen that this is an important problem and we can t just forget about it If we

More information

Approximations - the method of least squares (1)

Approximations - the method of least squares (1) Approximations - the method of least squares () In many applications, we have to consider the following problem: Suppose that for some y, the equation Ax = y has no solutions It could be that this is an

More information

Polynomial Functions. Essential Questions. Module Minute. Key Words. CCGPS Advanced Algebra Polynomial Functions

Polynomial Functions. Essential Questions. Module Minute. Key Words. CCGPS Advanced Algebra Polynomial Functions CCGPS Advanced Algebra Polynomial Functions Polynomial Functions Picture yourself riding the space shuttle to the international space station. You will need to calculate your speed so you can make the

More information

BIOSTATISTICS NURS 3324

BIOSTATISTICS NURS 3324 Simple Linear Regression and Correlation Introduction Previously, our attention has been focused on one variable which we designated by x. Frequently, it is desirable to learn something about the relationship

More information

Multiple Representations: Equations to Tables and Graphs Transcript

Multiple Representations: Equations to Tables and Graphs Transcript Algebra l Teacher: It s good to see you again. Last time we talked about multiple representations. If we could, I would like to continue and discuss the subtle differences of multiple representations between

More information

Chapter 5 Simplifying Formulas and Solving Equations

Chapter 5 Simplifying Formulas and Solving Equations Chapter 5 Simplifying Formulas and Solving Equations Look at the geometry formula for Perimeter of a rectangle P = L W L W. Can this formula be written in a simpler way? If it is true, that we can simplify

More information

Appendix A. Review of Basic Mathematical Operations. 22Introduction

Appendix A. Review of Basic Mathematical Operations. 22Introduction Appendix A Review of Basic Mathematical Operations I never did very well in math I could never seem to persuade the teacher that I hadn t meant my answers literally. Introduction Calvin Trillin Many of

More information

Quarter 2 400, , , , , , ,000 50,000

Quarter 2 400, , , , , , ,000 50,000 Algebra 2 Quarter 2 Quadratic Functions Introduction to Polynomial Functions Hybrid Electric Vehicles Since 1999, there has been a growing trend in the sales of hybrid electric vehicles. These data show

More information

APPENDIX 1 BASIC STATISTICS. Summarizing Data

APPENDIX 1 BASIC STATISTICS. Summarizing Data 1 APPENDIX 1 Figure A1.1: Normal Distribution BASIC STATISTICS The problem that we face in financial analysis today is not having too little information but too much. Making sense of large and often contradictory

More information

Math 138: Introduction to solving systems of equations with matrices. The Concept of Balance for Systems of Equations

Math 138: Introduction to solving systems of equations with matrices. The Concept of Balance for Systems of Equations Math 138: Introduction to solving systems of equations with matrices. Pedagogy focus: Concept of equation balance, integer arithmetic, quadratic equations. The Concept of Balance for Systems of Equations

More information

POWER ALGEBRA NOTES: QUICK & EASY

POWER ALGEBRA NOTES: QUICK & EASY POWER ALGEBRA NOTES: QUICK & EASY 1 Table of Contents Basic Algebra Terms and Concepts... 5 Number Operations... 5 Variables... 5 Order of Operation... 6 Translating Verbal and Algebraic Phrases... 7 Definition

More information

Module 1 Linear Regression

Module 1 Linear Regression Regression Analysis Although many phenomena can be modeled with well-defined and simply stated mathematical functions, as illustrated by our study of linear, exponential and quadratic functions, the world

More information

Plan for Beginning of Year 2: Summer assignment (summative) Cumulative Test Topics 1-4 (IB questions only/no retakes) IA!!

Plan for Beginning of Year 2: Summer assignment (summative) Cumulative Test Topics 1-4 (IB questions only/no retakes) IA!! Summer Assignment 018 The IB Math SL class covers six different mathematical topics (Algebra, Functions, Trigonometry, Vectors, Probability and Statistics, and Calculus). In an effort to best prepare you

More information

Do not copy, post, or distribute

Do not copy, post, or distribute 14 CORRELATION ANALYSIS AND LINEAR REGRESSION Assessing the Covariability of Two Quantitative Properties 14.0 LEARNING OBJECTIVES In this chapter, we discuss two related techniques for assessing a possible

More information

3.4 Complex Zeros and the Fundamental Theorem of Algebra

3.4 Complex Zeros and the Fundamental Theorem of Algebra 86 Polynomial Functions 3.4 Complex Zeros and the Fundamental Theorem of Algebra In Section 3.3, we were focused on finding the real zeros of a polynomial function. In this section, we expand our horizons

More information

MATH 1130 Exam 1 Review Sheet

MATH 1130 Exam 1 Review Sheet MATH 1130 Exam 1 Review Sheet The Cartesian Coordinate Plane The Cartesian Coordinate Plane is a visual representation of the collection of all ordered pairs (x, y) where x and y are real numbers. This

More information

LECTURE 2: SIMPLE REGRESSION I

LECTURE 2: SIMPLE REGRESSION I LECTURE 2: SIMPLE REGRESSION I 2 Introducing Simple Regression Introducing Simple Regression 3 simple regression = regression with 2 variables y dependent variable explained variable response variable

More information

ECON 497 Midterm Spring

ECON 497 Midterm Spring ECON 497 Midterm Spring 2009 1 ECON 497: Economic Research and Forecasting Name: Spring 2009 Bellas Midterm You have three hours and twenty minutes to complete this exam. Answer all questions and explain

More information

1. Create a scatterplot of this data. 2. Find the correlation coefficient.

1. Create a scatterplot of this data. 2. Find the correlation coefficient. How Fast Foods Compare Company Entree Total Calories Fat (grams) McDonald s Big Mac 540 29 Filet o Fish 380 18 Burger King Whopper 670 40 Big Fish Sandwich 640 32 Wendy s Single Burger 470 21 1. Create

More information

Correlation & Simple Regression

Correlation & Simple Regression Chapter 11 Correlation & Simple Regression The previous chapter dealt with inference for two categorical variables. In this chapter, we would like to examine the relationship between two quantitative variables.

More information

[DOC] GRAPHING LINEAR EQUATIONS WORKSHEET ANSWERS EBOOK

[DOC] GRAPHING LINEAR EQUATIONS WORKSHEET ANSWERS EBOOK 05 March, 2018 [DOC] GRAPHING LINEAR EQUATIONS WORKSHEET ANSWERS EBOOK Document Filetype: PDF 335.63 KB 0 [DOC] GRAPHING LINEAR EQUATIONS WORKSHEET ANSWERS EBOOK These function tables give students practice

More information

Pre-calculus is the stepping stone for Calculus. It s the final hurdle after all those years of

Pre-calculus is the stepping stone for Calculus. It s the final hurdle after all those years of Chapter 1 Beginning at the Very Beginning: Pre-Pre-Calculus In This Chapter Brushing up on order of operations Solving equalities Graphing equalities and inequalities Finding distance, midpoint, and slope

More information

ACTIVITY 3. Learning Targets: 38 Unit 1 Equations and Inequalities. Solving Inequalities. continued. My Notes

ACTIVITY 3. Learning Targets: 38 Unit 1 Equations and Inequalities. Solving Inequalities. continued. My Notes Learning Targets: Write inequalities to represent real-world situations. Solve multi-step inequalities. SUGGESTED LEARNING STRATEGIES: Create Representations, Guess and Check, Look for a Pattern, Think-Pair-Share,

More information

Modeling Prey and Predator Populations

Modeling Prey and Predator Populations Modeling Prey and Predator Populations Alison Pool and Lydia Silva December 15, 2006 Abstract In this document, we will explore the modeling of two populations based on their relation to one another. Specifically

More information

Algebra & Trig Review

Algebra & Trig Review Algebra & Trig Review 1 Algebra & Trig Review This review was originally written for my Calculus I class, but it should be accessible to anyone needing a review in some basic algebra and trig topics. The

More information

Vectors Year 12 Term 1

Vectors Year 12 Term 1 Vectors Year 12 Term 1 1 Vectors - A Vector has Two properties Magnitude and Direction - A vector is usually denoted in bold, like vector a, or a, or many others. In 2D - a = xı + yȷ - a = x, y - where,

More information

STANDARDS OF LEARNING CONTENT REVIEW NOTES. ALGEBRA I Part II 1 st Nine Weeks,

STANDARDS OF LEARNING CONTENT REVIEW NOTES. ALGEBRA I Part II 1 st Nine Weeks, STANDARDS OF LEARNING CONTENT REVIEW NOTES ALGEBRA I Part II 1 st Nine Weeks, 2016-2017 OVERVIEW Algebra I Content Review Notes are designed by the High School Mathematics Steering Committee as a resource

More information

Finite Mathematics : A Business Approach

Finite Mathematics : A Business Approach Finite Mathematics : A Business Approach Dr. Brian Travers and Prof. James Lampes Second Edition Cover Art by Stephanie Oxenford Additional Editing by John Gambino Contents What You Should Already Know

More information

Physics Motion Math. (Read objectives on screen.)

Physics Motion Math. (Read objectives on screen.) Physics 302 - Motion Math (Read objectives on screen.) Welcome back. When we ended the last program, your teacher gave you some motion graphs to interpret. For each section, you were to describe the motion

More information

/633 Introduction to Algorithms Lecturer: Michael Dinitz Topic: Matroids and Greedy Algorithms Date: 10/31/16

/633 Introduction to Algorithms Lecturer: Michael Dinitz Topic: Matroids and Greedy Algorithms Date: 10/31/16 60.433/633 Introduction to Algorithms Lecturer: Michael Dinitz Topic: Matroids and Greedy Algorithms Date: 0/3/6 6. Introduction We talked a lot the last lecture about greedy algorithms. While both Prim

More information

ES-2 Lecture: More Least-squares Fitting. Spring 2017

ES-2 Lecture: More Least-squares Fitting. Spring 2017 ES-2 Lecture: More Least-squares Fitting Spring 2017 Outline Quick review of least-squares line fitting (also called `linear regression ) How can we find the best-fit line? (Brute-force method is not efficient)

More information

LHS Algebra Pre-Test

LHS Algebra Pre-Test Your Name Teacher Block Grade (please circle): 9 10 11 12 Course level (please circle): Honors Level 1 Instructions LHS Algebra Pre-Test The purpose of this test is to see whether you know Algebra 1 well

More information

Using Microsoft Excel

Using Microsoft Excel Using Microsoft Excel Objective: Students will gain familiarity with using Excel to record data, display data properly, use built-in formulae to do calculations, and plot and fit data with linear functions.

More information

GRE Workshop Quantitative Reasoning. February 13 and 20, 2018

GRE Workshop Quantitative Reasoning. February 13 and 20, 2018 GRE Workshop Quantitative Reasoning February 13 and 20, 2018 Overview Welcome and introduction Tonight: arithmetic and algebra 6-7:15 arithmetic 7:15 break 7:30-8:45 algebra Time permitting, we ll start

More information

Modern Algebra Prof. Manindra Agrawal Department of Computer Science and Engineering Indian Institute of Technology, Kanpur

Modern Algebra Prof. Manindra Agrawal Department of Computer Science and Engineering Indian Institute of Technology, Kanpur Modern Algebra Prof. Manindra Agrawal Department of Computer Science and Engineering Indian Institute of Technology, Kanpur Lecture 02 Groups: Subgroups and homomorphism (Refer Slide Time: 00:13) We looked

More information

Exponential Functions

Exponential Functions CONDENSED LESSON 5.1 Exponential Functions In this lesson, you Write a recursive formula to model radioactive decay Find an exponential function that passes through the points of a geometric sequence Learn

More information

Relationships Between Quantities

Relationships Between Quantities Algebra 1 Relationships Between Quantities Relationships Between Quantities Everyone loves math until there are letters (known as variables) in problems!! Do students complain about reading when they come

More information

#29: Logarithm review May 16, 2009

#29: Logarithm review May 16, 2009 #29: Logarithm review May 16, 2009 This week we re going to spend some time reviewing. I say re- view since you ve probably seen them before in theory, but if my experience is any guide, it s quite likely

More information

An Introduction to Matrix Algebra

An Introduction to Matrix Algebra An Introduction to Matrix Algebra EPSY 905: Fundamentals of Multivariate Modeling Online Lecture #8 EPSY 905: Matrix Algebra In This Lecture An introduction to matrix algebra Ø Scalars, vectors, and matrices

More information

Finding Limits Graphically and Numerically

Finding Limits Graphically and Numerically Finding Limits Graphically and Numerically 1. Welcome to finding limits graphically and numerically. My name is Tuesday Johnson and I m a lecturer at the University of Texas El Paso. 2. With each lecture

More information

What is proof? Lesson 1

What is proof? Lesson 1 What is proof? Lesson The topic for this Math Explorer Club is mathematical proof. In this post we will go over what was covered in the first session. The word proof is a normal English word that you might

More information

MA 1125 Lecture 15 - The Standard Normal Distribution. Friday, October 6, Objectives: Introduce the standard normal distribution and table.

MA 1125 Lecture 15 - The Standard Normal Distribution. Friday, October 6, Objectives: Introduce the standard normal distribution and table. MA 1125 Lecture 15 - The Standard Normal Distribution Friday, October 6, 2017. Objectives: Introduce the standard normal distribution and table. 1. The Standard Normal Distribution We ve been looking at

More information

CLASS NOTES: INTERMEDIATE ALGEBRA AND COORDINATE GEOMETRY

CLASS NOTES: INTERMEDIATE ALGEBRA AND COORDINATE GEOMETRY CLASS NOTES: INTERMEDIATE ALGEBRA AND COORDINATE GEOMETRY 1. The basic laws of Algebra Section 1 of these notes covers the same material as Sections 1.1, 1.2, and 1.6 of the text (in a somewhat very different

More information

Math 308 Midterm Answers and Comments July 18, Part A. Short answer questions

Math 308 Midterm Answers and Comments July 18, Part A. Short answer questions Math 308 Midterm Answers and Comments July 18, 2011 Part A. Short answer questions (1) Compute the determinant of the matrix a 3 3 1 1 2. 1 a 3 The determinant is 2a 2 12. Comments: Everyone seemed to

More information

Quadratic Equations Part I

Quadratic Equations Part I Quadratic Equations Part I Before proceeding with this section we should note that the topic of solving quadratic equations will be covered in two sections. This is done for the benefit of those viewing

More information

Polynomials; Add/Subtract

Polynomials; Add/Subtract Chapter 7 Polynomials Polynomials; Add/Subtract Polynomials sounds tough enough. But, if you look at it close enough you ll notice that students have worked with polynomial expressions such as 6x 2 + 5x

More information

Suppose we have the set of all real numbers, R, and two operations, +, and *. Then the following are assumed to be true.

Suppose we have the set of all real numbers, R, and two operations, +, and *. Then the following are assumed to be true. Algebra Review In this appendix, a review of algebra skills will be provided. Students sometimes think that there are tricks needed to do algebra. Rather, algebra is a set of rules about what one may and

More information

From: Albert Saiz To: MCP Incoming Class Reference: Working Hard on your Quantitative Skills to make the Most out of the MCP Program at MIT

From: Albert Saiz To: MCP Incoming Class Reference: Working Hard on your Quantitative Skills to make the Most out of the MCP Program at MIT From: Albert Saiz To: MCP Incoming Class Reference: Working Hard on your Quantitative Skills to make the Most out of the MCP Program at MIT Dear Student, Welcome to the MCP program at MIT. During your

More information

MITOCW MITRES18_005S10_DiffEqnsGrowth_300k_512kb-mp4

MITOCW MITRES18_005S10_DiffEqnsGrowth_300k_512kb-mp4 MITOCW MITRES18_005S10_DiffEqnsGrowth_300k_512kb-mp4 GILBERT STRANG: OK, today is about differential equations. That's where calculus really is applied. And these will be equations that describe growth.

More information

Sometimes the domains X and Z will be the same, so this might be written:

Sometimes the domains X and Z will be the same, so this might be written: II. MULTIVARIATE CALCULUS The first lecture covered functions where a single input goes in, and a single output comes out. Most economic applications aren t so simple. In most cases, a number of variables

More information

Math (P)Review Part I:

Math (P)Review Part I: Lecture 1: Math (P)Review Part I: Linear Algebra Computer Graphics CMU 15-462/15-662, Fall 2017 Homework 0.0 (Due Monday!) Exercises will be a bit harder / more rigorous than what you will do for the rest

More information

Newton s Cooling Model in Matlab and the Cooling Project!

Newton s Cooling Model in Matlab and the Cooling Project! Newton s Cooling Model in Matlab and the Cooling Project! James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University March 10, 2014 Outline Your Newton

More information

Calculus II. Calculus II tends to be a very difficult course for many students. There are many reasons for this.

Calculus II. Calculus II tends to be a very difficult course for many students. There are many reasons for this. Preface Here are my online notes for my Calculus II course that I teach here at Lamar University. Despite the fact that these are my class notes they should be accessible to anyone wanting to learn Calculus

More information

Define the word inequality

Define the word inequality Warm Up: Define the word inequality Agenda: Objective- Students can solve linear inequalities in one variable, including equations with coefficients represented by letters. Define Inequalities One & Two

More information

Regression, part II. I. What does it all mean? A) Notice that so far all we ve done is math.

Regression, part II. I. What does it all mean? A) Notice that so far all we ve done is math. Regression, part II I. What does it all mean? A) Notice that so far all we ve done is math. 1) One can calculate the Least Squares Regression Line for anything, regardless of any assumptions. 2) But, if

More information

Overview. Overview. Overview. Specific Examples. General Examples. Bivariate Regression & Correlation

Overview. Overview. Overview. Specific Examples. General Examples. Bivariate Regression & Correlation Bivariate Regression & Correlation Overview The Scatter Diagram Two Examples: Education & Prestige Correlation Coefficient Bivariate Linear Regression Line SPSS Output Interpretation Covariance ou already

More information

A-Level Notes CORE 1

A-Level Notes CORE 1 A-Level Notes CORE 1 Basic algebra Glossary Coefficient For example, in the expression x³ 3x² x + 4, the coefficient of x³ is, the coefficient of x² is 3, and the coefficient of x is 1. (The final 4 is

More information

Regression with Nonlinear Transformations

Regression with Nonlinear Transformations Regression with Nonlinear Transformations Joel S Steele Portland State University Abstract Gaussian Likelihood When data are drawn from a Normal distribution, N (µ, σ 2 ), we can use the Gaussian distribution

More information

Slope Fields: Graphing Solutions Without the Solutions

Slope Fields: Graphing Solutions Without the Solutions 8 Slope Fields: Graphing Solutions Without the Solutions Up to now, our efforts have been directed mainly towards finding formulas or equations describing solutions to given differential equations. Then,

More information

Mathematics 1104B. Systems of Equations and Inequalities, and Matrices. Study Guide. Text: Mathematics 11. Alexander and Kelly; Addison-Wesley, 1998.

Mathematics 1104B. Systems of Equations and Inequalities, and Matrices. Study Guide. Text: Mathematics 11. Alexander and Kelly; Addison-Wesley, 1998. Adult Basic Education Mathematics Systems of Equations and Inequalities, and Matrices Prerequisites: Mathematics 1104A, Mathematics 1104B Credit Value: 1 Text: Mathematics 11. Alexander and Kelly; Addison-Wesley,

More information

Probability. Kenneth A. Ribet. Math 10A After Election Day, 2016

Probability. Kenneth A. Ribet. Math 10A After Election Day, 2016 Math 10A After Election Day, 2016 Today s breakfast Breakfast next Monday (November 17) at 9AM. Friday is a UC holiday but I ll be at Blue Bottle Coffee at 8AM. Both remaining quiz dates are Wednesdays:

More information

Pre-Calculus Notes from Week 6

Pre-Calculus Notes from Week 6 1-105 Pre-Calculus Notes from Week 6 Logarithmic Functions: Let a > 0, a 1 be a given base (as in, base of an exponential function), and let x be any positive number. By our properties of exponential functions,

More information

Unless provided with information to the contrary, assume for each question below that the Classical Linear Model assumptions hold.

Unless provided with information to the contrary, assume for each question below that the Classical Linear Model assumptions hold. Economics 345: Applied Econometrics Section A01 University of Victoria Midterm Examination #2 Version 1 SOLUTIONS Spring 2015 Instructor: Martin Farnham Unless provided with information to the contrary,

More information

SOLVING LINEAR INEQUALITIES

SOLVING LINEAR INEQUALITIES Topic 15: Solving linear inequalities 65 SOLVING LINEAR INEQUALITIES Lesson 15.1 Inequalities on the number line 15.1 OPENER Consider the inequality x > 7. 1. List five numbers that make the inequality

More information

MA 510 ASSIGNMENT SHEET Spring 2009 Text: Vector Calculus, J. Marsden and A. Tromba, fifth edition

MA 510 ASSIGNMENT SHEET Spring 2009 Text: Vector Calculus, J. Marsden and A. Tromba, fifth edition MA 510 ASSIGNMENT SHEET Spring 2009 Text: Vector Calculus, J. Marsden and A. Tromba, fifth edition This sheet will be updated as the semester proceeds, and I expect to give several quizzes/exams. the calculus

More information

Linear Programming and its Extensions Prof. Prabha Shrama Department of Mathematics and Statistics Indian Institute of Technology, Kanpur

Linear Programming and its Extensions Prof. Prabha Shrama Department of Mathematics and Statistics Indian Institute of Technology, Kanpur Linear Programming and its Extensions Prof. Prabha Shrama Department of Mathematics and Statistics Indian Institute of Technology, Kanpur Lecture No. # 03 Moving from one basic feasible solution to another,

More information

How to use these notes

How to use these notes Chapter How to use these notes These notes were prepared for the University of Utah s Math 00 refresher course. They asssume that the user has had the Math 00 course Intermediate Algebra or its equivalent

More information

Econ Slides from Lecture 10

Econ Slides from Lecture 10 Econ 205 Sobel Econ 205 - Slides from Lecture 10 Joel Sobel September 2, 2010 Example Find the tangent plane to {x x 1 x 2 x 2 3 = 6} R3 at x = (2, 5, 2). If you let f (x) = x 1 x 2 x3 2, then this is

More information

Midterm: CS 6375 Spring 2015 Solutions

Midterm: CS 6375 Spring 2015 Solutions Midterm: CS 6375 Spring 2015 Solutions The exam is closed book. You are allowed a one-page cheat sheet. Answer the questions in the spaces provided on the question sheets. If you run out of room for an

More information

A supplementary reader

A supplementary reader A supplementary reader for CASIO fx-991ms/fx-570ms/fx-115ms/fx-100ms fx-95ms/fx-82ms/fx-350ms/fx-85ms SA0204-010002B Printed in Japan Worldwide Education Web http://world.casio.com/edu_e/ About this book...

More information

Exploring Graphs of Polynomial Functions

Exploring Graphs of Polynomial Functions Name Period Exploring Graphs of Polynomial Functions Instructions: You will be responsible for completing this packet by the end of the period. You will have to read instructions for this activity. Please

More information

Eigenvalues and eigenvectors

Eigenvalues and eigenvectors Roberto s Notes on Linear Algebra Chapter 0: Eigenvalues and diagonalization Section Eigenvalues and eigenvectors What you need to know already: Basic properties of linear transformations. Linear systems

More information

ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER / Lines and Their Equations

ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER / Lines and Their Equations ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER 1 017/018 DR. ANTHONY BROWN. Lines and Their Equations.1. Slope of a Line and its y-intercept. In Euclidean geometry (where

More information

8.1 Apply Exponent Properties Involving Products. Learning Outcome To use properties of exponents involving products

8.1 Apply Exponent Properties Involving Products. Learning Outcome To use properties of exponents involving products 8.1 Apply Exponent Properties Involving Products Learning Outcome To use properties of exponents involving products Product of Powers Property Let a be a real number, and let m and n be positive integers.

More information

Gaussian Quiz. Preamble to The Humble Gaussian Distribution. David MacKay 1

Gaussian Quiz. Preamble to The Humble Gaussian Distribution. David MacKay 1 Preamble to The Humble Gaussian Distribution. David MacKay Gaussian Quiz H y y y 3. Assuming that the variables y, y, y 3 in this belief network have a joint Gaussian distribution, which of the following

More information

determine whether or not this relationship is.

determine whether or not this relationship is. Section 9-1 Correlation A correlation is a between two. The data can be represented by ordered pairs (x,y) where x is the (or ) variable and y is the (or ) variable. There are several types of correlations

More information

32. SOLVING LINEAR EQUATIONS IN ONE VARIABLE

32. SOLVING LINEAR EQUATIONS IN ONE VARIABLE get the complete book: /getfulltextfullbook.htm 32. SOLVING LINEAR EQUATIONS IN ONE VARIABLE classifying families of sentences In mathematics, it is common to group together sentences of the same type

More information

Functions in Tables 2.0

Functions in Tables 2.0 Ns Activate Prior Knowledge Function Table Game Topic: Functions Functions in Tables 2.0 Date: Objectives: SWBAT (Identify patterns in Tables) Main Ideas: Assignment: What is a relation? What is a function?

More information

1 ** The performance objectives highlighted in italics have been identified as core to an Algebra II course.

1 ** The performance objectives highlighted in italics have been identified as core to an Algebra II course. Strand One: Number Sense and Operations Every student should understand and use all concepts and skills from the pervious grade levels. The standards are designed so that new learning builds on preceding

More information

Logarithmic and Exponential Equations and Change-of-Base

Logarithmic and Exponential Equations and Change-of-Base Logarithmic and Exponential Equations and Change-of-Base MATH 101 College Algebra J. Robert Buchanan Department of Mathematics Summer 2012 Objectives In this lesson we will learn to solve exponential equations

More information

Chapter 1. Foundations of GMAT Math. Arithmetic

Chapter 1. Foundations of GMAT Math. Arithmetic Chapter of Foundations of GMAT Math In This Chapter Quick-Start Definitions Basic Numbers Greater Than and Less Than Adding and Subtracting Positives and Negatives Multiplying and Dividing Distributing

More information

Introduction to Linear Regression

Introduction to Linear Regression Introduction to Linear Regression James H. Steiger Department of Psychology and Human Development Vanderbilt University James H. Steiger (Vanderbilt University) Introduction to Linear Regression 1 / 46

More information