CE-300 Mathcad Tutorial

Size: px
Start display at page:

Download "CE-300 Mathcad Tutorial"

Transcription

1 CE-00 Mathcad Tutorial The purposes of this tutorial are: (1) to get you acquainted with the Mathcad procedures and synta you will use to solve typical problems in CE-00 and (2) to demonstrate how to set up a reusable Mathcad worksheet -- one that can be easily adapted for problems with different loads, dimensions, etc. To use the tutorial, simply read the instructional material (in blue tet) and, when prompted, type the red tet eactly as shown. The symbol >>> indicates the area where you should click and then enter tet. Purple tet in brackets is used to indicate the use of special keyboard keys, such as [Ctrl] for the Control key, [space] for the space bar, and [Enter] for the Enter key. Eample Problem concrete block has the dimensions shown below. Two ropes are attached to the hook at Point, and forces F 1 and F 2 are applied to the ropes as indicated. The density of concrete is γ = 150 pounds per cubic foot. (a) How much does the block weigh? (b) If F 1 =1100 lb and F 2 =1200 lb, what is the resultant of the two forces? (c) If the block is lifted and suspended from the two ropes, what are the magnitudes of the forces F 1 and F 2? In other words, what values of F 1 and F 2 are required for the two forces and the weight of the block to be in equilibrium? ssume that the directions of the two forces remain unchanged. y F F O 2 Define Variables: 2 16 To make your worksheet as general as possible, define a variable for each piece of information given in the problem statement, then assign each of these variables its appropriate value. First consider the length of the block, which we will call L b, given in the problem statement as 2". To define this variable, click your mouse in the space below to create an "insertion point" (a small red cross), then type L.b:2*in and hit [Enter]. Click and type here >>> L b := 2in

2 (1) When you type the period (.) Mathcad displays all subsequent characters as subscripts. (2) When you type the colon (:) Mathcad displays the assignment operator (:=). This operator is used to assign a value to a variable or to define a mathematical epression. () You can assign units to a number by multiplying (*) the number by the name of the unit (e.g., in, ft, lbf, N, sec). Use of units in Mathcad calculations is not required; however, this is one of the most powerful features of the program, so you'll want to use it whenever possible. See the Help topic "Overview of Units and Dimensions" for more information. Now define variables for the remaining given information by clicking in the space at right and typing the epressions highlighted in red: height of the block h.b:2*in >>> h b := 2in width of the block w.b:16*in >>> w b := 16in Force F 1 F.1:1100*lbf >>> F 1 := 1100lbf Force F 2 F.2:1200*lbf >>> F 2 := 1200lbf To define the density of concrete, you'll need to display the Greek Symbol palette. Click the αβ button on the toolbar above, or click the View menu, then select Toolbars, then Greek. With the Greek palette displayed, click the Gamma symbol (γ) and then complete the definition of the variable as follows: density of concrete γ:150*lbf/ft^ >>> γ := 150 lbf ft (1) In Mathcad, the abbreviation lbf refers to pounds-force. If you use the abbreviation lb, Mathcad interprets it as pounds-mass. Since we will never use pounds-mass in this course, always use lbf for units of force in the U.S. Customary System. (2) Use the carat (^) to indicate eponentiation. () Notice that our variables use mied units--the dimensions of the block are specified in inches, while the density of concrete is defined in terms of feet. Not a problem! Mathcad will take care of all the unit conversions for us automatically. This saves a lot of time and eliminates errors in unit conversions. () If you make a mistake and need to edit one of your epressions, consult the Help topic, "Editing an Epression." (a) Calculate the Weight of the Concrete Block The weight of the block is equal to the density of concrete multiplied by the three dimensions of the block. Let's define a new variable W b as the product of these four terms. gain, use the Greek Symbols palette for Gamma (γ), the density of concrete. weight of block W.b:γ*L.b*h.b*w.b >>> W b := γl b h b w b

3 Note that mathematical epressions are case-sensitive. Mathcad recognizes w b and W b as two different variables. t this point, our calculation is complete, but we don't yet know what the answer is. To evaluate the epression for the weight of the block, type the variable name followed by the equals sign (=), as follows: weight of block W.b= >>> W b = lbf Mathcad calculates the result as N. This is the correct answer, of course, but it is given in SI (metric) units, while we are using U.S. Customary units in this problem. To switch to the correct units, first click on the answer, W b = N to select it. You'll know this math region is selected when you see a black line surrounding it. Notice that, to the immediate right of the N, there is a small solid black rectangle. Click this rectangle, type lbf, and then hit [Enter]. Note that Mathcad automatically converts your answer from Newtons to pounds-force. The result should be lbf. Now let's create the tet heading for Part (b) of the eample problem. To create a heading for this section of your worksheet, click in the open space below to create an insertion point, then type "(b) Resultant Force Click and type here >>> (b) Resultant Force (1) Use of the double quotation mark at the start of this line of tet tells Mathcad that you are creating a tet region, rather than a math region. In some cases, you don't actually need to use the quotation mark. nytime you put a space in a line of tet, Mathcad automatically assumes it is a tet region. But use of the quotation mark is recommended to avoid confusion. Note that anytime you type a single word, without the quotation mark, Mathcad assumes that word is a variable and creates a math region, rather than a tet region. (2) You can change the size, font, and format of tet regions as you would in Microsoft Word. Just highlight the tet you want to change, and click the appropriate button(s) on the toolbar above. The appearance of the heading you just created should match the previous ones in this worksheet--so highlight the entire line of tet by clicking and dragging the mouse across it, then click the B button on the toolbar to make it bold and change the font to 12-point. () To move a tet region or a mathematical epression to a new location, first click the epression to select it. The selected region will be outlined with a solid black line. In this mode you can move the region by putting the mouse pointer over the outer boundary of the region and (once the mouse pointer changes to a hand) dragging it to the desired location. Try it with the tet region you just created above. () To move or delete several regions simultaneously, click a blank area of the worksheet, then drag your mouse over the regions you want to select. When this "multiple selection" technique is used, all of the selected regions will be outlined with a dotted black line. Now you can move them all by dragging the mouse, or delete them all by pressing the [Delete] key. To solve Part (b), we'll first need to resolve F 1 and F 2 into their - and y-components. To do this

4 accurately, it's a good idea to draw a picture of each force first. y y F 1 F 1y F 2y F 2 0 O F 1 These pictures were sketched in PowerPoint and then copy-pasted directly into the Mathcad worksheet. Once in the worksheet, they can be moved (by dragging the picture boundary) and re-sized (by dragging the small black rectangular "handles" on the lower and right-hand edges) as required. Now let's define the two components of each force. -component of F 1 F.1:/5[space]*F.1 >>> F 1 := 5 F 1 y-component of F 1 F.1y:/5[space]*F.1 >>> F 1y := 5 F 1 F 2 -component of F 2 F.2:F.2*cos(0*deg) >>> F 2 := F 2 cos0deg ( ) y-component of F 2 F.2y:F.2*sin(0*deg) >>> F 2y := F 2 sin0deg ( ) (1) Your might have noticed that, as you create any mathematical epression in Mathcad, two blue editing lines (one vertical and one horizontal) follow along as you type. These editing lines indicate which term or terms Mathcad will perform the net operation on. In the first two epressions above, hitting the spacebar epands the editing lines to cover not just the 5, but the entire fraction /5. s a result, when you type the multiplication symbol (*), the entire fraction is multiplied by F 1, not just the 5. Had you omitted the [space], the result would be: You could accomplish the same objective by using parentheses, but the space bar is much quicker and results in a cleaner looking equation. Note that, if necessary, you can hit the space bar multiple times to epand the editing lines to successively larger chunks of the epression. (2) When using trigonometric functions like sine and cosine, the angle must be placed inside parentheses, as you did above. If you do not specify degrees (deg) as the units, Mathcad will assume that the angle is in radians. Now determine the resultant force by adding together the - and y-components, applying the Pythagorean Theorem to calculate the magnitude of the resultant, and using the inverse tangent function (atan) to calculate the direction. We'll follow each variable epression with an evaluation of its value, so we can do a "reality check" on the intermediate calculations.

5 y F Ry F R α F R -component of F R (right is positive) F.R:-F.1+F.2 >>> F R := F 1 + F 2 evaluate F.R= >>> F R = 159.2lbf (In the answer above, don't forget to click on the black rectangle, type lbf, and hit [Enter] to convert Newtons to pounds-force. The result should be lbf. Note that F 1 is preceded by a negative sign, because it points to the left.) y-component of F R (up is positive) F.Ry:F.1y+F.2y >>> F.Ry= >>> F Ry := F 1y + F 2y F Ry = lbf 2 2 magnitude of resultant F.R:\F.R^2[space]+F.Ry^2 >>> F R := F R + F Ry F.R= >>> F R = lbf F Ry direction of resultant α:atan(f.ry/f.r) >>> α := atan F R α= >>> α = deg (1) In the epression for magnitude, note that the backslash (\) creates a square root sign. (2) Use the Greek Symbols palette to enter the angle alpha (α). () The final answer is given below. Highlight the answer by right-clicking the tet region, then select Properties from the pop-up menu. Click Highlight Region, and then choose the yellow color. F R =1270 lb 82.8 degrees thru (c) Calculate Magnitudes of the Forces F 1 and F 2 for Equilibrium To complete this requirement, we will use a Mathcad solve block to solve a system of equations simultaneously. solve block always consists of four major parts: (1) series of statements assigning "guess values" to all of the variables we will be solving for.

6 (2) Given statement, which marks the start of the solve block. () The actual equations to be solved. These equations must be written using a special equals sign, called the "Boolean Equal To" and created by typing [Ctrl]=. On the screen, this equals sign appears bolder than the standard equals sign that we used to evaluate the value of an epression. () The Find statement, which calculates the values of the variables. Guess Values: guess value for F 1 F.1:1*lbf >>> F 1 := 1lbf guess value for F 2 F.2:1*lbf >>> F 2 := 1lbf Given Statement: Equations: Sum of forces in the -direction Sum of forces in the y-direction Find Statement: Given >>> Given -F.1*/5+F.2*cos(0*deg)[Ctrl]=0 >>> F 1 5 F.1*/5+F.2*cos(0*deg)-W.b[Ctrl]=0 >>> F 1 5 nswers Find(F.1,F.2)= >>> Find F 1, F 2 + F 2 cos0deg ( ) = 0 + F 2 sin0deg ( ) W b = 0 ( ) = (1) Ideally, the "guess values" should be roughly equal to the values that we epect the final answers to be. In practice, as you can see above, it is almost always OK to simply assign each variable a "guess value" of 1, with the appropriate units. (2) In creating the special equals sign in the equations, be sure to hold down the [Ctrl] key as you type =. () fter typing the Find statement, be sure to change the units to pounds-force by clicking on the small black rectangle to the right of the answer, typing lbf, and hitting [Enter]. () Note that the variable W b, representing the weight of the block, did not have to be assigned a value in the solve block. Mathcad remembered its value of 100 lbf, which was calculated previously. In Mathcad, a variable retains its value for all subsequent calculations, unless it is eplicitly redefined with a new assignment statement. Final Results: lbf F 1 =118 lb thru F 2 =1218 lb 0 degrees thru

7 The basic Mathcad procedures, synta, and techniques demonstrated in this tutorial will allow you to successfully complete most of the computational requirements in CE-00. few advanced Mathcad applications will be demonstrated later in the course, in conjunction with their specific applications.

How many states. Record high temperature

How many states. Record high temperature Record high temperature How many states Class Midpoint Label 94.5 99.5 94.5-99.5 0 97 99.5 104.5 99.5-104.5 2 102 102 104.5 109.5 104.5-109.5 8 107 107 109.5 114.5 109.5-114.5 18 112 112 114.5 119.5 114.5-119.5

More information

Experiment: Oscillations of a Mass on a Spring

Experiment: Oscillations of a Mass on a Spring Physics NYC F17 Objective: Theory: Experiment: Oscillations of a Mass on a Spring A: to verify Hooke s law for a spring and measure its elasticity constant. B: to check the relationship between the period

More information

( a b) 4 (2) Powers If a is a non-zero real number, and p and q are integers then:- a p a q. ( a p ) q = a p q a p. a q. = a 1 2

( a b) 4 (2) Powers If a is a non-zero real number, and p and q are integers then:- a p a q. ( a p ) q = a p q a p. a q. = a 1 2 Powers If a is a non-zero real number, and p and q are integers then:-.. 3. 4. 5. 6. a p a q a q a ( p+ q) ( a p ) q a p q a p a ( p q) a p a a p q a p a q a p Note: denominator everywhere does not equal

More information

Fundamentals of Algebra, Geometry, and Trigonometry. (Self-Study Course)

Fundamentals of Algebra, Geometry, and Trigonometry. (Self-Study Course) Fundamentals of Algebra, Geometry, and Trigonometry (Self-Study Course) This training is offered eclusively through the Pennsylvania Department of Transportation, Business Leadership Office, Technical

More information

ISIS/Draw "Quick Start"

ISIS/Draw Quick Start ISIS/Draw "Quick Start" Click to print, or click Drawing Molecules * Basic Strategy 5.1 * Drawing Structures with Template tools and template pages 5.2 * Drawing bonds and chains 5.3 * Drawing atoms 5.4

More information

Chapter 9 Ingredients of Multivariable Change: Models, Graphs, Rates

Chapter 9 Ingredients of Multivariable Change: Models, Graphs, Rates Chapter 9 Ingredients of Multivariable Change: Models, Graphs, Rates 9.1 Multivariable Functions and Contour Graphs Although Excel can easily draw 3-dimensional surfaces, they are often difficult to mathematically

More information

Calculating Weight Using Volume

Calculating Weight Using Volume Another Way to Get the Answer Advanced Calculate the weight of a steel reinforcing bar (long cylinder) if length is 50 feet, the cross-sectional area is 0.785 in 2 (Bar diameter is 1 inch.) The density

More information

TIphysics.com. Physics. Pendulum Explorations ID: By Irina Lyublinskaya

TIphysics.com. Physics. Pendulum Explorations ID: By Irina Lyublinskaya Pendulum Explorations ID: 17 By Irina Lyublinskaya Time required 90 minutes Topic: Circular and Simple Harmonic Motion Explore what factors affect the period of pendulum oscillations. Measure the period

More information

Space Objects. Section. When you finish this section, you should understand the following:

Space Objects. Section. When you finish this section, you should understand the following: GOLDMC02_132283433X 8/24/06 2:21 PM Page 97 Section 2 Space Objects When you finish this section, you should understand the following: How to create a 2D Space Object and label it with a Space Tag. How

More information

AP Calculus BC Summer Assignment 2018

AP Calculus BC Summer Assignment 2018 AP Calculus BC Summer Assignment 018 Name: When you come back to school, I will epect you to have attempted every problem. These skills are all different tools that we will pull out of our toolbo at different

More information

Using Microsoft Excel

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

More information

How to Make or Plot a Graph or Chart in Excel

How to Make or Plot a Graph or Chart in Excel This is a complete video tutorial on How to Make or Plot a Graph or Chart in Excel. To make complex chart like Gantt Chart, you have know the basic principles of making a chart. Though I have used Excel

More information

DISCRETE RANDOM VARIABLES EXCEL LAB #3

DISCRETE RANDOM VARIABLES EXCEL LAB #3 DISCRETE RANDOM VARIABLES EXCEL LAB #3 ECON/BUSN 180: Quantitative Methods for Economics and Business Department of Economics and Business Lake Forest College Lake Forest, IL 60045 Copyright, 2011 Overview

More information

Learning Scientific Notebook

Learning Scientific Notebook Learning Scientific Notebook Reading and Writing in Scientific Notebook Viewing On-Screen: Zoom Factor, Invisibles Math and Text Producing the Math Symbols from Toolbars and from the Keyboard Using the

More information

Troy High School AP Calculus Summer Packet

Troy High School AP Calculus Summer Packet Troy High School AP Calculus Summer Packet As instructors of AP Calculus, we have etremely high epectations of students taking our courses. We epect a certain level of independence to be demonstrated by

More information

Math 75B Practice Midterm III Solutions Chapter 6 (Stewart) Multiple Choice. Circle the letter of the best answer.

Math 75B Practice Midterm III Solutions Chapter 6 (Stewart) Multiple Choice. Circle the letter of the best answer. Math 75B Practice Midterm III Solutions Chapter 6 Stewart) English system formulas: Metric system formulas: ft. = in. F = m a 58 ft. = mi. g = 9.8 m/s 6 oz. = lb. cm = m Weight of water: ω = 6.5 lb./ft.

More information

Lab 11 Simple Harmonic Motion A study of the kind of motion that results from the force applied to an object by a spring

Lab 11 Simple Harmonic Motion A study of the kind of motion that results from the force applied to an object by a spring Lab 11 Simple Harmonic Motion A study of the kind of motion that results from the force applied to an object by a spring Print Your Name Print Your Partners' Names Instructions April 20, 2016 Before lab,

More information

Physics 2A Chapter 1: Introduction and Mathematical Concepts

Physics 2A Chapter 1: Introduction and Mathematical Concepts Physics 2A Chapter 1: Introduction and Mathematical Concepts Anyone who has never made a mistake has never tried anything new. Albert Einstein Experience is the name that everyone gives to his mistakes.

More information

ScienceWord and PagePlayer Graphical representation. Dr Emile C. B. COMLAN Novoasoft Representative in Africa

ScienceWord and PagePlayer Graphical representation. Dr Emile C. B. COMLAN Novoasoft Representative in Africa ScienceWord and PagePlayer Graphical representation Dr Emile C. B. COMLAN Novoasoft Representative in Africa Emails: ecomlan@scienceoffice.com ecomlan@yahoo.com Web site: www.scienceoffice.com Graphical

More information

Feedback D. Incorrect! Exponential functions are continuous everywhere. Look for features like square roots or denominators that could be made 0.

Feedback D. Incorrect! Exponential functions are continuous everywhere. Look for features like square roots or denominators that could be made 0. Calculus Problem Solving Drill 07: Trigonometric Limits and Continuity No. of 0 Instruction: () Read the problem statement and answer choices carefully. () Do your work on a separate sheet of paper. (3)

More information

MAHAPATRA218FALL12 ( MPMAHAPATRA218FALL12 )

MAHAPATRA218FALL12 ( MPMAHAPATRA218FALL12 ) Logged in as Rupak Mahapatra, Instructor Help Log Out MAHAPATRA218FALL12 ( MPMAHAPATRA218FALL12 ) My Courses Course Settings Course Home Assignments Roster Gradebook Item Library University Physics with

More information

Module 2, Section 2 Solving Equations

Module 2, Section 2 Solving Equations Principles of Mathematics Section, Introduction 03 Introduction Module, Section Solving Equations In this section, you will learn to solve quadratic equations graphically, by factoring, and by applying

More information

Introduction to Computer Tools and Uncertainties

Introduction to Computer Tools and Uncertainties Experiment 1 Introduction to Computer Tools and Uncertainties 1.1 Objectives To become familiar with the computer programs and utilities that will be used throughout the semester. To become familiar with

More information

5 Transcendental Functions

5 Transcendental Functions 57 5 Transcendental Functions In the discussion before Problem on page 53, we pointed out that G(x) = R x af(t)dt is an antiderivative of f(x). Subsequently, we used that fact to compare G(x) with an antiderivative

More information

Algebra/Trigonometry Review Notes

Algebra/Trigonometry Review Notes Algebra/Trigonometry Review Notes MAC 41 Calculus for Life Sciences Instructor: Brooke Quinlan Hillsborough Community College ALGEBRA REVIEW FOR CALCULUS 1 TOPIC 1: POLYNOMIAL BASICS, POLYNOMIAL END BEHAVIOR,

More information

Ingredients of Multivariable Change: Models, Graphs, Rates & 9.1 Cross-Sectional Models and Multivariable Functions

Ingredients of Multivariable Change: Models, Graphs, Rates & 9.1 Cross-Sectional Models and Multivariable Functions Chapter 9 Ingredients of Multivariable Change: Models, Graphs, Rates & 9.1 Cross-Sectional Models and Multivariable Functions For a multivariable function with two input variables described by data given

More information

ES205 Analysis and Design of Engineering Systems: Lab 1: An Introductory Tutorial: Getting Started with SIMULINK

ES205 Analysis and Design of Engineering Systems: Lab 1: An Introductory Tutorial: Getting Started with SIMULINK ES205 Analysis and Design of Engineering Systems: Lab 1: An Introductory Tutorial: Getting Started with SIMULINK What is SIMULINK? SIMULINK is a software package for modeling, simulating, and analyzing

More information

Lab #10 Atomic Radius Rubric o Missing 1 out of 4 o Missing 2 out of 4 o Missing 3 out of 4

Lab #10 Atomic Radius Rubric o Missing 1 out of 4 o Missing 2 out of 4 o Missing 3 out of 4 Name: Date: Chemistry ~ Ms. Hart Class: Anions or Cations 4.7 Relationships Among Elements Lab #10 Background Information The periodic table is a wonderful source of information about all of the elements

More information

Activity P11: Collision Impulse and Momentum (Force Sensor, Motion Sensor)

Activity P11: Collision Impulse and Momentum (Force Sensor, Motion Sensor) Name Class Date Activity P11: Collision Impulse and Momentum (Force Sensor, Motion Sensor) Concept DataStudio ScienceWorkshop (Mac) ScienceWorkshop (Win) Newton s Laws P11 Impulse.DS P14 Collision P14_COLL.SWS

More information

APPENDIX A INTRODUCTION TO MATHCAD

APPENDIX A INTRODUCTION TO MATHCAD APPENDIX A Mathcad is an all-purpose mathematical software that is designed to solve engineering problems. A major advantage of the program is that the equations appear in a format similar to that found

More information

Figure 2.1 The Inclined Plane

Figure 2.1 The Inclined Plane PHYS-101 LAB-02 One and Two Dimensional Motion 1. Objectives The objectives of this experiment are: to measure the acceleration due to gravity using one-dimensional motion, i.e. the motion of an object

More information

Name: Date: Period: Calculus Honors: 4-2 The Product Rule

Name: Date: Period: Calculus Honors: 4-2 The Product Rule Name: Date: Period: Calculus Honors: 4- The Product Rule Warm Up: 1. Factor and simplify. 9 10 0 5 5 10 5 5. Find ' f if f How did you go about finding the derivative? Let s Eplore how to differentiate

More information

Ingredients of Multivariable Change: Models, Graphs, Rates & 9.1 Cross-Sectional Models and Multivariable Functions

Ingredients of Multivariable Change: Models, Graphs, Rates & 9.1 Cross-Sectional Models and Multivariable Functions Chapter 9 Ingredients of Multivariable Change: Models, Graphs, Rates & 9.1 Cross-Sectional Models and Multivariable Functions For a multivariable function with two input variables described by data given

More information

General Physics Lab 1 Siena College

General Physics Lab 1 Siena College General Physics Lab 1 Siena College In 1686, Newton published the first quantitative description of the gravitational force between any two objects. He explained that the force of gravity is directly proportional

More information

Computing Horsepower (HP) Lesson 8

Computing Horsepower (HP) Lesson 8 Computing Horsepower (HP) Lesson 8 Remember: Pretty Please My Dear Aunt Sally (From left to right; Parentheses; Power; Multiply; Divide; Add, Subtract) Today, we re going to find how to compute the one

More information

POC via CHEMnetBASE for Identifying Unknowns

POC via CHEMnetBASE for Identifying Unknowns Table of Contents A red arrow is used to identify where buttons and functions are located in CHEMnetBASE. Figure Description Page Entering the Properties of Organic Compounds (POC) Database 1 CHEMnetBASE

More information

Applied Fluid Mechanics

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

More information

ACCUPLACER MATH 0310

ACCUPLACER MATH 0310 The University of Teas at El Paso Tutoring and Learning Center ACCUPLACER MATH 00 http://www.academics.utep.edu/tlc MATH 00 Page Linear Equations Linear Equations Eercises 5 Linear Equations Answer to

More information

AP Calculus AB Summer Assignment

AP Calculus AB Summer Assignment AP Calculus AB 07-08 Summer Assignment Welcome to AP Calculus AB! You are epected to complete the attached homework assignment during the summer. This is because of class time constraints and the amount

More information

Lab 4: Gauss Gun Conservation of Energy

Lab 4: Gauss Gun Conservation of Energy Lab 4: Gauss Gun Conservation of Energy Before coming to Lab Read the lab handout Complete the pre-lab assignment and hand in at the beginning of your lab section. The pre-lab is written into this weeks

More information

Roberto s Notes on Differential Calculus Chapter 4: Basic differentiation rules Section 4. The chain rule

Roberto s Notes on Differential Calculus Chapter 4: Basic differentiation rules Section 4. The chain rule Roberto s Notes on Differential Calculus Chapter 4: Basic differentiation rules Section 4 The chain rule What you need to know already: The concept and definition of derivative, basic differentiation rules.

More information

2.5 Absolute Value Equations and Inequalities

2.5 Absolute Value Equations and Inequalities 5 Absolute Value Equations Inequalities We begin this section by recalling the following definition Definition: Absolute Value The absolute value of a number is the distance that the number is from zero

More information

PHY221 Lab 2 - Experiencing Acceleration: Motion with constant acceleration; Logger Pro fits to displacement-time graphs

PHY221 Lab 2 - Experiencing Acceleration: Motion with constant acceleration; Logger Pro fits to displacement-time graphs Page 1 PHY221 Lab 2 - Experiencing Acceleration: Motion with constant acceleration; Logger Pro fits to displacement-time graphs Print Your Name Print Your Partners' Names You will return this handout to

More information

POC via CHEMnetBASE for Identifying Unknowns

POC via CHEMnetBASE for Identifying Unknowns Table of Contents A red arrow was used to identify where buttons and functions are located in CHEMnetBASE. Figure Description Page Entering the Properties of Organic Compounds (POC) Database 1 Swain Home

More information

AP Calculus AB Summer Assignment

AP Calculus AB Summer Assignment AP Calculus AB Summer Assignment Name: When you come back to school, you will be epected to have attempted every problem. These skills are all different tools that you will pull out of your toolbo this

More information

Video Analysis Inertial and non-inertial reference frames

Video Analysis Inertial and non-inertial reference frames Video Analysis Inertial and non-inertial reference frames Apparatus Tracker software (free; download from http://www.cabrillo.edu/ dbrown/tracker/) video: two-carts.mov from http://physics.highpoint.edu/

More information

Physics Spring 2006 Experiment 4. Centripetal Force. For a mass M in uniform circular motion with tangential speed v at radius R, the required

Physics Spring 2006 Experiment 4. Centripetal Force. For a mass M in uniform circular motion with tangential speed v at radius R, the required Centripetal Force I. Introduction. In this experiment you will study the centripetal force required for a mass in uniform circular motion. You will determine the centripetal forces required for different

More information

Vectors. For physics and calculus students. Prepared by Larry Friesen and Anne Gillis

Vectors. For physics and calculus students. Prepared by Larry Friesen and Anne Gillis Vectors For physics and calculus students Prepared by Larry Friesen and Anne Gillis Butler Community College http://www.butlercc.edu Vectors This project is a direct result of math/physics instructional

More information

Appendix 2: Linear Algebra

Appendix 2: Linear Algebra Appendix 2: Linear Algebra This appendix provides a brief overview of operations using linear algebra, and how they are implemented in Mathcad. This overview should provide readers with the ability to

More information

Trigonometry; Time to try it!

Trigonometry; Time to try it! Trigonometry; Time to try it! Introduction Now that you have successfully completed College Algebra, it is time to move on to Trigonometry. Is this the part when you say Ugh? No, you can do it! You have

More information

LAB 2 - ONE DIMENSIONAL MOTION

LAB 2 - ONE DIMENSIONAL MOTION Name Date Partners L02-1 LAB 2 - ONE DIMENSIONAL MOTION OBJECTIVES Slow and steady wins the race. Aesop s fable: The Hare and the Tortoise To learn how to use a motion detector and gain more familiarity

More information

Math 119 Main Points of Discussion

Math 119 Main Points of Discussion Math 119 Main Points of Discussion 1. Solving equations: When you have an equation like y = 3 + 5, you should see a relationship between two variables, and y. The graph of y = 3 + 5 is the picture of this

More information

A BRIEF REVIEW OF ALGEBRA AND TRIGONOMETRY

A BRIEF REVIEW OF ALGEBRA AND TRIGONOMETRY A BRIEF REVIEW OF ALGEBRA AND TRIGONOMETR Some Key Concepts:. The slope and the equation of a straight line. Functions and functional notation. The average rate of change of a function and the DIFFERENCE-

More information

Experiment 1: The Same or Not The Same?

Experiment 1: The Same or Not The Same? Experiment 1: The Same or Not The Same? Learning Goals After you finish this lab, you will be able to: 1. Use Logger Pro to collect data and calculate statistics (mean and standard deviation). 2. Explain

More information

MATH 175: Final Exam Review for Pre-calculus

MATH 175: Final Exam Review for Pre-calculus MATH 75: Final Eam Review for Pre-calculus In order to prepare for the final eam, you need to be able to work problems involving the following topics:. Can you find and simplify the composition of two

More information

Vector components and motion

Vector components and motion Vector components and motion Objectives Distinguish between vectors and scalars and give examples of each. Use vector diagrams to interpret the relationships among vector quantities such as force and acceleration.

More information

Equations and Inequalities

Equations and Inequalities Equations and Inequalities Figure 1 CHAPTER OUTLINE.1 The Rectangular Coordinate Systems and Graphs. Linear Equations in One Variable.3 Models and Applications. Comple Numbers.5 Quadratic Equations.6 Other

More information

MATH 175: Final Exam Review for Pre-calculus

MATH 175: Final Exam Review for Pre-calculus MATH 75: Final Eam Review for Pre-calculus In order to prepare for the final eam, you need too be able to work problems involving the following topics:. Can you graph rational functions by hand after algebraically

More information

Stochastic Modelling

Stochastic Modelling Stochastic Modelling Simulating Random Walks and Markov Chains This lab sheets is available for downloading from www.staff.city.ac.uk/r.j.gerrard/courses/dam/, as is the spreadsheet mentioned in section

More information

6.5 Trigonometric Equations

6.5 Trigonometric Equations 6. Trigonometric Equations In this section, we discuss conditional trigonometric equations, that is, equations involving trigonometric functions that are satisfied only by some values of the variable (or

More information

AP Calculus AB Summer Assignment

AP Calculus AB Summer Assignment AP Calculus AB Summer Assignment Name: When you come back to school, it is my epectation that you will have this packet completed. You will be way behind at the beginning of the year if you haven t attempted

More information

Lab Partner(s) TA Initials (on completion) EXPERIMENT 7: ANGULAR KINEMATICS AND TORQUE

Lab Partner(s) TA Initials (on completion) EXPERIMENT 7: ANGULAR KINEMATICS AND TORQUE TA name Lab section Date TA Initials (on completion) Name UW Student ID # Lab Partner(s) EXPERIMENT 7: ANGULAR KINEMATICS AND TORQUE 117 Textbook Reference: Walker, Chapter 10-1,2, Chapter 11-1,3 SYNOPSIS

More information

Part 1: Using Vectors to Approximate the Neutral Current in a Three Phase Power System

Part 1: Using Vectors to Approximate the Neutral Current in a Three Phase Power System Part 1: Using Vectors to Approximate the Neutral Current in a Three Phase Power System for three phase 60 hertz systems with unity power factor and resistive loads by Gerald Newton November 3, 1999 The

More information

Simple Harmonic Motion

Simple Harmonic Motion Physics Topics Simple Harmonic Motion If necessary, review the following topics and relevant textbook sections from Serway / Jewett Physics for Scientists and Engineers, 9th Ed. Hooke s Law (Serway, Sec.

More information

WEATHER AND CLIMATE COMPLETING THE WEATHER OBSERVATION PROJECT CAMERON DOUGLAS CRAIG

WEATHER AND CLIMATE COMPLETING THE WEATHER OBSERVATION PROJECT CAMERON DOUGLAS CRAIG WEATHER AND CLIMATE COMPLETING THE WEATHER OBSERVATION PROJECT CAMERON DOUGLAS CRAIG Introduction The Weather Observation Project is an important component of this course that gets you to look at real

More information

Remember that C is a constant and ë and n are variables. This equation now fits the template of a straight line:

Remember that C is a constant and ë and n are variables. This equation now fits the template of a straight line: CONVERTING NON-LINEAR GRAPHS INTO LINEAR GRAPHS Linear graphs have several important attributes. First, it is easy to recognize a graph that is linear. It is much more difficult to identify if a curved

More information

MEASUREMENT OF THE CHARGE TO MASS RATIO (e/m e ) OF AN ELECTRON

MEASUREMENT OF THE CHARGE TO MASS RATIO (e/m e ) OF AN ELECTRON MEASUREMENT OF THE CHARGE TO MASS RATIO (e/m e ) OF AN ELECTRON Object This experiment will allow you to observe and understand the motion of a charged particle in a magnetic field and to measure the ratio

More information

LAB Exercise #4 - Answers The Traction Vector and Stress Tensor. Introduction. Format of lab. Preparation reading

LAB Exercise #4 - Answers The Traction Vector and Stress Tensor. Introduction. Format of lab. Preparation reading LAB Exercise #4 - Answers The Traction Vector and Stress Tensor Due: Thursday, 26 February 2009 (Special Thanks to D.D. Pollard who pioneered this exercise in 1991) Introduction Stress concentrations in

More information

18-Dec-12 PHYS Simple Pendulum. To investigate the fundamental physical properties of a simple pendulum.

18-Dec-12 PHYS Simple Pendulum. To investigate the fundamental physical properties of a simple pendulum. Objective Simple Pendulum To investigate the fundamental physical properties of a simple pendulum. Equipment Needed Simple Pendulum Apparatus with Meter Scale and Protractor Bobs 4 (Aluminum, Brass, Lead,

More information

Application Note. U. Heat of Formation of Ethyl Alcohol and Dimethyl Ether. Introduction

Application Note. U. Heat of Formation of Ethyl Alcohol and Dimethyl Ether. Introduction Application Note U. Introduction The molecular builder (Molecular Builder) is part of the MEDEA standard suite of building tools. This tutorial provides an overview of the Molecular Builder s basic functionality.

More information

through any three given points if and only if these points are not collinear.

through any three given points if and only if these points are not collinear. Discover Parabola Time required 45 minutes Teaching Goals: 1. Students verify that a unique parabola with the equation y = ax + bx+ c, a 0, exists through any three given points if and only if these points

More information

Math 2 Trigonometry. People often use the acronym SOHCAHTOA to help remember which is which. In the triangle below: = 15

Math 2 Trigonometry. People often use the acronym SOHCAHTOA to help remember which is which. In the triangle below: = 15 Math 2 Trigonometry 1 RATIOS OF SIDES OF A RIGHT TRIANGLE Trigonometry is all about the relationships of sides of right triangles. In order to organize these relationships, each side is named in relation

More information

NCSS Statistical Software. Harmonic Regression. This section provides the technical details of the model that is fit by this procedure.

NCSS Statistical Software. Harmonic Regression. This section provides the technical details of the model that is fit by this procedure. Chapter 460 Introduction This program calculates the harmonic regression of a time series. That is, it fits designated harmonics (sinusoidal terms of different wavelengths) using our nonlinear regression

More information

Contour Line Overlays in Google Earth

Contour Line Overlays in Google Earth Overview: Students download a section of a topographic map of their community from the ATEP website. This file will overlay the Google Earth satellite imagery. Students use the path tool to trace a contour

More information

Chem 1 Kinetics. Objectives. Concepts

Chem 1 Kinetics. Objectives. Concepts Chem 1 Kinetics Objectives 1. Learn some basic ideas in chemical kinetics. 2. Understand how the computer visualizations can be used to benefit the learning process. 3. Understand how the computer models

More information

TIphysics.com. Physics. Friction: Your Friend or Your Enemy? ID: By Irina Lyublinskaya

TIphysics.com. Physics. Friction: Your Friend or Your Enemy? ID: By Irina Lyublinskaya Friction: Your Friend or Your Enemy? ID: 11121 By Irina Lyublinskaya Time required 45 minutes Topic: Force and Motion Construct and interpret a free-body diagram. Measure or calculate the frictional force

More information

Boyle s Law and Charles Law Activity

Boyle s Law and Charles Law Activity Boyle s Law and Charles Law Activity Introduction: This simulation helps you to help you fully understand 2 Gas Laws: Boyle s Law and Charles Law. These laws are very simple to understand, but are also

More information

AP Calculus AB SUMMER ASSIGNMENT. Dear future Calculus AB student

AP Calculus AB SUMMER ASSIGNMENT. Dear future Calculus AB student AP Calculus AB SUMMER ASSIGNMENT Dear future Calculus AB student We are ecited to work with you net year in Calculus AB. In order to help you be prepared for this class, please complete the summer assignment.

More information

FORCE TABLE INTRODUCTION

FORCE TABLE INTRODUCTION FORCE TABLE INTRODUCTION All measurable quantities can be classified as either a scalar 1 or a vector 2. A scalar has only magnitude while a vector has both magnitude and direction. Examples of scalar

More information

Harmonic Motion. Mass on a Spring. Physics 231: General Physics I Lab 6 Mar. 11, Goals:

Harmonic Motion. Mass on a Spring. Physics 231: General Physics I Lab 6 Mar. 11, Goals: Physics 231: General Physics I Lab 6 Mar. 11, 2004 Names: Harmonic Motion Goals: 1. To learn about the basic characteristics of periodic motion period, frequency, and amplitude 2. To study what affects

More information

Calculating Bond Enthalpies of the Hydrides

Calculating Bond Enthalpies of the Hydrides Proposed Exercise for the General Chemistry Section of the Teaching with Cache Workbook: Calculating Bond Enthalpies of the Hydrides Contributed by James Foresman, Rachel Fogle, and Jeremy Beck, York College

More information

NMR Predictor. Introduction

NMR Predictor. Introduction NMR Predictor This manual gives a walk-through on how to use the NMR Predictor: Introduction NMR Predictor QuickHelp NMR Predictor Overview Chemical features GUI features Usage Menu system File menu Edit

More information

Lab 10: Ballistic Pendulum

Lab 10: Ballistic Pendulum Lab Section (circle): Day: Monday Tuesday Time: 8:00 9:30 1:10 2:40 Lab 10: Ballistic Pendulum Name: Partners: Pre-Lab You are required to finish this section before coming to the lab it will be checked

More information

Assignment 1: Molecular Mechanics (PART 1 25 points)

Assignment 1: Molecular Mechanics (PART 1 25 points) Chemistry 380.37 Fall 2015 Dr. Jean M. Standard August 19, 2015 Assignment 1: Molecular Mechanics (PART 1 25 points) In this assignment, you will perform some molecular mechanics calculations using the

More information

Maths A Level Summer Assignment & Transition Work

Maths A Level Summer Assignment & Transition Work Maths A Level Summer Assignment & Transition Work The summer assignment element should take no longer than hours to complete. Your summer assignment for each course must be submitted in the relevant first

More information

Department of Mathematical x 1 x 2 1

Department of Mathematical x 1 x 2 1 Contents Limits. Basic Factoring Eample....................................... One-Sided Limit........................................... 3.3 Squeeze Theorem.......................................... 4.4

More information

Solutions of Linear Equations

Solutions of Linear Equations Lesson 14 Part 1: Introduction Solutions of Linear Equations Develop Skills and Strategies CCSS 8.EE.C.7a You ve learned how to solve linear equations and how to check your solution. In this lesson, you

More information

West Essex Regional School District. AP Calculus AB. Summer Packet

West Essex Regional School District. AP Calculus AB. Summer Packet West Esse Regional School District AP Calculus AB Summer Packet 05-06 Calculus AB Calculus AB covers the equivalent of a one semester college calculus course. Our focus will be on differential and integral

More information

Summer Review Packet for Students Entering AP Calculus BC. Complex Fractions

Summer Review Packet for Students Entering AP Calculus BC. Complex Fractions Summer Review Packet for Students Entering AP Calculus BC Comple Fractions When simplifying comple fractions, multiply by a fraction equal to 1 which has a numerator and denominator composed of the common

More information

Electric Fields and Equipotentials

Electric Fields and Equipotentials OBJECTIVE Electric Fields and Equipotentials To study and describe the two-dimensional electric field. To map the location of the equipotential surfaces around charged electrodes. To study the relationship

More information

C. Finding roots of trinomials: 1st Example: x 2 5x = 14 x 2 5x 14 = 0 (x 7)(x + 2) = 0 Answer: x = 7 or x = -2

C. Finding roots of trinomials: 1st Example: x 2 5x = 14 x 2 5x 14 = 0 (x 7)(x + 2) = 0 Answer: x = 7 or x = -2 AP Calculus Students: Welcome to AP Calculus. Class begins in approimately - months. In this packet, you will find numerous topics that were covered in your Algebra and Pre-Calculus courses. These are

More information

AP Physics 1 Mr. Perkins June 2014 SUMMER WORK FOR AP PHYSICS 1 STUDENTS

AP Physics 1 Mr. Perkins June 2014 SUMMER WORK FOR AP PHYSICS 1 STUDENTS AP Physics 1 Mr. Perkins June 2014 SUMMER WORK FOR 2014-2015 AP PHYSICS 1 STUDENTS 1. Read Chapter 1 of Textbook (Giancoli pp.1-17). Make a list of questions about any topics you would like clarified on

More information

Solving Equations. Lesson Fifteen. Aims. Context. The aim of this lesson is to enable you to: solve linear equations

Solving Equations. Lesson Fifteen. Aims. Context. The aim of this lesson is to enable you to: solve linear equations Mathematics GCSE Module Four: Basic Algebra Lesson Fifteen Aims The aim of this lesson is to enable you to: solve linear equations solve linear equations from their graph solve simultaneous equations from

More information

CHEMDRAW ULTRA ITEC107 - Introduction to Computing for Pharmacy. ITEC107 - Introduction to Computing for Pharmacy 1

CHEMDRAW ULTRA ITEC107 - Introduction to Computing for Pharmacy. ITEC107 - Introduction to Computing for Pharmacy 1 CHEMDRAW ULTRA 12.0 ITEC107 - Introduction to Computing for Pharmacy 1 Objectives Basic drawing skills with ChemDraw Bonds, captions, hotkeys, chains, arrows Checking and cleaning up structures Chemical

More information

Basic methods to solve equations

Basic methods to solve equations Roberto s Notes on Prerequisites for Calculus Chapter 1: Algebra Section 1 Basic methods to solve equations What you need to know already: How to factor an algebraic epression. What you can learn here:

More information

Math 120 Handouts. Functions Worksheet I (will be provided in class) Point Slope Equation of the Line 5. Functions Worksheet III 17

Math 120 Handouts. Functions Worksheet I (will be provided in class) Point Slope Equation of the Line 5. Functions Worksheet III 17 Math 0 Handouts HW # (will be provided to class) Lines: Concepts from Previous Classes (emailed to the class) Parabola Plots # (will be provided in class) Functions Worksheet I (will be provided in class)

More information

BARUCH COLLEGE MATH 2207 FALL 2007 MANUAL FOR THE UNIFORM FINAL EXAMINATION. No calculator will be allowed on this part.

BARUCH COLLEGE MATH 2207 FALL 2007 MANUAL FOR THE UNIFORM FINAL EXAMINATION. No calculator will be allowed on this part. BARUCH COLLEGE MATH 07 FALL 007 MANUAL FOR THE UNIFORM FINAL EXAMINATION The final eamination for Math 07 will consist of two parts. Part I: Part II: This part will consist of 5 questions. No calculator

More information

LAB 5 INSTRUCTIONS LINEAR REGRESSION AND CORRELATION

LAB 5 INSTRUCTIONS LINEAR REGRESSION AND CORRELATION LAB 5 INSTRUCTIONS LINEAR REGRESSION AND CORRELATION In this lab you will learn how to use Excel to display the relationship between two quantitative variables, measure the strength and direction of the

More information

Comparing whole genomes

Comparing whole genomes BioNumerics Tutorial: Comparing whole genomes 1 Aim The Chromosome Comparison window in BioNumerics has been designed for large-scale comparison of sequences of unlimited length. In this tutorial you will

More information

Unit 4: Polynomial and Rational Functions

Unit 4: Polynomial and Rational Functions 50 Unit 4: Polynomial and Rational Functions Polynomial Functions A polynomial function y p() is a function of the form p( ) a a a... a a a n n n n n n 0 where an, an,..., a, a, a0 are real constants and

More information