MATH 137 : Calculus 1 for Honours Mathematics. Online Assignment #2. Introduction to Sequences

Size: px
Start display at page:

Download "MATH 137 : Calculus 1 for Honours Mathematics. Online Assignment #2. Introduction to Sequences"

Transcription

1 1 MATH 137 : Calculus 1 for Honours Mathematics Online Assignment #2 Introduction to Sequences Due by 9:00 pm on WEDNESDAY, September 19, 2018 Instructions: Weight: 2% This assignment covers the topics from your Week 1 reading assignment in Section 1.2 Introduction to Sequences, Recursively Defined Sequences, Heron s Algorithm and Subsequences and Tails of Sequences from the Course Notes and the corresponding Chapter 1 online lectures. You will require this information to complete the following questions. Ensure you have also completed the Introduction to Sequences in Maple lab found in the Week 1 Tasks. Additionally, this assignment also includes a review of High School mathematics. Read and complete the following assignment. IMPORTANT: Keep a record of the answers you are going to submit on the printed copy of your assignment so that you can check your answers against the posted solutions. ***Completion of this assignment must be done by the student who submits it; additional help with this assignment is only permitted in accordance with the University of Waterloo s Academic Integrity rules. By submitting this assignment you understand and agree to the University s policies regarding academic honesty. Any violation of the University of Waterloo s Policy 71 Student Academic Discipline Policy (see on academic honesty will result in an academic penalty. To submit your solutions: Go to Waterloo LEARN course management site at learn.uwaterloo.ca Enter your QUEST Username and Password in the space provided and click Login. Click on the link for MATH 137 Online. Once inside the course website, click on the Syllabus icon, in the left-hand column click the Activities and Assignments link, and then click the Weekly Online Assignments link in the centre panel of the page. Read the guidelines and instructions about how to submit your assignments. When you are ready to submit your answers, click on the Submit tab near the top of the Math 137 home page in LEARN, and then click on Quizzes. Under the Submit Weekly Online Assignments section, click on Weekly Online Assignment 2. Read and follow any instructions provided. An answer key for this assignment will appear where you can fill-in your solutions. Please your instructor immediately if you encounter any problems (baforres@uwaterloo.ca). You should submit your solutions well in advance of the due date/time to avoid problems. Click on the SUBMIT button when you are done. You have only 1 attempt to submit your solutions. Any assignment submitted after 9:00 pm (Waterloo, Ontario time) on the due date will be considered LATE and will NOT be counted toward your final grade (no exceptions). Part 1: Multiple Choice: Choose the best answer. (1 mark each unless otherwise indicated) The following questions are a review of material from High School mathematics. If you have any difficulty with the following review questions, please contact your instructor for additional tutorial help. 1. Is the following statement true or false? is less than

2 2 2. Let b be any positive Real number. Is the following statement true or false? b 3 2 b 1 2 is equal to b 2 3. Let b be any positive Real number. Is the following statement true or false? b 3 is equal to b Is the following statement true or false? is equal to Solve: 1 x < a) x > 100 b) x > c) x (100, ) d) x (10000, ) e) Either (a) or (c) f) Either (b) or (d) 6. Let a 2 = 33 8, a 3 = and a 4 = Arrange these terms from smallest to largest. a) a 2, a 3, a 4 b) a 4, a 3, a 2 c) a 2, a 4, a 3 d) a 3, a 4, a 2 The following questions are based on material in your course notes and course lectures. 7. The expression x 3 < 2 can be read as: a) The distance between x and 3 is less than 2 units. b) The distance between 3 and x is less than 2 units. c) All of the above.. 8. If x < 0, then x is: a) x b) x c) 0 d) 1 e) None of the above 9. Is the following statement true or false? If {a n } is a sequence, then n is called the index of the sequence.

3 3 10. The formula for the general term a n of the sequence {1, 1 2, 1 4, 1 8,...} is: a) ( 1 2 )n b) 1 2n c) ( 1 2 ) n d) ( 1 2 )n 1 e) None of the above 11. The formula for the general term a n of the sequence {1, 1 2, 1 4, 1 8,...} is: a) 2 1 n b) 2 n 1 c) ( 2) n d) ( 2) n 1 e) ( 2) 1 n 12. What is the fourth term of the sequence { 3n+1 n+2 }? a) 1 2 b) 4 3 c) 7 4 d) 13 6 e) What is the fifth term of the sequence { cos(2nπ) n }? a) 1 2 b) 1 3 c) 1 4 d) 1 5 e) What is the fourth term of the recursive sequence {a n } where a 1 = 256 and a n+1 = a n? a) 256 b) 16 c) 4 d) 2 e) If {a n } is defined recursively by a 1 = 1 and a n+1 = a n + (n + 1), then a 3 =? a) 4 b) 6 c) 10

4 4 16. If {a n } is defined recursively by a 1 = 1 and a n+1 = a n + (n + 1), then a 45 =? (Hint: What is the formula for the sum of the first n integers?) a) 1035 b) 990 c) Not enough information to determine a If {a n } is defined recursively by a 1 = 1 2 and a n+1 = a n + ( 1 2 )n+1, then a 3 =? a) 3 4 b) 7 8 c) If {a n } is defined recursively by a 1 = 1 2 and a n+1 = a n + ( 1 2 )n+1, then which of the following statements is true? a) a n+1 > a n b) a n = 1 ( 1 2 )n c) a n < 1 d) All of the above 19. Let {F (n)} be the Fibonacci sequence which is given by F (1) = 1 = F (2) and F (n + 2) = F (n) + F (n + 1) for each n N. Recall that a natural number n is prime if n 2 and if n is only divisible by 1 and itself. How many of the first 12 terms of the Fibonacci sequence are primes? a) 4 b) 5 c) Let {F (n)} be the Fibonacci sequence. Which of the following statements is true? a) It is known the the sequence {F (n)} contains only finitely many prime numbers. b) It is known the the sequence {F (n)} contains infinitely many prime numbers. c) If a n = F (n+1) F (n), then a 1 = 1 and a n+1 = a n for each n. 21. Let {a n } be the sequence {1, 2, 3,..., n,...}. Which of the following statements is not true? a) The subsequence of {a n } consisting of all even natural numbers is given by {a 2k }. b) The subsequence of {a n } consisting of all odd natural numbers is given by {a 2k 1 }. c) The subsequence of {a n } consisting of all odd numbers is given by {a 2k+1 } Let {a n } be the sequence given recursively by a 1 = 1 and a n+1 = a n. Which of the following statements is true? a) a n < a n+1 for every n N. b) a n > a n+1 for every n N. c) a 2k < a 2k+2 and a 2k 1 > a 2k+1 for every k N. d) a 2k > a 2k+2 and a 2k 1 < a 2k+1 for every k N.

5 5 23. Given a sequence {a n }. Which of the following statements would not imply that a subsequence {a nk } contains a tail of {a n }? a) The subsequence {a nk } contains infinitely many terms in the original sequence {a n }. b) The subsequence {a nk } contains all but finitely many terms in the original sequence {a n }. c) The subsequence {a nk } is of the form {a N0+k} for some fixed N 0 N {0} Let {a n } be the sequence {1, 2, 3,..., n,...}. Which of the following subsequences is a tail of the original sequence {a n }? a) The subsequence {2, 4, 6,...} consisting of all even natural numbers. b) The subsequence of {1, 3, 5,...} consisting of all odd natural numbers. c) The subsequence of {14, 15, 16,...} consisting of the natural numbers greater than or equal to 14. d) All of the above. 25. Let {a n } be the sequence {( 1) n+1 } = {1, 1, 1, 1, 1, 1,...}. Which of the following intervals contains a tail of the sequence {a n }? a) ( 1 2, 1 2 ) b) ( 1 2, 3 2 ) c) Both a) and b). d) Neither a) nor b). 26. Let {a n } be any sequence. Which of the following pairs of intervals could both contain a tail of {a n } at the same time? a) I 1 = ( 1, 1) and I 2 = (1, 2) b) I 1 = [ 1, 1] and I 2 = [1, 2] c) Both a) and b). d) Neither a) nor b). The following questions are based on material from the Introduction to Sequences in Maple lab and the Recursive Sequences in Maple lab. It is assumed that the Maple CLASSIC version is used. Marking Scheme: The following Maple questions are worth 2 marks each. 27. Let a n = n2 (3 n 2 ). Create the plot of the first 20 terms of {a n} in Maple. Does the sequence seem to approach a particular value? Find the limit of {a n } in Maple. Did this limit seem to match the one indicated in the Maple plot of the sequence terms? What value do you think the terms in the tail of the sequence approach? a) 0 b) 1 c) 1 3 d) The terms never approach a particular value.

6 6 28. Let a n = cos(n)2 2 n. Create the plot of the first 20 terms of {a n } in Maple. Does the sequence seem to approach a particular value? Find the limit of {a n } in Maple. Did this limit seem to match the one indicated in the Maple plot of the sequence terms? What value do you think the terms in the tail of the sequence approach? a) 0 b) 1 c) {a n } oscillates so the terms do not approach one particular value. 29. Let a n = n! 2 n. Create the plot of the first 10 terms of {a n } in Maple. By studying the Maple plot, what value does it appear that the terms in the tail of the sequence of a n approach? a) 0 b) 1 2 c) 1 d) The terms do not seem to approach one particular value. END OF ASSIGNMENT: Submit your answers according to the instructions on page 1.

MATH 137 : Calculus 1 for Honours Mathematics Instructor: Barbara Forrest Self Check #1: Sequences and Convergence

MATH 137 : Calculus 1 for Honours Mathematics Instructor: Barbara Forrest Self Check #1: Sequences and Convergence 1 MATH 137 : Calculus 1 for Honours Mathematics Instructor: Barbara Forrest Self Check #1: Sequences and Convergence Recommended Due Date: complete by the end of WEEK 3 Weight: none - self graded INSTRUCTIONS:

More information

Physics 343: Modern Physics Autumn 2015

Physics 343: Modern Physics Autumn 2015 Physics 343: Modern Physics Autumn 2015 Course Information Instructor: Dr. David A. Macaluso Office: C.H. Clapp Building, room 119 Telephone: (406) 243-6641 Email: david.macaluso@umontana.edu Lectures:

More information

COE Algebra Syllabus. Desired Results

COE Algebra Syllabus. Desired Results COE Algebra Syllabus School Year: 2015-2016 Certificated Teacher: Desired Results Course Title): COE Algebra Credit: x one semester (.5) two semesters (1.0) Prerequisites and/or recommended preparation:

More information

Astronomy 1010: Survey of Astronomy. University of Toledo Department of Physics and Astronomy

Astronomy 1010: Survey of Astronomy. University of Toledo Department of Physics and Astronomy Astronomy 1010: Survey of Astronomy University of Toledo Department of Physics and Astronomy Information Kathy Shan Office: MH 4008 Phone: 530 2226 Email: kathy.shan@utoledo.edu Email is the best way to

More information

PHYSICAL GEOLOGY SYLLABUS GLY 1010 Physical Geology Fall

PHYSICAL GEOLOGY SYLLABUS GLY 1010 Physical Geology Fall PHYSICAL GEOLOGY SYLLABUS GLY 1010 Physical Geology Fall - 2011 Instructor s Name: Marianne O Neal Caldwell Telephone Number: (813) 253-7251 Email Address: Please use the email in our online classroom.

More information

Math.3336: Discrete Mathematics. Combinatorics: Basics of Counting

Math.3336: Discrete Mathematics. Combinatorics: Basics of Counting Math.3336: Discrete Mathematics Combinatorics: Basics of Counting Instructor: Dr. Blerina Xhabli Department of Mathematics, University of Houston https://www.math.uh.edu/ blerina Email: blerina@math.uh.edu

More information

- - - - - - - - - - - - - - - - - - DISCLAIMER - - - - - - - - - - - - - - - - - - General Information: This midterm is a sample midterm. This means: The sample midterm contains problems that are of similar,

More information

Physics Fall Semester. Sections 1 5. Please find a seat. Keep all walkways free for safety reasons and to comply with the fire code.

Physics Fall Semester. Sections 1 5. Please find a seat. Keep all walkways free for safety reasons and to comply with the fire code. Physics 222 2018 Fall Semester Sections 1 5 Please find a seat. Keep all walkways free for safety reasons and to comply with the fire code. Electronic Devices Please separate your professional from your

More information

Organic Chemistry Syllabus

Organic Chemistry Syllabus Organic Chemistry Syllabus 2017-2018 Instructor Information: Teacher: James Poindexter Room: Belle Vernon Area High School, Room 412 Contact: Phone: 724-808-2500; ext.2412 Email: james.poindexter@bellevernonarea.net

More information

Mathematics: Year 12 Transition Work

Mathematics: Year 12 Transition Work Mathematics: Year 12 Transition Work There are eight sections for you to study. Each section covers a different skill set. You will work online and on paper. 1. Manipulating directed numbers and substitution

More information

Department of Physics & Astronomy Trent University

Department of Physics & Astronomy Trent University Department of Physics & Astronomy Trent University PHYS 2610H : INTRODUCTORY QUANTUM PHYSICS 2017FA PETERBOROUGH Instructor: Balaji Subramanian Campus: Peterborough balajisubramanian@trentu.ca SC 322 15063375166

More information

Welcome to Physics 161 Elements of Physics Fall 2018, Sept 4. Wim Kloet

Welcome to Physics 161 Elements of Physics Fall 2018, Sept 4. Wim Kloet Welcome to Physics 161 Elements of Physics Fall 2018, Sept 4 Wim Kloet 1 Lecture 1 TOPICS Administration - course web page - contact details Course materials - text book - iclicker - syllabus Course Components

More information

6A Lab Post-test. Instructions for printed version. Week 10, Fall 2016

6A Lab Post-test. Instructions for printed version. Week 10, Fall 2016 6A Lab Post-test Instructions for printed version Week 10, Fall 2016 This is the printed version of 6A Lab post-test. Please complete it during your final 6A lab, which will occur during week 10. DO NOT

More information

San José State University Aerospace Engineering Department AE138: Vector Based Dynamics for Aerospace Applications Fall 2018

San José State University Aerospace Engineering Department AE138: Vector Based Dynamics for Aerospace Applications Fall 2018 San José State University Aerospace Engineering Department AE138: Vector Based Dynamics for Aerospace Applications Fall 2018 Instructor: Office Location: Email: Office Hours: Class Days/Time: Prerequisite:

More information

Physics 141 Course Information

Physics 141 Course Information Physics 141 Course Information General Physics I - Mechanics Spring 2008 Instructors: Office Hours: Textbook: Online Homework: Disclaimer: Nikos Varelas 2134 SES (312) 996-3415 varelas@uic.edu Charles

More information

Physics 141 Course Information

Physics 141 Course Information Physics 141 Course Information General Physics I - Mechanics Spring 2009 Instructors: Office Hours: Textbook: Online Homework: Disclaimer: Nikos Varelas 2134 SES (312) 996-3415 varelas@uic.edu Adrian Barkan

More information

Page Points Score Total: 100

Page Points Score Total: 100 Math 1130 Spring 2019 Sample Exam 1c 1/31/19 Name (Print): Username.#: Lecturer: Rec. Instructor: Rec. Time: This exam contains 8 pages (including this cover page) and 7 problems. Check to see if any pages

More information

MOLECULAR MODELING IN BIOLOGY (BIO 3356) SYLLABUS

MOLECULAR MODELING IN BIOLOGY (BIO 3356) SYLLABUS New York City College of Technology School of Arts and Sciences Department of Biological Sciences MOLECULAR MODELING IN BIOLOGY (BIO 3356) SYLLABUS Course Information Course Title: Molecular Modeling in

More information

Fundamentals of Mathematics (MATH 1510)

Fundamentals of Mathematics (MATH 1510) Fundamentals of Mathematics (MATH 1510) Instructor: Lili Shen Email: shenlili@yorku.ca Department of Mathematics and Statistics York University September 11, 2015 About the course Name: Fundamentals of

More information

ASTRONOMY 112: Stars, Galaxies, and Cosmology Spring 2014 Syllabus Section MWF 9:00 9:50 AM Room: PS167

ASTRONOMY 112: Stars, Galaxies, and Cosmology Spring 2014 Syllabus Section MWF 9:00 9:50 AM Room: PS167 ASTRONOMY 112: Stars, Galaxies, and Cosmology Spring 2014 Syllabus Section 18522 MWF 9:00 9:50 AM Room: PS167 Contact Information: Instructor: Sally Watt, M.S. Office Hours: Office: PS113 Mon, Wed 11:00

More information

- - - - - - - - - - - - - - - - - - DISCLAIMER - - - - - - - - - - - - - - - - - - General Information: This midterm is a sample midterm. This means: The sample midterm contains problems that are of similar,

More information

Wednesday, 10 September 2008

Wednesday, 10 September 2008 MA211 : Calculus, Part 1 Lecture 2: Sets and Functions Dr Niall Madden (Mathematics, NUI Galway) Wednesday, 10 September 2008 MA211 Lecture 2: Sets and Functions 1/33 Outline 1 Short review of sets 2 Sets

More information

Outline. Wednesday, 10 September Schedule. Welcome to MA211. MA211 : Calculus, Part 1 Lecture 2: Sets and Functions

Outline. Wednesday, 10 September Schedule. Welcome to MA211. MA211 : Calculus, Part 1 Lecture 2: Sets and Functions Outline MA211 : Calculus, Part 1 Lecture 2: Sets and Functions Dr Niall Madden (Mathematics, NUI Galway) Wednesday, 10 September 2008 1 Short review of sets 2 The Naturals: N The Integers: Z The Rationals:

More information

Course: Math 111 Pre-Calculus Summer 2016

Course: Math 111 Pre-Calculus Summer 2016 Course: Math 111 Pre-Calculus Summer 2016 Text: Instructor: Office Hours: Email: Fundamentals of Pre-calculus 2 nd edition, by M. Dugopolski, Pearson Publishing (Custom Edition for URI or Standard Edition)

More information

AP CALCULUS AB. Welcome to AP Calculus,

AP CALCULUS AB. Welcome to AP Calculus, AP CALCULUS AB Summer Assignment 2014 Welcome to AP Calculus, The purpose of this assignment is to have you practice the skills necessary to be successful in AP Calculus. All of the skills in this packet

More information

- - - - - - - - - - - - - - - - - - DISCLAIMER - - - - - - - - - - - - - - - - - - General Information: This midterm is a sample midterm. This means: The sample midterm contains problems that are of similar,

More information

Math.3336: Discrete Mathematics. Primes and Greatest Common Divisors

Math.3336: Discrete Mathematics. Primes and Greatest Common Divisors Math.3336: Discrete Mathematics Primes and Greatest Common Divisors Instructor: Dr. Blerina Xhabli Department of Mathematics, University of Houston https://www.math.uh.edu/ blerina Email: blerina@math.uh.edu

More information

HISTORY 2123 X1. Gender and Sexuality in Europe to 1789

HISTORY 2123 X1. Gender and Sexuality in Europe to 1789 HISTORY 2123 X1 Gender and Sexuality in Europe to 1789 Fall Term 2012 Meeting Times: Tuesdays and Thursdays from 12:00 to 1:30 p.m. Professor: Dr. Leigh Whaley Office: BAC 449 Phone: 585-1119 E-Mail: leigh.whaley@acadiau.ca

More information

Page Points Score Total: 100

Page Points Score Total: 100 Math 1130 Spring 2019 Sample Midterm 2a 2/28/19 Name (Print): Username.#: Lecturer: Rec. Instructor: Rec. Time: This exam contains 10 pages (including this cover page) and 9 problems. Check to see if any

More information

Welcome to Physics 211! General Physics I

Welcome to Physics 211! General Physics I Welcome to Physics 211! General Physics I Physics 211 Fall 2015 Lecture 01-1 1 Physics 215 Honors & Majors Are you interested in becoming a physics major? Do you have a strong background in physics and

More information

PS 101: Introductory Astronomy Fall 2014

PS 101: Introductory Astronomy Fall 2014 PS 101: Introductory Astronomy Fall 2014 Lecture: Lab: Tues./Thurs. 12:00 pm - 1:15 pm, S166 Tues. 4:00 pm - 5:50 pm, S166 Instructor: Dr. Jon M. Saken Office: S178 (Science Bldg.) Phone: 696-2753 E-mail:

More information

Math.3336: Discrete Mathematics. Cardinality of Sets

Math.3336: Discrete Mathematics. Cardinality of Sets Math.3336: Discrete Mathematics Cardinality of Sets Instructor: Dr. Blerina Xhabli Department of Mathematics, University of Houston https://www.math.uh.edu/ blerina Email: blerina@math.uh.edu Fall 2018

More information

Page Points Score Total: 100

Page Points Score Total: 100 Math 1130 Spring 2019 Sample Midterm 3c 4/11/19 Name (Print): Username.#: Lecturer: Rec. Instructor: Rec. Time: This exam contains 10 pages (including this cover page) and 10 problems. Check to see if

More information

Quantum Mechanics CHEM/ENCH 313

Quantum Mechanics CHEM/ENCH 313 Quantum Mechanics CHEM/ENCH 313 Instructor: Soran Jahangiri Instructor Contact Information Email: soran.jahangiri@chem.queensu.ca Office: Chernoff Hall, Room 313 Office Hours: Monday 2:30PM - 3:30PM, Tuesday

More information

JEFFERSON COLLEGE INTERMEDIATE ALGEBRA

JEFFERSON COLLEGE INTERMEDIATE ALGEBRA JEFFERSON COLLEGE COURSE SYLLABUS MTH 128 INTERMEDIATE ALGEBRA 3 Credit Hours Prepared by: Beverly Meyers September 2012 Ms. Shirley Davenport, Dean, Arts & Science Education Ms. Linda Abernathy, Division

More information

CHEM 1315 Syllabus General Chemistry

CHEM 1315 Syllabus General Chemistry CHEM 1315 Syllabus General Chemistry COURSE DESCRIPTION: First of a two semester sequence in general chemistry. Topics covered: basic measurement, gas laws, and changes in state, stoichiometry, atomic

More information

KOMAR UNIVERSITY OF SCIENCE AND TECHNOLOGY (KUST)

KOMAR UNIVERSITY OF SCIENCE AND TECHNOLOGY (KUST) Course Title Course Code General Chemistry I and Lab CHM1410C General Chemistry I No. of Credits Department All Departments College Science and Engineering Pre-requisites Course Code Course Coordinator(s)

More information

Algebra 2 Syllabus. Certificated Teacher: Date: Desired Results

Algebra 2 Syllabus. Certificated Teacher: Date: Desired Results Algebra 2 Syllabus Certificated Teacher: Date: 2012-13 Desired Results Course Title/Grade Level: Algebra 2 A and B Credit: one semester (.5) x two semesters (1) Estimate of hours per week engaged in learning

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

Chemistry 2281G: Inorganic Chemistry of the Main Group Elements

Chemistry 2281G: Inorganic Chemistry of the Main Group Elements Chemistry 2281G: Inorganic Chemistry of the Main Group Elements 1. Course Information Course Description Chemistry 2281G will be composed of two main components; (1) Introduction to bonding in polyatomic

More information

SAVE THIS SYLLABUS FOR REFERENCE DURING THE SEMESTER.

SAVE THIS SYLLABUS FOR REFERENCE DURING THE SEMESTER. SYLLABUS Course: General Chemistry I: (call #16279) Lecture: 9:00-10:25AM Mon.-Wed.; Room 6068 Recitation: 1 hour per week: Mon.; 12:00-1:00 Room 3066 Laboratory: 3 hours per week: Mon.; 1:00-4:00 Room

More information

MATH 341, Section 001 FALL 2014 Introduction to the Language and Practice of Mathematics

MATH 341, Section 001 FALL 2014 Introduction to the Language and Practice of Mathematics MATH 341, Section 001 FALL 2014 Introduction to the Language and Practice of Mathematics Class Meetings: MW 9:30-10:45 am in EMS E424A, September 3 to December 10 [Thanksgiving break November 26 30; final

More information

AS 101: The Solar System (Spring 2017) Course Syllabus

AS 101: The Solar System (Spring 2017) Course Syllabus AS 101: The Solar System (Spring 2017) Course Syllabus Instructor: Professor Wen Li Office: CAS 501 Phone: 617-353-7439 Email: wenli77@bu.edu Office hours: Mondays 3:30 5:00 pm, Wednesdays 3:30 5:00 pm,

More information

Linear Algebra. Instructor: Justin Ryan

Linear Algebra. Instructor: Justin Ryan Linear Algebra Instructor: Justin Ryan ryan@math.wichita.edu Department of Mathematics, Statistics, and Physics Wichita State University Wichita, Kansas Summer 2014 DRAFT 3 June 2014 Preface These lecture

More information

PHYS F212X FE1+FE2+FE3

PHYS F212X FE1+FE2+FE3 Syllabus for PHYS F212X FE1+FE2+FE3 General Physics II College of Natural Science and Mathematics University of Alaska Fairbanks Fall 2016 (8/29/2016 to 12/14/2016) Course Information: PHYS F212X FE1+FE2+FE3

More information

MTH 167 Pre Calculus I (Spring 2015) 3 credits. Department of Mathematics at Cleveland State University

MTH 167 Pre Calculus I (Spring 2015) 3 credits. Department of Mathematics at Cleveland State University MTH 167 Pre Calculus I (Spring 2015) 3 credits Department of Mathematics at Cleveland State University Section 1 - MWF 12:25pm 1:15pm MC 304 or RT 403. Prof. Feister ALEKS course code: PHMDL-HHXJJ Financial

More information

MATH COURSE TITLE: College Algebra

MATH COURSE TITLE: College Algebra MATH 1314 INSTRUCTOR: Alan Roemer Email Address: droemer@wc.edu; aroemer@weatherfordisd.com Cell phone: 817-988-7987 Office Hours: Mornings - Everyday: 7:40 8:10 Megalunch - Friday B Block 11:11 11:42

More information

CEE461L Chemical Processes in Environmental Engineering CEE561L/ENV542L Environmental Aquatic Chemistry Fall 2017

CEE461L Chemical Processes in Environmental Engineering CEE561L/ENV542L Environmental Aquatic Chemistry Fall 2017 CEE461L Chemical Processes in Environmental Engineering CEE561L/ENV542L Environmental Aquatic Chemistry Fall 2017 Instructor: Prof. Heileen (Helen) Hsu-Kim 127A Hudson Hall (919) 660-5109 hsukim@duke.edu

More information

Twin primes are pairs of natural numbers (p, p + 2) such that both p and p + 2 are primes.

Twin primes are pairs of natural numbers (p, p + 2) such that both p and p + 2 are primes. SOLUTIONS TO QUIZ - MATH 170 - SUMMER SESSION I (2012) Name: INSTRUCTIONS: 1. The duration of this quiz is 1 hour - from 4:05 p.m. till 5:05 p.m. 2. No calculators, electronic watches, cellphones etc.

More information

- - - - - - - - - - - - - - - - - - DISCLAIMER - - - - - - - - - - - - - - - - - - General Information: This is a midterm from a previous semester. This means: This midterm contains problems that are of

More information

Field Trips: We will have two during class hours field trips and one day long Saturday field trip.

Field Trips: We will have two during class hours field trips and one day long Saturday field trip. Spring 2016 Section E8703 Lecture M&W 10:05AM -11:30AM Room HU125 Lab M&W 11:40AM - 1:05PM Room HU125 Instructor: Jason Robert Patton email: jason patton@redwoods.edu Required Text: Harold Levin, The Earth

More information

University of Alaska Fairbanks Course Syllabus Chemistry 103: Basic General Chemistry

University of Alaska Fairbanks Course Syllabus Chemistry 103: Basic General Chemistry University of Alaska Fairbanks Course Syllabus Chemistry 103: Basic General Chemistry Course: Basic General Chemistry (CHEM 103); 4 credits Prerequisites: Placement in ENGL 111 and DEVM 105 or, alternatively,

More information

San José State University Aerospace Engineering Department AE168: Aerospace Vehicle Dynamics & Control Fall 2016

San José State University Aerospace Engineering Department AE168: Aerospace Vehicle Dynamics & Control Fall 2016 San José State University Aerospace Engineering Department AE168: Aerospace Vehicle Dynamics & Control Fall 216 Course and Contact Information Instructor: Office Location: Email: Office Hours: Class Days/Time:

More information

Intermediate Math Circles March 11, 2009 Sequences and Series

Intermediate Math Circles March 11, 2009 Sequences and Series 1 University of Waterloo Faculty of Mathematics Centre for Education in Mathematics and Computing Intermediate Math Circles March 11, 009 Sequences and Series Tower of Hanoi The Tower of Hanoi is a game

More information

https://sites.google.com/site/dhseisen/

https://sites.google.com/site/dhseisen/ Name: Calculus AP - Summer Assignment 2017 All questions and concerns related to this assignment should be directed to Ms. Eisen on or before Wednesday, June 21, 2017. If any concerns should arise over

More information

Important Dates. Non-instructional days. No classes. College offices closed.

Important Dates. Non-instructional days. No classes. College offices closed. Instructor: Dr. Alexander Krantsberg Email: akrantsberg@nvcc.edu Phone: 703-845-6548 Office: Bisdorf, Room AA 352 Class Time: Mondays and Wednesdays 12:30 PM - 1:45 PM. Classroom: Bisdorf / AA 354 Office

More information

CHEM 102 Fall 2012 GENERAL CHEMISTRY

CHEM 102 Fall 2012 GENERAL CHEMISTRY CHEM 102 Fall 2012 GENERAL CHEMISTRY California State University, Northridge Lecture: Instructor: Dr. Thomas Minehan Office: Science 2314 Office hours: TR, 12:00-1:00 pm Phone: (818) 677-3315 E.mail: thomas.minehan@csun.edu

More information

Chemistry for Engineering CHEM 115 University Studies Program. Course Outline

Chemistry for Engineering CHEM 115 University Studies Program. Course Outline Chemistry for Engineering CHEM 115 University Studies Program Course Outline COURSE IMPLEMENTATION DATE: September 2015 OUTLINE EFFECTIVE DATE: September 2015 COURSE OUTLINE REVIEW DATE: April 2020 GENERAL

More information

MATH-3150H-A: Partial Differential Equation 2018WI - Peterborough Campus

MATH-3150H-A: Partial Differential Equation 2018WI - Peterborough Campus MATH-3150H-A: Partial Differential Equation 2018WI - Peterborough Campus Instructor: Instructor: Kenzu Abdella Email Address: kabdella@trentu.ca Phone Number: 705-748-1011 x7327 Office: GSC 339 Office

More information

JEFFERSON COLLEGE COURSE SYLLABUS MTH 110 INTRODUCTORY ALGEBRA. 3 Credit Hours. Prepared by: Skyler Ross & Connie Kuchar September 2014

JEFFERSON COLLEGE COURSE SYLLABUS MTH 110 INTRODUCTORY ALGEBRA. 3 Credit Hours. Prepared by: Skyler Ross & Connie Kuchar September 2014 JEFFERSON COLLEGE COURSE SYLLABUS MTH 110 INTRODUCTORY ALGEBRA 3 Credit Hours Prepared by: Skyler Ross & Connie Kuchar September 2014 Ms. Linda Abernathy, Math, Science, & Business Division Chair Ms. Shirley

More information

GEOL 103: Dynamic Earth

GEOL 103: Dynamic Earth gps.gov GEOL 103: Dynamic Earth Syllabus Dr. Antun Husinec Fall 2008 General Description This course is designed to provide you with a basic overview of the science of geology. It is recommended not only

More information

San Jose State University Department of Mechanical and Aerospace Engineering ME 230, Advanced Mechanical Engineering Analysis, Fall 2015

San Jose State University Department of Mechanical and Aerospace Engineering ME 230, Advanced Mechanical Engineering Analysis, Fall 2015 San Jose State University Department of Mechanical and Aerospace Engineering ME 230, Advanced Mechanical Engineering Analysis, Fall 2015 Instructor: Office Location: Younes Shabany TBD Telephone: (408)

More information

This course supports the assessments for Physics: Waves and Optics. The course covers 6 competencies and represents 3 competency units.

This course supports the assessments for Physics: Waves and Optics. The course covers 6 competencies and represents 3 competency units. This course supports the assessments for Physics: Waves and Optics. The course covers 6 competencies and represents 3 competency units. Introduction Overview Physics: Waves and Optics addresses foundational

More information

Honors Algebra II / Trigonometry

Honors Algebra II / Trigonometry Honors Algebra II / Trigonometry 2013-2014 Instructor: Busselmaier Room: 158 Academic Support Location: Room 158 or Office 152 E-mail: cbusselmaier@regisjesuit.com (email is the best way to get in touch

More information

Instructor Dr. Tomislav Pintauer Mellon Hall Office Hours: 1-2 pm on Thursdays and Fridays, and by appointment.

Instructor Dr. Tomislav Pintauer Mellon Hall Office Hours: 1-2 pm on Thursdays and Fridays, and by appointment. Course Description and Objectives The purpose of this course is to introduce students to the basic facts and principles of chemistry. Our approach provides a sound foundation by teaching students that

More information

CHEMISTRY 2H Honors General Chemistry I Fall 2013 Course Syllabus

CHEMISTRY 2H Honors General Chemistry I Fall 2013 Course Syllabus Instructor: Erik Menke CHEMISTRY 2H Honors General Chemistry I Fall 2013 Course Syllabus Meeting Times and Location: MWF 9:30 to 10:20, COB 263 Office Hours: Drop by my office any time if you have questions

More information

ELECTROMAGNETIC THEORY

ELECTROMAGNETIC THEORY Phys 311 Fall 2014 ELECTROMAGNETIC THEORY Phys 311 Fall 2014 Instructor: Office: Professor David Collins WS 228B Phone: 248-1787 email: Office Hours: dacollin@coloradomesa.edu MT 9:00 9:50am, MWF 2:00

More information

Mathematics, Advanced Level MATH 080 Adult Education/Adult Upgrading Program. Course Outline

Mathematics, Advanced Level MATH 080 Adult Education/Adult Upgrading Program. Course Outline Mathematics, Advanced Level MATH 080 Adult Education/Adult Upgrading Program Course Outline COURSE IMPLEMENTATION DATE: Pre 1998 OUTLINE EFFECTIVE DATE: May 2017 COURSE OUTLINE REVIEW DATE: January 2022

More information

JEFFERSON COLLEGE COURSE SYLLABUS MTH 141 PRECALCULUS. 5 Credit Hours. Prepared by John M Johny August 2012

JEFFERSON COLLEGE COURSE SYLLABUS MTH 141 PRECALCULUS. 5 Credit Hours. Prepared by John M Johny August 2012 JEFFERSON COLLEGE COURSE SYLLABUS MTH 141 PRECALCULUS 5 Credit Hours Prepared by John M Johny August 2012 Ms. Shirley Davenport, Dean, Arts & Science Education Ms. Linda Abernathy, Math, Science, and Business

More information

2018 SPRING PHYS 8011 Classical mechanics I (as of Apr. 19/2018) The course syllabus is a general plan for the course; deviations announced to the class by the instructor may be necessary. A FRIENDLY REMINDER:

More information

Northwest High School s Algebra 1

Northwest High School s Algebra 1 Northwest High School s Algebra 1 Summer Review Packet 2011 DUE WEDNESDAY, SEPTEMBER 2, 2011 Student Name This packet has been designed to help you review various mathematical topics that will be necessary

More information

MA EXAM 2 INSTRUCTIONS VERSION 01 March 9, Section # and recitation time

MA EXAM 2 INSTRUCTIONS VERSION 01 March 9, Section # and recitation time MA 16600 EXAM INSTRUCTIONS VERSION 01 March 9, 016 Your name Student ID # Your TA s name Section # and recitation time 1. You must use a # pencil on the scantron sheet (answer sheet).. Check that the cover

More information

CENTRAL TEXAS COLLEGE-FORT RILEY SYLLABUS FOR DSMA 0301 DEVELOPMENTAL MATHEMATICS II SEMESTER HOURS CREDIT: 3 FALL 2014 SYLLABUS (08/11/14 10/05/14)

CENTRAL TEXAS COLLEGE-FORT RILEY SYLLABUS FOR DSMA 0301 DEVELOPMENTAL MATHEMATICS II SEMESTER HOURS CREDIT: 3 FALL 2014 SYLLABUS (08/11/14 10/05/14) CENTRAL TEXAS COLLEGE-FORT RILEY SYLLABUS FOR DSMA 0301 DEVELOPMENTAL MATHEMATICS II SEMESTER HOURS CREDIT: 3 FALL 2014 SYLLABUS (08/11/14 10/05/14) Instructor: Kenneth Kolembe E-mail: Kenneth.Kolembe@ctcd.edu.

More information

Columbus State Community College Mathematics Department Public Syllabus

Columbus State Community College Mathematics Department Public Syllabus Columbus State Community College Mathematics Department Public Syllabus Course and Number: MATH 2568 Elementary Linear Algebra Credits: 4 Class Hours Per Week: 4 Prerequisites: MATH 2153 with a C or higher

More information

Course Outline. Code: TPP103 Title: Chemistry

Course Outline. Code: TPP103 Title: Chemistry Course Outline Code: TPP103 Title: Chemistry Faculty of: Science, Health, Education and Engineering Teaching Session: Session 8 Year: 2018 Course Coordinator: Michelle Parks Tel: 545655547 Email: MParks@usc.edu.au

More information

Get started [Hawkes Learning] with this system. Common final exam, independently administered, group graded, grades reported.

Get started [Hawkes Learning] with this system. Common final exam, independently administered, group graded, grades reported. Course Information Math 095 Elementary Algebra Placement No placement necessary Course Description Learning Outcomes Elementary algebraic topics for students whose mathematical background or placement

More information

General Chemistry 201 Section ABC Harry S. Truman College Spring Semester 2014

General Chemistry 201 Section ABC Harry S. Truman College Spring Semester 2014 Instructor: Michael Davis Office: 3226 Phone: 773 907 4718 Office Hours: Tues 9:00 12:00 Wed 1:00 3:00 Thurs 9:00 12:00 Email: mdavis@ccc.edu Website: http://faradaysclub.com http://ccc.blackboard.com

More information

Astronomy 001 Online SP16 Syllabus (Section 8187)

Astronomy 001 Online SP16 Syllabus (Section 8187) Astronomy 001 Online SP16 Syllabus (Section 8187) Instructor: Elizabeth Bell Email (best way to contact me): bellea@wlac.edu Classroom: online Office Hours: online by appointment Prerequisite: None REQUIRED:

More information

ECE 4800 Fall 2011: Electromagnetic Fields and Waves. Credits: 4 Office Hours: M 6-7:30PM, Th 2-3:30, and by appointment

ECE 4800 Fall 2011: Electromagnetic Fields and Waves. Credits: 4 Office Hours: M 6-7:30PM, Th 2-3:30, and by appointment ECE 4800 Fall 2011: Electromagnetic Fields and Waves Instructor: Amar S. Basu Office: 3133 Engineering Email: abasu@eng.wayne.edu Phone: 313-577-3990 Lecture Times: M W 7:30PM - 9:20PM, Class Dates: 9/7/11

More information

ERTH2104 Winter Igneous Systems, Geochemistry and Processes. Instructor: Brian Cousens

ERTH2104 Winter Igneous Systems, Geochemistry and Processes. Instructor: Brian Cousens ERTH2104 Winter 2019 Igneous Systems, Geochemistry and Processes Instructor: Brian Cousens Igneous Petrology is the study of processes that produce melts (magmas) within the Earth, how these melts then

More information

JEFFERSON COLLEGE COURSE SYLLABUS MTH 110 INTRODUCTORY ALGEBRA. 3 Credit Hours. Prepared by: Skyler Ross & Connie Kuchar September 2014

JEFFERSON COLLEGE COURSE SYLLABUS MTH 110 INTRODUCTORY ALGEBRA. 3 Credit Hours. Prepared by: Skyler Ross & Connie Kuchar September 2014 JEFFERSON COLLEGE COURSE SYLLABUS MTH 110 INTRODUCTORY ALGEBRA 3 Credit Hours Prepared by: Skyler Ross & Connie Kuchar September 2014 Dr. Robert Brieler, Division Chair, Math & Science Ms. Shirley Davenport,

More information

Science 9 Chemistry Syllabus. Desired Results

Science 9 Chemistry Syllabus. Desired Results Science 9 Chemistry Syllabus School Year: 2015-2016 Certificated Teacher: Desired Results Course Title (example: Geometry A and B): Science 9 Chemistry Credit: x one semester (.5) _ two semesters (1.0)

More information

University of Houston-Clear Lake PHYS Modern Physics (Summer 2015) Syllabus 3:00-5:50pm Bayou 3324

University of Houston-Clear Lake PHYS Modern Physics (Summer 2015) Syllabus 3:00-5:50pm Bayou 3324 University of Houston-Clear Lake PHYS 3303-01 Modern Physics (Summer 2015) Syllabus 3:00-5:50pm (TWR) @ Bayou 3324 Quality Enhancement Plan (QEP) Applied Critical Thinking for Lifelong Learning and Adaptability

More information

JEFFERSON COLLEGE COURSE SYLLABUS MTH 128 INTERMEDIATE ALGEBRA. 3 Credit Hours. Prepared by: Beverly Meyers September 20 12

JEFFERSON COLLEGE COURSE SYLLABUS MTH 128 INTERMEDIATE ALGEBRA. 3 Credit Hours. Prepared by: Beverly Meyers September 20 12 JEFFERSON COLLEGE COURSE SYLLABUS MTH 128 INTERMEDIATE ALGEBRA 3 Credit Hours Prepared by: Beverly Meyers September 20 12 Revised by: Skyler Ross April2016 Ms. Shirley Davenport, Dean, Arts & Science Education

More information

SAVE THIS SYLLABUS FOR REFERENCE DURING THE SEMESTER.

SAVE THIS SYLLABUS FOR REFERENCE DURING THE SEMESTER. SYLLABUS Course: General Chemistry I: CHEM-1030-001 (call #11403) Lecture: 8:30-9:55 AM Tue.-Thur.; Room 6006 Recitation: 1 hour per week: Thur.; 12:00-1:00 Room 3066 Laboratory: 3 hours per week: Thur.;

More information

Spring 2018 Exam 2 MARK BOX HAND IN PART NAME: PIN: INSTRUCTIONS

Spring 2018 Exam 2 MARK BOX HAND IN PART NAME: PIN: INSTRUCTIONS Spring 208 Exam 2 problem MARK BOX points HAND IN PART 0 0 4 2-5 56=4x4 6 0 7 0 NAME: PIN: % 00 INSTRUCTIONS This exam comes in two parts () HAND IN PART Hand in only this part (2) STATEMENT OF MULTIPLE

More information

Department of Mechanical Engineering MECH 221 (with MECH 224 & MATH 255) Engineering Science I

Department of Mechanical Engineering MECH 221 (with MECH 224 & MATH 255) Engineering Science I Department of Mechanical Engineering MECH 221 (with MECH 224 & MATH 255) Engineering Science I Calendar Description: Rigid body kinetics and kinematics, basic electrical circuits, work and power, stress

More information

MATH 345 Differential Equations

MATH 345 Differential Equations MATH 345 Differential Equations Spring 2018 Instructor: Time: Dr. Manuela Girotti; office: Weber 223C email: manuela.girotti@colostate.edu Mon-Tue-Wed-Fri 1:00pm-1:50pm Location: Engineering E 206 Office

More information

Pre-AP Chemistry Dr. Brighid Corcoran, Ph.D. Lake Dallas High School Classroom Policies and Procedures

Pre-AP Chemistry Dr. Brighid Corcoran, Ph.D. Lake Dallas High School Classroom Policies and Procedures Pre-AP Chemistry 2016-2017 Dr. Brighid Corcoran, Ph.D. Lake Dallas High School Classroom Policies and Procedures The following topics were covered with your child during class: Attendance/Make-Up Procedure

More information

Welcome to MAT 137! Course website:

Welcome to MAT 137! Course website: Welcome to MAT 137! Course website: http://uoft.me/ Read the course outline Office hours to be posted here Online forum: Piazza Precalculus review: http://uoft.me/precalc If you haven t gotten an email

More information

9 Exploring GalaxyZoo One

9 Exploring GalaxyZoo One ENGAGING IN ASTRONOMICAL INQUIRY 95 9 Exploring GalaxyZoo One Big Idea: The countless galaxies of stars spread throughout the universe have characteristics that can be observed and classified. Goal: Students

More information

Physics 9, Introductory Physics II Fall 2011

Physics 9, Introductory Physics II Fall 2011 Physics 9 page 1/6 Physics 9, Introductory Physics II Fall 2011 - Course Description - Instructor: Dr. Derrick Kiley Office: AOB 177; Office Phone 209 228-3077 E-mail Address: dkiley@ucmerced.edu. Course

More information

CMPT 310 Artificial Intelligence Survey. Simon Fraser University Summer Instructor: Oliver Schulte

CMPT 310 Artificial Intelligence Survey. Simon Fraser University Summer Instructor: Oliver Schulte CMPT 310 Artificial Intelligence Survey Simon Fraser University Summer 2017 Instructor: Oliver Schulte Assignment 3: Chapters 13, 14, 18, 20. Probabilistic Reasoning and Learning Instructions: The university

More information

Engineering Statics and Dynamics PHYS 170 University Studies Program. Course Outline

Engineering Statics and Dynamics PHYS 170 University Studies Program. Course Outline Engineering Statics and Dynamics PHYS 170 University Studies Program Course Outline COURSE IMPLEMENTATION DATE: 2012 OUTLINE EFFECTIVE DATE: January 2016 COURSE OUTLINE REVIEW DATE: September 2021 GENERAL

More information

Faculty of Engineering

Faculty of Engineering Faculty of Engineering CBE 3315A REACTION ENGINEERING Course Outline 2017-2018 Description Chemical kinetics as applied to the large-scale manufacture of chemicals. An introduction to the factors which

More information

ME 025 Mechanics of Materials

ME 025 Mechanics of Materials ME 025 Mechanics of Materials General Information: Term: 2019 Summer Session Instructor: Staff Language of Instruction: English Classroom: TBA Office Hours: TBA Class Sessions Per Week: 5 Total Weeks:

More information

Prerequisite: one year of high school chemistry and MATH 1314

Prerequisite: one year of high school chemistry and MATH 1314 Chemistry 1411 COURSE SYLLABUS CRN 70200, Fall 2015 Time: Tuesday & Thursday 12:00 PM~3:00 PM (08/24~12/13) Instructor: Dr. Sudha Rani (Available before/after the class by appointment) Phone: 716-560-5491

More information

WEST LOS ANGELES COLLEGE Introduction to General Chemistry CHEMISTRY 60 SYLLABUS; 5 units

WEST LOS ANGELES COLLEGE Introduction to General Chemistry CHEMISTRY 60 SYLLABUS; 5 units WEST LOS ANGELES COLLEGE Introduction to General Chemistry CHEMISTRY 60 SYLLABUS; 5 units SPRING 2014; Section 3492 Instructor Information Instructor E-mail Lecture Room MSA 005 Laboratory Session Room

More information

COS 341: Discrete Mathematics

COS 341: Discrete Mathematics COS 341: Discrete Mathematics Final Exam Fall 2006 Print your name General directions: This exam is due on Monday, January 22 at 4:30pm. Late exams will not be accepted. Exams must be submitted in hard

More information

GTECH 380/722 Analytical and Computer Cartography Hunter College, CUNY Department of Geography

GTECH 380/722 Analytical and Computer Cartography Hunter College, CUNY Department of Geography GTECH 380/722 Analytical and Computer Cartography Hunter College, CUNY Department of Geography Fall 2014 Mondays 5:35PM to 9:15PM Instructor: Doug Williamson, PhD Email: Douglas.Williamson@hunter.cuny.edu

More information