Find the square root of a number

Slides:



Advertisements
Similar presentations
Reading Powers EXAMPLE 1 Power Repeated MultiplicationDescription in Words y5y y y y y y 4 to the second power, or 4 squared 9 to the.
Advertisements

Surds An Irrational Number is a real number that cannot be written as a simple fraction. Irrational means not Rational Example: 1.5 is rational, because.
Trial and Improvement Practice © T Madas.
6-5: Operations with Radical Expressions I can add or subtract expressions involving radicals.
= 9 = 8 = 12 = 19 = 2 = 3 = 17 = 5 = 11 = 5.
Measures of dispersion Standard deviation (from the mean) ready.
Review: Laws of Exponents Questions Q: 4 0 =? A: 1 Q: 4 1 =? A: 4 Q: 4 1/2 =? A: Let’s square the number (4 1/2 ) 2 =? (4 1/2 ) 2 = 4 1 = 4 Recall: b.
Square Roots and Cube Roots
Rational or Irrational? Why?
Solving Equations by Extracting Roots
New Factoring: Cubics and higher. To factor a cubic, we have to memorize an algorithm. Ex. Factor 27x Step 1: Take the cube root of the two terms.
Vocabulary. Rational Number Most numbers are rational. It is a number whose decimal expansion eventually terminates or repeats. – What does it mean to.
 Form of notation for writing repeated multiplication using exponents.
A.Writing Rational Numbers as Decimals => SEE EXAMPLE -Divide denominator into numerator -Determine if it terminates or repeats B.Writing Decimals.
Chapter 1 Section 1.4 Order of Operations.
Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. Section 3.4 Library of Functions; Piecewise-defined Functions.
Factoring Polynomials
© T Madas From the numbers in the list below, find: the square numbers.
PERFECT CUBES What does that mean?. CUBE  We could make a list of “perfect cubes” by thinking of numbers of objects where these objects could be arranged.
Square Root The square root of a nonnegative number is a number that, when multiplied by itself, is equal to that nonnegative number. Square roots have.
7.5 – Graphing Square Roots and Cube Roots
Roots Lesson 1-8 square root – one of the given number’s two equal factors 2 is the square root of 4 because 2² = 4 15 is the square root of 225 because.
Not all numbers or expressions have an exact square or cube root. If a number is NOT a perfect square or cube, you might be able to simplify it. Simplifying.
Even more problems.. Mean (average) I need a program that calculates the average of student test scores. I need a program that calculates the average.
Powers and roots. Square each number a) 7 b) 12 c) 20 d) 9 e) 40 a) 49 b) 144 c) 400 d) 81 e) 1600.
Graph Square Root and Cube Root Functions
Square and Cube Roots MRS. RAUCH. How do we square a number?  Can we square negative numbers?
Solve by factoring. x² = - 4 – 5x 2,. Solve by factoring. n² = -30 – 11n -4 and -1.
Standard Deviation A Measure of Variation in a set of Data.
The #’s 1, 4, 9, 16, 25.…are called. The #’s 1, 4, 9, 16, 25.…are called perfect squares / square numbers.
Perfect squares: 1, 4, 9, __, __, __, __, __, __, __,…
50 /1003 / 9120 /12021 / 35 2 / 103 / 618 / 245 / /10011 / 3317 / 345 / 10 2 / 610 / 1524 / 482 / 12.
Roots of Real Numbers Definitions Simplifying Radicals
Irrational Numbers (4.2). If the definition of a rational number is a number that can be written in the form m/n, where m and n are integers with n not.
1.4 Exponents Mme DiMarco.  Learning Goal: using exponents to represent repeated multiplication Learning Goal.
160 as a product of its prime factors is 2 5 x 5 Use this information to show that 160 has 12 factors.
SQUARED & CUBED ROOTS. WARM-UP ANSWERS TO WARM-UP.
Solving Radical Equations Steps Examples. Solving an Equation Containing a Radical  Steps  Isolate the radical  Take BOTH sides to the power.
Warm up. Graph Square Root and Cube Functions (Section 6-5) Essential Question: What do the graphs of square root and cube root functions look like? Assessment:
4.8 GRAPHING RADICAL FUNCTIONS. OBJECTIVE To graph square root and other radical functions.
14.0 Math Review 14.1 Using a Calculator Calculator
Difference of Squares Recall that, when multiplying conjugate binomials, the product is a difference of squares. E.g., (x - 7)(x + 7) = x Therefore,
7-8 Graphing Square root and other radical functions
Activity based around:
INDICES 2.
25 Math Review Part 1 Using a Calculator
Lesson 7-4 Simplifying Radicals.
Square Roots Practice © T Madas.
Square and Cube Numbers
Factoring Review.
Square and Cube Roots.
Square Roots and Irrational Numbers
Graph Square Root and Cube Root Functions
Square Root.
Main Ideas Key Terms Chapter 2 Section 3 Graphing a Polynomial
Radicals and Radical Functions
Squaring a value and finding its square root is the opposite
Sec 3.4: The Chain Rule Composite function Chain Rule:
Solving Square Root Equations
Cube roots.
7.2 Cube Roots Essential Question:
Exponents & Square Roots
Radicals and Radical Functions
© T Madas.
Trial and Improvement Cube root.
Piecewise-defined Functions
Indices my dear Watson.
Rational Numbers Any number that can be written as a fraction
INDICES 2.
Lesson 7-4 Simplifying Radicals.
Presentation transcript:

Find the square root of a number Find m so that m=sqrt(n) or...

Find the square root of a number Find m so that m=sqrt(n) or... m so that m2 = n or...

Find the square root of a number Find m so that m=sqrt(n) or... m so that m2 = n or... m so that m = n/m or...

Find the square root of a number Find m so that m=sqrt(n) or... m so that m2 = n or... m so that m = n/m or... m so that 2m = m + n/m or...

Find the square root of a number Find m so that m=sqrt(n) or... m so that m2 = n or... m so that m = n/m or... m so that 2m = m + n/m or... m so that m = (m + n/m)/2

Find the square root of a number Find m so that m=sqrt(n) or... m so that m2 = n or... m so that m = n/m or... m so that 2m = m + n/m or... m so that m = (m + n/m)/2 Algorithm: m = n; Repeat the following for as long as possible: m = (m + n/m)/2

Find the cube root of a number

Find the cube root of a number Find m so that m=curt(n) or... m so that m3 = n or... m so that m = n/m2 or... m so that 2m = m + n/m2 or... m so that m = (m + n/m2)/2 Algorithm: m = n; Repeat the following for as long as possible: m = (m + n/m2)/2