MATA22Y 2018, Tutorial #1, Lucas Ashbury-Bridgwood. oce hours: Mondays 1011, IC 404. assignments & sol posted Fridays on Quercus/modules

Size: px
Start display at page:

Download "MATA22Y 2018, Tutorial #1, Lucas Ashbury-Bridgwood. oce hours: Mondays 1011, IC 404. assignments & sol posted Fridays on Quercus/modules"

Transcription

1 MATA22Y 2018, Tutorial #1, Lucas Ashbury-Bridgwood 1 today tutorial info A1 2 tutorial info (0:100:20) Lucas Ashbury-Bridgwood lucas.ashbury.bridgwood@mail.utoronto.ca math graduate student studying functional analysis, e.g. LOT of linear algebra!) C -algebras (uses A oce hours: Mondays 1011, IC 404 assignments & sol posted Fridays on Quercus/modules quizzes (5) based on assignments, lecture, readings every other week weeks 3, 5, 7, 9, 11 so rst quiz next week! 50 min long written second half of tutorial assignments not graded, but you need to do them for the quizzes/tests in tutorials, I will help with the assignments, and we will do quizzes when they occur optional tutorial website: lucasbridgwood.wordpress.com/mata22/ post tutorial notes and possibly other stu 3 A1 3.1 linear combination solving (0:200:30) (1.1 #25) Find c such that [13, 15] is a linear combination of [1, 5] and [3, c] This means solving [13, 15] = r [1, 5] + t [3, c] for r, t Doing this shows what assumptions we need to make on c for it to work, giving us our c 1

2 13 = r + 3t and 15 = 5r + ct This implies r = 13 3t (*) This implies 15 = 5 (13 3t) + ct = 65 15t + ct This implies 80 = (c 15) t This is solvable, and hence t, and therefore r by (*), is obtained, provided c 15 QUESTION: Which is the answer? All c 15, or c = 15? All c 15, because if c 15, we can solve for r, t, therefore showing the required linear combination 3.2 True/false (0:300:40) (1.1 #39) (f) The span of any two nonzero vectors in R 2 is R 2 This means if v, w 0, then always span (v, w) = {rv + tw : r, t R} = R 2 False QUESTION: What is a counter-example? v = w = [0, 1], then span (v, w) = spanv = {[0, r] : r R} R 2 NOTE: Being able to come up with counter-examples is essential! (g) If v, w 0 in R 2 with v w (not parallel), then span (v, w) = R 2 True Proof at end if time (or on notes posted on tutorial website) (h) The span of any three nonzero, nonparallel vectors in R 3 is R 3 False QUESTION: What is a counter-example? span ([1, 0, 0], [0, 1, 0], [1, 1, 0]) = {[r, t, 0] : r, t R} R 3, and they are mutually nonparallel 2

3 3.3 Finding vector perpendicular to given two (0:400:50) (1.2 #16) Given u = [ 1, 3, 4], v = [2, 1, 1], nd a nonzero vector perpendicular to both u, v Need to nd r, s, t with [r, s, t] u, [r, s, t] v = 0 r + 3s + 4t = 0 2r + s t = 0 Two equations with 3 variables, can't solve (1 too many variables) Instead, set one variable to anything nonzero and solve two equations in two variables Set t = 1 (doesn't have to be 1, anything nonzero, and could use r or s too) Then r + 3s = 4 and 2r + s = 1 This implies r = 4 + 3s This implies 1 = 2 (4 + 3s) + s = 8 + 7s = s = 1 = r = 1 So [1, 1, 1] is such a vector QUESTION: Why can't set set t = 0? (we said anything nonzero) The solution will always be zero, and we need a nonzero vector e.g. 2 ( r + 3s = 0) + (2r + s = 0) gives 6s = 0 = s = 0 = r = Magnitude, dot product proof (0:501:00) (1.2 #43) Prove v + w, v w are perpendicular i v = w v + w v w (v + w) (v w) = 0 v v v w + w v w w = 0 v 2 v w + v w w 2 = 0 v 2 w 2 = 0 v 2 = w 2 v = w QED QUESTION: Why does v 2 = w 2 = v = w instead of v = ± w? v, w 0 always by norm properties, so taking square roots we know there is no negatives 3

4 3.5 BREAK (1:00-1:10) 3.6 Right triangle midpoint proof (1:101:20) (1.2 #46) Prove that the midpoint of the hypotenuse of a right triangle is equidistance from the three vertices DRAW PICTURE By denition of being the midpoint, x = 1 (v + w) = y 2 So x = y z = y + v = 1v 1w + v = 1 (v w) So z = x (and hence we are done) i 1 v w = 1 v + w 2 2 But v ± w 2 = (v ± w) (v ± w) = v v ± 2v w + w w = v 2 + w 2 since v w by assumption of right triangle Hence v + w = v 2 + w 2 = v w, and we are done QED 3.7 Quadrilateral to parallelogram (1:201:35) (A1 #5) Show the midpoints of the four sides of a quadrilateral are the vertices of a parallelogram DRAW PICTURE To show the gure is a parallelogram, it is equivalent to show that the opposite sides have equal magitude, i.e. u 1 = u 3 and u 2 = u 4 Consider showing u 1 = u 3 By 1.2 #43, u 1 = u 3 (u 1 + u 3 ) (u 1 u 3 ) = 0 Using the midpoints, u 1 + u 3 = ( 1 v v ( 2 2) + 1 v v ) 2 4 = 1 (v v 2 + v 3 + v 4 ) But the sum of the v j starts and ends at the same place, so the sum is 0 4

5 Hence u 1 + u 3 = = 0 = (u 1 + u 3 ) (u 1 u 3 ) = 0, completing this case PRACTICE: Show u 2 = u 4 (same argument) As noted this completes the proof QED 3.8 Rhombus midpoint intersection (1:351:50) (A1 #6) Show that the diagonals of a rhombus bisect each other DRAW PICTURE v = ry + tx for some r, t > 0 Hence v = r (v w) + t (v + w) = (r + t) v + (t r) w This implies (1 r t) v = (t r) w If t r = 0, i.e. t = r, then (1 2r) v = 0 Since v 0, then 1 2r = 0, i.e. t = r = 1/2 This proves the claim If t r 0, then we can divide to get 1 r tv = w t r This means that v w QUESTION: Is this possible? No, clearly a rhombus can't be made where all the sides are parallel This shows that it must be true that t r = 0, where we know the claim holds QED NOTE: Getting better at solving problems like these is just practice 3.9 Extra proof of span in R 2 (1:502) If v, w 0 in R 2 are not parallel, then span (v, w) = R 2 Must show that given [x, y] R 2, we can solve [x, y] = rv + tw for r, t Let v = [, v 2 ], w = [w 1, w 2 ] So x = r + w 1 t and y = v 2 r + w 2 t Since v 0, one of, v 2 is nonzero 5

6 Without loss of generality, assume 0 (the argument is similar if v 2 0) Then x = r + w 1 t = x w 1t = r Note that x and w 1 are knowns, and t is unknown So if we nd t, then we are done This implies that y = v 2 x w 1t + w 2 t = v 2x + If w 2 w 1 v 2 0, then t = (y v 2 x/ ) / Suppose instead that w 2 w 1 v 2 = 0 Then w 2 = w 1 v 2 Since w 1 = w 1, therefore w 1 [, v 2 ] = [w 1, w 2 ] ( w 2 w 1 v 2 ) t ( w 2 w 1 v 2 ) and we are done This means that v w, a contradiction to our earlier assumption Hence it must be that w 2 w 1 v 2 0, in which case we know the claim holds QED 6

MATA Y, Tutorial #11, Lucas Ashbury-Bridgwood

MATA Y, Tutorial #11, Lucas Ashbury-Bridgwood MATA 018Y, Tutorial #11, Lucas Ashbury-Bridgwood 1 today Q5 pick-up + solution A11 Q5 pick-up 0:100:15 3 Q5 solution 0:150:35 A11.1 A11 #3e 0:300:50 0 Find the eigenvalues A and compute det A, det A 3

More information

Unit 2: Logic and Reasoning. start of unit

Unit 2: Logic and Reasoning. start of unit Unit 2: Logic and Reasoning Prior Unit: Introduction to Geometry Next Unit: Transversals By the end of this unit I will be able to: Skill Self-Rating start of unit Date(s) covered Self-Rating end of unit

More information

Name: Class: Date: 5. If the diagonals of a rhombus have lengths 6 and 8, then the perimeter of the rhombus is 28. a. True b.

Name: Class: Date: 5. If the diagonals of a rhombus have lengths 6 and 8, then the perimeter of the rhombus is 28. a. True b. Indicate whether the statement is true or false. 1. If the diagonals of a quadrilateral are perpendicular, the quadrilateral must be a square. 2. If M and N are midpoints of sides and of, then. 3. The

More information

Lecture 14: The Rank-Nullity Theorem

Lecture 14: The Rank-Nullity Theorem Math 108a Professor: Padraic Bartlett Lecture 14: The Rank-Nullity Theorem Week 6 UCSB 2013 In today s talk, the last before we introduce the concept of matrices, we prove what is arguably the strongest

More information

Problem Set # 1 Solution, 18.06

Problem Set # 1 Solution, 18.06 Problem Set # 1 Solution, 1.06 For grading: Each problem worths 10 points, and there is points of extra credit in problem. The total maximum is 100. 1. (10pts) In Lecture 1, Prof. Strang drew the cone

More information

Announcements Wednesday, September 05

Announcements Wednesday, September 05 Announcements Wednesday, September 05 WeBWorK 2.2, 2.3 due today at 11:59pm. The quiz on Friday coers through 2.3 (last week s material). My office is Skiles 244 and Rabinoffice hours are: Mondays, 12

More information

4 ORTHOGONALITY ORTHOGONALITY OF THE FOUR SUBSPACES 4.1

4 ORTHOGONALITY ORTHOGONALITY OF THE FOUR SUBSPACES 4.1 4 ORTHOGONALITY ORTHOGONALITY OF THE FOUR SUBSPACES 4.1 Two vectors are orthogonal when their dot product is zero: v w = orv T w =. This chapter moves up a level, from orthogonal vectors to orthogonal

More information

chapter 1 vector geometry solutions V Consider the parallelogram shown alongside. Which of the following statements are true?

chapter 1 vector geometry solutions V Consider the parallelogram shown alongside. Which of the following statements are true? chapter vector geometry solutions V. Exercise A. For the shape shown, find a single vector which is equal to a)!!! " AB + BC AC b)! AD!!! " + DB AB c)! AC + CD AD d)! BC + CD!!! " + DA BA e) CD!!! " "

More information

Extra Problems for Math 2050 Linear Algebra I

Extra Problems for Math 2050 Linear Algebra I Extra Problems for Math 5 Linear Algebra I Find the vector AB and illustrate with a picture if A = (,) and B = (,4) Find B, given A = (,4) and [ AB = A = (,4) and [ AB = 8 If possible, express x = 7 as

More information

POINTS, LINES, DISTANCES

POINTS, LINES, DISTANCES POINTS, LINES, DISTANCES NIKOS APOSTOLAKIS Examples/Exercises: (1) Find the equation of the line that passes through (4, 5), (4, ) () Find the equation of the line that passes through the points (1, ),

More information

Rhombi, Rectangles and Squares

Rhombi, Rectangles and Squares Rhombi, Rectangles and Squares Math Practice Return to the Table of Contents 1 Three Special Parallelograms All the same properties of a parallelogram apply to the rhombus, rectangle, and square. Rhombus

More information

11.1 Vectors in the plane

11.1 Vectors in the plane 11.1 Vectors in the plane What is a vector? It is an object having direction and length. Geometric way to represent vectors It is represented by an arrow. The direction of the arrow is the direction of

More information

Announcements August 31

Announcements August 31 Announcements August 31 Homeworks 1.1 and 1.2 are due Friday. The first quiz is on Friday, during recitation. Quizzes mostly test your understanding of the homework. There will generally be a quiz every

More information

Distance in the Plane

Distance in the Plane Distance in the Plane The absolute value function is defined as { x if x 0; and x = x if x < 0. If the number a is positive or zero, then a = a. If a is negative, then a is the number you d get by erasing

More information

Math 3C Lecture 25. John Douglas Moore

Math 3C Lecture 25. John Douglas Moore Math 3C Lecture 25 John Douglas Moore June 1, 2009 Let V be a vector space. A basis for V is a collection of vectors {v 1,..., v k } such that 1. V = Span{v 1,..., v k }, and 2. {v 1,..., v k } are linearly

More information

2. A diagonal of a parallelogram divides it into two congruent triangles. 5. Diagonals of a rectangle bisect each other and are equal and vice-versa.

2. A diagonal of a parallelogram divides it into two congruent triangles. 5. Diagonals of a rectangle bisect each other and are equal and vice-versa. QURILTERLS 1. Sum of the angles of a quadrilateral is 360. 2. diagonal of a parallelogram divides it into two congruent triangles. 3. In a parallelogram, (i) opposite sides are equal (ii) opposite angles

More information

1 st Preparatory. Part (1)

1 st Preparatory. Part (1) Part (1) (1) omplete: 1) The square is a rectangle in which. 2) in a parallelogram in which m ( ) = 60, then m ( ) =. 3) The sum of measures of the angles of the quadrilateral equals. 4) The ray drawn

More information

Mon Feb Matrix algebra and matrix inverses. Announcements: Warm-up Exercise:

Mon Feb Matrix algebra and matrix inverses. Announcements: Warm-up Exercise: Math 2270-004 Week 5 notes We will not necessarily finish the material from a given day's notes on that day We may also add or subtract some material as the week progresses, but these notes represent an

More information

Welcome to IB Math - Standard Level Year 2

Welcome to IB Math - Standard Level Year 2 Welcome to IB Math - Standard Level Year 2 Why math? Not So Some things to know: Good HW Good HW Good HW www.aleimath.blogspot.com Example 1. Lots of info at Example Example 2. HW yup. You know you love

More information

Math 1600B Lecture 4, Section 2, 13 Jan 2014

Math 1600B Lecture 4, Section 2, 13 Jan 2014 1 of 8 Math 1600B Lecture 4, Section 2, 13 Jan 2014 Announcements: Read Section 13 for next class Work through recommended homework questions Tutorials start this week, and include a quiz covering Sections

More information

Announcements Monday, September 18

Announcements Monday, September 18 Announcements Monday, September 18 WeBWorK 1.4, 1.5 are due on Wednesday at 11:59pm. The first midterm is on this Friday, September 22. Midterms happen during recitation. The exam covers through 1.5. About

More information

NAEP Questions, Pre-Algebra, Unit 13: Angle Relationships and Transformations

NAEP Questions, Pre-Algebra, Unit 13: Angle Relationships and Transformations NAEP Questions, Pre-Algebra, Unit 13: Angle Relationships and Transformations SOURCE: U.S. Department of Education, Institute of Education Sciences, National Center for Education Statistics, National Assessment

More information

Math 51 Tutorial { August 10

Math 51 Tutorial { August 10 SSEA Summer 7 Math 5 Tutorial { August. The span of a set of vectors {v, v,..., v } is given by span (v, v,..., v k ) {c v + c v + + c k v k c, c,..., c k R}. This set can be viewed algebraically as an

More information

Clearview Regional High School District Summer Assignment Coversheet

Clearview Regional High School District Summer Assignment Coversheet Clearview Regional High School District Summer Assignment Coversheet Course Honors Pre-Calculus Mathematics Ms. Mary Marks Supervisor Due Date Thursday 9/6 Grade Category Weight for Q1 Common Core and/or

More information

MATH 1210 Assignment 3 Solutions 17R-T2

MATH 1210 Assignment 3 Solutions 17R-T2 MATH 1210 Assignment 3 Solutions 17R-T2 This assignment is optional and does not need to be handed in. Attempt all questions, write out nicely written solutions (showing all your work), and the solutions

More information

Verifying Properties of Quadrilaterals

Verifying Properties of Quadrilaterals Verifing roperties of uadrilaterals We can use the tools we have developed to find, classif, or verif properties of various shapes made b plotting coordinates on a Cartesian plane. Depending on the problem,

More information

Math 16A Discussion Worksheet January 23, 2018

Math 16A Discussion Worksheet January 23, 2018 1 Reminders 1. A quiz will be given every other week starting next week. So a quiz will be given on January 0, February 1, February 27, March 1, March 27, April 10, and April 24. 2. Section Grade (a) Homework

More information

Analytic Geometry MAT 1035

Analytic Geometry MAT 1035 Analytic Geometry MAT 035 5.09.04 WEEKLY PROGRAM - The first week of the semester, we will introduce the course and given a brief outline. We continue with vectors in R n and some operations including

More information

Accommodations/Special Circumstances:

Accommodations/Special Circumstances: Topic: Week 23 Parallelogram Proofs Day: 111 CCSS.MATH.CONTENT.HSG.CO.C.11 Prove theorems about parallelograms. Theorems include: opposite sides are congruent, opposite angles are congruent, the diagonals

More information

Geometry Problem Solving Drill 13: Parallelograms

Geometry Problem Solving Drill 13: Parallelograms Geometry Problem Solving Drill 13: Parallelograms Question No. 1 of 10 Question 1. Mr. Smith s garden has 4 equal sides. It has 2 pairs of parallel sides. There are no right angles. Choose the most precise

More information

Announcements Wednesday, September 20

Announcements Wednesday, September 20 Announcements Wednesday, September 20 WeBWorK 1.4, 1.5 are due on Wednesday at 11:59pm. The first midterm is on this Friday, September 22. Midterms happen during recitation. The exam covers through 1.5.

More information

Analytic Geometry MAT 1035

Analytic Geometry MAT 1035 Analytic Geometry MAT 035 5.09.04 WEEKLY PROGRAM - The first week of the semester, we will introduce the course and given a brief outline. We continue with vectors in R n and some operations including

More information

MATH1014. Semester 1 Administrative Overview. Neil Montgomery calculus

MATH1014. Semester 1 Administrative Overview. Neil Montgomery calculus MATH1014 Semester 1 Administrative Overview Lecturers: Scott Morrison linear algebra scott.morrison@anu.edu.au Neil Montgomery calculus neil.montgomery@anu.edu.au Dr Scott Morrison (ANU) MATH1014 Notes

More information

Exercise. and 13x. We know that, sum of angles of a quadrilateral = x = 360 x = (Common in both triangles) and AC = BD

Exercise. and 13x. We know that, sum of angles of a quadrilateral = x = 360 x = (Common in both triangles) and AC = BD 9 Exercise 9.1 Question 1. The angles of quadrilateral are in the ratio 3 : 5 : 9 : 13. Find all the angles of the quadrilateral. Solution Given, the ratio of the angles of quadrilateral are 3 : 5 : 9

More information

MAT 419 Lecture Notes Transcribed by Eowyn Cenek 6/1/2012

MAT 419 Lecture Notes Transcribed by Eowyn Cenek 6/1/2012 (Homework 1: Chapter 1: Exercises 1-7, 9, 11, 19, due Monday June 11th See also the course website for lectures, assignments, etc) Note: today s lecture is primarily about definitions Lots of definitions

More information

The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION GEOMETRY. Student Name:

The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION GEOMETRY. Student Name: GEOMETRY The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION GEOMETRY Thursday, January 27, 2011 9:15 a.m. to 12:15 p.m., only Student Name: School Name: Print your name and the name

More information

Announcements Monday, November 13

Announcements Monday, November 13 Announcements Monday, November 13 The third midterm is on this Friday, November 17. The exam covers 3.1, 3.2, 5.1, 5.2, 5.3, and 5.5. About half the problems will be conceptual, and the other half computational.

More information

Geometry Honors Summer Packet

Geometry Honors Summer Packet Geometry Honors Summer Packet Hello Student, First off, welcome to Geometry Honors! In the fall, we will embark on an eciting mission together to eplore the area (no pun intended) of geometry. This packet

More information

MA 460 Supplement on Analytic Geometry

MA 460 Supplement on Analytic Geometry M 460 Supplement on nalytic Geometry Donu rapura In the 1600 s Descartes introduced cartesian coordinates which changed the way we now do geometry. This also paved for subsequent developments such as calculus.

More information

Friday, We will use the Pythagorean Theorem to find an unknown length of a side.

Friday, We will use the Pythagorean Theorem to find an unknown length of a side. Learning Objective Name We will use the Pythagorean Theorem to find an unknown length of a side. CFU Friday,.8. What are we going to do? Activate Prior Knowledge A right triangle is a triangle with a 90

More information

Year 9 Term 3 Homework

Year 9 Term 3 Homework Yimin Math Centre Year 9 Term 3 Homework Student Name: Grade: Date: Score: Table of contents 5 Year 9 Term 3 Week 5 Homework 1 5.1 Geometry (Review)................................... 1 5.1.1 Angle sum

More information

Brief Review of Exam Topics

Brief Review of Exam Topics Math 32A Discussion Session Week 3 Notes October 17 and 19, 2017 We ll use this week s discussion session to prepare for the first midterm. We ll start with a quick rundown of the relevant topics, and

More information

1 Last time: row reduction to (reduced) echelon form

1 Last time: row reduction to (reduced) echelon form MATH Linear algebra (Fall 8) Lecture Last time: row reduction to (reduced) echelon fm The leading entry in a nonzero row of a matrix is the first nonzero entry from left going right example, the row 7

More information

Name: for students entering. Algebra 2/Trig* For the following courses: AAF, Honors Algebra 2, Algebra 2

Name: for students entering. Algebra 2/Trig* For the following courses: AAF, Honors Algebra 2, Algebra 2 Name: Richard Montgomery High School Department of Mathematics Summer Math Packet for students entering Algebra 2/Trig* For the following courses: AAF, Honors Algebra 2, Algebra 2 (Please go the RM website

More information

DATE: MATH ANALYSIS 2 CHAPTER 12: VECTORS & DETERMINANTS

DATE: MATH ANALYSIS 2 CHAPTER 12: VECTORS & DETERMINANTS NAME: PERIOD: DATE: MATH ANALYSIS 2 MR. MELLINA CHAPTER 12: VECTORS & DETERMINANTS Sections: v 12.1 Geometric Representation of Vectors v 12.2 Algebraic Representation of Vectors v 12.3 Vector and Parametric

More information

1 Solution of Final. Dr. Franz Rothe December 25, Figure 1: Dissection proof of the Pythagorean theorem in a special case

1 Solution of Final. Dr. Franz Rothe December 25, Figure 1: Dissection proof of the Pythagorean theorem in a special case Math 3181 Dr. Franz Rothe December 25, 2012 Name: 1 Solution of Final Figure 1: Dissection proof of the Pythagorean theorem in a special case 10 Problem 1. Given is a right triangle ABC with angle α =

More information

Economics 205, Fall 2002: Final Examination, Possible Answers

Economics 205, Fall 2002: Final Examination, Possible Answers Economics 05, Fall 00: Final Examination, Possible Answers Comments on the Exam Grades: 43 possible; high: 413; median: 34; low: 36 I was generally happy with the answers to questions 3-8, satisfied with

More information

Announcements Wednesday, November 15

Announcements Wednesday, November 15 Announcements Wednesday, November 15 The third midterm is on this Friday, November 17. The exam covers 3.1, 3.2, 5.1, 5.2, 5.3, and 5.5. About half the problems will be conceptual, and the other half computational.

More information

April 2, 2015 Unit 7 Systems of Linear Equations Standards: MCC8.EE.8

April 2, 2015 Unit 7 Systems of Linear Equations Standards: MCC8.EE.8 April 2, 2015 The equations 5x + 2y = 48 and 3x + 2y = 32 represent money collected from a school's basketball game for two separate days. If x represents the cost for each adult ticket and y represents

More information

1.2 LECTURE 2. Scalar Product

1.2 LECTURE 2. Scalar Product 6 CHAPTER 1. VECTOR ALGEBRA Pythagean theem. cos 2 α 1 + cos 2 α 2 + cos 2 α 3 = 1 There is a one-to-one crespondence between the components of the vect on the one side and its magnitude and the direction

More information

Chapter 3 Cumulative Review Answers

Chapter 3 Cumulative Review Answers Chapter 3 Cumulative Review Answers 1a. The triangle inequality is violated. 1b. The sum of the angles is not 180º. 1c. Two angles are equal, but the sides opposite those angles are not equal. 1d. The

More information

NCERT Solutions for Class 7 Maths Chapter 14

NCERT Solutions for Class 7 Maths Chapter 14 NCERT Solutions for Class 7 Maths Chapter 14 Symmetry Class 7 Chapter 14 Symmetry Exercise 14.1, 14.2, 14.3 Solutions Exercise 14.1 : Solutions of Questions on Page Number : 268 Q1 : Copy the figures with

More information

The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION COURSE II. Wednesday, August 16, :30 to 11:30 a.m.

The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION COURSE II. Wednesday, August 16, :30 to 11:30 a.m. The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION THREE-YEAR SEQUENCE FOR HIGH SCHOOL MATHEMATICS COURSE II Wednesday, August 16, 000 8:30 to 11:30 a.m., only Notice... Scientific

More information

example can be used to refute a conjecture, it cannot be used to prove one is always true.] propositions or conjectures

example can be used to refute a conjecture, it cannot be used to prove one is always true.] propositions or conjectures Task Model 1 Task Expectations: The student is asked to give an example that refutes a proposition or conjecture; or DOK Level 2 The student is asked to give an example that supports a proposition or conjecture.

More information

Name Geometry Common Core Regents Review Packet - 3. Topic 1 : Equation of a circle

Name Geometry Common Core Regents Review Packet - 3. Topic 1 : Equation of a circle Name Geometry Common Core Regents Review Packet - 3 Topic 1 : Equation of a circle Equation with center (0,0) and radius r Equation with center (h,k) and radius r ( ) ( ) 1. The endpoints of a diameter

More information

Math 1600A Lecture 3, Section 002

Math 1600A Lecture 3, Section 002 Math 1600 Lecture 3 1 of 5 Math 1600A Lecture 3, Section 002 Announceents: More texts, solutions anuals and packages coing soon. Read Section 1.3 for next class. Work through recoended hoework questions.

More information

We last time we began introducing equivalency laws.

We last time we began introducing equivalency laws. Monday, January 14 MAD2104 Discrete Math 1 Course website: www/mathfsuedu/~wooland/mad2104 Today we will continue in Course Notes Chapter 22 We last time we began introducing equivalency laws Today we

More information

1 What is the solution of the system of equations graphed below? y = 2x + 1

1 What is the solution of the system of equations graphed below? y = 2x + 1 1 What is the solution of the system of equations graphed below? y = 2x + 1 3 As shown in the diagram below, when hexagon ABCDEF is reflected over line m, the image is hexagon A'B'C'D'E'F'. y = x 2 + 2x

More information

Nozha Directorate of Education Form : 2 nd Prep. Nozha Language Schools Ismailia Road Branch

Nozha Directorate of Education Form : 2 nd Prep. Nozha Language Schools Ismailia Road Branch Cairo Governorate Department : Maths Nozha Directorate of Education Form : 2 nd Prep. Nozha Language Schools Sheet Ismailia Road Branch Sheet ( 1) 1-Complete 1. in the parallelogram, each two opposite

More information

CS 340: Discrete Structures for Engineers

CS 340: Discrete Structures for Engineers CS 340: Discrete Structures for Engineers Instructor: Prof. Harry Porter Office: FAB 115-06 harry@cs.pdx.edu Hours: Mon 3-4, Wed 3-4, or by appointment Website: web.cecs.pdx.edu/~harry/discrete Class Mailing

More information

G.GPE.B.4: Quadrilaterals in the Coordinate Plane 2

G.GPE.B.4: Quadrilaterals in the Coordinate Plane 2 Regents Exam Questions www.jmap.org Name: 1 In square GEOM, the coordinates of G are (2, 2) and the coordinates of O are ( 4,2). Determine and state the coordinates of vertices E and M. [The use of the

More information

The Geometry of R n. Supplemental Lecture Notes for Linear Algebra Courses at Georgia Tech

The Geometry of R n. Supplemental Lecture Notes for Linear Algebra Courses at Georgia Tech The Geometry of R n Supplemental Lecture Notes for Linear Algebra Courses at Georgia Tech Contents Vectors in R n. Vectors....................................... The Length and Direction of a Vector......................3

More information

Announcements Monday, November 13

Announcements Monday, November 13 Announcements Monday, November 13 The third midterm is on this Friday, November 17 The exam covers 31, 32, 51, 52, 53, and 55 About half the problems will be conceptual, and the other half computational

More information

Math 1270 Honors ODE I Fall, 2008 Class notes # 14. x 0 = F (x; y) y 0 = G (x; y) u 0 = au + bv = cu + dv

Math 1270 Honors ODE I Fall, 2008 Class notes # 14. x 0 = F (x; y) y 0 = G (x; y) u 0 = au + bv = cu + dv Math 1270 Honors ODE I Fall, 2008 Class notes # 1 We have learned how to study nonlinear systems x 0 = F (x; y) y 0 = G (x; y) (1) by linearizing around equilibrium points. If (x 0 ; y 0 ) is an equilibrium

More information

Announcements September 19

Announcements September 19 Announcements September 19 Please complete the mid-semester CIOS survey this week The first midterm will take place during recitation a week from Friday, September 3 It covers Chapter 1, sections 1 5 and

More information

Exercises for Unit I (Topics from linear algebra)

Exercises for Unit I (Topics from linear algebra) Exercises for Unit I (Topics from linear algebra) I.0 : Background Note. There is no corresponding section in the course notes, but as noted at the beginning of Unit I these are a few exercises which involve

More information

+ 10 then give the value

+ 10 then give the value 1. Match each vocabulary word to the picture. A. Linear Pair B. Vertical Angles P1 C. Angle Bisector D. Parallel Lines E. Orthocenter F. Centroid For questions 3 4 use the diagram below. Y Z X U W V A

More information

MATH /10/2008. The Setup. Archimedes and Quadrature

MATH /10/2008. The Setup. Archimedes and Quadrature MATH 60 Archimedes and uadrature The good Christian should beware of mathematicians, and all those who make empty prophecies. The danger already exists that the mathematicians have made a covenant with

More information

TENTH YEAR MATHEMATICS

TENTH YEAR MATHEMATICS ---------- The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION TENTH YEAR MATHEMATICS Monday, June 17, 1985 1:15 to 4:15 p.m., only The last page of the booklet is the answer sheet.

More information

Exercises for Unit I (Topics from linear algebra)

Exercises for Unit I (Topics from linear algebra) Exercises for Unit I (Topics from linear algebra) I.0 : Background This does not correspond to a section in the course notes, but as noted at the beginning of Unit I it contains some exercises which involve

More information

Mathematics (Project Maths Phase 2)

Mathematics (Project Maths Phase 2) 2013. M226 Coimisiún na Scrúduithe Stáit State Examinations Commission Leaving Certificate Examination 2013 Mathematics (Project Maths Phase 2) Paper 2 Foundation Level Monday 10 June Morning 9:30 12:00

More information

Draft Version 1 Mark scheme Further Maths Core Pure (AS/Year 1) Unit Test 1: Complex numbers 1

Draft Version 1 Mark scheme Further Maths Core Pure (AS/Year 1) Unit Test 1: Complex numbers 1 1 w z k k States or implies that 4 i TBC Uses the definition of argument to write 4 k π tan 1 k 4 Makes an attempt to solve for k, for example 4 + k = k is seen. M1.a Finds k = 6 (4 marks) Pearson Education

More information

Math Linear Algebra

Math Linear Algebra Math 220 - Linear Algebra (Summer 208) Solutions to Homework #7 Exercise 6..20 (a) TRUE. u v v u = 0 is equivalent to u v = v u. The latter identity is true due to the commutative property of the inner

More information

Correlation of 2012 Texas Essential Knowledge and Skills (TEKS) for Algebra I and Geometry to Moving with Math SUMS Moving with Math SUMS Algebra 1

Correlation of 2012 Texas Essential Knowledge and Skills (TEKS) for Algebra I and Geometry to Moving with Math SUMS Moving with Math SUMS Algebra 1 Correlation of 2012 Texas Essential Knowledge and Skills (TEKS) for Algebra I and Geometry to Moving with Math SUMS Moving with Math SUMS Algebra 1 ALGEBRA I A.1 Mathematical process standards. The student

More information

Exam Style C4 Vectors Questions - Solutions

Exam Style C4 Vectors Questions - Solutions Exam Style C4 Vectors Questions - Solutions 1) a) We use the equation (As ) (Simplifying the direction vector) or written as b) To find the coordinates where OC lies to r, we use the direction component

More information

The value of a problem is not so much coming up with the answer as in the ideas and attempted ideas it forces on the would be solver I.N.

The value of a problem is not so much coming up with the answer as in the ideas and attempted ideas it forces on the would be solver I.N. Math 410 Homework Problems In the following pages you will find all of the homework problems for the semester. Homework should be written out neatly and stapled and turned in at the beginning of class

More information

Welcome to IB Math - Standard Level Year 2.

Welcome to IB Math - Standard Level Year 2. Welcome to IB Math - Standard Level Year 2 Why math? Some things to know: www.aleimath.blogspot.com 1. Lots of info at 2. HW yup. You know you love it! Be prepared to present. Notebook all work is in it.

More information

IE 5531: Engineering Optimization I

IE 5531: Engineering Optimization I IE 5531: Engineering Optimization I Lecture 3: Linear Programming, Continued Prof. John Gunnar Carlsson September 15, 2010 Prof. John Gunnar Carlsson IE 5531: Engineering Optimization I September 15, 2010

More information

1. Grab board/marker for your group 2. Do WarmUp below

1. Grab board/marker for your group 2. Do WarmUp below 1. Grab board/marker for your group 2. Do WarmUp below TP bisects VS and MR. VM is congruent to SR. MP = 9, VT = 6 Perimeter of MRSV = 62 V T S Find VM. M P R Paragraph Proof D (2x) x 60 A B C Given: Diagram

More information

Announcements Monday, September 17

Announcements Monday, September 17 Announcements Monday, September 17 WeBWorK 3.3, 3.4 are due on Wednesday at 11:59pm. The first midterm is on this Friday, September 21. Midterms happen during recitation. The exam covers through 3.4. About

More information

Vectors for Zero Robotics students

Vectors for Zero Robotics students Vectors for Zero Robotics students Zero Robotics Australia August 7, 08 Assumed Knowledge The robots used for the Zero Robotics competition (SPHERES) were designed for NASA researchers, and are able to

More information

Components and change of basis

Components and change of basis Math 20F Linear Algebra Lecture 16 1 Components and change of basis Slide 1 Review: Isomorphism Review: Components in a basis Unique representation in a basis Change of basis Review: Isomorphism Definition

More information

Linear Independence. MATH 322, Linear Algebra I. J. Robert Buchanan. Spring Department of Mathematics

Linear Independence. MATH 322, Linear Algebra I. J. Robert Buchanan. Spring Department of Mathematics Linear Independence MATH 322, Linear Algebra I J. Robert Buchanan Department of Mathematics Spring 2015 Introduction Given a set of vectors {v 1, v 2,..., v r } and another vector v span{v 1, v 2,...,

More information

0811ge. Geometry Regents Exam BC, AT = 5, TB = 7, and AV = 10.

0811ge. Geometry Regents Exam BC, AT = 5, TB = 7, and AV = 10. 0811ge 1 The statement "x is a multiple of 3, and x is an even integer" is true when x is equal to 1) 9 2) 8 3) 3 4) 6 2 In the diagram below, ABC XYZ. 4 Pentagon PQRST has PQ parallel to TS. After a translation

More information

Math6100 Day 8 Notes 6.1, 6.2 & 6.3, Area

Math6100 Day 8 Notes 6.1, 6.2 & 6.3, Area Math6100 Day 8 Notes 6.1, 6.2 & 6.3, Area 6.1 Area of Polygonal Regions Let's first derive formulas for the area of these shapes. 1. Rectangle 2. Parallelogram 3. Triangle 4. Trapezoid 1 Ex 1: Find the

More information

Downloaded from

Downloaded from Triangles 1.In ABC right angled at C, AD is median. Then AB 2 = AC 2 - AD 2 AD 2 - AC 2 3AC 2-4AD 2 (D) 4AD 2-3AC 2 2.Which of the following statement is true? Any two right triangles are similar

More information

1. How many planes can be drawn through any three noncollinear points? a. 0 b. 1 c. 2 d. 3. a cm b cm c cm d. 21.

1. How many planes can be drawn through any three noncollinear points? a. 0 b. 1 c. 2 d. 3. a cm b cm c cm d. 21. FALL SEMESTER EXAM REVIEW (Chapters 1-6) CHAPTER 1 1. How many planes can be drawn through any three noncollinear points? a. 0 b. 1 c. 2 d. 3 2. Find the length of PQ. a. 50.9 cm b. 46.3 cm c. 25.7 cm

More information

MAT188H1S LINEAR ALGEBRA: Course Information as of February 2, Calendar Description:

MAT188H1S LINEAR ALGEBRA: Course Information as of February 2, Calendar Description: MAT188H1S LINEAR ALGEBRA: Course Information as of February 2, 2019 2018-2019 Calendar Description: This course covers systems of linear equations and Gaussian elimination, applications; vectors in R n,

More information

Chapter 2-Reasoning and Proof

Chapter 2-Reasoning and Proof Chapter 2-Reasoning and Proof Multiple Choice Identify the choice that best completes the statement or answers the question. 1. Identify the hypothesis and conclusion of this conditional statement: If

More information

System of Linear Equations

System of Linear Equations Math 20F Linear Algebra Lecture 2 1 System of Linear Equations Slide 1 Definition 1 Fix a set of numbers a ij, b i, where i = 1,, m and j = 1,, n A system of m linear equations in n variables x j, is given

More information

MATH 255 Applied Honors Calculus III Winter Midterm 1 Review Solutions

MATH 255 Applied Honors Calculus III Winter Midterm 1 Review Solutions MATH 55 Applied Honors Calculus III Winter 11 Midterm 1 Review Solutions 11.1: #19 Particle starts at point ( 1,, traces out a semicircle in the counterclockwise direction, ending at the point (1,. 11.1:

More information

MTH 2032 SemesterII

MTH 2032 SemesterII MTH 202 SemesterII 2010-11 Linear Algebra Worked Examples Dr. Tony Yee Department of Mathematics and Information Technology The Hong Kong Institute of Education December 28, 2011 ii Contents Table of Contents

More information

Math 31 Lesson Plan. Day 2: Sets; Binary Operations. Elizabeth Gillaspy. September 23, 2011

Math 31 Lesson Plan. Day 2: Sets; Binary Operations. Elizabeth Gillaspy. September 23, 2011 Math 31 Lesson Plan Day 2: Sets; Binary Operations Elizabeth Gillaspy September 23, 2011 Supplies needed: 30 worksheets. Scratch paper? Sign in sheet Goals for myself: Tell them what you re going to tell

More information

LAMC Beginners Circle November 10, Oleg Gleizer. Warm-up

LAMC Beginners Circle November 10, Oleg Gleizer. Warm-up LAMC Beginners Circle November 10, 2013 Oleg Gleizer oleg1140@gmail.com Warm-up Problem 1 Can a power of two (a number of the form 2 n ) have all the decimal digits 0, 1,..., 9 the same number of times?

More information

S2 (2.4) Area.notebook November 06, 2017

S2 (2.4) Area.notebook November 06, 2017 Daily Practice 31.5.2017 Q1. 1055-724 Q2. 35 x 40 Q3. 36.77-7 Q4. What is the perimeter of this triangle 9cm Q5. - 5 + 17 8cm The area of a 2D shape is the amount of space contained within its boundaries.

More information

Announcements Monday, September 25

Announcements Monday, September 25 Announcements Monday, September 25 The midterm will be returned in recitation on Friday. You can pick it up from me in office hours before then. Keep tabs on your grades on Canvas. WeBWorK 1.7 is due Friday

More information

JANE LONG ACADEMY HIGH SCHOOL MATH SUMMER PREVIEW PACKET SCHOOL YEAR. Geometry

JANE LONG ACADEMY HIGH SCHOOL MATH SUMMER PREVIEW PACKET SCHOOL YEAR. Geometry JANE LONG ACADEMY HIGH SCHOOL MATH SUMMER PREVIEW PACKET 2015-2016 SCHOOL YEAR Geometry STUDENT NAME: THE PARTS BELOW WILL BE COMPLETED ON THE FIRST DAY OF SCHOOL: DUE DATE: MATH TEACHER: PERIOD: Algebra

More information

Worksheet for Lecture 15 (due October 23) Section 4.3 Linearly Independent Sets; Bases

Worksheet for Lecture 15 (due October 23) Section 4.3 Linearly Independent Sets; Bases Worksheet for Lecture 5 (due October 23) Name: Section 4.3 Linearly Independent Sets; Bases Definition An indexed set {v,..., v n } in a vector space V is linearly dependent if there is a linear relation

More information

Section 8.1 Objective: Students will be able to solve equations to find angle measures (supplementary and complementary).

Section 8.1 Objective: Students will be able to solve equations to find angle measures (supplementary and complementary). Lincoln Public Schools Math 8 McDougall Littell Middle School Math Course 3 Chapter 8 Items marked A, B, C are increasing in difficulty. Group A questions are the most basic while Group C are the most

More information

The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION GEOMETRY. Student Name:

The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION GEOMETRY. Student Name: GEOMETRY The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION GEOMETRY Wednesday, August 17, 2011 8:30 to 11:30 a.m., only Student Name: School Name: Print your name and the name of

More information