1 Spreadsheet Problem Solving  syntax for Excel formulas  one-way case studies:  using formula copy  using the TABLE function.

Slides:



Advertisements
Similar presentations
Variables and Expressions
Advertisements

Benchmark Series Microsoft Excel 2010 Level 1
Intermediate Formulas & Functions Instructor: Rachel Baltus.
FORMULAS & FUNCTIONS EXCEL 2. Excel Input – a collection of informational data typed into the spreadsheet Output – worksheet results Information to be.
FORMULAS & FUNCTIONS EXCEL. Input A collection of information Data typed into the spreadsheet Output Worksheet Results.
1 C Fundamentals - I Math 130 Lecture # 2 B Smith: Sp05: With discussion on labs, this took 53 minutes. Score 3. Many caveats. B Smith: Sp05: With discussion.
Algebraic Fractions Simplify Rational Expressions
Exponents, Parentheses, and the Order of Operations.
Lecture Excel: Formulas and Functions. Formulas Specifies calculations to be performed Begins with an equal sign (=) Can refer to: –cells by reference.
BASIC ALGEBRAIC OPERATIONS
Multiplying and Dividing in Scientific Notation. Multiplying Numbers in Scientific Notation Multiply the decimal numbers together. Add the exponents to.
Chapter 3 Math Vocabulary
Exponent Rules – Day 1 Zero and Negative Exponents.
Laws of Exponents. Day 1: Product and Quotient Rules EXP 1.1 I can use the Product and Quotient Rules to simplify algebraic expressions.
Elementary Algebra Exam 4 Material Exponential Expressions & Polynomials.
Warm Up Evaluate b 2 for b = 4 4. n 2 r for n = 3 and r =
Vocabulary BaseExponent Scientific Notation. Objective 1 You will be able to simplify expressions with numbers and variables using properties of exponents.
Do Now 9/7/10 Copy HW in your planner.  Text p. 5-7, #4-52 multiples of 4 In your journal, answer the following question. How do you evaluate algebraic.
Evaluating and Rewriting Expressions Evaluate an expression. 2.Determine all values that cause an expression to be undefined. 3.Rewrite an expression.
RATIONAL EXPONENTS Assignments Assignments Basic terminology
Spreadsheets Objective 6.02
WARM-UP EXERCISES Insert grouping symbols to make the sentences true.
NS2. 1 Understand negative whole-number exponents
Insert Formulas and Functions  Create formulas in a worksheet  Insert functions in a worksheet  Use relative and absolute cell references Lesson 3.
PRESENTATION 12 Basic Algebra. BASIC ALGEBRA DEFINITIONS A term of an algebraic expression is that part of the expression that is separated from the rest.
 Vocabulary: ◦ Variable – A symbol, usually a letter of the alphabet, such as the letter n, that is used to represent a number. ◦ Variable expression.
Introduction to Engineering Computing GEEN 1300 Elizabeth White Office Hours: Tues 11am-12:30pm, Thurs 11am-12:30 pm, and.
Negative Exponents SWBAT express powers with negative exponents as decimals; express decimals as powers with negative exponents; simplify expressions with.
EXPONENTS. EXPONENTIAL NOTATION X IS THE BASE 2 IS THE EXPONENT OR POWER.
Absolute Value The absolute value of a real number a, denoted by |a|, is the distance between a and 0 on the number line. 2– – 1– 3– 4– 5 | – 4|
4-1 6 th grade math Exponents. Objective To write and evaluate exponential expressions Why? To prepare you for higher learning in math and science. To.
CSE1301 Computer Programming Lecture 5: C Primitives 2 Corrections.
WELCOME BACK Y’ALL Chapter 6: Polynomials and Polynomial Functions.
Copyright 2013, 2009, 2005, 2002 Pearson, Education, Inc.
Properties of Exponents
Excel Lesson 2. Terms Relative Formula Specifies that a row and or a column cell reference changes as a formula is copied Order of Operations *,/,+,-
PRESENTATION 11 What Is Algebra. ALGEBRAIC EXPRESSIONS An algebraic expression is a word statement put into mathematical form by using variables, arithmetic.
1.2 Algebraic Expressions 8/24/12. Vocabulary Variable: A letter used to represent one or more numbers Exponent: The number or variable that represents.
Evaluating a Variable Expression To evaluate a variable expression:
Variables and Algebraic Expressions 1-3. Vocabulary Variable- a letter represents a number that can vary. Constant- a number that does not change. Algebraic.
SECTION 1.4 EXPONENTS. PRODUCT OF POWERS When you multiply two factors having the same base, keep the common base and add the exponents.

Warm-up, 3/28 Compute: 1. 2 x 2 x 2 x 2 = 2. 3 x 3 x 3 = 3. 2 x 2 x 3 x 3 x 3 = 4. 5 x 5 x 2 x 2 = 5. 2 x 2 x 4 =
MM150 Unit 3 Seminar Agenda Seminar Topics Order of Operations Linear Equations in One Variable Formulas Applications of Linear Equations.
1-2 Order of Operations and Evaluating Expressions.
4-1 Exponents Repeated Multiplication or Division Using Bases and Exponents.
  Relative Cell Reference : automatically change when copied  Ex. Write a formula in C6: A6 + B6 = C6  Excel will use the above cell to copy for formattin.
Integer Exponents. Look for a pattern in the table to extend what you know about exponents to include negative exponents. ÷ –1 10 –
Algebra 1 Shelby Ferreira. Vocabulary Variable Coefficient Exponent Like terms Expression Equation.
Multiply the coefficients, the 2 and the -3 to get -6 a 3 * a 2 will be a 5, you add exponents when you multiply terms b 1 * b 4 will be b 5.
LAWS OF EXPONENTS.
Addition Multiplication Subtraction Division. 1.If the signs are the same, add the numbers and keep the same sign = = If the.
Copyright © 2008 Pearson Education Canada2-1 Chapter 2 Review of Basic Algebra Contemporary Business Mathematics with Canadian Applications Eighth Edition.
Exponents. 1. Relate and apply the concept of exponents (incl. zero). 2. Perform calculations following proper order of operations. 3. Applying laws of.
EXPONENTS Basic terminology Substitution and evaluating Laws of Exponents Multiplication Properties Product of powers Power to a power Power of a product.
Algebraic Fractions Simplify Rational Expressions
Evaluating Expressions and Combining Like Terms
The Basics of Formulas & Functions
Evaluating Expressions and Combining Like Terms
WARM UP Page 9 “Check Skills You’ll Need” # 1 – 12.
1 Introduction to Algebra: Integers.
ORDER OF OPERATIONS BEMDAS. 1. Brackets - ( ) or [ ]
Equivalent Linear Expressions
SCIENTIFIC NOTATION.
Evaluating Expressions and Combining Like Terms
3 WARM UP EVALUATING NUMERICAL EXPRESSIONS –
Lesson 4.5 Rules of Exponents
Multiply and divide Expressions
Evaluating Expressions and Combining Like Terms
Evaluating Expressions
Presentation transcript:

1 Spreadsheet Problem Solving  syntax for Excel formulas  one-way case studies:  using formula copy  using the TABLE function

2 Syntax for Excel formulas formulas must start with =, + or - ( leftover from 1-2-3) expressions are evaluated left-to-right parentheses are used to establish order for calculations precedence for arithmetic operators is: negationunary – exponentiation^ multiplication & division* and / addition & subtraction+ and - functions are evaluated first and the result is inserted at the position of the function in the expression

3 Examples algebraic formatExcel syntax =(y+2)*(x-2)/(x^2+x*y+SQRT(y)) Order of evaluation: 1)put y into SQRT function, return answer to that position 2)compute y+2 result 3)compute x-2 result 4)multiply y+2 result times x-2 result to get numerator result 5)compute x^2 result 6)compute x*y result 7)add up x^2, x*y and SQRT(y) to get denominator result 8)divide numerator result by denominator result

4 Examples algebraic formatExcel syntax =pi()*D^2/(4*L) or =pi()*D^2/4/L =(T-TL)/a*(TH-TL) or =(T-TL)/(a*(TH-TL)) or =(T-TL)/a/(TH-TL)

5 Examples Negation – unary minus algebraic formatExcel syntax -3^2 Result 9 or –9 ??? =x^y^2 ??? or=x^(y^2) Repeated exponentiation algebraic formatExcel syntax [test it!, if you’re not sure] [What do you really want to have happen?]

6 Examples algebraic formatExcel syntax =PI()*h^2(3*Radius-h)/3 What’s wrong with this? forgot the * operator =SIN(45) What’s wrong with this? =SIN(45/180*PI()) arguments to trig functions must be in radians

7 Examples Logarithms and exponentsRemember! LN(y)EXP(X) LOG10(P) 10^(A-B/(T+C)) =LN(x)/LN(a) =LOG(x,a)

8 Examples fordo not use =x^3. but =x^3 This is ok =(-3)^2 This is not =(-3)^2.0 When Excel (and other computer programs) see an exponent with a decimal sign, it computes the result as follows: calculates (-3)*(-3) ?? Nope!

9 One-way case studies Example Problem Deflection of cantilever beam modulus of elasticitymoment of inertia

10 Deflection of cantilever beam Basic data:F = 100 NL = 3 ft E = 30 x 10 6 psi b = 1 ind = 2 in Find in mm Case study 1: How does change as L varies? Case study 2: How does change as d varies? Case study 3: How does change as b and d vary?

11 Deflection of cantilever beam Find in mm

12 Deflection of cantilever beam Find in mm

13 Deflection of cantilever beam Case study 1: How does change as L varies? Use formula copy Single formula with only one parameter changing Range of parameter values in adjacent column

14

15 Case study 2: How does change as d varies? Deflection of cantilever beam Use one-way data table [ Data Table ] Multiple formulas One input variable, d, in adjacent column One output variable, delta “pointer” formula: where to get answer on spread- sheet where value from adjacent column gets placed on spreadsheet

16

17 Case study 3: How does change as b and d vary? Deflection of cantilever beam row input: B11 column input: B9 pointer formula to delta deflection in mm for all combinations of b and d

18 d categories b categories Deflection in mm