Chabot College Fall Course Outline for Mathematics 25 COMPUTATIONAL METHODS FOR ENGINEERS AND SCIENTISTS

Size: px
Start display at page:

Download "Chabot College Fall Course Outline for Mathematics 25 COMPUTATIONAL METHODS FOR ENGINEERS AND SCIENTISTS"

Transcription

1 Chabot College Fall 2010 Course Outline for Mathematics 25 COMPUTATIONAL METHODS FOR ENGINEERS AND SCIENTISTS Catalog Description: MTH 25 - Computational Methods for Engineers and Scientists 3.00 units May be repeated 2 times Methodology and techniques for solving engineering/science problems using numerical-analysis computerapplication programs MATLAB and EXCEL. Technical computing and visualization using MATLAB software. Examples and applications from applied-mathematics, physical-mechanics, electrical circuits, biology, thermal systems, fluid systems, and other branches of science and engineering. Prerequisite: MTH 1 Strongly Recommended: CSCI 8 May not receive credit if Mathematics 25 or Physics 25 has been completed. Units Contact Hours Week Term 3.00 Lecture Laboratory Clinical Total Prerequisite Skills: Before entry into this course, the student should be able to: 1. use delta notation; 2. explain limits and continuity; 3. use Newton s method; 4. apply the definition of the derivative of a function; 5. define velocity and acceleration in terms of mathematics; 6. differentiate algebraic and trigonometric functions; 7. apply the chain rule; 8. find all maxima, minima and points of inflection on an interval; 9. sketch the graph of a differentiable function; 10. apply implicit differentiation to solve related rate problems; 11. apply the Mean Value Theorem; 12. find the value of a definite integral as the limit of a Riemann sum; 13. differentiate appropriate functions using the Fundamental Theorem of Integral Calculus; 14. integrate using the substitution method; 15. find the volume of a solid of revolution using the shell, disc, washer methods; 16. find the volume of a solid by slicing; 17. find the work done by a force; 18. find the hydrostatic force on a vertical plate; 19. find the center of mass of a plane region; 20. approximate a definite integral using Simpson s Rule and the Trapezoidal Rule. Expected Outcomes for Students: Upon completion of this course, the student should be able to:

2 1. analyze engineering/science word problems to formulate a mathematical model of the problem; 2. express in MATLAB notation: scalars, vectors, matrices; 3. perform, using MATLAB or EXCEL, mathematical operations on vectors, scalars, and matrices a. addition and subtraction; b. multiplication and addition; c. exponentiation; 4. compute, using MATLAB or EXCEL, the numerical-value of standard mathematical functions a. trigonometric functions; b. exponential functions; c. square-roots and absolute values; 5. create, store, and run MATLAB script files; 6. import data to MATLAB for subsequent analysis from data-sources a. data-acquisition-system data-files; b. spreadsheet files; 7. construct graphical plots for mathematical-functions in two or three dimensions; 8. formulate a fit to given data in terms of a mathematical curve, or model, based on linear, polynomial, power, or exponential functions a. assess the goodness-of-fit for the mathematical model using regression analysis; 9. apply MATLAB to find the numerical solution to systems of linear equations a. uniquely determined; b. underdetermined; c. overdetermined; 10. perform using MATLAB or EXCEL statistical analysis of experimental data to determine the mean, median, standard deviation, and other measures that characterize the nature of the data ; 11. compute, for empirical or functional data, numerical definite-integrals and discrete-point derivatives; 12. solve numerically, using MATLAB, linear, second order, constant-coefficient, nonhomogenous ordinary differential equations; 13. assess, symbolically, using MATLAB a. the solution to transcendental equations; b. derivatives, antiderivatives, and integrals; c. solutions to ordinary differential equations; 14. apply, using EXCEL, linear regression analysis to xy data-sets to determine for the best-fit line the: slope, intercept, and correlation-coefficient; 15. draw using MATLAB or EXCEL two-dimensional Cartesian (xy) line-plots with multiple data-sets (multiple lines); 16. draw using EXCEL qualitative-comparison charts such as Bar-Charts and Column-Charts in two or three dimensions; 17. perform, using MATLAB and EXCEL, mathematical-logic operations; 18. plan, conceptually, computer-solutions to engineering/science problems using psuedocode and/or flow-chart methods; 19. compose MATLAB script files that employ FOR and WHILE loops to solve engineering/science problems that require repetitive actions. Course Content: Course Content (Lecture): 1. Engineering problem solving A. construct Physical Model B. construct Mathematical Model C. solve using graphic-geometrical, analytical, or numerical methods 2. Using MATLAB A. user interface and working-environment B. writing MATLAB software-code using script or function files (.m files) C. MATLAB Mathematical functions, including logical operations D. graphical output 3. MATLAB linear algebra using arrays and matrices A. array and Matrix mathematical operations: addition/subtraction, multiplication/division exponentiation, transpose, inversion 4. MATLAB Files and Data Structures A. importing data from ASCII and spreadsheet files B. complex number formats, rectangular and polar 5. Programming with MATLAB

3 A. psuedocoding (written-english description of the intended program-function) B. basic flow charting C. conditional Branching using if/then/else techniques D. fixed-termination loops (FOR loops) E. dynamically-terminated conditional loops (WHILE loops) F. DeBugging MATLAB programs 6. MATLAB graphical-output and curve-fitting A. two dimensional Cartesian (XY) plots using multiple data-sets with proper scaling and labeling a. linear-linear b. log-linear (semilog) c. log-log B. data-set curve fitting with regression analysis a. linear b. polynomial/power function c. exponential function C. three dimensional plots: line, surface mesh, contour 7. solutions to systems of linear equations A. gaussian elimination B. matrix inversion decomposition C. cramer s method D. underdetermined systems and the minimum-norm solution E. overdetermined systems and the least-squares solution 8. MATLAB and EXCEL statistical analysis for empirical data A. calculate standard statistical metrics: mean, median, mode, standard deviation, minimum, maximum, range B. generate random numbers C. linear interpolation 9. MATLAB numerical integration and differentiation A. trapezoidal integration B. simpson s rule integration C. numerical differentiation a. forward difference b. backward difference c. central difference 10. MATLAB solutions for ordinary differential equations A. Runge-Kutta based ODE solvers a. stiff and nonstiff systems b. low, medium, and variable order solvers 11. MATLAB symbolic mathematics A. mathematical-expressions and algebra B. solve algebraic and transcendental equations C. ordinary and partial differentiation D. antiderivatives and definite integrals E. solve linear and nonlinear ordinary differential equations 12. EXCEL user-interface and working-environment 13. EXCEL mathematical functions including logical operations 14. EXCEL graphical output A. bar and column charts B. line and xy plots C. three dimensional surface plots 15. EXCEL statistical analysis, and curve fitting including linear regression Course Content (Laboratory): 16. Use MATLAB s interactive mode to compute numerical results for scalar, vector, matrix, can array operations 17. compose user-defined, special-purpose, MATLAB programs 18. plan computer-code ( m file) solutions to engineering/science problems using A. psueodcode B. diagrams and/or tables

4 C. flow-charts 19. design, in detail, computer-code solutions to engineering/science problems using run, test, and check the solutions 20. import into MATLAB and EXCEL data generated by data-acquisition systems to A. analyze the data statistically B. evaluate the data using visualization tools such as plots, charts, and tables 21. compose MATLAB script-files to solve engineering/science problems that employ A. logical variables B. relational operations C. FOR and/or WHILE loops D. user-defined MATLAB functions 22. Create from experimental or theoretical data visualization objects A. XY Cartesian plots: linear, semilog, and log-log B. XYZ three-dimensional plots C. Comparison charts: bar, column, pie, area, line, radar D. Histograms 23. Numerically Determine using MATLAB the maxima, minima, and zeros of single-variable functions 24. Use MATLAB to solve numerically and symbolically systems of linear equations 25. Use MATLAB to solve numerically and symbolically ordinary differential equations 26. Use MATLAB to perform numerically and symbolically mathematical differentiation and integration 27. Use MATLAB and EXCEL to analyze empirical data using linear regression analysis 28. Use MATLAB and EXCEL to analyze empirical data using higher-order regression analysis 29. Create MATLAB SIMULINK models for time-varying systems that employ feedback loops Methods of Presentation 1. Lecture/Discussion 2. Laboratory 3. Demonstration/Exercise 4. Reading from the text 5. Engineering/Science Problem Solving tutorials using this progression a. Use diagrams, charts, and tables to analyze the problem b. Formulation of a mathematical model for the problem c. Translate, conceptually, the math model for computer implementation using psuedocode or flow-charts d. Implement the solution using a MATLAB script-file e. Run and Check the MATLAB solution f. Output the solution in the form of a properly constructed table, chart, or graph Assignments and Methods of Evaluating Student Progress 1. Typical Assignments A. Read chapter-2 in the text on MATLAB s Array and Matrix handling functions B. Exercises from the text book, or those created by the instructor C. A set of three equations defines the mesh currents in shown in Text Figure 5.5. Write at MATLAB program to compute the mesh currents using the given resistor and voltagesource values D. 2) The Useful life of a machine bearing depends on its operating temperature as indicated by the following data: Obtain a functional description (curve fit) for this data. Plot the function and the data on the SAME plot. Also estimate bearing life for a 150 F operating temperature. E. Given that i =?-1, let y = -3 + ix. For x = 0, 1, 2 use MATLAB to numerically evaluate the following expressions. Hand check your answers. (a) y (b)?y (c) (-5-7i)y (d) y/(6-3i) F. Consider an Ordinary Differential Equation (ODE) and its analytical solution: Ordinary Differential Equation Solution Verify the solution using two methods (a) By hand take the analytical derivative of x(t) and substitute in to the ODE. (b) Solve the ODE symbolically using MATLAB s dsolve function G. Given a set of deflection vs. load data for a cantilever beam use EXCEL to plot the data and calculate the slope of the best straight line through the data. H. 6) A DIODE is an electronic component that essentially acts as check valve for electrical current; i.e., the diode allows current flow in one direction, but not the other. The electrical circuit symbol, and the theoretical equation relating the diode current to the electrical potential (or pressure) in applied across the diode: Circuit Symbol V-I Relation Where Va the Applied Electrical Potential in Volts (V) I the Diode Current in Amps Isat the Diode SATURATION Current, a PRACTICAL constant, in Amps q the ELECTRONIC CHARGE, a UNIVERSAL constant = 1.6 x10-19 Coulombs k BOLTZMANN S value, a UNIVERSAL

5 constant = x10-23 J/K n the Diode IDEALITY FACTOR, a PRACTICAL constant without units T the Thermodynamic Temperature in Kelvins (K) I. An instrument called a Digital MultiMeter, or DMM (which we will use in ENGR43) can be used to collect Va vs. I data. The CSV (Comma Separated Values) data file provided by the instructor contains Va? 0 data for a 1N4123 silicon diode. Use these data to create a SOME TYPE of Plot to reveal the values of the practical constants: Isat n Based on your analysis, comment on the quality/reliability of the values for Isat and n J. 7) The height, H, reached by a bubble rising through a liquid in time?r may be calculated using the double integral equation 1. Find the rise velocity, vr, from Using the instructorprovided values for the constants ro, CD, and g, determine for the specified rise time the value of H. K. Create a SimuLink model to plot the solution of the following equation for 0 < t < Methods of Evaluating Student Progress A. Exams/Tests B. Home Work Textbooks (Typical): 1. Smith, David M (2010). Engineering Computation with MATLAB (2nd/e). Addison-Wesley. 2. Palm, William (2005). Introduction To MATLAB 7 For Engineers McGraw-Hill. 3. Ogata, Katsuhiko (2008). MATLAB Prentice Hall. 4. Hanselman, Duane C. and Bruce L. Littlefield (2005). Mastering MATLAB 7 Prentice Hall. 5. Gilat, Amos (2008). MATLAB: An Introduction with Applications (3rd/e). John-Wiley. 6. Musto, Joseph, William E. Howard, and Richard R. Williams (2009). Engineering Computation: An Introduction Using MATLAB and Excel McGraw-Hill. Special Student Materials 1. Laboratory access to MATLAB and EXCEL Software 2. Software: MATLAB and Simulink student version with the Symbolic Math Toolbox 3. Software: Microsoft Office Student and Teacher Edition; includes EXCEL 4. USB Computer Storage Drive

MTH 173 Calculus with Analytic Geometry I and MTH 174 Calculus with Analytic Geometry II

MTH 173 Calculus with Analytic Geometry I and MTH 174 Calculus with Analytic Geometry II MTH 173 Calculus with Analytic Geometry I and MTH 174 Calculus with Analytic Geometry II Instructor: David H. Pleacher Home Phone: 869-4883 School Phone: 662-3471 Room: 212 E-Mail Address: Pleacher.David@wps.k12.va.us

More information

Curriculum Catalog

Curriculum Catalog 2017-2018 Curriculum Catalog - for use with AP courses 2017 Glynlyon, Inc. Table of Contents CALCULUS COURSE OVERVIEW... 1 UNIT 1: GRAPHS AND LIMITS... 1 UNIT 2: DERIVATIVES... 2 UNIT 3: RELATED RATES...

More information

AP Calculus AB Course Outline

AP Calculus AB Course Outline AP Calculus AB Course Outline Prerequisite: Satisfactory completion of: Geometry, Algebra II, and Pre-calculus Advanced Placement Calculus AB is designed as college-level Calculus I. Students are required

More information

MATLAB for Engineers

MATLAB for Engineers MATLAB for Engineers Adrian Biran Moshe Breiner ADDISON-WESLEY PUBLISHING COMPANY Wokingham, England Reading, Massachusetts Menlo Park, California New York Don Mills, Ontario Amsterdam Bonn Sydney Singapore

More information

Contents. UNIT 1 Descriptive Statistics 1. vii. Preface Summary of Goals for This Text

Contents. UNIT 1 Descriptive Statistics 1. vii. Preface Summary of Goals for This Text Preface Summary of Goals for This Text vii ix UNIT 1 Descriptive Statistics 1 CHAPTER 1 Basic Descriptive Statistics 3 1.1 Types of Biological Data 3 1.2 Summary Descriptive Statistics of DataSets 4 1.3

More information

Course ID May 2017 COURSE OUTLINE. Mathematics 130 Elementary & Intermediate Algebra for Statistics

Course ID May 2017 COURSE OUTLINE. Mathematics 130 Elementary & Intermediate Algebra for Statistics Non-Degree Applicable Glendale Community College Course ID 010238 May 2017 Catalog Statement COURSE OUTLINE Mathematics 130 Elementary & Intermediate Algebra for Statistics is a one-semester accelerated

More information

Region 16 Board of Education AP Calculus Curriculum 2008

Region 16 Board of Education AP Calculus Curriculum 2008 Region 16 Board of Education AP Calculus Curriculum 2008 Course Description This course develops students understanding of the concepts of calculus and provides experience with its methods and applications.

More information

Calculus Course Description and Philosophy

Calculus Course Description and Philosophy Calculus Course Description and Philosophy The Math 5 Course presented at the high school level is intended to serve those students who have successfully completed Math 4 (Pre-calculus). The general aim

More information

LAKELAND COMMUNITY COLLEGE COURSE OUTLINE FORM

LAKELAND COMMUNITY COLLEGE COURSE OUTLINE FORM LAKELAND COMMUNITY COLLEGE COURSE OUTLINE FORM ORIGINATION DATE: 8/2/99 APPROVAL DATE: 3/22/12 LAST MODIFICATION DATE: 3/28/12 EFFECTIVE TERM/YEAR: FALL/ 12 COURSE ID: COURSE TITLE: MATH2500 Calculus and

More information

WHITTIER UNION HIGH SCHOOL DISTRICT Whittier, California. July, 1984 COURSE OF STUDY COURSE DESCRIPTION

WHITTIER UNION HIGH SCHOOL DISTRICT Whittier, California. July, 1984 COURSE OF STUDY COURSE DESCRIPTION WHITTIER UNION HIGH SCHOOL DISTRICT Whittier, California July, 1984 COURSE OF STUDY Course Title: Department: MATH ANALYSIS - HONORS MATHEMATICS Grade Levels: 11-12 COURSE DESCRIPTION This semester is

More information

AP Calculus BC. Course Description:

AP Calculus BC. Course Description: AP Calculus BC Course Description: The two fundamental problems of Calculus include: 1) finding the slope of the tangent to a curve, determined by the derivative, and 2) finding the area of a region under

More information

*AP Calculus BC (#9550)

*AP Calculus BC (#9550) AASD MATHEMATICS CURRICULUM *AP Calculus BC (#9550) Description This course is an in-depth development and extension of the concepts of calculus that were introduced to the students in Introduction to

More information

WILEY. Differential Equations with MATLAB (Third Edition) Brian R. Hunt Ronald L. Lipsman John E. Osborn Jonathan M. Rosenberg

WILEY. Differential Equations with MATLAB (Third Edition) Brian R. Hunt Ronald L. Lipsman John E. Osborn Jonathan M. Rosenberg Differential Equations with MATLAB (Third Edition) Updated for MATLAB 2011b (7.13), Simulink 7.8, and Symbolic Math Toolbox 5.7 Brian R. Hunt Ronald L. Lipsman John E. Osborn Jonathan M. Rosenberg All

More information

Trinity Christian School Curriculum Guide

Trinity Christian School Curriculum Guide Course Title: Calculus Grade Taught: Twelfth Grade Credits: 1 credit Trinity Christian School Curriculum Guide A. Course Goals: 1. To provide students with a familiarity with the properties of linear,

More information

Columbus State Community College Mathematics Department. CREDITS: 5 CLASS HOURS PER WEEK: 5 PREREQUISITES: MATH 2173 with a C or higher

Columbus State Community College Mathematics Department. CREDITS: 5 CLASS HOURS PER WEEK: 5 PREREQUISITES: MATH 2173 with a C or higher Columbus State Community College Mathematics Department Course and Number: MATH 2174 - Linear Algebra and Differential Equations for Engineering CREDITS: 5 CLASS HOURS PER WEEK: 5 PREREQUISITES: MATH 2173

More information

Calculus I with Pre-Calculus. Algebra II or Pre-Calculus.

Calculus I with Pre-Calculus. Algebra II or Pre-Calculus. Course Title: Head of Department: Calculus I with Pre-Calculus. Bassam Raychouni (bassam@greenwood.sh.ae) Teacher(s) + e-mail: Bassam Raychouni (bassam@greenwood.sch.ae) Cycle/Division: High School Grade

More information

LAGUARDIA COMMUNITY COLLEGE CITY UNIVERSITY OF NEW YORK DEPARTMENT OF MATHEMATICS, ENGINEERING AND COMPUTER SCIENCE

LAGUARDIA COMMUNITY COLLEGE CITY UNIVERSITY OF NEW YORK DEPARTMENT OF MATHEMATICS, ENGINEERING AND COMPUTER SCIENCE LAGUARDIA COMMUNITY COLLEGE CITY UNIVERSITY OF NEW YORK DEPARTMENT OF MATHEMATICS, ENGINEERING AND COMPUTER SCIENCE MAT 201 - CALCULUS I PRE-REQUISITES: MAT 200 (PRECALCULUS) OR ITS EQUIVALENT BY WAIVER

More information

MEDFORD HIGH SCHOOL COURSE SYLLABUS. Advanced Placement Calculus AB

MEDFORD HIGH SCHOOL COURSE SYLLABUS. Advanced Placement Calculus AB MEDFORD HIGH SCHOOL COURSE SYLLABUS Department: Course Title: Mathematics Advanced Placement Calculus AB Level and/or Grade: AP; Grade 11/12 Prerequisite: B+ or better in Honors Pre-Calculus or teacher

More information

AP Calculus Overview

AP Calculus Overview AP Calculus Overview 2009-2010 Month Content Skills Assessment AUG.-SEPT. PreCalc Review - Reduce Rational Expressions - edhelper worksheet - Factor and solve Quadratic equations. - TM Algebra review Graph

More information

NUMERICAL METHODS. lor CHEMICAL ENGINEERS. Using Excel', VBA, and MATLAB* VICTOR J. LAW. CRC Press. Taylor & Francis Group

NUMERICAL METHODS. lor CHEMICAL ENGINEERS. Using Excel', VBA, and MATLAB* VICTOR J. LAW. CRC Press. Taylor & Francis Group NUMERICAL METHODS lor CHEMICAL ENGINEERS Using Excel', VBA, and MATLAB* VICTOR J. LAW CRC Press Taylor & Francis Group Boca Raton London New York CRC Press is an imprint of the Taylor & Francis Croup,

More information

Region 16 Board of Education. Precalculus Curriculum

Region 16 Board of Education. Precalculus Curriculum Region 16 Board of Education Precalculus Curriculum 2008 1 Course Description This course offers students an opportunity to explore a variety of concepts designed to prepare them to go on to study calculus.

More information

University of Texas-Austin - Integration of Computing

University of Texas-Austin - Integration of Computing University of Texas-Austin - Integration of Computing During 2001-2002 the Department of Chemical Engineering at UT-Austin revamped the computing thread in its curriculum in order to strengthen student

More information

CALCULUS SEVENTH EDITION. Indiana Academic Standards for Calculus. correlated to the CC2

CALCULUS SEVENTH EDITION. Indiana Academic Standards for Calculus. correlated to the CC2 CALCULUS SEVENTH EDITION correlated to the Indiana Academic Standards for Calculus CC2 6/2003 2002 Introduction to Calculus, 7 th Edition 2002 by Roland E. Larson, Robert P. Hostetler, Bruce H. Edwards

More information

General Calculus II. Course Text. Course Description. Course Objectives. Course Prerequisites. Important Terms

General Calculus II. Course Text. Course Description. Course Objectives. Course Prerequisites. Important Terms Course Text General Calculus II Students may select any one of these texts aligned to this course: Larson, R., Hostetler, R. P., and Edwards, B. Calculus Early Transcendental Functions, 3rd edition. Houghton

More information

Chabot College Fall Course Outline for Mathematics 47 MATHEMATICS FOR LIBERAL ARTS

Chabot College Fall Course Outline for Mathematics 47 MATHEMATICS FOR LIBERAL ARTS Chabot College Fall 2013 Course Outline for Mathematics 47 Catalog Description: MATHEMATICS FOR LIBERAL ARTS MTH 47 - Mathematics for Liberal Arts 3.00 units An introduction to a variety of mathematical

More information

COWLEY COLLEGE & Area Vocational Technical School

COWLEY COLLEGE & Area Vocational Technical School COWLEY COLLEGE & Area Vocational Technical School COURSE PROCEDURE FOR CALCULUS I MTH4435 5 Credit Hours Student Level: This course is open to students on the college level in the freshman and/or sophomore

More information

Prentice Hall Calculus: Graphical, Numerical, and Algebraic AP* Student Edition 2007

Prentice Hall Calculus: Graphical, Numerical, and Algebraic AP* Student Edition 2007 Prentice Hall Calculus: Graphical, Numerical, and Algebraic AP* Student Edition 2007 C O R R E L A T E D T O AP Calculus AB Standards I Functions, Graphs, and Limits Analysis of graphs. With the aid of

More information

AP Calculus BC Syllabus Course Overview

AP Calculus BC Syllabus Course Overview AP Calculus BC Syllabus Course Overview Textbook Anton, Bivens, and Davis. Calculus: Early Transcendentals, Combined version with Wiley PLUS. 9 th edition. Hoboken, NJ: John Wiley & Sons, Inc. 2009. Course

More information

Greenwich Public Schools Mathematics Curriculum Objectives. Calculus

Greenwich Public Schools Mathematics Curriculum Objectives. Calculus Mathematics Curriculum Objectives Calculus June 30, 2006 NUMERICAL AND PROPORTIONAL REASONING Quantitative relationships can be expressed numerically in multiple ways in order to make connections and simplify

More information

Excel for Scientists and Engineers Numerical Method s. E. Joseph Billo

Excel for Scientists and Engineers Numerical Method s. E. Joseph Billo Excel for Scientists and Engineers Numerical Method s E. Joseph Billo Detailed Table of Contents Preface Acknowledgments About the Author Chapter 1 Introducing Visual Basic for Applications 1 Chapter

More information

2007 ~ 2008 AP CALCULUS AB SYLLABUS

2007 ~ 2008 AP CALCULUS AB SYLLABUS 2007 ~ 2008 AP CALCULUS AB SYLLABUS Teacher: Mr. Leckie Room: 201 Course: AP Calculus AB Textbook: Calculus: Graphical, Numerical, Algebraic, 3 rd edition COURSE CONTENT: Calculus is the mathematics of

More information

MATHEMATICS (MATH) Calendar

MATHEMATICS (MATH) Calendar MATHEMATICS (MATH) This is a list of the Mathematics (MATH) courses available at KPU. For information about transfer of credit amongst institutions in B.C. and to see how individual courses transfer, go

More information

MATH Calculus of One Variable, Part I Spring 2019 Textbook: Calculus. Early Transcendentals. by Briggs, Cochran, Gillett, Schulz.

MATH Calculus of One Variable, Part I Spring 2019 Textbook: Calculus. Early Transcendentals. by Briggs, Cochran, Gillett, Schulz. MATH 1060 - Calculus of One Variable, Part I Spring 2019 Textbook: Calculus. Early Transcendentals. by Briggs, Cochran, Gillett, Schulz. 3 rd Edition Testable Skills Unit 3 Important Students should expect

More information

Curriculum Map: Mathematics

Curriculum Map: Mathematics Curriculum Map: Mathematics Course: Calculus Grade(s): 11/12 Unit 1: Prerequisites for Calculus This initial chapter, A Prerequisites for Calculus, is just that-a review chapter. This chapter will provide

More information

Varberg 8e-9e-ET Version Table of Contents Comparisons

Varberg 8e-9e-ET Version Table of Contents Comparisons Varberg 8e-9e-ET Version Table of Contents Comparisons 8th Edition 9th Edition Early Transcendentals 9 Ch Sec Title Ch Sec Title Ch Sec Title 1 PRELIMINARIES 0 PRELIMINARIES 0 PRELIMINARIES 1.1 The Real

More information

Academic Content Standard MATHEMATICS. MA 51 Advanced Placement Calculus BC

Academic Content Standard MATHEMATICS. MA 51 Advanced Placement Calculus BC Academic Content Standard MATHEMATICS MA 51 Advanced Placement Calculus BC Course #: MA 51 Grade Level: High School Course Name: Advanced Placement Calculus BC Level of Difficulty: High Prerequisites:

More information

AP Calculus BC: Syllabus 3

AP Calculus BC: Syllabus 3 AP Calculus BC: Syllabus 3 Scoring Components SC1 SC2 SC3 SC4 The course teaches Functions, Graphs, and Limits as delineated in the Calculus BC Topic The course teaches Derivatives as delineated The course

More information

COURSE OF STUDY MATHEMATICS

COURSE OF STUDY MATHEMATICS COURSE OF STUDY MATHEMATICS Name of Course: Honors PreCalculus Course Number: 341 Grade Level: 11 Length of Course: 180 Days Type of Offering: Academic Credit Value: 1 credit Prerequisite/s: Honors Geometry

More information

AP Calculus AB - Course Outline

AP Calculus AB - Course Outline By successfully completing this course, you will be able to: a. Work with functions represented in a variety of ways and understand the connections among these representations. b. Understand the meaning

More information

BC Calculus Syllabus. Assessment Students are assessed in the following ways:

BC Calculus Syllabus. Assessment Students are assessed in the following ways: BC Calculus Syllabus Assessment Students are assessed in the following ways: Unit tests Project Problem Sessions Weekly assignments done outside of class that consist of problems from released Quizzes

More information

COURSE OUTLINE CHAFFEY COLLEGE

COURSE OUTLINE CHAFFEY COLLEGE COURSE OUTLINE CHAFFEY COLLEGE Discipline: Mathematics 1. COURSE IDENTIFICATION: MATH 425 2. COURSE TITLE: Intermediate Algebra 3. UNITS: 4 Lecture Hours: Normal: 72 Range: 64-76 4. GRADING: Letter Grade

More information

AP Calculus B C Syllabus

AP Calculus B C Syllabus AP Calculus B C Syllabus Course Textbook Finney, Ross L., et al. Calculus: Graphical, Numerical, Algebraic. Boston: Addison Wesley, 1999. Additional Texts & Resources Best, George, Stephen Carter, and

More information

Unit 1 Algebra Boot Camp #1 (2 weeks, August/September)

Unit 1 Algebra Boot Camp #1 (2 weeks, August/September) Unit 1 Algebra Boot Camp #1 (2 weeks, August/September) Common Core State Standards Addressed: F.IF.4: For a function that models a relationship between two quantities, interpret key features of graphs

More information

Two years of high school algebra and ACT math score of at least 19; or DSPM0850 or equivalent math placement score.

Two years of high school algebra and ACT math score of at least 19; or DSPM0850 or equivalent math placement score. PELLISSIPPI STATE TECHNICAL COMMUNITY COLLEGE MASTER SYLLABUS INTERMEDIATE AND COLLEGE ALGEBRA DSPM0850 / MATH 1130 Class Hours: 3.0 Credit Hours: 6.0 Laboratory Hours: 0.0 Revised: Fall 05 Catalog Course

More information

Students will use appropriate models and quantitative methods to analyze data, explore relationships among variables, and find missing information.

Students will use appropriate models and quantitative methods to analyze data, explore relationships among variables, and find missing information. Master Syllabus and Course Content MATH 2261 Calculus I Georgia Highlands College Updated for Fall 2017 Course Description: Mathematics 2261: Calculus I 4-0-4. Prerequisite: MATH 1113 with a grade of C

More information

MA101 Preparatory Mathematics [Onsite]

MA101 Preparatory Mathematics [Onsite] MA101 [Onsite] Course Description: The purpose of this remediation guide is to assist students to acquire or review those precollege level math skills needed for success in concurrent and future course

More information

Modesto Junior College Course Outline of Record PHYS 142

Modesto Junior College Course Outline of Record PHYS 142 Modesto Junior College Course Outline of Record PHYS 142 I. OVERVIEW The following information will appear in the 2011-2012 catalog PHYS 142 Mechanics, Heat, & Waves 5 Units Formerly listed as: PHYS -

More information

Seymour Public Schools Curriculum

Seymour Public Schools Curriculum Algebra II continues the study of functions. Students learn operations with functions and graphing of different types of functions. Students solve equations and perform operations with exponents, matrices

More information

AP Calculus AB UNIT 1: PRECALCULUS REVIEW UNIT 2: BRIDGE TO CALCULUS LESSON 1: INTRO TO CALCULUS LESSON 2: FUNCTIONS

AP Calculus AB UNIT 1: PRECALCULUS REVIEW UNIT 2: BRIDGE TO CALCULUS LESSON 1: INTRO TO CALCULUS LESSON 2: FUNCTIONS Advanced Placement AP Calculus AB In AP* Calculus AB, students learn to understand change geometrically and visually (by studying graphs of curves), analytically (by studying and working with mathematical

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

TEXTBOOK: Calculus With Analytic Geometry by Roland Larson, Robert Hostetler, and Bruce Edwards; 6 th edition, 1998, Houghton ;Mifflin Company.

TEXTBOOK: Calculus With Analytic Geometry by Roland Larson, Robert Hostetler, and Bruce Edwards; 6 th edition, 1998, Houghton ;Mifflin Company. AP Calculus AB Syllabus. Kelli Gamez Warble 2009 Course Overiew COURSE FOCUS: the study of functions in a variety of representations (numerical, graphical, analytical, and verbal); the investigation of

More information

Grading System 50% Tests and Projects, 50% Homework and Class Participation

Grading System 50% Tests and Projects, 50% Homework and Class Participation AP Calculus (AB) Grades Recommended: 11, 12 Course Code: MA 590, Ma 591 Prerequisites: MA321, MA521 Length of course: one year Description The student will study all of the topics required for the Advanced

More information

COWLEY COLLEGE & Area Vocational Technical School

COWLEY COLLEGE & Area Vocational Technical School COWLEY COLLEGE & Area Vocational Technical School COURSE PROCEDURE FOR COLLEGE ALGEBRA WITH REVIEW MTH 4421 5 Credit Hours Student Level: This course is open to students on the college level in the freshman

More information

Syllabus for AP Calculus AB Spring 2015

Syllabus for AP Calculus AB Spring 2015 Syllabus for AP Calculus AB Spring 2015 Mr. Hadley michael.hadley@cobbk12.org Approach: I use a multirepresentational approach, The Rule of Five, to teach the concepts of calculus. I present topics graphically,

More information

UNIVERSITY OF NORTH ALABAMA MA 110 FINITE MATHEMATICS

UNIVERSITY OF NORTH ALABAMA MA 110 FINITE MATHEMATICS MA 110 FINITE MATHEMATICS Course Description. This course is intended to give an overview of topics in finite mathematics together with their applications and is taken primarily by students who are not

More information

AP Calculus AB Syllabus

AP Calculus AB Syllabus AP Calculus AB Syllabus Course Overview and Philosophy This course is designed to be the equivalent of a college-level course in single variable calculus. The primary textbook is Calculus of a Single Variable,

More information

MATHEMATICS AP Calculus (BC) Standard: Number, Number Sense and Operations

MATHEMATICS AP Calculus (BC) Standard: Number, Number Sense and Operations Standard: Number, Number Sense and Operations Computation and A. Develop an understanding of limits and continuity. 1. Recognize the types of nonexistence of limits and why they Estimation are nonexistent.

More information

AP Calculus BC Syllabus

AP Calculus BC Syllabus AP Calculus BC Syllabus Course Overview and Philosophy This course is designed to be the equivalent of a college-level course in single variable calculus. The primary textbook is Calculus, 7 th edition,

More information

Single Variable Calculus, Early Transcendentals

Single Variable Calculus, Early Transcendentals Single Variable Calculus, Early Transcendentals 978-1-63545-100-9 To learn more about all our offerings Visit Knewtonalta.com Source Author(s) (Text or Video) Title(s) Link (where applicable) OpenStax

More information

Mathematics Scope & Sequence Calculus AB

Mathematics Scope & Sequence Calculus AB Mathematics Scope & Sequence 2015-16 Calculus AB Revised: March 2015 First Six Weeks (29 ) Limits and Continuity Limits of (including onesided limits) An intuitive understanding of the limiting process

More information

AP Calculus BC Scope & Sequence

AP Calculus BC Scope & Sequence AP Calculus BC Scope & Sequence Grading Period Unit Title Learning Targets Throughout the School Year First Grading Period *Apply mathematics to problems in everyday life *Use a problem-solving model that

More information

Fairfield Public Schools

Fairfield Public Schools Mathematics Fairfield Public Schools AP Calculus BC AP Calculus BC BOE Approved 04/08/2014 1 AP CALCULUS BC Critical Areas of Focus Advanced Placement Calculus BC consists of a full year of college calculus.

More information

AP Calculus BC Syllabus

AP Calculus BC Syllabus AP Calculus BC Syllabus Course Overview AP Calculus BC is the study of the topics covered in college-level Calculus I and Calculus II. This course includes instruction and student assignments on all of

More information

Numerical Methods for Engineers. and Scientists. Applications using MATLAB. An Introduction with. Vish- Subramaniam. Third Edition. Amos Gilat.

Numerical Methods for Engineers. and Scientists. Applications using MATLAB. An Introduction with. Vish- Subramaniam. Third Edition. Amos Gilat. Numerical Methods for Engineers An Introduction with and Scientists Applications using MATLAB Third Edition Amos Gilat Vish- Subramaniam Department of Mechanical Engineering The Ohio State University Wiley

More information

AP Calculus AB Course Syllabus

AP Calculus AB Course Syllabus AP Calculus AB Course Syllabus Grant Community High School Mr. Rous Textbook Finney, Ross L., Franklin D. Demana, Bert K. Waits, and Daniel Kennedy. Calculus Graphical, Numerical, Algebraic, Fourth Addition,

More information

Curriculum and Pacing Guide Mr. White AP Calculus AB Revised May 2015

Curriculum and Pacing Guide Mr. White AP Calculus AB Revised May 2015 Curriculum and Pacing Guide Mr. White AP Calculus AB Revised May 2015 Students who successfully complete this course will receive one credit AP Calculus AB and will take the AP Calculus AB Exam. 1. The

More information

Middle school mathematics is a prerequisite for Algebra 1A. Before beginning this course, you should be able to do the following:

Middle school mathematics is a prerequisite for Algebra 1A. Before beginning this course, you should be able to do the following: Syllabus Algebra 1A Course Overview Algebra is a branch of mathematics that uses symbols in place of numbers to describe and generalize relationships. In Algebra 1A, you will explore relationships between

More information

AP Calculus Curriculum Guide Dunmore School District Dunmore, PA

AP Calculus Curriculum Guide Dunmore School District Dunmore, PA AP Calculus Dunmore School District Dunmore, PA AP Calculus Prerequisite: Successful completion of Trigonometry/Pre-Calculus Honors Advanced Placement Calculus is the highest level mathematics course offered

More information

HOSTOS COMMUNITY COLLEGE DEPARTMENT OF MATHEMATICS

HOSTOS COMMUNITY COLLEGE DEPARTMENT OF MATHEMATICS HOSTOS COMMUNITY COLLEGE DEPARTMENT OF MATHEMATICS MAT 020 ELEMENTARY ALGEBRA CREDIT HOURS: 0.0 EQUATED HOURS: 4.5 CLASS HOURS: 4.5 PREREQUISITE: REQUIRED TEXTS: MAT 010 or placement on ACCUPLACER Martin-Gay,

More information

CHINO VALLEY UNIFIED SCHOOL DISTRICT INSTRUCTIONAL GUIDE ADVANCED PLACEMENT CALCULUS AB

CHINO VALLEY UNIFIED SCHOOL DISTRICT INSTRUCTIONAL GUIDE ADVANCED PLACEMENT CALCULUS AB CHINO VALLEY UNIFIED SCHOOL DISTRICT INSTRUCTIONAL GUIDE ADVANCED PLACEMENT CALCULUS AB Course Number 5124 Department Mathematics Prerequisites Successful completion of Integrated Math 3 Honors (Honors

More information

Applied Linear Algebra in Geoscience Using MATLAB

Applied Linear Algebra in Geoscience Using MATLAB Applied Linear Algebra in Geoscience Using MATLAB Contents Getting Started Creating Arrays Mathematical Operations with Arrays Using Script Files and Managing Data Two-Dimensional Plots Programming in

More information

Signals and Systems with MATLAB Applications

Signals and Systems with MATLAB Applications Signals and Systems with MATLAB Applications Second Edition Steven T. Karris www.orchardpublications.com Signals and Systems with MATLAB Applications, Second Edition Copyright 2003. All rights reserved.

More information

Upon completion of the course, the student should be able to:

Upon completion of the course, the student should be able to: Syllabus MAT 106 Calculus I 5 Credit Hours (Lecture) Prerequisites: MAT 105 or Assessment Revision Date: 12/8/2017 Department: Mathematics Course Description: Calculus I is the first in a three-semester

More information

Calculus I Curriculum Guide Scranton School District Scranton, PA

Calculus I Curriculum Guide Scranton School District Scranton, PA Scranton School District Scranton, PA Prerequisites: Successful completion of Elementary Analysis or Honors Elementary Analysis is a high level mathematics course offered by the Scranton School District.

More information

Radnor High School Course Syllabus Advanced Placement Calculus BC 0460

Radnor High School Course Syllabus Advanced Placement Calculus BC 0460 Radnor High School Modified April 24, 2012 Course Syllabus Advanced Placement Calculus BC 0460 Credits: 1 Grades: 11, 12 Weighted: Yes Prerequisite: Recommended by Department Length: Year Format: Meets

More information

AP Calculus AB Syllabus

AP Calculus AB Syllabus Introduction AP Calculus AB Syllabus Our study of calculus, the mathematics of motion and change, is divided into two major branches differential and integral calculus. Differential calculus allows us

More information

COURSE: AP Calculus BC GRADE: 12 PA ACADEMIC STANDARDS FOR MATHEMATICS:

COURSE: AP Calculus BC GRADE: 12 PA ACADEMIC STANDARDS FOR MATHEMATICS: COURSE: AP Calculus BC GRADE: 12 UNIT 1: Functions and Graphs TIME FRAME: 7 Days PA ACADEMIC STANDARDS FOR MATHEMATICS: M11.A.1 M11.A.1.1 M11.A.1.1.1 M11.A.1.1.2 M11.A.1.1.3 M11.A.2 M11.A.2.1 M11.A.2.1.1

More information

Standards for AP Calculus AB

Standards for AP Calculus AB I. Functions, Graphs and Limits Standards for AP Calculus AB A. Analysis of graphs. With the aid of technology, graphs of functions are often easy to produce. The emphasis is on the interplay between the

More information

Notes about changes to Approved Syllabus # 43080v2

Notes about changes to Approved Syllabus # 43080v2 Notes about changes to Approved Syllabus # 43080v2 1. An update to the syllabus was necessary because of a county wide adoption of new textbooks for AP Calculus. 2. No changes were made to the Course Outline

More information

Modesto Junior College Course Outline of Record PHYS 101

Modesto Junior College Course Outline of Record PHYS 101 Modesto Junior College Course Outline of Record PHYS 101 I. OVERVIEW The following information will appear in the 2011-2012 catalog PHYS 101 General Physics: Mechanics 5 Units Prerequisite: Satisfactory

More information

Modesto Junior College Course Outline of Record MATH 20

Modesto Junior College Course Outline of Record MATH 20 Modesto Junior College Course Outline of Record MATH 20 I. OVERVIEW The following information will appear in the 2009-2010 catalog MATH 20 Pre-Algebra 5 Units Designed to help students prepare for algebra

More information

College Prep Algebra III Course #340. Course of Study. Findlay City School

College Prep Algebra III Course #340. Course of Study. Findlay City School College Prep Algebra III Course #340 Course of Study Findlay City School Algebra III Table of Contents 1. Findlay City Schools Mission Statement and Beliefs 2. Algebra III Curriculum Map 3. Algebra III

More information

Syllabus for AP Calculus BC Fall 2015

Syllabus for AP Calculus BC Fall 2015 Syllabus for AP Calculus BC Fall 2015 Mr. Hadley michael.hadley@cobbk12.org Approach: I use a multirepresentational approach, The Rule of Five, to teach the concepts of calculus. I present topics graphically,

More information

Student Learning Outcomes MATH 100: BEGINNING ALGEBRA

Student Learning Outcomes MATH 100: BEGINNING ALGEBRA Student Learning Outcomes MATH 100: BEGINNING ALGEBRA I. Real Numbers 1. Perform the basic operations on fractions, reduce, and convert to decimals and percents. 2. Define, classify, and graph real numbers.

More information

Introduction to Engineering Analysis - ENGR1100 Course Description and Syllabus Tuesday / Friday Sections. Spring '13.

Introduction to Engineering Analysis - ENGR1100 Course Description and Syllabus Tuesday / Friday Sections. Spring '13. Introduction to Engineering Analysis - ENGR1100 Course Description and Syllabus Tuesday / Friday Sections Spring 2013 Back exams, HW solutions, and other useful links can be found at the following website:

More information

Algebra 1A is a prerequisite course for Algebra 1B. Before beginning this course, you should be able to do the following:

Algebra 1A is a prerequisite course for Algebra 1B. Before beginning this course, you should be able to do the following: Syllabus Algebra 1B Course Overview Algebra is a branch of mathematics that uses symbols in place of numbers to describe and generalize relationships. You already have experience with expressions containing

More information

School District of Marshfield Course Syllabus

School District of Marshfield Course Syllabus School District of Marshfield Course Syllabus Course Name: AP Calculus AB Honors Length of Course: 1 Year Credit: 1 Program Goal(s): The School District of Marshfield Mathematics Program will prepare students

More information

MyMathLab for School Precalculus Graphical, Numerical, Algebraic Common Core Edition 2016

MyMathLab for School Precalculus Graphical, Numerical, Algebraic Common Core Edition 2016 A Correlation of MyMathLab for School Precalculus Common Core Edition 2016 to the Tennessee Mathematics Standards Approved July 30, 2010 Bid Category 13-090-10 , Standard 1 Mathematical Processes Course

More information

Burlington County Institute of Technology Curriculum Document

Burlington County Institute of Technology Curriculum Document Burlington County Institute of Technology Curriculum Document Course Title: Calculus Curriculum Area: Mathematics Credits: 5 Credits per course Board Approved: June 2017 Prepared by: Jessica Rista, John

More information

Department of Mathematics Faculty of Natural Science, Jamia Millia Islamia, New Delhi-25

Department of Mathematics Faculty of Natural Science, Jamia Millia Islamia, New Delhi-25 Department of Mathematics Faculty of Natural Science, Jamia Millia Islamia, New Delhi-25 Course Structure of U.G. under CBCS* (Only for those students who have not taken mathematics as a core or subsidiary

More information

Preface. Figures Figures appearing in the text were prepared using MATLAB R. For product information, please contact:

Preface. Figures Figures appearing in the text were prepared using MATLAB R. For product information, please contact: Linear algebra forms the basis for much of modern mathematics theoretical, applied, and computational. The purpose of this book is to provide a broad and solid foundation for the study of advanced mathematics.

More information

Algebra Topic Alignment

Algebra Topic Alignment Preliminary Topics Absolute Value 9N2 Compare, order and determine equivalent forms for rational and irrational numbers. Factoring Numbers 9N4 Demonstrate fluency in computations using real numbers. Fractions

More information

ESCONDIDO UNION HIGH SCHOOL DISTRICT COURSE OF STUDY OUTLINE AND INSTRUCTIONAL OBJECTIVES

ESCONDIDO UNION HIGH SCHOOL DISTRICT COURSE OF STUDY OUTLINE AND INSTRUCTIONAL OBJECTIVES ESCONDIDO UNION HIGH SCHOOL DISTRICT COURSE OF STUDY OUTLINE AND INSTRUCTIONAL OBJECTIVES COURSE TITLE: Algebra II A/B COURSE NUMBERS: (P) 7241 / 2381 (H) 3902 / 3903 (Basic) 0336 / 0337 (SE) 5685/5686

More information

Harbor Creek School District

Harbor Creek School District Unit 1 Days 1-9 Evaluate one-sided two-sided limits, given the graph of a function. Limits, Evaluate limits using tables calculators. Continuity Evaluate limits using direct substitution. Differentiability

More information

Unit 1: Pre-Calculus Review (2 weeks) A. Lines 1. Slope as rate of change 2. Parallel and perpendicular lines 3. Equations of lines

Unit 1: Pre-Calculus Review (2 weeks) A. Lines 1. Slope as rate of change 2. Parallel and perpendicular lines 3. Equations of lines Calculus AB Syllabus AB Course Outline The following is an outline of the topics we will cover and a typical sequence in which those topics will be covered. The time spent is only an estimate of the average

More information

AP Calculus AB. Course Overview. Course Outline and Pacing Guide

AP Calculus AB. Course Overview. Course Outline and Pacing Guide AP Calculus AB Course Overview AP Calculus AB is designed to follow the topic outline in the AP Calculus Course Description provided by the College Board. The primary objective of this course is to provide

More information

CLEP EXAMINATION: Precalculus

CLEP EXAMINATION: Precalculus CLEP EXAMINATION: Precalculus DESCRIPTION OF THE EXAMINATION: The Precalculus examination assesses student mastery of skills and concepts required for success in a first-semester calculus course. A large

More information

Calculus AP Edition, Briggs 2014

Calculus AP Edition, Briggs 2014 A Correlation of AP Edition, Briggs 2014 To the Florida Advanced Placement AB/BC Standards (#1202310 & #1202320) AP is a trademark registered and/or owned by the College Board, which was not involved in

More information

Maple in Calculus. by Harald Pleym. Maple Worksheets Supplementing. Edwards and Penney. CALCULUS 6th Edition Early Transcendentals - Matrix Version

Maple in Calculus. by Harald Pleym. Maple Worksheets Supplementing. Edwards and Penney. CALCULUS 6th Edition Early Transcendentals - Matrix Version Maple in Calculus by Harald Pleym Maple Worksheets Supplementing Preface Edwards and Penney CALCULUS 6th Edition Early Transcendentals - Matrix Version These worksheets provide a comprehensive Maple supplement

More information