Lab#1: INTRODUCTION TO DERIVE

Size: px
Start display at page:

Download "Lab#1: INTRODUCTION TO DERIVE"

Transcription

1 Math 111-Calculus I- Fall Dr. Yahdi Lab#1: INTRODUCTION TO DERIVE This is a tutorial to learn some commands of the Computer Algebra System DERIVE. Chapter 1 of the Online Calclab-book (see my webpage) contains more basic DERIVE commands, I recommend to read it for more details. You should do and redo (outside of class) all parts of this tutorial lab and have it with you for all the labs. Be aware of the COMMON MISTAKES and read carefully the section Saving your DERIVE work from the Algebra Window; As a Microsoft WORD-FILE. I want to remind you that you have to be a member of a Lab Group by next week for the Lab #2, so you have a week to do so. Obviously, most of the lab-work takes part outside of class, so it is no surprise that you cannot finish a lab in class. You must plan at least two long meetings with your lab partners in order to finish a lab and to get the lab-report done. Contents 1. Starting Derive 2 2. Entering a mathematical expression 2 3. Common Mistakes 2 4. Simplifying and Approximating 3 5. Factoring 3 6. Substituting 3 7. Solving Equations Algebraically 4 8. Solving Equations Numerically 4 9. Plotting a Graph from a formula Plotting a Graph from a table of values Declaring a function Make list and table of values from a function Limits using Derive Including text on the Algebra Window Including Annotations on the Plot Window Printing your Work Saving your DERIVE work from the Algebra Window Saving your DERIVE work from the Plot Window Other buttons Help 8 1

2 2 1- It can be done two different ways: 1. Starting Derive Look for the Derive for Windows icon : on the computer desktop and double click it. An Algebra window will appear. The other way is to go to START/Programs/DERIVE for Windows/ DERIVE for Windows. An Algebra window will appear. 2- The Algebra window is used to enter all expressions and to display the calculations. 3- For the GRAPHS, you will need to open a Plot window: click on the graph button and the plot window will appear. 4- To view the algebra and plot window together, choose Window/Tile Vertically from the menu. This will split the screen into 2 windows. 2. Entering a mathematical expression Examples: Follow the procedure below to type in all the t expressions in the Table below. Focus on the importance of the parentheses and use the list of symbols displayed on the entry form. 1- Select the Algebra Window (just click on). 2- Click the picture of a pencil button (called Author): the Author Expression window, also called Entry Form, will appear. Type the mathematical expression (from the table below), then press the Enter key or else click OK. DERIVE will place the corresponding output in the Algebra window. It will not perform the calculations yet! You enter (3+5)/2 You get / xˆ2 x 2 5ˆ2x 5 2 x 5ˆ(2x) 5 (2x) sin x sin x sin 3x sin (3)x sin(3x) sin (3x) You enter You get asin x asin(x) (means arcsin x) (5 xˆ2 - x)/(4xˆ3-7) 5x 2 x 4x 3 7 (4+x)ˆ(1/2) (4+x) or sqrt(4 + x) (4 + x) 1/2 4 + x ê (from the list) or [Ctrl]& e ê (for the exponential e) ê ˆ 5 ê 5 pi π (or choose it from the list) ln x LN(x) (means logarithm) abs(5+3x) 5 + 3x 3. Common Mistakes The standard order of operations is Exponentiation before Multiplication and Division, and then Addition and Substraction. To avoid mistakes, use parentheses to be sure that the operations are performed in the desired order. For example (3 + 5)/4 is not the same as 3 + 5/4.

3 Be sure to use round parentheses rather than square brackets [ ] or curly braces {}, which have other meanings in DERIVE. Be aware that the number e for the exponential function appears with a hat in DE- RIVE: ḙ. It can be accessed from the list on the entry form or by entering [Ctrl]+e. For DERIVE, e alone means just a variable like x Simplifying and Approximating Examples: Read the procedure below, then apply it to the two following examples ( )/6 and sin( π 4 ) 1- If the expression is not already in the Algebra Window, then you have to enter it like above by Authoring the expression on entry form and clicking on OK. 2- Highlight the expression from the Algebra Window, and click the = button (called simplify ). The = button is used to perform the operations or calculations of entered expressions 3- Derive uses exact calculation. To see a decimal approximation, you click the button. 4- The number of decimal places used can be changed to any number: choose Simlify/Approximate from the menu and enter the number of decimals. 5- An alternative method is to click Simplify instead of OK on the entry form. Try it for the same examples. But by doing this you will see the answer without the original expression which is not convenient if you want to keep track of the all operations! I recommend using the first method for your reports to keep track of your work and to avoid typing mistakes. 5. Factoring Example: Apply the procedure below to the expression x 4 9x 2 4x Choose Simlify/Factor from the menu, enter the expression and click Factor. 2- If you want to keep track of your work I recommend that you click on OK instead of Factor, then click on =. Try it for the same example above. 6. Substituting Example: To evaluate x 4 9x 2 4x + 12 for x = 2, x = 3 and x = 4, follow the steps below. 1- Author the expression. 2- Highlight it, click the SUB button and then fill in the substitution value, then click OK. 3- Finally, to perform the calculation click on = and on if needed.

4 4 7. Solving Equations Algebraically Examples: Apply the procedure below to each of the following examples x 2 x 2 = 0 and 5x = 3x Author the equation. 2- Highlight the equation and click the = the factorization. button (called Solve). Then click = to perform 3- An alternative method is to choose Solve/Algebraically from the menu. Try it! 8. Solving Equations Numerically Example: Follow the steps below to solve x 4 = e x 1- Derive cannot solve exactly this equation (try it). 2- But Derive can give an approximation of the solution using numerical techniques. 3- To do this, choose Solve/Numerically from the menu. 4- Fill in the equation. (If the equation is already in the Algebra Window, just Highlight it, then choose Solve/Numerically.) 5- You will be asked to choose an appropriate interval which you believe contains the desired solution, which is at the intersections of the two curves; (see next paragraph). You may need to repeat this to cover all possible intersections between the two curves. 6- Click OK, then = or if needed. 9. Plotting a Graph from a formula Examples: Graph each of the following function: f(x) = x 4, g(x) = e x and h(x) = sin x. 1- Author the expression x 4 (without the f(x)). 2- Then click the button. The plot window will be selected. Then click a second time the button (note that its position is different in the plot window menu!). 3- Do the same for the two other functions g(x) and h(x).

5 4- Take a look at the set of buttons on the plot window; you will see several buttons for zooming horizontally in, zooming horizontally out, zooming vertically out, etc..., use them to familiarize with. 10. Plotting a Graph from a table of values 5 Example: x y and/or x y Click the [...] button (picture of a matrix). 2- Select the number of rows and columns. 3- Fill in the values in the form and click OK. 4- Highlight the data and click the button twice (note that its position changes after the first click). 5- You will see a set of points that you can choose to connect them with line segments (if it is not already done) so that a graph will appear. You do this by choosing Options/Points from the menu of the plot window, and then check Yes, then click on button again. 6- Have a look at the Options from the menu, there are lots of other interesting features). 11. Declaring a function Example: Apply the procedure below to the functions: f(x) = x 4, g(x) = e x and h(x) = sin x. 1- This helps to enter a name of a function in DERIVE to avoid writing the expression of the function each time, to simplify the calculations and to improve the presentation of your work. 1- Choose Declare/Function from the menu. A Declare Function Definition dialogue box will appear. 2- Fill in the function name on Name and Arguments : for example f(x). 3- Fill in its expression on Definition : for example x DERIVE will then show F(x) := x 4 for example. 5- REMARK that the := sign is used to declare a function, and the = sign is used for an equation, please do not confuse them. You can also define a function by using := in

6 6 the Author dialogue box instead of the Declare Function Definition dialogue box; e.g., f(x):=x^4. 6- Whenever a function is Declared on DERIVE, substituting values of x can be done directly with the name of the function without using the formula of the function. For example, define F(x) := x 4, then Author f(2) and click =. Repeat it for f(5.5), etc Try it for the functions g(x) and h(x) above. 12. Make list and table of values from a function This is a good technique for studying patterns in data and limit using numerical techniques as you will see later in the semester. Example1: Suppose we want to have f(x) = x 2 for many values of x where x=1,2,3,4,5.(note that x follows a specific pattern!) 1- As a LIST of outputs only: Choose Calculus/Vector from the menu and fill in the form starting with the function. If f(x) := x 2 was previously Declared, enter f(x), otherwise you have to enter its expression x As a TABLE of inputs and outputs: The same as above with only one modification; replace f(x) (or x 2 ) with [x, f(x)] (or with [x, x 2 ]). It is important to note the square brackets!. You will get a table with the first column containing the x-values and the second column containing the f(x)-values. 3- Example2: Make a 2-columns table with values of x and f(x) = x 2 for x = 1, 0.8, 0.6, 0.4, 0.2, Examples 3: Make a 2-columns table with the values of x = 0.1, 0.01, 0.001, in the first columns and the corresponding values g(x) = sin x x in the second columns. Because the step size between the values of x is not the same, the previous method is not adequate. One good method in this case is: Declare the function g(x) := sin x x. Click the [...] button (picture of a matrix), select the number of rows (4) and columns (2). Fill in the values of x in the first column and the corresponding values g(x) in the second column, i.e. g(0.1), g(0.01), g(0.001), g(0.0001). Click OK, then click = and click if needed.

7 7 Click the lim button and fill in the form. 13. Limits using Derive Example: Consider the functions f(x) = sin x x and lim g(x). x 0 and g(x) = 1 x. Calculate lim f(x), x 0 lim g(x) x 0 + Notation: 0 means at the left of 0, and 0 + means at the right of Including text on the Algebra Window To type a text on the Derive Algebra Window, you click on the picture of a pencil button and you should start typing your sentence with quotation mark. Example: Type This is the first lab with and without the quotation marks to see the difference. 15. Including Annotations on the Plot Window Do the following to type a text or expression on the Plot window, for example the names or the expressions of the functions near their corresponding graphs, the problem number, or any comment on the graphs: Click the position on the plot window where you want the expression to appear. (a cross + will appear at the selected position.) Select Edit/Create Annotation... from the menu (or click on the picture of a pencil button). A form will appear. Type the expression and click OK To remove this expression, select Edit/Delete Annotation... from the menu, a small form will appear then click on Yes. 16. Printing your Work Just select print form the menu. But if you do not want or cannot print it yet, you should save your work as described below. 17. Saving your DERIVE work from the Algebra Window As a DERIVE-FILE: Select File/Save or Save As from the menu. A form will appear. Select a location where you want it to be saved and give a name to the file. You can save it in a Disc, a shared file or it as an Attachment to you and the members of your group so you can access the file from any other computer to finish the work later. How to open a saved DERIVE-FILE? A DERIVE file has a name that ends with.mth. You CANNOT open it by just clicking on, you need first to open DERIVE, select File/Open... from the menu, then finally select the file and click on Open.

8 8 As a Microsoft WORD-FILE: This is alternative way that is more practical for typing and presenting your lab-report. First, in the Word file, select Format/Font and set the font to be DfW Printer, then simply Copy the work on the DERIVE Algebra window, and Paste it on the Word file. The trick of changing the font is necessary otherwise it will not look nice. Beside the fact that you are more familiar with Word files, doing this allows you to better present your work since you can type in easily directly in the Word file (and even between the DERIVE Inputs) any explanations or comments, and insert any graph from the Drive Plot Window (see below). I strongly recommend this method to improve the presentation of your lab report. 18. Saving your DERIVE work from the Plot Window As a DERIVE-FILE: You CANNOT save the curves on the Plot Window! You should then immediately print any work or save it as a Microsoft Word file. As a Microsoft WORD-FILE: Like in the previous section, I strongly recommend this method because it save a picture of the curves and improves the presentation of your report since you can type easily in the Word file any explanations or comments. Just Copy the work on the Plot Window, and Paste it on a Microsoft Word file. You may need to copy just a part of the Plot Window, to do that you select Edit/Mark and Copy... from the menu then, using the mouse, select a part in the plot window that you want to copy. 19. Other buttons Several buttons are on the top of the Algebra window and the Plot window as well as other features in the menu bar. We will learn more all along the semester. I recommend that you try some of them such as: In the algebra window, Remove to remove expressions, Renumber to renumber all inputs in the algebra window, etc. In the plot window, see the boutons for zooming horizontally in, zooming horizontally out, zooming vertically out, an others boutons such as Zoom vertical in, Zoom both in, Zoom both out, Center on cross, Center on origin, etc. 20. Help - Select Help/Index or Help/Contents from the menu of the Derive Window. Then type a keyword from the topis you are looking for, and/or select topic from the list. - Use the Online Calclab-book available from my web page.

INTRODUCTION TO DERIVE - by M. Yahdi

INTRODUCTION TO DERIVE - by M. Yahdi Math 111/112-Calculus I & II- Ursinus College INTRODUCTION TO DERIVE - by M. Yahdi This is a tutorial to introduce main commands of the Computer Algebra System DERIVE. You should do (outside of class)

More information

Graphing Calculator Tutorial

Graphing Calculator Tutorial Graphing Calculator Tutorial This tutorial is designed as an interactive activity. The best way to learn the calculator functions will be to work the examples on your own calculator as you read the tutorial.

More information

A Brief Introduction to Mathematica

A Brief Introduction to Mathematica A Brief Introduction to Mathematica Objectives: (1) To learn to use Mathematica as a calculator. (2) To learn to write expressions in Mathematica, and to evaluate them at given point. (3) To learn to plot

More information

Calculus II - Math 1220 Mathematica Commands: From Basics To Calculus II - Version 11 c

Calculus II - Math 1220 Mathematica Commands: From Basics To Calculus II - Version 11 c Calculus II - Math 1220 Mathematica Commands: From Basics To Calculus II - Version 11 c Edit your document (remove extras and errors, ensure the rest works correctly) and turn-in your print-out. If needed,

More information

EXCEL 98 TUTORIAL Chemistry C2407 fall 1998 Andy Eng, Columbia University 1998

EXCEL 98 TUTORIAL Chemistry C2407 fall 1998 Andy Eng, Columbia University 1998 Created on 09/02/98 11:58 PM 1 EXCEL 98 TUTORIAL Chemistry C2407 fall 1998 Andy Eng, Columbia University 1998 Note for Excel 97 users: All features of Excel 98 for Macintosh are available in Excel 97 for

More information

Introduction to Matlab

Introduction to Matlab Introduction to Matlab Kristian Sandberg Department of Applied Mathematics University of Colorado Goal The goal with this worksheet is to give a brief introduction to the mathematical software Matlab.

More information

1 Maple Introduction. 1.1 Getting Started. 1.2 Maple Commands

1 Maple Introduction. 1.1 Getting Started. 1.2 Maple Commands 1 Maple Introduction 1.1 Getting Started The software package Maple is an example of a Computer Algebra System (CAS for short), meaning that it is capable of dealing with problems in symbolic form. This

More information

Chapter 1 Introduction to MATLAB

Chapter 1 Introduction to MATLAB Chapter 1 Introduction to MATLAB 1.1 What is MATLAB? MATLAB = MATrix LABoratory, the language of technical computing, modeling and simulation, data analysis and processing, visualization and graphics,

More information

Math 2524: Activity 1 (Using Excel) Fall 2002

Math 2524: Activity 1 (Using Excel) Fall 2002 Math 2524: Activity 1 (Using Excel) Fall 22 Often in a problem situation you will be presented with discrete data rather than a function that gives you the resultant data. You will use Microsoft Excel

More information

Name: Dr. Fritz Wilhelm Lab 1, Presentation of lab reports Page # 1 of 7 5/17/2012 Physics 120 Section: ####

Name: Dr. Fritz Wilhelm Lab 1, Presentation of lab reports Page # 1 of 7 5/17/2012 Physics 120 Section: #### Name: Dr. Fritz Wilhelm Lab 1, Presentation of lab reports Page # 1 of 7 Lab partners: Lab#1 Presentation of lab reports The first thing we do is to create page headers. In Word 2007 do the following:

More information

MEI Desmos Tasks for AS Pure

MEI Desmos Tasks for AS Pure Task 1: Coordinate Geometry Intersection of a line and a curve 1. Add a quadratic curve, e.g. y = x² 4x + 1 2. Add a line, e.g. y = x 3 3. Select the points of intersection of the line and the curve. What

More information

MEI GeoGebra Tasks for AS Pure

MEI GeoGebra Tasks for AS Pure Task 1: Coordinate Geometry Intersection of a line and a curve 1. Add a quadratic curve, e.g. y = x 2 4x + 1 2. Add a line, e.g. y = x 3 3. Use the Intersect tool to find the points of intersection of

More information

Maple Quick Start. Maplesoft, a division of Waterloo Maple Inc.

Maple Quick Start. Maplesoft, a division of Waterloo Maple Inc. Maple Quick Start Maplesoft, a division of Waterloo Maple Inc. This tutorial is designed to help you become familiar with the Maple environment and teach you the few fundamental concepts and tools you

More information

Applied Calculus. Lab 1: An Introduction to R

Applied Calculus. Lab 1: An Introduction to R 1 Math 131/135/194, Fall 2004 Applied Calculus Profs. Kaplan & Flath Macalester College Lab 1: An Introduction to R Goal of this lab To begin to see how to use R. What is R? R is a computer package for

More information

Basic stuff -- assignments, arithmetic and functions

Basic stuff -- assignments, arithmetic and functions Basic stuff -- assignments, arithmetic and functions Most of the time, you will be using Maple as a kind of super-calculator. It is possible to write programs in Maple -- we will do this very occasionally,

More information

GRAPH 4.4. Megha K. Raman APRIL 22, 2015

GRAPH 4.4. Megha K. Raman APRIL 22, 2015 GRAPH 4.4 By Megha K. Raman APRIL 22, 2015 1. Preface... 4 2. Introduction:... 4 3. Plotting a function... 5 Sample funtions:... 9 List of Functions:... 10 Constants:... 10 Operators:... 11 Functions:...

More information

Introduction to Mathcad

Introduction to Mathcad CHAPTER 1 Introduction to Mathcad Mathcad is a product of MathSoft inc. The Mathcad can help us to calculate, graph, and communicate technical ideas. It lets us work with mathematical expressions using

More information

Introduction to Engineering gii

Introduction to Engineering gii 25.108 Introduction to Engineering gii Dr. Jay Weitzen Lecture Notes I: Introduction to Matlab from Gilat Book MATLAB - Lecture # 1 Starting with MATLAB / Chapter 1 Topics Covered: 1. Introduction. 2.

More information

Lab1: Use of Word and Excel

Lab1: Use of Word and Excel Dr. Fritz Wilhelm; physics 230 Lab1: Use of Word and Excel Page 1 of 9 Lab partners: Download this page onto your computer. Also download the template file which you can use whenever you start your lab

More information

ü 1.1 Getting Started

ü 1.1 Getting Started Chapter 1 Introduction Welcome to Mathematica! This tutorial manual is intended as a supplement to Rogawski's Calculus textbook and aimed at students looking to quickly learn Mathematica through examples.

More information

LAB 1 General MATLAB Information 1

LAB 1 General MATLAB Information 1 LAB 1 General MATLAB Information 1 General: To enter a matrix: > type the entries between square brackets, [...] > enter it by rows with elements separated by a space or comma > rows are terminated by

More information

MST30040 Differential Equations via Computer Algebra Fall 2010 Worksheet 1

MST30040 Differential Equations via Computer Algebra Fall 2010 Worksheet 1 MST3000 Differential Equations via Computer Algebra Fall 2010 Worksheet 1 1 Some elementary calculations To use Maple for calculating or problem solving, the basic method is conversational. You type a

More information

College Algebra Exam File - Fall Test #1

College Algebra Exam File - Fall Test #1 College Algebra Exam File - Fall 010 Test #1 1.) For each of the following graphs, indicate (/) whether it is the graph of a function and if so, whether it the graph of one-to one function. Circle your

More information

Approximate First and Second Derivatives

Approximate First and Second Derivatives MTH229 Project 6 Exercises Approximate First and Second Derivatives NAME: SECTION: INSTRUCTOR: Exercise 1: Let f(x) = sin(x 2 ). We wish to find the derivative of f when x = π/4. a. Make a function m-file

More information

Getting Started Guide Chapter 9 Getting Started with Math

Getting Started Guide Chapter 9 Getting Started with Math Getting Started Guide Chapter 9 Getting Started with Math OpenOffice.org s Equation Editor Copyright This document is Copyright 2005 2010 by its contributors as listed below. You may distribute it and/or

More information

STAT/MATH 395 A - PROBABILITY II UW Winter Quarter Matlab Tutorial

STAT/MATH 395 A - PROBABILITY II UW Winter Quarter Matlab Tutorial STAT/MATH 395 A - PROBABILITY II UW Winter Quarter 2016 Néhémy Lim Matlab Tutorial 1 Introduction Matlab (standing for matrix laboratory) is a high-level programming language and interactive environment

More information

Introduction to MATLAB

Introduction to MATLAB Introduction to MATLAB Introduction: MATLAB is a powerful high level scripting language that is optimized for mathematical analysis, simulation, and visualization. You can interactively solve problems

More information

0.6 Graphing Transcendental Functions

0.6 Graphing Transcendental Functions 0.6 Graphing Transcendental Functions There are some special functions we need to be able to graph easily. Directions follow for exponential functions (see page 68), logarithmic functions (see page 71),

More information

CCNY Math Review Chapter 2: Functions

CCNY Math Review Chapter 2: Functions CCN Math Review Chapter : Functions Section.1: Functions.1.1: How functions are used.1.: Methods for defining functions.1.3: The graph of a function.1.: Domain and range.1.5: Relations, functions, and

More information

MA 113 Calculus I Fall 2015 Exam 2 Tuesday, 20 October Multiple Choice Answers. Question

MA 113 Calculus I Fall 2015 Exam 2 Tuesday, 20 October Multiple Choice Answers. Question MA 113 Calculus I Fall 2015 Exam 2 Tuesday, 20 October 2015 Name: Section: Last digits of student ID #: This exam has ten multiple choice questions (five points each) and five free response questions (ten

More information

Dynamical Systems - Math 3280 Mathematica: From Algebra to Dynamical Systems c

Dynamical Systems - Math 3280 Mathematica: From Algebra to Dynamical Systems c Dynamical Systems - Math 3280 Mathematica: From Algebra to Dynamical Systems c Edit your document (remove extras and errors, ensure the rest works correctly). If needed, add comments. It is not necessary

More information

MEI GeoGebra Tasks for A2 Core

MEI GeoGebra Tasks for A2 Core Task 1: Functions The Modulus Function 1. Plot the graph of y = x : use y = x or y = abs(x) 2. Plot the graph of y = ax+b : use y = ax + b or y = abs(ax+b) If prompted click Create Sliders. What combination

More information

INDEX INTRODUCTION...1

INDEX INTRODUCTION...1 Welcome to Maple Maple is a comprehensive computer system for advanced mathematics. It includes facilities for interactive algebra, pre-calculus, calculus, discrete mathematics, graphics, numerical computation

More information

Math 2250 MATLAB TUTORIAL Fall 2005

Math 2250 MATLAB TUTORIAL Fall 2005 Math 2250 MATLAB TUTORIAL Fall 2005 Math Computer Lab The Mathematics Computer Lab is located in the T. Benny Rushing Mathematics Center (located underneath the plaza connecting JWB and LCB) room 155C.

More information

CHAPTER 5: Exponential and Logarithmic Functions

CHAPTER 5: Exponential and Logarithmic Functions MAT 171 Precalculus Algebra Dr. Claude Moore Cape Fear Community College CHAPTER 5: Exponential and Logarithmic Functions 5.1 Inverse Functions 5.2 Exponential Functions and Graphs 5.3 Logarithmic Functions

More information

A Mathematica Tutorial

A Mathematica Tutorial A Mathematica Tutorial -3-8 This is a brief introduction to Mathematica, the symbolic mathematics program. This tutorial is generic, in the sense that you can use it no matter what kind of computer you

More information

TUTORIAL 8: TYPESETTING MATHEMATICAL EXPRESSIONS CHRISTOPHER RARIDAN Abstract. Upon completion of this tutorial, the author should be able to add some mathematical content to his or her paper. In particular,

More information

Lecture 1 arithmetic and functions

Lecture 1 arithmetic and functions Lecture 1 arithmetic and functions MATH 190 WEBSITE: www.math.hawaii.edu/190 Open MATH 190 in a web browser. Read and accept the Terms of Acceptable Lab Use. Open Lecture 1. PREREQUISITE: You must have

More information

Getting Started With Excel

Getting Started With Excel Chapter 1 Getting Started With Excel This chapter will familiarize you with various basic features of Excel. Specific features which you need to solve a problem will be introduced as the need arises. When

More information

Tips to Save Typing, etc.

Tips to Save Typing, etc. MATH 110 Dr. Stoudt Using Your TI-nspire CAS Guidebooks for all Texas Instruments calculators can be downloaded (in Adobe PDF format) from http://education.ti.com/en/us/guidebook/search Just search for

More information

AP Calculus Summer Review Packet

AP Calculus Summer Review Packet AP Calculus Summer Review Packet Name: Date began: Completed: **A Formula Sheet has been stapled to the back for your convenience!** Email anytime with questions: danna.seigle@henry.k1.ga.us Complex Fractions

More information

Dynamics and Vibrations Mupad tutorial

Dynamics and Vibrations Mupad tutorial Dynamics and Vibrations Mupad tutorial School of Engineering Brown University ENGN40 will be using Matlab Live Scripts instead of Mupad. You can find information about Live Scripts in the ENGN40 MATLAB

More information

Functions. Copyright Cengage Learning. All rights reserved.

Functions. Copyright Cengage Learning. All rights reserved. Functions Copyright Cengage Learning. All rights reserved. 2.2 Graphs Of Functions Copyright Cengage Learning. All rights reserved. Objectives Graphing Functions by Plotting Points Graphing Functions with

More information

Quickstart for Desktop Version

Quickstart for Desktop Version Quickstart for Desktop Version What is GeoGebra? Dynamic Mathematics Software in one easy-to-use package For learning and teaching at all levels of education Joins interactive 2D and 3D geometry, algebra,

More information

FUNCTIONS AND MODELS

FUNCTIONS AND MODELS 1 FUNCTIONS AND MODELS FUNCTIONS AND MODELS 1.5 Exponential Functions In this section, we will learn about: Exponential functions and their applications. EXPONENTIAL FUNCTIONS The function f(x) = 2 x is

More information

Teacher Activity: page 1/9 Mathematical Expressions in Microsoft Word

Teacher Activity: page 1/9 Mathematical Expressions in Microsoft Word Teacher Activity: page 1/9 Mathematical Expressions in Microsoft Word These instructions assume that you are familiar with using MS Word for ordinary word processing *. If you are not comfortable entering

More information

Introduction to Computer Programming in Python Dr. William C. Bulko. Data Types

Introduction to Computer Programming in Python Dr. William C. Bulko. Data Types Introduction to Computer Programming in Python Dr William C Bulko Data Types 2017 What is a data type? A data type is the kind of value represented by a constant or stored by a variable So far, you have

More information

HP Prime: The 10-Quicky Introduction Version 1.0. HP Prime: A Breakthrough in Mathematics Education Technology!

HP Prime: The 10-Quicky Introduction Version 1.0. HP Prime: A Breakthrough in Mathematics Education Technology! HP Prime: A Breakthrough in Mathematics Education Technology! GT Springer, Solutions Architect HP Calculators and Educational Software gt.springer@hp.com This hands-on workshop is a basic introduction

More information

Walt Whitman High School SUMMER REVIEW PACKET. For students entering AP CALCULUS BC

Walt Whitman High School SUMMER REVIEW PACKET. For students entering AP CALCULUS BC Walt Whitman High School SUMMER REVIEW PACKET For students entering AP CALCULUS BC Name: 1. This packet is to be handed in to your Calculus teacher on the first day of the school year.. All work must be

More information

Excel R Tips. is used for multiplication. + is used for addition. is used for subtraction. / is used for division

Excel R Tips. is used for multiplication. + is used for addition. is used for subtraction. / is used for division Excel R Tips EXCEL TIP 1: INPUTTING FORMULAS To input a formula in Excel, click on the cell you want to place your formula in, and begin your formula with an equals sign (=). There are several functions

More information

Choose the file menu, and select Open. Input to be typed at the Maple prompt. Output from Maple. An important tip.

Choose the file menu, and select Open. Input to be typed at the Maple prompt. Output from Maple. An important tip. MAPLE Maple is a powerful and widely used mathematical software system designed by the Computer Science Department of the University of Waterloo. It can be used for a variety of tasks, such as solving

More information

MATLAB Project: Getting Started with MATLAB

MATLAB Project: Getting Started with MATLAB Name Purpose: To learn to create matrices and use various MATLAB commands for reference later MATLAB functions used: [ ] : ; + - * ^, size, help, format, eye, zeros, ones, diag, rand, round, cos, sin,

More information

Quickstart for Web and Tablet App

Quickstart for Web and Tablet App Quickstart for Web and Tablet App What is GeoGebra? Dynamic Mathematic Software in one easy-to-use package For learning and teaching at all levels of education Joins interactive 2D and 3D geometry, algebra,

More information

The Very Basics of the R Interpreter

The Very Basics of the R Interpreter Chapter 2 The Very Basics of the R Interpreter OK, the computer is fired up. We have R installed. It is time to get started. 1. Start R by double-clicking on the R desktop icon. 2. Alternatively, open

More information

Solving Equations with Inverse Operations

Solving Equations with Inverse Operations Solving Equations with Inverse Operations Math 97 Supplement LEARNING OBJECTIVES 1. Solve equations by using inverse operations, including squares, square roots, cubes, and cube roots. The Definition of

More information

Pre-Calculus Summer Assignment

Pre-Calculus Summer Assignment Name: Pre-Calculus Summer Assignment Due Date: The beginning of class on September 8, 017. The purpose of this assignment is to have you practice the mathematical skills necessary to be successful in Pre-Calculus.

More information

Put the Graphs for Each Health Plan on the Same Graph

Put the Graphs for Each Health Plan on the Same Graph At the conclusion of the technology assignment on graphing the total annual cost, you had a graph of each of health insurance plans you are examining. In this technology assignment, you ll combine those

More information

Mathematica Assignment 1

Mathematica Assignment 1 Math 21a: Multivariable Calculus, Fall 2000 Mathematica Assignment 1 Support Welcome to this Mathematica computer assignment! In case of technical problems with this assignment please consult first the

More information

AP Calculus AB Unit 2 Assessment

AP Calculus AB Unit 2 Assessment Class: Date: 203-204 AP Calculus AB Unit 2 Assessment Multiple Choice Identify the choice that best completes the statement or answers the question. A calculator may NOT be used on this part of the exam.

More information

General MATLAB Information 1

General MATLAB Information 1 Introduction to MATLAB General MATLAB Information 1 Once you initiate the MATLAB software, you will see the MATLAB logo appear and then the MATLAB prompt >>. The prompt >> indicates that MATLAB is awaiting

More information

2 Second Derivatives. As we have seen, a function f (x, y) of two variables has four different partial derivatives: f xx. f yx. f x y.

2 Second Derivatives. As we have seen, a function f (x, y) of two variables has four different partial derivatives: f xx. f yx. f x y. 2 Second Derivatives As we have seen, a function f (x, y) of two variables has four different partial derivatives: (x, y), (x, y), f yx (x, y), (x, y) It is convenient to gather all four of these into

More information

Dr. Relja Vulanovic Professor of Mathematics Kent State University at Stark c 2008

Dr. Relja Vulanovic Professor of Mathematics Kent State University at Stark c 2008 MATH-LITERACY MANUAL Dr. Relja Vulanovic Professor of Mathematics Kent State University at Stark c 2008 1 Real Numbers 1.1 Sets 1 1.2 Constants and Variables; Real Numbers 7 1.3 Operations with Numbers

More information

Santiago AP Calculus AB/BC Summer Assignment 2018 AB: complete problems 1 64, BC: complete problems 1 73

Santiago AP Calculus AB/BC Summer Assignment 2018 AB: complete problems 1 64, BC: complete problems 1 73 Santiago AP Calculus AB/BC Summer Assignment 2018 AB: complete problems 1 64, BC: complete problems 1 73 AP Calculus is a rigorous college level math course. It will be necessary to do some preparatory

More information

Calculus WIZ and The Mathematical Explorer advanced use

Calculus WIZ and The Mathematical Explorer advanced use Calculus WIZ and The Mathematical Explorer advanced use Numerical and symbolical capabilities Both Calculus WIZ and The Mathematical Explorer support many symbolic and numeric capabilities of its parent

More information

TI-89 Calculator Workshop #1 The Basics

TI-89 Calculator Workshop #1 The Basics page 1 TI-89 Calculator Workshop #1 The Basics After completing this workshop, students will be able to: 1. find, understand, and manipulate keys on the calculator keyboard 2. perform basic computations

More information

Trigonometric Graphs Dr. Laura J. Pyzdrowski

Trigonometric Graphs Dr. Laura J. Pyzdrowski 1 Names: About this Laboratory In this laboratory, we will examine trigonometric functions and their graphs. Upon completion of the lab, you should be able to quickly sketch such functions and determine

More information

Math 213 Exam 2. Each question is followed by a space to write your answer. Please write your answer neatly in the space provided.

Math 213 Exam 2. Each question is followed by a space to write your answer. Please write your answer neatly in the space provided. Math 213 Exam 2 Name: Section: Do not remove this answer page you will return the whole exam. You will be allowed two hours to complete this test. No books or notes may be used other than a onepage cheat

More information

Math 126 Final Examination Autumn CHECK that your exam contains 9 problems on 10 pages.

Math 126 Final Examination Autumn CHECK that your exam contains 9 problems on 10 pages. Math 126 Final Examination Autumn 2016 Your Name Your Signature Student ID # Quiz Section Professor s Name TA s Name CHECK that your exam contains 9 problems on 10 pages. This exam is closed book. You

More information

Skill 3 Relations and Functions

Skill 3 Relations and Functions Skill 3 Relations and Functions 3a: Use Interval and Set Notation 3b: Determine the domain and range of a relation given a set of ordered pairs, a graph, or an equation 3c: Determine whether a relation

More information

Computer Programming in MATLAB

Computer Programming in MATLAB Computer Programming in MATLAB Prof. Dr. İrfan KAYMAZ Atatürk University Engineering Faculty Department of Mechanical Engineering What is a computer??? Computer is a device that computes, especially a

More information

3+2 3*2 3/2 3^2 3**2 In matlab, use ^ or ** for exponentiation. In fortran, use only ** not ^ VARIABLES LECTURE 1: ARITHMETIC AND FUNCTIONS

3+2 3*2 3/2 3^2 3**2 In matlab, use ^ or ** for exponentiation. In fortran, use only ** not ^ VARIABLES LECTURE 1: ARITHMETIC AND FUNCTIONS LECTURE 1: ARITHMETIC AND FUNCTIONS MATH 190 WEBSITE: www.math.hawaii.edu/ gautier/190.html PREREQUISITE: You must have taken or be taking Calculus I concurrently. If not taken here, specify the college

More information

Maple Quick Start. Introduction. Talking to Maple

Maple Quick Start. Introduction. Talking to Maple Maple Quick Start Maplesoft, a division of Waterloo Maple Inc. 2008. All rights reserved. This product and content is protected by copyright. You may not copy, modify, transmit or reproduce this content

More information

Omit Present Value on pages ; Example 7.

Omit Present Value on pages ; Example 7. MAT 171 Precalculus Algebra Trigsted Pilot Test Dr. Claude Moore Cape Fear Community College CHAPTER 5: Exponential and Logarithmic Functions and Equations 5.1 Exponential Functions 5.2 The Natural Exponential

More information

The MathType Window. The picture below shows MathType with all parts of its toolbar visible: Small bar. Tabs. Ruler. Selection.

The MathType Window. The picture below shows MathType with all parts of its toolbar visible: Small bar. Tabs. Ruler. Selection. Handle MathType User Manual The MathType Window The picture below shows MathType with all parts of its toolbar visible: Symbol palettes Template palettes Tabs Small bar Large tabbed bar Small tabbed bar

More information

MATLAB Project: Getting Started with MATLAB

MATLAB Project: Getting Started with MATLAB Name Purpose: To learn to create matrices and use various MATLAB commands for reference later MATLAB built-in functions used: [ ] : ; + - * ^, size, help, format, eye, zeros, ones, diag, rand, round, cos,

More information

Use Geometry Expressions to create and graph functions, and constrain points to functions.

Use Geometry Expressions to create and graph functions, and constrain points to functions. Learning Objectives Parametric Functions Lesson 1: Function Review Level: Algebra Time required: 30 minutes This is the first lesson in the unit on parametric functions. Parametric functions are not really

More information

Reference and Style Guide for Microsoft Excel

Reference and Style Guide for Microsoft Excel Reference and Style Guide for Microsoft Excel TABLE OF CONTENTS Getting Acquainted 2 Basic Excel Features 2 Writing Cell Equations Relative and Absolute Addresses 3 Selecting Cells Highlighting, Moving

More information

Course Number 432/433 Title Algebra II (A & B) H Grade # of Days 120

Course Number 432/433 Title Algebra II (A & B) H Grade # of Days 120 Whitman-Hanson Regional High School provides all students with a high- quality education in order to develop reflective, concerned citizens and contributing members of the global community. Course Number

More information

Physics 251 Laboratory Introduction to Spreadsheets

Physics 251 Laboratory Introduction to Spreadsheets Physics 251 Laboratory Introduction to Spreadsheets Pre-Lab: Please do the lab-prep exercises on the web. Introduction Spreadsheets have a wide variety of uses in both the business and academic worlds.

More information

Thursday 14 June 2012 Morning

Thursday 14 June 2012 Morning Thursday 4 June 202 Morning A2 GCE MATHEMATICS 4726 Further Pure Mathematics 2 QUESTION PAPER *47325062* Candidates answer on the Printed Answer Book. OCR supplied materials: Printed Answer Book 4726 List

More information

FUNCTIONS AND MODELS

FUNCTIONS AND MODELS 1 FUNCTIONS AND MODELS FUNCTIONS AND MODELS 1.3 New Functions from Old Functions In this section, we will learn: How to obtain new functions from old functions and how to combine pairs of functions. NEW

More information

The Mathcad Workspace 7

The Mathcad Workspace 7 For information on system requirements and how to install Mathcad on your computer, refer to Chapter 1, Welcome to Mathcad. When you start Mathcad, you ll see a window like that shown in Figure 2-1. By

More information

MEI STRUCTURED MATHEMATICS METHODS FOR ADVANCED MATHEMATICS, C3. Practice Paper C3-B

MEI STRUCTURED MATHEMATICS METHODS FOR ADVANCED MATHEMATICS, C3. Practice Paper C3-B MEI Mathematics in Education and Industry MEI STRUCTURED MATHEMATICS METHODS FOR ADVANCED MATHEMATICS, C3 Practice Paper C3-B Additional materials: Answer booklet/paper Graph paper List of formulae (MF)

More information

INTRODUCTION TO MATLAB, SIMULINK, AND THE COMMUNICATION TOOLBOX

INTRODUCTION TO MATLAB, SIMULINK, AND THE COMMUNICATION TOOLBOX INTRODUCTION TO MATLAB, SIMULINK, AND THE COMMUNICATION TOOLBOX 1) Objective The objective of this lab is to review how to access Matlab, Simulink, and the Communications Toolbox, and to become familiar

More information

Fall 2017: Numerical Methods I Assignment 1 (due Sep. 21, 2017)

Fall 2017: Numerical Methods I Assignment 1 (due Sep. 21, 2017) MATH-GA 2010.001/CSCI-GA 2420.001, Georg Stadler (NYU Courant) Fall 2017: Numerical Methods I Assignment 1 (due Sep. 21, 2017) Objectives. This class is for you and you should try to get the most out of

More information

Math 1314 Lesson 2: An Introduction to Geogebra (GGB) Course Overview

Math 1314 Lesson 2: An Introduction to Geogebra (GGB) Course Overview Math 1314 Lesson : An Introduction to Geogebra (GGB) Course Overview What is calculus? Calculus is the study of change, particularly, how things change over time. It gives us a framework for measuring

More information

Exponential and Logarithmic Functions. College Algebra

Exponential and Logarithmic Functions. College Algebra Exponential and Logarithmic Functions College Algebra Exponential Functions Suppose you inherit $10,000. You decide to invest in in an account paying 3% interest compounded continuously. How can you calculate

More information

FSA Algebra 1 EOC Practice Test Guide

FSA Algebra 1 EOC Practice Test Guide FSA Algebra 1 EOC Practice Test Guide This guide serves as a walkthrough of the Florida Standards Assessments (FSA) Algebra 1 End-of- Course (EOC) practice test. By reviewing the steps listed below, you

More information

Calculus I Review Handout 1.3 Introduction to Calculus - Limits. by Kevin M. Chevalier

Calculus I Review Handout 1.3 Introduction to Calculus - Limits. by Kevin M. Chevalier Calculus I Review Handout 1.3 Introduction to Calculus - Limits by Kevin M. Chevalier We are now going to dive into Calculus I as we take a look at the it process. While precalculus covered more static

More information

Mathematics E-15 Exam I February 21, Problem Possible Total 100. Instructions for Proctor

Mathematics E-15 Exam I February 21, Problem Possible Total 100. Instructions for Proctor Name: Mathematics E-15 Exam I February 21, 28 Problem Possible 1 10 2 10 3 12 4 12 5 10 6 15 7 9 8 8 9 14 Total 100 Instructions for Proctor Please check that no student is using a TI-89 calculator, a

More information

EE 301 Signals & Systems I MATLAB Tutorial with Questions

EE 301 Signals & Systems I MATLAB Tutorial with Questions EE 301 Signals & Systems I MATLAB Tutorial with Questions Under the content of the course EE-301, this semester, some MATLAB questions will be assigned in addition to the usual theoretical questions. This

More information

Getting to Know Maple

Getting to Know Maple Maple Worksheets for rdinary Differential Equations Complimentary software to accompany the textbook: Differential Equations: Concepts, Methods, and Models (00-00 Edition) Leigh C. Becker Department of

More information

EGR 111 Introduction to MATLAB

EGR 111 Introduction to MATLAB EGR 111 Introduction to MATLAB This lab introduces the MATLAB help facility, shows how MATLAB TM, which stands for MATrix LABoratory, can be used as an advanced calculator. This lab also introduces assignment

More information

Math Analysis Chapter 1 Notes: Functions and Graphs

Math Analysis Chapter 1 Notes: Functions and Graphs Math Analysis Chapter 1 Notes: Functions and Graphs Day 6: Section 1-1 Graphs Points and Ordered Pairs The Rectangular Coordinate System (aka: The Cartesian coordinate system) Practice: Label each on the

More information

Math 121. Graphing Rational Functions Fall 2016

Math 121. Graphing Rational Functions Fall 2016 Math 121. Graphing Rational Functions Fall 2016 1. Let x2 85 x 2 70. (a) State the domain of f, and simplify f if possible. (b) Find equations for the vertical asymptotes for the graph of f. (c) For each

More information

Pre-Calculus Notes: Chapter 3 The Nature of Graphs

Pre-Calculus Notes: Chapter 3 The Nature of Graphs Section Families of Graphs Name: Pre-Calculus Notes: Chapter 3 The Nature of Graphs Family of graphs Parent graph A group of graphs that share similar properties The most basic graph that s transformed

More information

Chapter 1. Math review. 1.1 Some sets

Chapter 1. Math review. 1.1 Some sets Chapter 1 Math review This book assumes that you understood precalculus when you took it. So you used to know how to do things like factoring polynomials, solving high school geometry problems, using trigonometric

More information

Pre-Lab Excel Problem

Pre-Lab Excel Problem Pre-Lab Excel Problem Read and follow the instructions carefully! Below you are given a problem which you are to solve using Excel. If you have not used the Excel spreadsheet a limited tutorial is given

More information

Introduction to Sequences in Maple (Classic Version for Windows)

Introduction to Sequences in Maple (Classic Version for Windows) Introduction to Sequences in Maple (Classic Version for Windows) Author: Barbara Forrest Contact: baforres@uwaterloo.ca Copyrighted/NOT FOR RESALE version 1.1 Contents 1 Objectives for this Lab ii 2 Helpful

More information

1. Fill in the right hand side of the following equation by taking the derivative: (x sin x) =

1. Fill in the right hand side of the following equation by taking the derivative: (x sin x) = 7.1 What is x cos x? 1. Fill in the right hand side of the following equation by taking the derivative: (x sin x = 2. Integrate both sides of the equation. Instructor: When instructing students to integrate

More information