Package Summary. Square Root Equations Absolute Value Equations. Making Math Possible 1 of 9 c Sa diyya Hendrickson

Size: px
Start display at page:

Download "Package Summary. Square Root Equations Absolute Value Equations. Making Math Possible 1 of 9 c Sa diyya Hendrickson"

Transcription

1 Solving Equations Preared by: Sa diyya Hendrickson Name: Date: Package Summary Square Root Equations Absolute Value Equations Making Math Possible 1 of 9 c Sa diyya Hendrickson

2 A square root equation is an equation with olynomial terms along with at least one square root exression (with a olynomial under the radical). Consider the following examle: x +=x Recall that the ultimate goal when solving an equation is to isolate the variable. Answer: One of our x s is being held hostage by the square root! So, even before we begin, we know that at some oint we ll need to do the oosite of taking a square root (i.e. squaring), in order to free x! 1 Isolate the radical before squaring both sides. Why? Consider the equation a ± b = c. (F) e.g. If a =, b = x + and c =x, we can create the equation x +=x, which was given as the revious examle. Now, if we square both sides of the equation given in (F), we have: a ± b = c ) (a ± b) =(c) ) (a ± b)(a ± b)=c ) a ± a b ± a b +(± b) = c ) a ± a b + b = c Unfortunately, the distributive roerty guarantees that the radical will reaear in the exansion, articularly in the middle term. On the other hand, if we isolate the radical first, we have: ± b = c a Making Math Possible of 9 c Sa diyya Hendrickson

3 Squaring both sides of this equation gives: ± b = c a ) (± b) =(c a) ) b =(c a) Now it s clear that we ve achieved our goal: undoing the square root! Moral of the Story Isolate the radical first! If we square both sides of an equation, we are creating a new equation that may introduce additional, invalid (extraneous) solutions. Therefore, we must always check our answers at the end to make sure that L.S. = R.S. for the original equation. Why does this haen? Suose we are given some equation: a = b (E 1 ) If we square both sides of E 1, we create a new equation: a = b (E ) Answer: FromE we have: a = b () a = b. () a = b In words, E is satisfied whenever a and b are the same distance from zero on the real line. This results in exactly two outcomes: (1) a and b are the same. i.e. a = b () a and b are oosites. i.e. a = b Notice that these outcomes result in our need to solve two equations, one of which is E 1 and another that is not. So, solving E will always roduce the solutions to E 1 while otentially introducing additional solutions that are invalid. Moral of the Story Although squaring both sides hels us to free a variable from a square root, we must ay the fee of checking our solutions at the end to ensure that we re only taking valid solutions for the original equation! Making Math Possible 3 of 9 c Sa diyya Hendrickson

4 The key observations reviously discussed uncover some strategies that may be helful as we solve square root equations. Consider the following worked examles: Exercise SR1: Solve the equation x +=x. S1 Isolate the term involving a radical! Note: If there is more than one, isolate one radical, erform S and square both sides. Then, exand, collect and reeat this sequence for the others. x +=x () x += x S Square both sides to undo the square root oeration, and write a reminder at the bottom of your age to check solutions. Squaring both sides, we have: ( x +) = ( x) ) x + =( x) S3 Identify the new equation and roceed with all relevant strategies. This is a quadratic equation! So, first stategy: get a zero on one side! x +=( x) ) 0=( x) x ) ( x)( x) x =0 ) 4 4x 4x +4x x =0 collect ) 4x 9x +=0 and D =( 9) 4(4)() = 49 = 7 factor ) (x )(4x 1) = 0 ZPP ) x =0 or 4x 1=0 ) x = or x = 1 4 S4 Check that each value satisfies the original equation. i.e. Substitute each value and verify whether L.S. = R.S. For x =: L.S. = () + R.S. = () = 4 = 4 = =0 Because 0 6= 4, L.S.6= R.S. Thus, x = isinvalid/extraneous. Making Math Possible 4 of 9 c Sa diyya Hendrickson

5 Exercise SR1 (Continued) For x = 1 4 : L.S. = q LCD = = = R.S. = 1 4 q 1+()(4) 4 = LCD = () 3 = 4 3 = 1 ) L.S. = R.S. Therefore, x = 1 4 is the only solution. Exercise SR: Solve the equation x +5 3x =1 Solution: Notice that we have two terms involving a radical. So, we ll have to carry out S1 followed by S twice! S1 Isolating the first radical, we have: x +5=1+ 3x. S Squaring both sides and writing our check reminder, we have: ( x +5) = (1+ 3x ) ) x +5 = (1+ 3x )(1 + 3x ) ) x +5 = 1+ 3x + 3x {z } +( 3x ) collect ) x +5 = 1+ 3x +3x S1 Isolating the next radical term and collecting gives: 3x =6 x S Squaring both sides again, we have: ( 3x ) = (6 x) ) 4(3x ) = (6 x) a quadratic equation! Making Math Possible 5 of 9 c Sa diyya Hendrickson

6 Exercise SR (Continued) S3 Identifying and solving the quadratic equation, we have: 4(3x ) = (6 x) ) 0=(6 x) 4(3x ) S4 Checking our results, we have: ) (6 x)(6 x) 4(3x ) = 0 ) 36 6x 6x + x 1x +8=0 collect ) x 4x +44=0 and D =( 4) 4(1)(44) > 0 factor ) (x )(x ) = 0 ZPP ) x =0 or x = 0 ) x = or x = For x =: L.S. = () + 5 3() R.S. = 1 = = 9 4 = 3 = 1 L.S. = R.S. So, x = isavalidsolution! For x =: L.S. = () + 5 3() R.S. = 1 = = = 7 8 = 1 Because 1 6= 1, L.S.6= R.S. Thus, x = is invalid/extraneous. Therefore, x = is the only solution. Making Math Possible 6 of 9 c Sa diyya Hendrickson

7 Absolute Value Equations Consider the following examles of absolute value equations: (a) 3x 5 3=1 (b) x 1 =x +4 (c) 3 x = x 5 Answer: x is in jail, behind absolute value bars. So, to free x we must use the definition of absolute value! Note that there are di erent tyes of absolute value equations. Below we will discuss two, both of which have only one term involving absolute value. Tye I One absolute value term and all other terms are constants. Exercise AV1: Solve the equation 3x 5 3 = 1 S1 Isolate the absolute value term by moving all constants/numbers to the other side. i.e. Create an equation of the form: a = b. 3x 5 3=1 () 3x 5 =4 S Use the definition of absolute value to roduce the relevant cases. In general, for some nonnegative constant b, a = b means that a is a distance of b units from zero. So, either a = b (Case 1) or a = b (Case ). We have 3x 5 =4,whichmeansthat a =3x 5 is a distance of 4 units from zero! This gives the following two cases: Case 1 : 3x 5=4 Case : 3x 5= 4 Making Math Possible 7 of 9 c Sa diyya Hendrickson

8 Absolute Value Equations Exercise AV1 (Continued) S3 Solve the equation under each case. Case 1 Case 3x 5 = 4 3x 5 = x 3 = 9 3 3x 3 = 1 3 ) x =3 or x = 1 3 Tye II One absolute value term along with at least one non-constant term (i.e. a term involving the variable to some non-zero ower). Consider the following examle: x 1 4 = x. Notice that if we isolate the absolute value term, we have the equation x 1 =x The distance from 0 is reresented by x + 4, which changes as x changes. Because distance is a nonnegative quantity, x + 4 is restricted. Consequently, there are restrictions on x. These di erences require us to roceed with caution. A oular and safe aroach is to take cases as dictated by the algebraic definition of absolute value. While doing so, we must make note of the restrictions and check all solutions! Recall that: 8 < a if a 0 (Case 1) a = : a if a<0 (Case ) Exercise AV: Solve the equation x 1 = x + 4. S1 Use the algebraic definition of absolute value to determine the relevant cases and restrictions for the equation. 8 < x 1 if x 1 0 (Case 1) x 1 = : (x 1) if x 1 < 0 (Case ) Making Math Possible 8 of 9 c Sa diyya Hendrickson

9 Absolute Value Equations Exercise AV (Continued) S Solve the equation under each case. Be sure to identify and state the restrictions before solving! Case 1: x 1 0 Case : x 1 < 0 ) x 1 ) x <1 ) x 1 ) x< 1 Note: A solution is valid under each case only if it lies in the intervals stated above! Here, x 1 def n = x 1 Here, x 1 def n = (x 1) ) the equation becomes: ) the equation becomes: x 1 = x +4 (x 1) = x +4 x x ) x +1 = x +4 1 = 4 x = x This is a contradiction! So, in this interval, there is no solution! 4x +1 = 4 4x 4 1 = 1 = 3 4 ) x = 3 4 < 1 Therefore, x = 3 4 is the only solution for this equation. Making Math Possible 9 of 9 c Sa diyya Hendrickson

1) Which form is best when asked to determine the values of x for which the expression is undefined, equal to zero, positive or negative? Why?

1) Which form is best when asked to determine the values of x for which the expression is undefined, equal to zero, positive or negative? Why? Solving Inequalities Prepared by: Sa diyya Hendrickson Name: Date: Consider the expanded and simplified forms of the following expression: Expanded Form: x + x 3x Simplified Form: x(x + 1) (3x ) 1) Which

More information

Section 0.10: Complex Numbers from Precalculus Prerequisites a.k.a. Chapter 0 by Carl Stitz, PhD, and Jeff Zeager, PhD, is available under a Creative

Section 0.10: Complex Numbers from Precalculus Prerequisites a.k.a. Chapter 0 by Carl Stitz, PhD, and Jeff Zeager, PhD, is available under a Creative Section 0.0: Comlex Numbers from Precalculus Prerequisites a.k.a. Chater 0 by Carl Stitz, PhD, and Jeff Zeager, PhD, is available under a Creative Commons Attribution-NonCommercial-ShareAlike.0 license.

More information

Package Summary. Linear Equations Quadratic Equations Rational Equations. Making Math Possible 1 of 10 c Sa diyya Hendrickson

Package Summary. Linear Equations Quadratic Equations Rational Equations. Making Math Possible 1 of 10 c Sa diyya Hendrickson Solving Equations Prepared by: Sa diyya Hendrickson Name: Date: Package Summary Linear Equations Quadratic Equations Rational Equations Making Math Possible 1 of 10 c Sa diyya Hendrickson Linear Equations

More information

Read the following definitions and match them with the appropriate example(s) using the lines provided.

Read the following definitions and match them with the appropriate example(s) using the lines provided. Algebraic Expressions Prepared by: Sa diyya Hendrickson Name: Date: Read the following definitions and match them with the appropriate example(s) using the lines provided. 1. Variable: A letter that is

More information

0.6 Factoring 73. As always, the reader is encouraged to multiply out (3

0.6 Factoring 73. As always, the reader is encouraged to multiply out (3 0.6 Factoring 7 5. The G.C.F. of the terms in 81 16t is just 1 so there is nothing of substance to factor out from both terms. With just a difference of two terms, we are limited to fitting this olynomial

More information

Prepared by Sa diyya Hendrickson. Package Summary

Prepared by Sa diyya Hendrickson. Package Summary Introduction Prepared by Sa diyya Hendrickson Name: Date: Package Summary Understanding Variables Translations The Distributive Property Expanding Expressions Collecting Like Terms Solving Linear Equations

More information

CSC165H, Mathematical expression and reasoning for computer science week 12

CSC165H, Mathematical expression and reasoning for computer science week 12 CSC165H, Mathematical exression and reasoning for comuter science week 1 nd December 005 Gary Baumgartner and Danny Hea hea@cs.toronto.edu SF4306A 416-978-5899 htt//www.cs.toronto.edu/~hea/165/s005/index.shtml

More information

MA3H1 TOPICS IN NUMBER THEORY PART III

MA3H1 TOPICS IN NUMBER THEORY PART III MA3H1 TOPICS IN NUMBER THEORY PART III SAMIR SIKSEK 1. Congruences Modulo m In quadratic recirocity we studied congruences of the form x 2 a (mod ). We now turn our attention to situations where is relaced

More information

MATH 2710: NOTES FOR ANALYSIS

MATH 2710: NOTES FOR ANALYSIS MATH 270: NOTES FOR ANALYSIS The main ideas we will learn from analysis center around the idea of a limit. Limits occurs in several settings. We will start with finite limits of sequences, then cover infinite

More information

Sets of Real Numbers

Sets of Real Numbers Chater 4 Sets of Real Numbers 4. The Integers Z and their Proerties In our revious discussions about sets and functions the set of integers Z served as a key examle. Its ubiquitousness comes from the fact

More information

General Form: y = a n x n + a n 1 x n a 2 x 2 + a 1 x + a 0

General Form: y = a n x n + a n 1 x n a 2 x 2 + a 1 x + a 0 Families of Functions Prepared by: Sa diyya Hendrickson Name: Date: Definition: function A function f is a rule that relates two sets by assigning to some element (e.g. x) in a set A exactly one element

More information

Prepared by Sa diyya Hendrickson. Package Summary

Prepared by Sa diyya Hendrickson. Package Summary Introduction Prepared by Sa diyya Hendrickson Name: Date: Figure 1: c Cengage Learning Package Summary Definition and Properties of Exponents Understanding Properties (Frayer Models) Discovering Zero and

More information

Pretest (Optional) Use as an additional pacing tool to guide instruction. August 21

Pretest (Optional) Use as an additional pacing tool to guide instruction. August 21 Trimester 1 Pretest (Otional) Use as an additional acing tool to guide instruction. August 21 Beyond the Basic Facts In Trimester 1, Grade 8 focus on multilication. Daily Unit 1: Rational vs. Irrational

More information

15-451/651: Design & Analysis of Algorithms October 23, 2018 Lecture #17: Prediction from Expert Advice last changed: October 25, 2018

15-451/651: Design & Analysis of Algorithms October 23, 2018 Lecture #17: Prediction from Expert Advice last changed: October 25, 2018 5-45/65: Design & Analysis of Algorithms October 23, 208 Lecture #7: Prediction from Exert Advice last changed: October 25, 208 Prediction with Exert Advice Today we ll study the roblem of making redictions

More information

Notes on Instrumental Variables Methods

Notes on Instrumental Variables Methods Notes on Instrumental Variables Methods Michele Pellizzari IGIER-Bocconi, IZA and frdb 1 The Instrumental Variable Estimator Instrumental variable estimation is the classical solution to the roblem of

More information

(2) Dividing both sides of the equation in (1) by the divisor, 3, gives: =

(2) Dividing both sides of the equation in (1) by the divisor, 3, gives: = Dividing Polynomials Prepared by: Sa diyya Hendrickson Name: Date: Let s begin by recalling the process of long division for numbers. Consider the following fraction: Recall that fractions are just division

More information

MATH 3240Q Introduction to Number Theory Homework 7

MATH 3240Q Introduction to Number Theory Homework 7 As long as algebra and geometry have been searated, their rogress have been slow and their uses limited; but when these two sciences have been united, they have lent each mutual forces, and have marched

More information

f(r) = a d n) d + + a0 = 0

f(r) = a d n) d + + a0 = 0 Math 400-00/Foundations of Algebra/Fall 07 Polynomials at the Foundations: Roots Next, we turn to the notion of a root of a olynomial in Q[x]. Definition 8.. r Q is a rational root of fx) Q[x] if fr) 0.

More information

Problem Solving/Modeling

Problem Solving/Modeling Prepared by: Sa diyya Hendrickson Problem Solving/ I. General Strategies S1 S Understand the problem. It may be helpful to draw charts or diagrams. Identify the following: 1 What is given and record all

More information

The Euler Phi Function

The Euler Phi Function The Euler Phi Function 7-3-2006 An arithmetic function takes ositive integers as inuts and roduces real or comlex numbers as oututs. If f is an arithmetic function, the divisor sum Dfn) is the sum of the

More information

19th Bay Area Mathematical Olympiad. Problems and Solutions. February 28, 2017

19th Bay Area Mathematical Olympiad. Problems and Solutions. February 28, 2017 th Bay Area Mathematical Olymiad February, 07 Problems and Solutions BAMO- and BAMO- are each 5-question essay-roof exams, for middle- and high-school students, resectively. The roblems in each exam are

More information

Characteristics of Fibonacci-type Sequences

Characteristics of Fibonacci-type Sequences Characteristics of Fibonacci-tye Sequences Yarden Blausa May 018 Abstract This aer resents an exloration of the Fibonacci sequence, as well as multi-nacci sequences and the Lucas sequence. We comare and

More information

ON THE LEAST SIGNIFICANT p ADIC DIGITS OF CERTAIN LUCAS NUMBERS

ON THE LEAST SIGNIFICANT p ADIC DIGITS OF CERTAIN LUCAS NUMBERS #A13 INTEGERS 14 (014) ON THE LEAST SIGNIFICANT ADIC DIGITS OF CERTAIN LUCAS NUMBERS Tamás Lengyel Deartment of Mathematics, Occidental College, Los Angeles, California lengyel@oxy.edu Received: 6/13/13,

More information

Pretest (Optional) Use as an additional pacing tool to guide instruction. August 21

Pretest (Optional) Use as an additional pacing tool to guide instruction. August 21 Trimester 1 Pretest (Otional) Use as an additional acing tool to guide instruction. August 21 Beyond the Basic Facts In Trimester 1, Grade 7 focus on multilication. Daily Unit 1: The Number System Part

More information

Excerpt from "Intermediate Algebra" 2014 AoPS Inc.

Excerpt from Intermediate Algebra 2014 AoPS Inc. Ecert from "Intermediate Algebra" 04 AoPS Inc. www.artofroblemsolving.com for which our grah is below the -ais with the oints where the grah intersects the -ais (because the ineuality is nonstrict), we

More information

where x i is the ith coordinate of x R N. 1. Show that the following upper bound holds for the growth function of H:

where x i is the ith coordinate of x R N. 1. Show that the following upper bound holds for the growth function of H: Mehryar Mohri Foundations of Machine Learning Courant Institute of Mathematical Sciences Homework assignment 2 October 25, 2017 Due: November 08, 2017 A. Growth function Growth function of stum functions.

More information

Monte Carlo Studies. Monte Carlo Studies. Sampling Distribution

Monte Carlo Studies. Monte Carlo Studies. Sampling Distribution Monte Carlo Studies Do not let yourself be intimidated by the material in this lecture This lecture involves more theory but is meant to imrove your understanding of: Samling distributions and tests of

More information

Numerical Linear Algebra

Numerical Linear Algebra Numerical Linear Algebra Numerous alications in statistics, articularly in the fitting of linear models. Notation and conventions: Elements of a matrix A are denoted by a ij, where i indexes the rows and

More information

Frobenius Elements, the Chebotarev Density Theorem, and Reciprocity

Frobenius Elements, the Chebotarev Density Theorem, and Reciprocity Frobenius Elements, the Chebotarev Density Theorem, and Recirocity Dylan Yott July 30, 204 Motivation Recall Dirichlet s theorem from elementary number theory. Theorem.. For a, m) =, there are infinitely

More information

HEAT, WORK, AND THE FIRST LAW OF THERMODYNAMICS

HEAT, WORK, AND THE FIRST LAW OF THERMODYNAMICS HET, ORK, ND THE FIRST L OF THERMODYNMIS 8 EXERISES Section 8. The First Law of Thermodynamics 5. INTERPRET e identify the system as the water in the insulated container. The roblem involves calculating

More information

Elementary Analysis in Q p

Elementary Analysis in Q p Elementary Analysis in Q Hannah Hutter, May Szedlák, Phili Wirth November 17, 2011 This reort follows very closely the book of Svetlana Katok 1. 1 Sequences and Series In this section we will see some

More information

In this lesson you will use the Cloud Chamber applet to investigate the alpha decay process.

In this lesson you will use the Cloud Chamber applet to investigate the alpha decay process. Alha Decay In this lesson you will use the Cloud Chamber alet to investigate the alha decay rocess. Prerequisites: You should be familiar with the hysics of charged articles moving in magnetic fields and

More information

Section 3.7: Solving Radical Equations

Section 3.7: Solving Radical Equations Objective: Solve equations with radicals and check for extraneous solutions. In this section, we solve equations that have roots in the problem. As you might expect, to clear a root we can raise both sides

More information

2. Review of Calculus Notation. C(X) all functions continuous on the set X. C[a, b] all functions continuous on the interval [a, b].

2. Review of Calculus Notation. C(X) all functions continuous on the set X. C[a, b] all functions continuous on the interval [a, b]. CHAPTER Mathematical Preliminaries and Error Analysis. Review of Calculus Notation. C(X) all functions continuous on the set X. C[a, b] all functions continuous on the interval [a, b]. C n(x) all functions

More information

Prepared by Sa diyya Hendrickson. Package Summary

Prepared by Sa diyya Hendrickson. Package Summary Introduction Prepared by Sa diyya Hendrickson Name: Date: Package Summary Defining Decimal Numbers Things to Remember Adding and Subtracting Decimals Multiplying Decimals Expressing Fractions as Decimals

More information

Math 104B: Number Theory II (Winter 2012)

Math 104B: Number Theory II (Winter 2012) Math 104B: Number Theory II (Winter 01) Alina Bucur Contents 1 Review 11 Prime numbers 1 Euclidean algorithm 13 Multilicative functions 14 Linear diohantine equations 3 15 Congruences 3 Primes as sums

More information

8.7 Associated and Non-associated Flow Rules

8.7 Associated and Non-associated Flow Rules 8.7 Associated and Non-associated Flow Rules Recall the Levy-Mises flow rule, Eqn. 8.4., d ds (8.7.) The lastic multilier can be determined from the hardening rule. Given the hardening rule one can more

More information

Chapter 2 Arithmetic Functions and Dirichlet Series.

Chapter 2 Arithmetic Functions and Dirichlet Series. Chater 2 Arithmetic Functions and Dirichlet Series. [4 lectures] Definition 2.1 An arithmetic function is any function f : N C. Examles 1) The divisor function d (n) (often denoted τ (n)) is the number

More information

CONGRUENCE PROPERTIES OF TAYLOR COEFFICIENTS OF MODULAR FORMS

CONGRUENCE PROPERTIES OF TAYLOR COEFFICIENTS OF MODULAR FORMS CONGRUENCE PROPERTIES OF TAYLOR COEFFICIENTS OF MODULAR FORMS HANNAH LARSON AND GEOFFREY SMITH Abstract. In their work, Serre and Swinnerton-Dyer study the congruence roerties of the Fourier coefficients

More information

QUADRATIC RECIPROCITY

QUADRATIC RECIPROCITY QUADRATIC RECIPROCITY JORDAN SCHETTLER Abstract. The goals of this roject are to have the reader(s) gain an areciation for the usefulness of Legendre symbols and ultimately recreate Eisenstein s slick

More information

Practice Final Solutions

Practice Final Solutions Practice Final Solutions 1. True or false: (a) If a is a sum of three squares, and b is a sum of three squares, then so is ab. False: Consider a 14, b 2. (b) No number of the form 4 m (8n + 7) can be written

More information

Lecture 13. Heat Engines. Thermodynamic processes and entropy Thermodynamic cycles Extracting work from heat

Lecture 13. Heat Engines. Thermodynamic processes and entropy Thermodynamic cycles Extracting work from heat Lecture 3 Heat Engines hermodynamic rocesses and entroy hermodynamic cycles Extracting work from heat - How do we define engine efficiency? - Carnot cycle: the best ossible efficiency Reading for this

More information

Lecture 13 Heat Engines

Lecture 13 Heat Engines Lecture 3 Heat Engines hermodynamic rocesses and entroy hermodynamic cycles Extracting work from heat - How do we define engine efficiency? - Carnot cycle: the best ossible efficiency Reading for this

More information

4. Score normalization technical details We now discuss the technical details of the score normalization method.

4. Score normalization technical details We now discuss the technical details of the score normalization method. SMT SCORING SYSTEM This document describes the scoring system for the Stanford Math Tournament We begin by giving an overview of the changes to scoring and a non-technical descrition of the scoring rules

More information

1 Random Experiments from Random Experiments

1 Random Experiments from Random Experiments Random Exeriments from Random Exeriments. Bernoulli Trials The simlest tye of random exeriment is called a Bernoulli trial. A Bernoulli trial is a random exeriment that has only two ossible outcomes: success

More information

arxiv: v1 [physics.data-an] 26 Oct 2012

arxiv: v1 [physics.data-an] 26 Oct 2012 Constraints on Yield Parameters in Extended Maximum Likelihood Fits Till Moritz Karbach a, Maximilian Schlu b a TU Dortmund, Germany, moritz.karbach@cern.ch b TU Dortmund, Germany, maximilian.schlu@cern.ch

More information

RINGS OF INTEGERS WITHOUT A POWER BASIS

RINGS OF INTEGERS WITHOUT A POWER BASIS RINGS OF INTEGERS WITHOUT A POWER BASIS KEITH CONRAD Let K be a number field, with degree n and ring of integers O K. When O K = Z[α] for some α O K, the set {1, α,..., α n 1 } is a Z-basis of O K. We

More information

1 Extremum Estimators

1 Extremum Estimators FINC 9311-21 Financial Econometrics Handout Jialin Yu 1 Extremum Estimators Let θ 0 be a vector of k 1 unknown arameters. Extremum estimators: estimators obtained by maximizing or minimizing some objective

More information

Additive results for the generalized Drazin inverse in a Banach algebra

Additive results for the generalized Drazin inverse in a Banach algebra Additive results for the generalized Drazin inverse in a Banach algebra Dragana S. Cvetković-Ilić Dragan S. Djordjević and Yimin Wei* Abstract In this aer we investigate additive roerties of the generalized

More information

A CONCRETE EXAMPLE OF PRIME BEHAVIOR IN QUADRATIC FIELDS. 1. Abstract

A CONCRETE EXAMPLE OF PRIME BEHAVIOR IN QUADRATIC FIELDS. 1. Abstract A CONCRETE EXAMPLE OF PRIME BEHAVIOR IN QUADRATIC FIELDS CASEY BRUCK 1. Abstract The goal of this aer is to rovide a concise way for undergraduate mathematics students to learn about how rime numbers behave

More information

THE ERDÖS - MORDELL THEOREM IN THE EXTERIOR DOMAIN

THE ERDÖS - MORDELL THEOREM IN THE EXTERIOR DOMAIN INTERNATIONAL JOURNAL OF GEOMETRY Vol. 5 (2016), No. 1, 31-38 THE ERDÖS - MORDELL THEOREM IN THE EXTERIOR DOMAIN PETER WALKER Abstract. We show that in the Erd½os-Mordell theorem, the art of the region

More information

QUADRATIC RECIPROCITY

QUADRATIC RECIPROCITY QUADRATIC RECIPROCITY JORDAN SCHETTLER Abstract. The goals of this roject are to have the reader(s) gain an areciation for the usefulness of Legendre symbols and ultimately recreate Eisenstein s slick

More information

NUMBER SYSTEMS. Number theory is the study of the integers. We denote the set of integers by Z:

NUMBER SYSTEMS. Number theory is the study of the integers. We denote the set of integers by Z: NUMBER SYSTEMS Number theory is the study of the integers. We denote the set of integers by Z: Z = {..., 3, 2, 1, 0, 1, 2, 3,... }. The integers have two oerations defined on them, addition and multilication,

More information

MATH 361: NUMBER THEORY EIGHTH LECTURE

MATH 361: NUMBER THEORY EIGHTH LECTURE MATH 361: NUMBER THEORY EIGHTH LECTURE 1. Quadratic Recirocity: Introduction Quadratic recirocity is the first result of modern number theory. Lagrange conjectured it in the late 1700 s, but it was first

More information

Practice Final Solutions

Practice Final Solutions Practice Final Solutions 1. Find integers x and y such that 13x + 1y 1 SOLUTION: By the Euclidean algorithm: One can work backwards to obtain 1 1 13 + 2 13 6 2 + 1 1 13 6 2 13 6 (1 1 13) 7 13 6 1 Hence

More information

References: 1. Cohen Tannoudji Chapter 5 2. Quantum Chemistry Chapter 3

References: 1. Cohen Tannoudji Chapter 5 2. Quantum Chemistry Chapter 3 Lecture #6 Today s Program:. Harmonic oscillator imortance. Quantum mechanical harmonic oscillations of ethylene molecule 3. Harmonic oscillator quantum mechanical general treatment 4. Angular momentum,

More information

Lesson 29: Solving Radical Equations

Lesson 29: Solving Radical Equations Lesson 29: Solving Radical Equations Student Outcomes Students develop facility in solving radical equations. Lesson Notes In the previous lesson, students were introduced to the notion of solving radical

More information

At the end of this section, you should be able to solve equations that are convertible to equations in linear or quadratic forms:

At the end of this section, you should be able to solve equations that are convertible to equations in linear or quadratic forms: Equations in Linear and Quadratic Forms At the end of this section, you should be able to solve equations that are convertible to equations in linear or quadratic forms: Equations involving rational expressions

More information

Chapter 1 Fundamentals

Chapter 1 Fundamentals Chater Fundamentals. Overview of Thermodynamics Industrial Revolution brought in large scale automation of many tedious tasks which were earlier being erformed through manual or animal labour. Inventors

More information

254 CHAPTER 9 RADICAL EXPRESSIONS AND EQUATIONS

254 CHAPTER 9 RADICAL EXPRESSIONS AND EQUATIONS Chapter 9 Radical Expressions and Equations Section 9.. Introduction to Radical Expressions Practice 9... Since negative so this is not defined using real numbers.. + - +. 8 - - 9 -. 8-8 - - 8 - - 0-8.

More information

ARITHMETIC PROGRESSIONS OF POLYGONAL NUMBERS WITH COMMON DIFFERENCE A POLYGONAL NUMBER

ARITHMETIC PROGRESSIONS OF POLYGONAL NUMBERS WITH COMMON DIFFERENCE A POLYGONAL NUMBER #A43 INTEGERS 17 (2017) ARITHMETIC PROGRESSIONS OF POLYGONAL NUMBERS WITH COMMON DIFFERENCE A POLYGONAL NUMBER Lenny Jones Deartment of Mathematics, Shiensburg University, Shiensburg, Pennsylvania lkjone@shi.edu

More information

4/8/2012. Example. Definition of the current: dq I = dt

4/8/2012. Example. Definition of the current: dq I = dt 4/8/0 Whenever electric charges of like signs move under the influence of an alied of electric field, an electric current is said to exist The current is the rate at which the charge moves in the wire.

More information

ME scope Application Note 16

ME scope Application Note 16 ME scoe Alication Note 16 Integration & Differentiation of FFs and Mode Shaes NOTE: The stes used in this Alication Note can be dulicated using any Package that includes the VES-36 Advanced Signal Processing

More information

Round-off Errors and Computer Arithmetic - (1.2)

Round-off Errors and Computer Arithmetic - (1.2) Round-off Errors and Comuter Arithmetic - (.). Round-off Errors: Round-off errors is roduced when a calculator or comuter is used to erform real number calculations. That is because the arithmetic erformed

More information

Math 154 :: Elementary Algebra

Math 154 :: Elementary Algebra Math 4 :: Elementary Algebra Section. Additive Property of Equality Section. Multiplicative Property of Equality Section.3 Linear Equations in One-Variable Section.4 Linear Equations in One-Variable with

More information

Coding Along Hermite Polynomials for Gaussian Noise Channels

Coding Along Hermite Polynomials for Gaussian Noise Channels Coding Along Hermite olynomials for Gaussian Noise Channels Emmanuel A. Abbe IG, EFL Lausanne, 1015 CH Email: emmanuel.abbe@efl.ch Lizhong Zheng LIDS, MIT Cambridge, MA 0139 Email: lizhong@mit.edu Abstract

More information

Finding Shortest Hamiltonian Path is in P. Abstract

Finding Shortest Hamiltonian Path is in P. Abstract Finding Shortest Hamiltonian Path is in P Dhananay P. Mehendale Sir Parashurambhau College, Tilak Road, Pune, India bstract The roblem of finding shortest Hamiltonian ath in a eighted comlete grah belongs

More information

Mobius Functions, Legendre Symbols, and Discriminants

Mobius Functions, Legendre Symbols, and Discriminants Mobius Functions, Legendre Symbols, and Discriminants 1 Introduction Zev Chonoles, Erick Knight, Tim Kunisky Over the integers, there are two key number-theoretic functions that take on values of 1, 1,

More information

Math 4400/6400 Homework #8 solutions. 1. Let P be an odd integer (not necessarily prime). Show that modulo 2,

Math 4400/6400 Homework #8 solutions. 1. Let P be an odd integer (not necessarily prime). Show that modulo 2, MATH 4400 roblems. Math 4400/6400 Homework # solutions 1. Let P be an odd integer not necessarily rime. Show that modulo, { P 1 0 if P 1, 7 mod, 1 if P 3, mod. Proof. Suose that P 1 mod. Then we can write

More information

9.5 Radical Equations

9.5 Radical Equations Section 9.5 Radical Equations 945 9.5 Radical Equations In this section we are going to solve equations that contain one or more radical expressions. In the case where we can isolate the radical expression

More information

Cryptanalysis of Pseudorandom Generators

Cryptanalysis of Pseudorandom Generators CSE 206A: Lattice Algorithms and Alications Fall 2017 Crytanalysis of Pseudorandom Generators Instructor: Daniele Micciancio UCSD CSE As a motivating alication for the study of lattice in crytograhy we

More information

Solution sheet ξi ξ < ξ i+1 0 otherwise ξ ξ i N i,p 1 (ξ) + where 0 0

Solution sheet ξi ξ < ξ i+1 0 otherwise ξ ξ i N i,p 1 (ξ) + where 0 0 Advanced Finite Elements MA5337 - WS7/8 Solution sheet This exercise sheets deals with B-slines and NURBS, which are the basis of isogeometric analysis as they will later relace the olynomial ansatz-functions

More information

Elliptic Curves Spring 2015 Problem Set #1 Due: 02/13/2015

Elliptic Curves Spring 2015 Problem Set #1 Due: 02/13/2015 18.783 Ellitic Curves Sring 2015 Problem Set #1 Due: 02/13/2015 Descrition These roblems are related to the material covered in Lectures 1-2. Some of them require the use of Sage, and you will need to

More information

The Logic of Compound Statements. CSE 2353 Discrete Computational Structures Spring 2018

The Logic of Compound Statements. CSE 2353 Discrete Computational Structures Spring 2018 CSE 2353 Discrete Comutational Structures Sring 2018 The Logic of Comound Statements (Chater 2, E) Note: some course slides adoted from ublisher-rovided material Outline 2.1 Logical Form and Logical Equivalence

More information

San Francisco State University ECON 851 Summer Problem Set 1

San Francisco State University ECON 851 Summer Problem Set 1 San Francisco State University Michael Bar ECON 85 Summer 05 Problem Set. Suose that the wea reference relation % on L is transitive. Prove that the strict reference relation is transitive. Let A; B; C

More information

MA3H1 Topics in Number Theory. Samir Siksek

MA3H1 Topics in Number Theory. Samir Siksek MA3H1 Toics in Number Theory Samir Siksek Samir Siksek, Mathematics Institute, University of Warwick, Coventry, CV4 7AL, United Kingdom E-mail address: samir.siksek@gmail.com Contents Chater 0. Prologue

More information

Averaging sums of powers of integers and Faulhaber polynomials

Averaging sums of powers of integers and Faulhaber polynomials Annales Mathematicae et Informaticae 42 (20. 0 htt://ami.ektf.hu Averaging sums of owers of integers and Faulhaber olynomials José Luis Cereceda a a Distrito Telefónica Madrid Sain jl.cereceda@movistar.es

More information

1 1 c (a) 1 (b) 1 Figure 1: (a) First ath followed by salesman in the stris method. (b) Alternative ath. 4. D = distance travelled closing the loo. Th

1 1 c (a) 1 (b) 1 Figure 1: (a) First ath followed by salesman in the stris method. (b) Alternative ath. 4. D = distance travelled closing the loo. Th 18.415/6.854 Advanced Algorithms ovember 7, 1996 Euclidean TSP (art I) Lecturer: Michel X. Goemans MIT These notes are based on scribe notes by Marios Paaefthymiou and Mike Klugerman. 1 Euclidean TSP Consider

More information

Chapter 7 Rational and Irrational Numbers

Chapter 7 Rational and Irrational Numbers Chater 7 Rational and Irrational Numbers In this chater we first review the real line model for numbers, as discussed in Chater 2 of seventh grade, by recalling how the integers and then the rational numbers

More information

3 Rules of Inferential Logic

3 Rules of Inferential Logic 24 FUNDAMENTALS OF MATHEMATICAL LOGIC 3 Rules of Inferential Logic The main concern of logic is how the truth of some roositions is connected with the truth of another. Thus, we will usually consider a

More information

37. FINISHING UP ABSOLUTE VALUE INEQUALITIES

37. FINISHING UP ABSOLUTE VALUE INEQUALITIES get the complete book: http://wwwonemathematicalcatorg/getfulltextfullbookhtm 37 FINISHING UP ABSOLUTE VALUE INEQUALITIES solving inequalities involving absolute value This section should feel remarkably

More information

Solvability and Number of Roots of Bi-Quadratic Equations over p adic Fields

Solvability and Number of Roots of Bi-Quadratic Equations over p adic Fields Malaysian Journal of Mathematical Sciences 10(S February: 15-35 (016 Secial Issue: The 3 rd International Conference on Mathematical Alications in Engineering 014 (ICMAE 14 MALAYSIAN JOURNAL OF MATHEMATICAL

More information

By Evan Chen OTIS, Internal Use

By Evan Chen OTIS, Internal Use Solutions Notes for DNY-NTCONSTRUCT Evan Chen January 17, 018 1 Solution Notes to TSTST 015/5 Let ϕ(n) denote the number of ositive integers less than n that are relatively rime to n. Prove that there

More information

FE FORMULATIONS FOR PLASTICITY

FE FORMULATIONS FOR PLASTICITY G These slides are designed based on the book: Finite Elements in Plasticity Theory and Practice, D.R.J. Owen and E. Hinton, 1970, Pineridge Press Ltd., Swansea, UK. 1 Course Content: A INTRODUCTION AND

More information

The Hasse Minkowski Theorem Lee Dicker University of Minnesota, REU Summer 2001

The Hasse Minkowski Theorem Lee Dicker University of Minnesota, REU Summer 2001 The Hasse Minkowski Theorem Lee Dicker University of Minnesota, REU Summer 2001 The Hasse-Minkowski Theorem rovides a characterization of the rational quadratic forms. What follows is a roof of the Hasse-Minkowski

More information

[Ch 3, 4] Logic and Proofs (2) 1. Valid and Invalid Arguments ( 2.3, 3.4) 400 lecture note #2. 1) Basics

[Ch 3, 4] Logic and Proofs (2) 1. Valid and Invalid Arguments ( 2.3, 3.4) 400 lecture note #2. 1) Basics 400 lecture note #2 [Ch 3, 4] Logic and Proofs (2) 1. Valid and Invalid Arguments ( 2.3, 3.4) 1) Basics An argument is a sequence of statements ( s1, s2,, sn). All statements in an argument, excet for

More information

p-adic Properties of Lengyel s Numbers

p-adic Properties of Lengyel s Numbers 1 3 47 6 3 11 Journal of Integer Sequences, Vol. 17 (014), Article 14.7.3 -adic Proerties of Lengyel s Numbers D. Barsky 7 rue La Condamine 75017 Paris France barsky.daniel@orange.fr J.-P. Bézivin 1, Allée

More information

MAS 4203 Number Theory. M. Yotov

MAS 4203 Number Theory. M. Yotov MAS 4203 Number Theory M. Yotov June 15, 2017 These Notes were comiled by the author with the intent to be used by his students as a main text for the course MAS 4203 Number Theory taught at the Deartment

More information

Recent Developments in Multilayer Perceptron Neural Networks

Recent Developments in Multilayer Perceptron Neural Networks Recent Develoments in Multilayer Percetron eural etworks Walter H. Delashmit Lockheed Martin Missiles and Fire Control Dallas, Texas 75265 walter.delashmit@lmco.com walter.delashmit@verizon.net Michael

More information

Dimensional perturbation theory for Regge poles

Dimensional perturbation theory for Regge poles Dimensional erturbation theory for Regge oles Timothy C. Germann Deartment of Chemistry, University of California, Berkeley, California 94720 Sabre Kais Deartment of Chemistry, Purdue University, West

More information

DISCRIMINANTS IN TOWERS

DISCRIMINANTS IN TOWERS DISCRIMINANTS IN TOWERS JOSEPH RABINOFF Let A be a Dedekind domain with fraction field F, let K/F be a finite searable extension field, and let B be the integral closure of A in K. In this note, we will

More information

97.398*, Physical Electronics, Lecture 8. Diode Operation

97.398*, Physical Electronics, Lecture 8. Diode Operation 97.398*, Physical Electronics, Lecture 8 Diode Oeration Lecture Outline Have looked at basic diode rocessing and structures Goal is now to understand and model the behavior of the device under bias First

More information

COMMUNICATION BETWEEN SHAREHOLDERS 1

COMMUNICATION BETWEEN SHAREHOLDERS 1 COMMUNICATION BTWN SHARHOLDRS 1 A B. O A : A D Lemma B.1. U to µ Z r 2 σ2 Z + σ2 X 2r ω 2 an additive constant that does not deend on a or θ, the agents ayoffs can be written as: 2r rθa ω2 + θ µ Y rcov

More information

P.1: Algebraic Expressions, Mathematical Models, and Real Numbers

P.1: Algebraic Expressions, Mathematical Models, and Real Numbers Chapter P Prerequisites: Fundamental Concepts of Algebra Pre-calculus notes Date: P.1: Algebraic Expressions, Mathematical Models, and Real Numbers Algebraic expression: a combination of variables and

More information

Network DEA: A Modified Non-radial Approach

Network DEA: A Modified Non-radial Approach Network DEA: A Modified Non-radial Aroach Victor John M. Cantor Deartment of Industrial and Systems Engineering National University of Singaore (NUS), Singaore, Singaore Tel: (+65) 913 40025, Email: victorjohn.cantor@u.nus.edu

More information

Note on Lieb Thirring Type Inequalities for a Complex Perturbation of Fractional Laplacian

Note on Lieb Thirring Type Inequalities for a Complex Perturbation of Fractional Laplacian Journal of Mathematical Physics, Analysis, Geometry 5, vol., No. 3,. 45 66 Note on Lieb Thirring Tye Inequalities for a Comlex Perturbation of Fractional Lalacian C. Dubuisson Institut de Mathématiques

More information

Series Handout A. 1. Determine which of the following sums are geometric. If the sum is geometric, express the sum in closed form.

Series Handout A. 1. Determine which of the following sums are geometric. If the sum is geometric, express the sum in closed form. Series Handout A. Determine which of the following sums are geometric. If the sum is geometric, exress the sum in closed form. 70 a) k= ( k ) b) 50 k= ( k )2 c) 60 k= ( k )k d) 60 k= (.0)k/3 2. Find the

More information

2016-r1 Physics 220: Worksheet 02 Name

2016-r1 Physics 220: Worksheet 02 Name 06-r Physics 0: Worksheet 0 Name Concets: Electric Field, lines of force, charge density, diole moment, electric diole () An equilateral triangle with each side of length 0.0 m has identical charges of

More information

02. Equilibrium Thermodynamics II: Engines

02. Equilibrium Thermodynamics II: Engines University of Rhode Island DigitalCommons@URI Equilibrium Statistical Physics Physics Course Materials 205 02. Equilibrium Thermodynamics II: Engines Gerhard Müller University of Rhode Island, gmuller@uri.edu

More information

Answers Investigation 2

Answers Investigation 2 Answers Alications 1. a. Plan 1: y = x + 5; Plan 2: y = 1.5x + 2.5 b. Intersection oint (5, 10) is an exact solution to the system of equations. c. x + 5 = 1.5x + 2.5 leads to x = 5; (5) + 5 = 10 or 1.5(5)

More information