#A12 INTEGERS 13 (2013) THE DISTRIBUTION OF SOLUTIONS TO XY = N (MOD A) WITH AN APPLICATION TO FACTORING INTEGERS

Size: px
Start display at page:

Download "#A12 INTEGERS 13 (2013) THE DISTRIBUTION OF SOLUTIONS TO XY = N (MOD A) WITH AN APPLICATION TO FACTORING INTEGERS"

Transcription

1 #A1 INTEGERS 13 (013) THE DISTRIBUTION OF SOLUTIONS TO XY = N (MOD A) WITH AN APPLICATION TO FACTORING INTEGERS Michel O. Rubinstein 1 Pure Mthemtics, University of Wterloo, Wterloo, Ontrio, Cnd mrubinst@uwterloo.c Received: 3/6/09, Revised: 9/1/1, Accepted: 3/6/13, Published: 3/15/13 Abstrct We consider the uniform distribution of solutions (x, y) to xy = N mod, nd obtin bound on the second moment of the number of solutions in squres of length pproximtely 1/. We use this to study new fctoring lgorithm tht fctors N = UV provbly in O(N 1/3+ ) time, nd discuss the potentil for improving the runtime to sub-exponentil. 1. Introduction Let gcd(, N) = 1. A clssic ppliction of Kloostermn sums shows tht the points (x, y) mod stisfying xy = N mod become uniformly distributed in the squre of side length s. In this pper we investigte n ppliction of this fct to the problem of fctoring integers. We give new method to fctor the integer N which bets tril division, nd prove tht it runs in time O(N 1/3+ ). Unlike mny existing fctoring lgorithms tht ttempt to fctor N by considering vrious congruences modulo N, the method presented here revisits tril division nd exploits informtion vilble on filed tril division, nmely it considers the reminder of N when divided by n integer, nd lso by its neighbor, 1. While the complexity of our method is not exciting, considering the existence of severl probbilistic sub-exponentil fctoring lgorithms, the runtime here is provble. For comprison, the best known provble fctoring lgorithm, Pollrd- Strssen, runs in time O(N 1/4+ ). Shnk s clss group method runs in time O(N 1/5+ ) ssuming the GRH. It hs comprble runtime to Lehmn s method [7], but the method is different. Our lgorithm is described in Section. Furthermore, proving this runtime requires understnding the finer distribution of solutions to xy = N mod, nd our results in this regrds re interesting in their own right. We discuss the problem on uniform distribution in Sections 4 nd 5. Finlly, ll existing sub-exponentil fctoring lgorithms hve grown out of much weker exponentil lgorithms, nd we hope tht the fctoring ides presented here 1 Support for work on this pper ws provided by n NSERC Discovery Grnt

2 INTEGERS: 13 (013) will be improved. In Section 3 we discuss some needed improvements to chieve better runtime. We hve not implemented the lgorithms described in this pper. The purpose of this pper is to present new pproch to fctoring integers nd nlyze its runtime.. Algorithm Hide nd Seek Let N be positive integer tht we wish to fctor. Sy N = UV where U nd V re positive integers, not necessrily prime, with 1 < U V. For simplicity, ssume V < U, so tht V < (N) 1/. The generl cse, without this restriction, will be hndled t the end of this section. The ide behind the lgorithm is to perform tril division of N by couple of integers, nd to use informtion bout the reminder to determine the fctors U nd V. Let be positive integer, 1 < < N. By the division lgorithm, write U = u 1 + u 0, with 0 u 0 < V = v 1 + v 0, with 0 v 0 <. (1) Assume tht u 0 is reltively prime to, nd likewise for v 0, since otherwise we esily extrct fctor of N by tking gcd(, N). If, for given, we cn determine u 0, u 1, v 0, v 1 then we hve found U nd V. Consider N = u 0 v 0 mod. One cnnot simply determine u 0 nd v 0 from the vlue of N mod, becuse φ() pirs of integers (x, y) mod stisfy xy = N mod (if x = mu 0 mod, then y = m 1 v 0 mod, where gcd(m, ) = 1). However, sy is lrge, (N) 1/3 > V /3, so tht v 1 nd u 1 re comprtively smll, u 1, v 1 V 1/3, i.e., both re < 1/. If we consider N mod δ N = UV = (u 1 δ + u 0 )(v 1 δ + v 0 ) mod δ, () for δ = 0, 1, we get, s solutions (x, y) to xy = N mod δ, two nerby points, (u 0, v 0 ) nd (u 0 + u 1, v 0 + v 1 ), whose coordintes re within 1/ of one nother. This pir of points is just one pir mongst the mny pirs of solutions to the bove equtions, for δ = 0, 1. However, the fct tht the solutions re nerby reduces the mount of checking tht we need to do in order to find the pir of points, (u 0, v 0 ) nd (u 0 + u 1, v 0 + v 1 ), tht we seek. Figures 1 nd illustrte this fct, for N = = , nd = 157. Thus, U = 1061, u 0 = 119, u 1 = 8, nd V = 1801, v 0 = 74, v 1 = 15. Rther thn just depict the solutions to xy = N mod δ, for δ = 0, 1, we lso plot the solutions for δ =, 3 (though our lgorithm below only mkes use of solutions for

3 INTEGERS: 13 (013) 3 δ = 0, 1). Plotting four sets of solutions, for δ = 0, 1,, 3 mkes it esier for the humn eye to tell the points (u 0, v 0 ) = (119, 74), (u 0 + u 1, v 0 + v 1 ) = (15, 85), (u 0 + u 1, v 0 + v 1 ) = (131, 96), nd (u 0 + 3u 1, v 0 + 3v 1 ) = (137, 107) from the rndom coincidences of nerby points s these ll lie eqully spced prt nd on one line. Solutions to xy = mod 157. Solutions to xy = mod y 80 y x x Solutions to xy = mod 155. Solutions to xy = mod y 80 y x x Figure 1: The solutions (x, y) to xy = mod 157 δ, for δ = 0, 1,, 3 So, we cn set, sy, = (N) 1/3, nd prtition the Crtesin plne into squres of side length 1/, ech squre being of the form {(x, y) R m 1/ x < (m + 1) 1/, n 1/ y < (n + 1) 1/ }, where m, n Z. We then list ll φ() pirs of integers (x, y), with 1 x, y, tht stisfy xy = N mod, throwing them into our squres of side lengths 1/. We cn

4 INTEGERS: 13 (013) 4 Solutions to xy = mod 157,156,155,154 superimposed y Figure : The solutions (x, y) to xy = mod 157 δ, for δ = 0, 1,, 3, superimposed. The four circled points re (u 0, v 0 ) = (119, 74), (u 0 + u 1, v 0 + v 1 ) = (15, 85), (u 0 + u 1, v 0 + v 1 ) = (131, 96), nd (u 0 + 3u 1, v 0 + 3v 1 ) = (137, 107). x ssume tht gcd(, N) = 1, becuse, otherwise we esily extrct fctor of N. We cn compute ll inverses mod, nd hence ll (x, y) = (x, x 1 N) mod in O() opertions mod. To compute ll inverses, strt with m =, multiply mod by m until we rrive t 1, or hit residue clss lredy encountered (in which cse m is not invertible). Then, tke the first residue not yet encountered nd repet the previous step until ll residue clsses re exhusted. Hving produced ll solutions for the modulus, we then repet the process for the modulus 1. For ech solution (x 1, y 1 ) to xy = N mod 1, we determine which 1/ 1/ squre it flls within, nd consider ll nerby (with ech coordinte within 1/, wrpping to the opposite side of the lrger squre if needed) solutions (x 0, y 0 ) to xy = N mod from our list of stored solutions. We set µ 0 = x 0, ν 0 = y 0, µ 1 = x 1 µ 0, ν 1 = y 1 ν 0, nd check whether (µ 1 +µ 0 )(ν 1 +ν 0 ) = N. If so, we hve determined non-trivil fctor of N nd quit.

5 INTEGERS: 13 (013) 5 How much work does compring pirs of points (x 0, y 0 ) nd (x 1, y 1 ) entil? There re φ( 1) solutions to xy = N mod 1, nd, typiclly, we expect there to be only hndful of solutions to xy = N mod whose coordintes re ech within 1/. Ech such pir of solutions gives us cndidte vlues µ 0, ν 0 nd µ 1, ν 1 for u 0, v 0 nd u 1, v 1, nd we check to see whether they produce N = (u 1 + u 0 )(v 1 + v 0 ). On verge, ech 1/ 1/ squre contins O(1) points, the overll time to check ll squres nd points is roughly predicted to be O(). In Section 4 we obtin runtime bound of O( 1+ ). This lgorithm termintes successfully when the true points (u 0, v 0 ) nd (u 0 + u 1, v 0 + v 1 ) re found. Since = O(N 1/3 ) this gives running time tht is provbly O(N 1/3+ ). The ide tht lies behind the lgorithm suggests the nme Hide nd Seek. The solutions tht we seek (u 0, v 0 ) nd (u 0 + u 1, v 0 + v 1 ) re hiding mongst mny solutions in the lrge squre, but, like children who hve hidden next to one nother while plying the gme Hide nd Seek, they hve become esier to spot. We summrize the bove in the following lgorithm. Algorithm.1. (Hide nd Seek) Let N = UV be positive integer, nd ssume tht 1 < U V < U, with U, V Z. Thus V < (N) 1/. For given positive integers N, r, define Step 1 Set = (N) 1/3. H N, = {(x, y) xy = N mod, 0 x, y < }. (3) Step Use the Eucliden lgorithm to compute gcd(n, δ) for δ = 0, 1. If either gcd is > 1 then we hve determined non-trivil fctor of N nd quit. Step 3 Compute nd store in n rry ll φ() points of H N,. This cn be done using O() rithmetic opertions mod s described bove. Step 4 For 0 m, n < 1/, initilize doubly indexed rry, Bin. Ech element, Bin[m,n], will contin list of points nd be used to prtition H N,. Ech is initilly set to empty. Step 5 Prtition the elements of H N, ccording to squres of side length 1/ by computing, for ech (x, y) H N,, the vlues m = x/ 1/ nd n = y/ 1/, nd ppending the point (x, y) to Bin[m,n]. Step 6 Compute the φ( 1) elements of H N, 1. For ech (x 1, y 1 ) H N, 1 : Step 6 Determine which bin it corresponds to by computing m = x 1 / 1/ nd n = y 1 / 1/. Step 6b Loop through the nerby points (x 0, y 0 ) of H N, whose coordintes lie, left nd downwrds, within 1/. Typiclly, this entils exmining the four bins Bin[m 1, n ], where 1, {0, 1}. However, slight cre

6 INTEGERS: 13 (013) 6 is needed when crossing over n edge of the squre- one should wrp to the opposite side of the squre. Step 6c Set µ 0 = x 0, ν 0 = y 0, µ 1 = x 1 µ 0, ν 1 = y 1 ν 0, nd check whether (µ 1 + µ 0 )(ν 1 + ν 0 ) = N. If so, we hve determined non-trivil fctor of N nd quit. The storge requirement of O(N 1/3 ) cn be improved to O(N 1/6 ) by generting the solutions (x, y) to xy = N mod δ lying in one verticl strip of width O( 1/ ) t time (esy to do since we cn choose x s we plese, which then determines y). In generl, we re then no longer free to generte ll modulr inverses t once, nd must compute inverses in intervls of size 1/, one t time, t cost, using the Eucliden lgorithm, of O( ) per inverse. A slight improvement on the runtime of the lgorithm cn be chieved my modifying the choice of so tht φ() or φ( 1) re comprtively smll. This cn be chieved by selecting n or 1 with smller distinct prime fctors..1. Vrint: 1 < U V < N Without Restriction Sy U = N α, V = N 1 α, with 1/3 < α 1/. We my ssume tht α > 1/3, for, if not, we cn find U by performing O(N 1/3 ) tril divisions. Let = N 1/3 (we do, here, men N 1/3, rther thn (N) 1/3 of the previous section, s explined below). Insted of working with smll squres of side length 1/, prtition the squre into rectngles of width w nd height h, with wh = N 1/3. We would like to select w roughly equl to N α 1/3 nd hence h = N 1/3 /w roughly equl to N /3 α. These rough vlues of w nd h re needed to mke sure tht, using the sme nottion s before, (u 0, v 0 ) nd (u 0 + u 1, v 0 + v 1 ) re in the sme, or neighboring, rectngles. More precisely, sy N α 1/3 < w N α 1/3. Then h = N 1/3 /w N /3 α /. Then, in (1), u 1 = U/ N α /N 1/3 N α 1/3 / < w, nd v 1 = V/ N 1 α /N 1/3 N /3 α / h. Thus the x-coordintes of (u 0, v 0 ) nd (u 0 + u 1, v 0 + v 1 ) re < w prt nd the y-coordintes re h prt. Since we do not, priori know α, we cnnot simply set w nd h. Insted, we use n exponentilly incresing set of w s, for exmple strting with w =, nd, repetedly pplying the bove procedure, ech time doubling the size of w, until w > N α 1/3 nd one successfully fctors N. The re of ech rectngle is N 1/3, nd of the squre is pproximtely N /3, so there re O(N 1/3 ) rectngles (t the top nd right edges these will typiclly be truncted), nd, on verge, ech contins O(1) solutions to xy = N mod δ. Running through ech rectngle nd its immedite neighbors, checking ll pirs of points in these rectngles suggests O(N 1/3 ) opertions re needed for prticulr choice of w nd h. Since we might hve to repet this few times, doubling the size of w, the overll running time gets multiplied by O(log N) which is O(N ).

7 INTEGERS: 13 (013) 7 In Section 5, running time equl to O(N 1/3+ ) is proven. The steps described in this section re summrized below. Algorithm.. Let N = UV be positive integer, nd ssume tht 1 < U V < N, with U, V Z. Step 1 Crry out tril division on N up to N 1/3. found, quit. Step Set = N 1/3. If non-trivil fctor of N is Step 3 Use the Eucliden lgorithm to compute gcd(n, δ) for δ = 0, 1. If either gcd is > 1 then we hve determined non-trivil fctor of N nd quit. Step 4 Compute nd store, in two rrys, ll the points of H N, nd H N, 1. Step 5 Set j = 0. While we hve not succeeded in finding non-trivil fctor of N: Step 5 Increment j by 1 nd set w = j nd h = N 1/3 /w. Step 5b For 0 m < /w nd 0 n < /h, initilize doubly indexed rry, Bin, whose elements, Bin[m,n], will contin lists of points nd be used to prtition H N,. Ech bin is initilly set to empty. Step 5c Prtition the elements of H N, ccording to rectngles of width w nd height h by computing, for ech (x, y) H N,, the vlues m = x/w nd n = y/h, nd ppending the point (x, y) to Bin[m,n]. Step 5d For ech (x 1, y 1 ) H N, 1 : Step 5d1 Determine which bin it corresponds to by computing m = x 1 /w nd n = y 1 /h. Step 5d Loop through the nerby points (x 0, y 0 ) of H N, whose coordintes lie, left nd downwrds, within w nd h respectively. Typiclly, this entils exmining the four bins Bin[m 1, n ], where 1, {0, 1}. However, slight cre is needed when crossing over n edge of the squre- one should wrp to the opposite side of the squre. Step 5d3 Set µ 0 = x 0, ν 0 = y 0, µ 1 = x 1 µ 0, ν 1 = y 1 ν 0, nd check whether (µ 1 + µ 0 )(ν 1 + ν 0 ) = N. If so, we hve determined non-trivil fctor of N nd quit. Step 5e Free up the memory used by Bin. 3. Towrds Subexponentil Bound The bove lgorithm exploits the fct tht when is lrge, nd δ is smll, the points with coordintes (U, V ) mod δ re close to one nother. In fct they lie eqully spced on line with common horizontl difference u 1, nd verticl difference v 1.

8 INTEGERS: 13 (013) 8 An obvious thing to try is to reduce the size of. However, s decreses, u 1 nd v 1 increse so tht not only do the points (u 0, v 0 ) nd (u 0 + u 1, v 0 + v 1 ) move fr prt, the ltter point soon flls fr outside the squre of side length. To fix this, one cn view (1) s the bse expnsion of U nd V. When is smller, one could insted use polynomil expnsion U = u d1 d u 1 + u 0, 0 u i < V = v d d v 1 + v 0, 0 v i <, (4) with u d1 = 0 nd v d1 = 0. For simplicity in wht follows, ssume tht the degrees of both polynomils re equl, d 1 = d = d, so tht both U nd V stisfy d U, V < d+1. A polynomil of degree d is determined uniquely by d + 1 vlues. Imitting the pproch in Section 1, we evlute N mod δ for d + 1 vlues of δ. A nturl choice might be δ = 0, ±1, ±,..., but, to keep our polynomil vlues positive, we consider non-negtive vlues of δ, nd, for good mesure, tke extr vlues, δ = 0, 1,,... d (by extr, we men δ d rther thn d leqd). Now, N = UV = (u d δ d u 1 δ + u 0 )(v d δ d v 1 δ + v 0 ) mod δ. (5) Since 0 u j <, we hve where u d δ d u 1 δ + u 0 < λ(d, δ) (6) λ(d, δ) = δ d + δ d = (δ d+1 1)/(δ 1) δ d, s δ. (7) nd similrly for the v j s. For ech δ one lists ll solutions (x, y) to xy = N mod δ (8) 0 < x, y < λ(d, δ). (9) The number of points (x, y) for given δ is φ( δ) per squre, nd hence, overll, equls φ( δ)λ(d, δ) = O((d) d ). (10) We re gin ssuming tht gcd( δ, N) = 1, otherwise one esily pulls out fctor of N. We need method to recognize the solutions tht we seek (u d δ d +...+u 0, v d δ d v 0 ) hiding mongst ll the (x, y) s. This leds to the question: Let X > 0 nd let S 0, S 1,..., S d be d + 1 sets of points Z ll of whose coordintes re positive nd X. Assume tht mongst these points there exists

9 INTEGERS: 13 (013) 9 d + 1 points, one from ech S δ, whose coordintes re described by polynomils u(δ), v(δ) Z[δ] of degree d. More precisely, for ech 0 δ d there exists point (x δ, y δ ) S δ such tht x δ = u(δ) = u d δ d u 0 y δ = v(δ) = v d δ d v 0. (11) Cn one find these d+1 points much more efficiently thn by exhustively serching through ll possible d + 1 tuples of points? For exmple, cn one find these points in time O(X α d βd ) for some α, β > 0? In our ppliction, X = O((d) d ). Since N = UV nd d U < V < d+1, we hve < N 1/(d). Assuming tht there is n O(X α d βd ) time lgorithm for finding points with polynomil coordintes, on tking d proportionte to 1/ log N (1) log log N one gets fctoring lgorithm requiring exp γ(log N log log N) 1/ (13) time nd storge, for some γ > 0. One cn cut bck bit on the serch spce, by noting, for exmple, tht the coefficients of u(δ) nd v(δ) re integers (this imposes divisibility restriction on finite differences between points lying on the polynomil), nd, in our prticulr ppliction, tht the coefficients re non-negtive nd bounded, nd this restricts the rte of growth of the polynomils. However, to get down to running time polynomil in X, one needs to do much better. 4. Uniform Distribution Let gcd(, N) = 1. A clssic ppliction of Kloostermn sums shows tht the points (x, y) mod stisfying xy = N mod become uniformly distributed in the squre of side length s. While the tools used in this section re firly stndrd, they will lso be pplied in the next section to estimte the running time of the Hide nd Seek lgorithm. Similr theorems cn be found in the literture ([1], [], [3], [4], [8], [9], [11]), often with restrictions to prime vlues of or to N = 1. Consider the following identity which detects pirs of integers (x, y) such tht xy = N mod : 1 1 k 1 if xy = N mod e (y xn) = (14) 0 otherwise k=0

10 INTEGERS: 13 (013) 10 where e(z) = exp(πiz), nd where x stnds for ny integer congruent to x 1 mod, if the inverse exists. Recll tht we hve ssumed gcd(, N) = 1 so tht ny solution to xy = N mod must hve gcd(x, ) = 1. Thus, for such solutions, x 1 mod exists. Let R be the rectngle bounded horizontlly by x 1, x Z nd verticlly by y 1, y Z, where 0 x 1 < x nd 0 y 1 < y : R = R(x 1, x, y 1, y ) = {(x, y) Z x 1 x < x, y 1 y < y }. (15) Let c R (N, ) denote the number of pirs of integers (x, y) tht lie in the rectngle R, nd stisfy xy = N mod : c R (N, ) = 1. (16) The identity bove gives c R (N, ) = 1 1 k=0 (x,y) R xy=n mod (x,y) R gcd(x,)=1 k e (y xn). (17) Notice tht we only need to restrict x to gcd(x, ) = 1 nd tht y runs over ll residues in y 1 y < y. This will llow us to del with the sum over y s geometric series. The k = 0 term provides the min contribution while the other terms cn be estimted using bounds for Kloostermn sums. We require two lemms. The first considers the min contribution, nd the second bounds the remining terms. Lemm 4.1. The k = 0 term in (17) equls for ny > 0. re(r) φ() + O( ) (18) Proof. The k = 0 term is 1 (x,y) R gcd(x,)=1 Using the Mobius function we hve 1 = x 1 x<x gcd(x,)=1 = d x 1 x<x 1 = (y y 1 ) d gcd(x,) µ(d) = d µ(d) x 1 x<x gcd(x,)=1 x 1/d x<x /d 1. (19) µ(d)((x x 1 )/d + O(1)) = (x x 1 ) 1/p) + O(τ()), (0) p (1 1

11 INTEGERS: 13 (013) 11 where τ() equls the number of divisors of nd is O( ) for ny > 0. This implies tht the k = 0 contribution to c R (N, ) equls which gives the lemm. re(r) φ() + O((y y 1 ) 1+ ) (1) The next lemm bounds the contribution of the k 1 terms in (17). Lemm 4.. For ny > 0 we hve 1 1 k=1 (x,y) R gcd(x,)=1 k e (y xn) = O( 1/+ ). () Proof. One cn seprte the sum over y nd evlute it s geometric series obtining for the left-hnd side bove 1 1 e k y e k y 1 e k k=1 1 x 1 x<x gcd(x,)=1 Tking bsolute vlues we get n upper bound of 1 1 sin πk (y y 1 sin πk k=1 x 1 x<x gcd(x,)=1 k e xn. (3) k e xn. (4) Next, notice tht the terms k nd k give the sme contribution, so we my restrict our ttention to just the terms 1 k ( 1)/. If 1 is odd, the middle term is left out t cost of O(1), nd the bound becomes 1 k ( 1)/ x 1 x<x gcd(x,)=1 sin πk (y y 1 sin πk x 1 x<x gcd(x,)=1 k e xn + O(1). (5) The second sum bove over x cn be expressed in terms of Kloostermn sums, nd using estimtes for Kloostermn sums one hs k e xn = O( 1/+ gcd(k, ) 1/ ). (6) For proof, see Lemm 4 on pge 36 of Hooley s book [5] where proof is given (his r corresponds to our, nd his l is kn. Also recll tht we re ssuming gcd(n, ) = 1 so tht N does not pper in the gcd of the O term).

12 INTEGERS: 13 (013) 1 Furthermore, using the Tylor expnsion of sin(x) one obtins the two inequlities sin(x) min(x, 1), x 0, 1/ sin(x) < /x, 0 < x < π/. (7) For the second inequlity, use 0 < x/ < x x 3 /3! < sin(x) in the stted intervl. Applying (7) nd (6) gives n upper bound for (5) of O 1/+ min( πk (y y 1 ), 1) πk gcd(k, )1/ + 1. (8) 1 k ( 1)/ Breking up the sum into 1 k /(π(y y 1 )) nd /(π(y y 1 )) < k ( 1)/, the sum over k in the O term equls (y y 1 ) gcd(k, ) 1/ + gcd(k, ) 1/ /k. π 1 k /(π(y y 1)) 1 k X d k /(π(y y 1))<k ( 1)/ (9) Both kinds of sums cn be esily hndled (the first cn lso be found in Hooley). Let X > 0. Then, gcd(k, ) 1/ d 1/ 1 X d 1/ = O(X ). (30) 1 k X d d Next, let 0 < X 1 < X. Then gcd(k, ) 1/ /k X 1<k X d d 1/ X 1 <k X d k = O log(x X 1 + ) d d 1/ 1/k (31) which equls Applying (30) nd (3) to (9), we hve tht (8) is completing the proof. O(log(X X 1 + ) ). (3) These two lemms together give the following theorem. O( 1/+ ), (33) Theorem 4.3. Let gcd(n, ) = 1 nd R s described in (15). Then, c R (N, ), the number of solutions (x, y) to xy = N mod with (x, y) lying in the rectngle R, is equl to re(r) φ() + O( 1/+ ) (34) for ny > 0.

13 INTEGERS: 13 (013) 13 This theorem shows tht the points (x, y) stisfying xy = N mod re uniformly dense in the sense tht the rectngle R contins its fir shre of solutions, so long s the re of R is of lrger size thn 3/+. For exmple, if R is squre, it needs to hve side length t lest 3/4+ to contin its fir shre of points. This is considerbly lrger thn the side length of 1/ tht is used in the lgorithm of Section 1. The ppers of Shprlinski ([8], [9]) contin mny references to the problem of uniform distribution nd discusses improved results on verge over N. 5. Second Moment nd Running Time We now exmine the ssertion mde in Section 1 tht O( 1+ ) time is needed to scn cross ll squres of side length 1/ nd their immedite neighbors, compring ll pirs of points contined in sid squres. The running time of the lgorithm in Section.1, i.e., in the cse U V < U depends on how the solutions to xy = N mod nd x y = N mod ( 1) re distributed mongst the smll squres of side length 1/. In Section 5.1 we will consider the running time of the vrint in Section.1 which is used for the generl sitution 1 < U V < N. Let S denote one such squre, i.e., of side length 1/. Then the running time needed to exmine just the squre S, looking t ll pirs of points (x, y), (x, y ) in S is O(c S (N, )c S (N, 1)), which, by the rithmetic geometric inequlity is O(c S (N, ) + c S (N, 1) ). The lgorithm lso requires us to compre points in neighboring squres, sy S 1 nd S, which, similrly, tkes O(c S1 (N, ) +c S (N, 1) ) time. Hence, the overll running time to compre pirs of points is O c S (N, ) + c S (N, 1), (35) S the sum being over the roughly squres of side length 1/ tht prtition the squre {(x, y) Z 0 x, y < } (t the top nd right edges we get rectngles, unless 1/ is n integer). Consider now the contribution from the points mod : c S (N, ). (36) S For convenience, rther thn del with squres S of side length 1/, we will estimte (36) by mking smll djustment nd prtitioning the squre into squres of side length b = 1/. (37)

14 INTEGERS: 13 (013) 14 We lso ssume tht gcd(b, ) = 1. If not, replce b with b + 1 until this condition holds. By eqution (0), this will not tke long to occur, so tht, for ny > 0, b = 1/ + O( ). Thus, consider the squres B ij = {(x, y) Z ib x < (i + 1)b, jb y < (j + 1)b} (38) with 0 i, j < /b 1. Since b, these will not entirely cover the squre, but the number of points (x, y) Z stisfying xy = N mod tht re neglected t the right most nd top portions of the squre is, by (0), O(φ()b/), nd these therefore contribute O(φ() b / ) = O(φ()) to (36). The points (x, y) Z belonging to n 1/ 1/ squre S re contined entirely in t most four squres, sy B i1j 1, B ij, B i1j 3, B i4j 4, of side length b. Therefore, c S (N, ) (c Bi1 j 1 (N, ) + c Bi j (N, ) + c Bi3 j 3 (N, ) + c Bi4 j 4 (N, )) (39) which, by the Cuchy-Schwrtz inequlity is 4(c Bi1 j 1 (N, ) + c Bi j (N, ) + c Bi3 j 3 (N, ) + c Bi4 j 4 (N, ) ). (40) Since ech B squre overlps with O(1) S squres, we thus hve tht c S (N, ) = O φ() + c B (N, ), (41) S B the φ() ccounting for the contribution from the neglected portion t the right most nd top portions of the squre. A similr considertion for the points stisfying xy = N mod ( 1), prtitioning the lrger squre into squres D of side length d, where d is the smllest integer greter thn ( 1) 1/ which is coprime to, gives the sme kind of sum c S (N, 1) = O φ( 1) + c D (N, 1). (4) S D Therefore, we need to estimte the second moment c B (N, ) (43) B where B rnges over ll /b squres of the form (38). To prove tht the running time of the hide nd seek lgorithm of Section 1 is O(N 1/3+ ) we need to prove tht (43) is O( 1+ ).

15 INTEGERS: 13 (013) 15 Theorem 5.1. Let Then P = {B ij } 0 i,j</b 1 (44) c B (N, ) = O( 1+ ). (45) B P Proof. Rther thn look t just the squre, it is helpful to consider the b b squre {(x, y) Z 0 x, y < b}. The dvntge of looking t the lrger squre will become pprent when we turn to the discrete Fourier trnsform, nd will be summing over ll the th roots of unity. This lrger squre cn be prtitioned into b squres of side length. Becuse the solutions to xy = N mod repet mod, we cn count ech c B (N, ) once per squre, by summing c B (N, ) = c B (N, ) over ll b trnsltes B = B + (r 1, r ) of B, with 0 r 1, r < b. On the other hnd, we cn lso prtition the b b squre into squres of side length b: P = {B ij } 0 i,j 1 (46) with B ij given by (38). Ech trnslte of B squre, B = B + (r 1, r ), is covered by t most four B ij P, nd ech B ij P overlps t most four such trnsltes of B. Hence, pplying the Cuchy-Schwrtz inequlity s before, b c B (N, ) = O c B (N, ). (47) B P B P To study c B (N, ) we multiply eqution (17) by its conjugte, giving c B (N, ) = 1 k1 e (y 1 x 1 N) k (y x N). 0 k 1,k 1 (x 1,y 1 ) B gcd(x 1,)=1 (x,y ) B gcd(x,)=1 (48) Next, sum over ll B ij P, nd brek up ech sum over (x, y) B ij into double sum ib x < (i + 1)b, jb y < (j + 1)b, B P c B (N, ) = 1 0 k 1,k 1 1 i=0 ib x 1,x <(i+1)b gcd(x 1,)=gcd(x,)=1 1 j=0 jb y 1,y <(j+1)b ) e N (k 1 x 1 k x k1 y 1 k y e. (49)

16 INTEGERS: 13 (013) 16 Now, the inner most sum, jb y 1,y <(j+1)b is product of two geometric series nd equls We understnd e(kb/) 1 e(k/) 1 1 gives k1 y 1 k y e, (50) e((k 1 k )jb/) e(k 1b/) 1 e( k b/) 1 e(k 1 /) 1 e( k /) 1. (51) to equl b if k = 0 mod. Summing (51) over 0 j e(k1b/) 1 e(k 1/) 1 if k 1 = k mod 0 otherwise (recll tht we hve chosen b so tht gcd(b, ) = 1). Therefore, only the terms with k 1 = k contribute to (49) nd it equls e N (k( x e(kb/) 1 1 x )) e(k/) 1. (5) k=0 i=0 ib x 1,x <(i+1)b gcd(x 1,)=gcd(x,)=1 The k = 0 term gives, on seprting the sum over x 1 nd x, b 1 1 i=0 ib x<(i+1)b gcd(x,)=1 (53) which, by (0) nd using b 1/, equls b (φ()b/ + O( )) = O(φ() ). (54) Next, we del with the terms 1 k 1. The sum over i in (5) equls where 1 A x1,x (t) = i=0 ib x 1,x <(i+1)b A x1,x ( Nk), (55) 0 if gcd(x 1 x, ) > 1 e(t( x 1 x )/) otherwise. To nlyze this sum, we use the two dimensionl discrete Fourier trnsform  m1,m (t) = A x1,x (t)e m 1x 1 + m x, (56) 0 x 1,x 1

17 INTEGERS: 13 (013) 17 so tht A x1,x (t) = 1 0 m 1,m 1 nd (55) equls, on chnging order of summtion, 1  m1,m ( Nk) 0 m 1,m 1 m1 x 1 + m x  m1,m (t)e, (57) 0 i 1 ib x 1,x <(i+1)b m1 x 1 + m x e. (58) The brcketed sum over i is similr to the sum over j worked out bove nd equls Therefore, (58) equls e(m1b/) 1 e(m 1/) 1 if m = m 1 mod 0 otherwise. 1 1  m, m ( Nk) m=0 So, (5), nd hence (49), equls k=0 m=0  m, m ( Nk) e(mb/) 1 e(m/) 1 e(mb/) 1 e(m/) 1. (59) e(kb/) 1 e(k/) 1. (60) But,  m, m ( Nk) = = 0 x 1,x 1 gcd(x 1 x,)=1 0 x 1 gcd(x,)=1 e Nk ( x 1 x ) e mx 1 mx e Nk x + mx. (61) However, the sum on the right-hnd side is Kloostermn sum, Nk x + mx e = S( m, Nk, ), (6) 0 x 1 gcd(x,)=1 nd re known [10] [6] to stisfy the bound S( m, Nk, ) τ() gcd(m, k, ) 1/ 1/ = O( 1/+ gcd(k, ) 1/ ) (63)

18 INTEGERS: 13 (013) 18 (recll we re ssuming tht gcd(n, ) = 1 so tht N does not pper on the right-hnd side of this inequlity). Applying this bound to Âm, m( Nk), shows tht (60) is O 1 1 k=1 m=0 gcd(k, ) e(mb/) 1 e(m/) 1 e(kb/) 1 e(k/) 1 + φ(). (64) The φ() terms comes from the k = 0 contribution, (54). We must isolte this term, otherwise the estimte below will be too lrge. Seprting sums gives O 1 gcd(k, ) e(kb/) 1 1 e(mb/) 1 e(k/) 1 e(m/) 1 k=1 m=0 + φ(). (65) Both sums cn be bounded using the sme pproch s for (4) in the previous section, nmely: combining terms k nd k (similrly for the m sum, but tking the m = 0 term lone), breking up the sum into the terms with k /(πb) 1/ /π (respectively, m), pplying inequlities (7), estimting the resulting sums, using b 1/, we find, for ny > 0, tht (65) equls O(b 1+ ). (66) We hve thus estimted the sum tht ppers on the right-hnd side of (47). The sum tht we wish to bound ppers on the left-hnd side of (47) but with n extr fctor of b. Hence, dividing the bove by b gives O( 1+ ) for the sum in theorem. Remrk: In certin cses, such s when = p, with p prime, one cn improve the bove estimte for the second moment to O() by tking b = p nd, for x = jp + l, with gcd(l, p) = 1, using x = l (l jp) Running Time of the Vrint for 1 < U V < N Insted of prtitioning the squre into smller squres of side length b 1/, we prtition it into rectngles R of width w < nd height h <, where w, h Z nd, for convenience, gcd(w, ) = gcd(h, ) = 1. We prtition the squre nd lso the lrger w h rectngle into smller rectngles R: R = R ij = {(x, y) Z iw x < (i + 1)w, jh y < (j + 1)h} Q = {R ij } 0 i</w 1 0 j</h 1 Q = {R ij } 0 i,j 1.

19 INTEGERS: 13 (013) 19 As in Section 4.1, we hve wh c R (N, ) = O c R (N, ). (67) R Q R Q with wh ppering on the left-hnd side since the lrge w h rectngle hs tht mny copies of the squre. Using the discrete Fourier trnsform, s before, 1 1 S( m, Nk, ) e(mw/) 1 e(m/) 1 e(kh/) 1 e(k/) 1. c R (N, ) = 1 R Q k=0 m=0 (68) This useful identity expresses the second moment for the lrger w h rectngle s sum involving Kloostermn sums. The k = 0 term cn be estimted s in (54) nd symptoticlly equls h w φ(). (69) For the k 1 terms, we use bound (63) to estimte the Kloostermn sums nd seprte the double sum bove to get contribution of 1 O gcd(k, ) e(kh/) 1 1 e(mw/) 1 e(k/) 1. (70) e(m/) 1 k=1 The first sum is estimted to equl O(τ()h) while the second sum is O(w), giving, for k 1, contribution of m=0 O( 1+ wh) (71) for ny > 0. Putting (69) nd (71) together, then dividing the left-hnd side of (67) by wh gives the following estimte for the second moment: Theorem 5.. Let 1 < w, h <, with gcd(w, ) = gcd(h, ) = 1. Then, using the nottion bove, we hve n estimte for the second moment tht depends on the re wh of the rectngles R: c R (N, ) O( 1+ ) if wh = O( 1+ ), = O(whφ() / ) if wh λ (7) for some λ > 1. R Q Remrk: if gcd(w, ) = gcd(h, ) = 1 does not hold, one cn bound the lefthnd side of (7) by compring with the sme kind of sum, but where w nd h re incremented, s before, by t most O( ) until this gcd condition holds. So long s w, h to begin with, the estimtes in the bove theorem re unffected.

20 INTEGERS: 13 (013) 0 In Section 1., our choice of w nd h hs wh = O(), nd the estimte for the second moment is thus O( 1+ ), s in the previous section. The second estimte of the theorem (not relevnt for our prticulr ppliction), O(whφ() / ), cn probbly be turned into n symptotic formul nd centrl limit theorem proven. This will remin n inquiry for the future. Acknowledgements I wish to thnk Andrew Grnville, Jeffrey Lgris, Crl Pomernce, nd Mtthew Young for helpful feedbck, nd the referee for mking number of suggested improvements to the presenttion nd description of the lgorithms. References [1] J. Beck, nd M. R. Khn, On the uniform distribution of inverses modulo n, Periodic Mthemtic Hungric 44 (00), [] F. P. Boc, C. Cobeli nd A. Zhrescu, Distribution of Lttice Points Visible from the Origin, Commun. Mth. Phys. 13 (000), [3] A. Fujii, nd Y.Kitok, On plin lttice points whose coordintes re reciprocls modulo prime, Ngoy Mth. J. 147 (1997), [4] D.R. Heth-Brown, Arithmetic pplictions of Kloostermn sums, Nieuw Arch. Wiskd. (5) 1 (000), no. 4, [5] C. Hooley, Applictions of sieve methods to the theory of numbers, Cmbridge University Press (1976). [6] H. Iwniec, E. Kowlski, Anlytic Number Theory, Colloquium Publictions 53, Americn Mth. Soc., Providence, RI, 004, Chpter 11. [7] R.S. Lehmn, Fctoring lrge integers, Mth. Comp. 8 (1974), [8] I. Shprlinski, Distribution of points on modulr hyperbols, Siling on the Se of Number Theory: Proc. 4th Chin-Jpn Seminr on Number Theory, Weihi, 006, World Scientific, 007, [9] I. Shprlinski, Modulr hyperbols, http : //rxiv.org/bs/ [10] A. Weil, On some exponentil sums, Proc. Nt. Acd. Sci. USA 34 (1948), [11] W. Zhng, On the distribution of inverses modulo n, Journl of Number theory 61 (1996),

Factoring Polynomials

Factoring Polynomials Fctoring Polynomils Some definitions (not necessrily ll for secondry school mthemtics): A polynomil is the sum of one or more terms, in which ech term consists of product of constnt nd one or more vribles

More information

Polynomial Functions. Polynomial functions in one variable can be written in expanded form as ( )

Polynomial Functions. Polynomial functions in one variable can be written in expanded form as ( ) Polynomil Functions Polynomil functions in one vrible cn be written in expnded form s n n 1 n 2 2 f x = x + x + x + + x + x+ n n 1 n 2 2 1 0 Exmples of polynomils in expnded form re nd 3 8 7 4 = 5 4 +

More information

PROF. BOYAN KOSTADINOV NEW YORK CITY COLLEGE OF TECHNOLOGY, CUNY

PROF. BOYAN KOSTADINOV NEW YORK CITY COLLEGE OF TECHNOLOGY, CUNY MAT 0630 INTERNET RESOURCES, REVIEW OF CONCEPTS AND COMMON MISTAKES PROF. BOYAN KOSTADINOV NEW YORK CITY COLLEGE OF TECHNOLOGY, CUNY Contents 1. ACT Compss Prctice Tests 1 2. Common Mistkes 2 3. Distributive

More information

Operations with Polynomials

Operations with Polynomials 38 Chpter P Prerequisites P.4 Opertions with Polynomils Wht you should lern: Write polynomils in stndrd form nd identify the leding coefficients nd degrees of polynomils Add nd subtrct polynomils Multiply

More information

Example 27.1 Draw a Venn diagram to show the relationship between counting numbers, whole numbers, integers, and rational numbers.

Example 27.1 Draw a Venn diagram to show the relationship between counting numbers, whole numbers, integers, and rational numbers. 2 Rtionl Numbers Integers such s 5 were importnt when solving the eqution x+5 = 0. In similr wy, frctions re importnt for solving equtions like 2x = 1. Wht bout equtions like 2x + 1 = 0? Equtions of this

More information

6.2 Volumes of Revolution: The Disk Method

6.2 Volumes of Revolution: The Disk Method mth ppliction: volumes of revolution, prt ii Volumes of Revolution: The Disk Method One of the simplest pplictions of integrtion (Theorem ) nd the ccumultion process is to determine so-clled volumes of

More information

LINEAR TRANSFORMATIONS AND THEIR REPRESENTING MATRICES

LINEAR TRANSFORMATIONS AND THEIR REPRESENTING MATRICES LINEAR TRANSFORMATIONS AND THEIR REPRESENTING MATRICES DAVID WEBB CONTENTS Liner trnsformtions 2 The representing mtrix of liner trnsformtion 3 3 An ppliction: reflections in the plne 6 4 The lgebr of

More information

5.2. LINE INTEGRALS 265. Let us quickly review the kind of integrals we have studied so far before we introduce a new one.

5.2. LINE INTEGRALS 265. Let us quickly review the kind of integrals we have studied so far before we introduce a new one. 5.2. LINE INTEGRALS 265 5.2 Line Integrls 5.2.1 Introduction Let us quickly review the kind of integrls we hve studied so fr before we introduce new one. 1. Definite integrl. Given continuous rel-vlued

More information

MATH 150 HOMEWORK 4 SOLUTIONS

MATH 150 HOMEWORK 4 SOLUTIONS MATH 150 HOMEWORK 4 SOLUTIONS Section 1.8 Show tht the product of two of the numbers 65 1000 8 2001 + 3 177, 79 1212 9 2399 + 2 2001, nd 24 4493 5 8192 + 7 1777 is nonnegtive. Is your proof constructive

More information

Reasoning to Solve Equations and Inequalities

Reasoning to Solve Equations and Inequalities Lesson4 Resoning to Solve Equtions nd Inequlities In erlier work in this unit, you modeled situtions with severl vriles nd equtions. For exmple, suppose you were given usiness plns for concert showing

More information

Example A rectangular box without lid is to be made from a square cardboard of sides 18 cm by cutting equal squares from each corner and then folding

Example A rectangular box without lid is to be made from a square cardboard of sides 18 cm by cutting equal squares from each corner and then folding 1 Exmple A rectngulr box without lid is to be mde from squre crdbord of sides 18 cm by cutting equl squres from ech corner nd then folding up the sides. 1 Exmple A rectngulr box without lid is to be mde

More information

Integration. 148 Chapter 7 Integration

Integration. 148 Chapter 7 Integration 48 Chpter 7 Integrtion 7 Integrtion t ech, by supposing tht during ech tenth of second the object is going t constnt speed Since the object initilly hs speed, we gin suppose it mintins this speed, but

More information

Graphs on Logarithmic and Semilogarithmic Paper

Graphs on Logarithmic and Semilogarithmic Paper 0CH_PHClter_TMSETE_ 3//00 :3 PM Pge Grphs on Logrithmic nd Semilogrithmic Pper OBJECTIVES When ou hve completed this chpter, ou should be ble to: Mke grphs on logrithmic nd semilogrithmic pper. Grph empiricl

More information

SPECIAL PRODUCTS AND FACTORIZATION

SPECIAL PRODUCTS AND FACTORIZATION MODULE - Specil Products nd Fctoriztion 4 SPECIAL PRODUCTS AND FACTORIZATION In n erlier lesson you hve lernt multipliction of lgebric epressions, prticulrly polynomils. In the study of lgebr, we come

More information

Helicopter Theme and Variations

Helicopter Theme and Variations Helicopter Theme nd Vritions Or, Some Experimentl Designs Employing Pper Helicopters Some possible explntory vribles re: Who drops the helicopter The length of the rotor bldes The height from which the

More information

9 CONTINUOUS DISTRIBUTIONS

9 CONTINUOUS DISTRIBUTIONS 9 CONTINUOUS DISTIBUTIONS A rndom vrible whose vlue my fll nywhere in rnge of vlues is continuous rndom vrible nd will be ssocited with some continuous distribution. Continuous distributions re to discrete

More information

4.11 Inner Product Spaces

4.11 Inner Product Spaces 314 CHAPTER 4 Vector Spces 9. A mtrix of the form 0 0 b c 0 d 0 0 e 0 f g 0 h 0 cnnot be invertible. 10. A mtrix of the form bc d e f ghi such tht e bd = 0 cnnot be invertible. 4.11 Inner Product Spces

More information

and thus, they are similar. If k = 3 then the Jordan form of both matrices is

and thus, they are similar. If k = 3 then the Jordan form of both matrices is Homework ssignment 11 Section 7. pp. 249-25 Exercise 1. Let N 1 nd N 2 be nilpotent mtrices over the field F. Prove tht N 1 nd N 2 re similr if nd only if they hve the sme miniml polynomil. Solution: If

More information

Vectors 2. 1. Recap of vectors

Vectors 2. 1. Recap of vectors Vectors 2. Recp of vectors Vectors re directed line segments - they cn be represented in component form or by direction nd mgnitude. We cn use trigonometry nd Pythgors theorem to switch between the forms

More information

Binary Representation of Numbers Autar Kaw

Binary Representation of Numbers Autar Kaw Binry Representtion of Numbers Autr Kw After reding this chpter, you should be ble to: 1. convert bse- rel number to its binry representtion,. convert binry number to n equivlent bse- number. In everydy

More information

Mathematics. Vectors. hsn.uk.net. Higher. Contents. Vectors 128 HSN23100

Mathematics. Vectors. hsn.uk.net. Higher. Contents. Vectors 128 HSN23100 hsn.uk.net Higher Mthemtics UNIT 3 OUTCOME 1 Vectors Contents Vectors 18 1 Vectors nd Sclrs 18 Components 18 3 Mgnitude 130 4 Equl Vectors 131 5 Addition nd Subtrction of Vectors 13 6 Multipliction by

More information

MODULE 3. 0, y = 0 for all y

MODULE 3. 0, y = 0 for all y Topics: Inner products MOULE 3 The inner product of two vectors: The inner product of two vectors x, y V, denoted by x, y is (in generl) complex vlued function which hs the following four properties: i)

More information

Experiment 6: Friction

Experiment 6: Friction Experiment 6: Friction In previous lbs we studied Newton s lws in n idel setting, tht is, one where friction nd ir resistnce were ignored. However, from our everydy experience with motion, we know tht

More information

Math 135 Circles and Completing the Square Examples

Math 135 Circles and Completing the Square Examples Mth 135 Circles nd Completing the Squre Exmples A perfect squre is number such tht = b 2 for some rel number b. Some exmples of perfect squres re 4 = 2 2, 16 = 4 2, 169 = 13 2. We wish to hve method for

More information

Babylonian Method of Computing the Square Root: Justifications Based on Fuzzy Techniques and on Computational Complexity

Babylonian Method of Computing the Square Root: Justifications Based on Fuzzy Techniques and on Computational Complexity Bbylonin Method of Computing the Squre Root: Justifictions Bsed on Fuzzy Techniques nd on Computtionl Complexity Olg Koshelev Deprtment of Mthemtics Eduction University of Texs t El Pso 500 W. University

More information

EQUATIONS OF LINES AND PLANES

EQUATIONS OF LINES AND PLANES EQUATIONS OF LINES AND PLANES MATH 195, SECTION 59 (VIPUL NAIK) Corresponding mteril in the ook: Section 12.5. Wht students should definitely get: Prmetric eqution of line given in point-direction nd twopoint

More information

Lecture 3 Gaussian Probability Distribution

Lecture 3 Gaussian Probability Distribution Lecture 3 Gussin Probbility Distribution Introduction l Gussin probbility distribution is perhps the most used distribution in ll of science. u lso clled bell shped curve or norml distribution l Unlike

More information

Econ 4721 Money and Banking Problem Set 2 Answer Key

Econ 4721 Money and Banking Problem Set 2 Answer Key Econ 472 Money nd Bnking Problem Set 2 Answer Key Problem (35 points) Consider n overlpping genertions model in which consumers live for two periods. The number of people born in ech genertion grows in

More information

Use Geometry Expressions to create a more complex locus of points. Find evidence for equivalence using Geometry Expressions.

Use Geometry Expressions to create a more complex locus of points. Find evidence for equivalence using Geometry Expressions. Lerning Objectives Loci nd Conics Lesson 3: The Ellipse Level: Preclculus Time required: 120 minutes In this lesson, students will generlize their knowledge of the circle to the ellipse. The prmetric nd

More information

Basic Analysis of Autarky and Free Trade Models

Basic Analysis of Autarky and Free Trade Models Bsic Anlysis of Autrky nd Free Trde Models AUTARKY Autrky condition in prticulr commodity mrket refers to sitution in which country does not engge in ny trde in tht commodity with other countries. Consequently

More information

Lecture 5. Inner Product

Lecture 5. Inner Product Lecture 5 Inner Product Let us strt with the following problem. Given point P R nd line L R, how cn we find the point on the line closest to P? Answer: Drw line segment from P meeting the line in right

More information

2005-06 Second Term MAT2060B 1. Supplementary Notes 3 Interchange of Differentiation and Integration

2005-06 Second Term MAT2060B 1. Supplementary Notes 3 Interchange of Differentiation and Integration Source: http://www.mth.cuhk.edu.hk/~mt26/mt26b/notes/notes3.pdf 25-6 Second Term MAT26B 1 Supplementry Notes 3 Interchnge of Differentition nd Integrtion The theme of this course is bout vrious limiting

More information

19. The Fermat-Euler Prime Number Theorem

19. The Fermat-Euler Prime Number Theorem 19. The Fermt-Euler Prime Number Theorem Every prime number of the form 4n 1 cn be written s sum of two squres in only one wy (side from the order of the summnds). This fmous theorem ws discovered bout

More information

9.3. The Scalar Product. Introduction. Prerequisites. Learning Outcomes

9.3. The Scalar Product. Introduction. Prerequisites. Learning Outcomes The Sclr Product 9.3 Introduction There re two kinds of multipliction involving vectors. The first is known s the sclr product or dot product. This is so-clled becuse when the sclr product of two vectors

More information

Physics 43 Homework Set 9 Chapter 40 Key

Physics 43 Homework Set 9 Chapter 40 Key Physics 43 Homework Set 9 Chpter 4 Key. The wve function for n electron tht is confined to x nm is. Find the normliztion constnt. b. Wht is the probbility of finding the electron in. nm-wide region t x

More information

Appendix D: Completing the Square and the Quadratic Formula. In Appendix A, two special cases of expanding brackets were considered:

Appendix D: Completing the Square and the Quadratic Formula. In Appendix A, two special cases of expanding brackets were considered: Appendi D: Completing the Squre nd the Qudrtic Formul Fctoring qudrtic epressions such s: + 6 + 8 ws one of the topics introduced in Appendi C. Fctoring qudrtic epressions is useful skill tht cn help you

More information

The Velocity Factor of an Insulated Two-Wire Transmission Line

The Velocity Factor of an Insulated Two-Wire Transmission Line The Velocity Fctor of n Insulted Two-Wire Trnsmission Line Problem Kirk T. McDonld Joseph Henry Lbortories, Princeton University, Princeton, NJ 08544 Mrch 7, 008 Estimte the velocity fctor F = v/c nd the

More information

CHAPTER 11 Numerical Differentiation and Integration

CHAPTER 11 Numerical Differentiation and Integration CHAPTER 11 Numericl Differentition nd Integrtion Differentition nd integrtion re bsic mthemticl opertions with wide rnge of pplictions in mny res of science. It is therefore importnt to hve good methods

More information

Pentominoes. Pentominoes. Bruce Baguley Cascade Math Systems, LLC. The pentominoes are a simple-looking set of objects through which some powerful

Pentominoes. Pentominoes. Bruce Baguley Cascade Math Systems, LLC. The pentominoes are a simple-looking set of objects through which some powerful Pentominoes Bruce Bguley Cscde Mth Systems, LLC Astrct. Pentominoes nd their reltives the polyominoes, polycues, nd polyhypercues will e used to explore nd pply vrious importnt mthemticl concepts. In this

More information

How To Understand The Theory Of Inequlities

How To Understand The Theory Of Inequlities Ostrowski Type Inequlities nd Applictions in Numericl Integrtion Edited By: Sever S Drgomir nd Themistocles M Rssis SS Drgomir) School nd Communictions nd Informtics, Victori University of Technology,

More information

Small Business Networking

Small Business Networking Why network is n essentil productivity tool for ny smll business Effective technology is essentil for smll businesses looking to increse the productivity of their people nd business. Introducing technology

More information

Small Business Networking

Small Business Networking Why network is n essentil productivity tool for ny smll business Effective technology is essentil for smll businesses looking to increse the productivity of their people nd processes. Introducing technology

More information

All pay auctions with certain and uncertain prizes a comment

All pay auctions with certain and uncertain prizes a comment CENTER FOR RESEARC IN ECONOMICS AND MANAGEMENT CREAM Publiction No. 1-2015 All py uctions with certin nd uncertin prizes comment Christin Riis All py uctions with certin nd uncertin prizes comment Christin

More information

P.3 Polynomials and Factoring. P.3 an 1. Polynomial STUDY TIP. Example 1 Writing Polynomials in Standard Form. What you should learn

P.3 Polynomials and Factoring. P.3 an 1. Polynomial STUDY TIP. Example 1 Writing Polynomials in Standard Form. What you should learn 33337_0P03.qp 2/27/06 24 9:3 AM Chpter P Pge 24 Prerequisites P.3 Polynomils nd Fctoring Wht you should lern Polynomils An lgeric epression is collection of vriles nd rel numers. The most common type of

More information

Small Business Networking

Small Business Networking Why network is n essentil productivity tool for ny smll business Effective technology is essentil for smll businesses looking to increse the productivity of their people nd business. Introducing technology

More information

Integration by Substitution

Integration by Substitution Integrtion by Substitution Dr. Philippe B. Lvl Kennesw Stte University August, 8 Abstrct This hndout contins mteril on very importnt integrtion method clled integrtion by substitution. Substitution is

More information

Solving BAMO Problems

Solving BAMO Problems Solving BAMO Problems Tom Dvis tomrdvis@erthlink.net http://www.geometer.org/mthcircles Februry 20, 2000 Abstrct Strtegies for solving problems in the BAMO contest (the By Are Mthemticl Olympid). Only

More information

Small Business Networking

Small Business Networking Why network is n essentil productivity tool for ny smll business Effective technology is essentil for smll businesses looking to increse the productivity of their people nd processes. Introducing technology

More information

Bayesian Updating with Continuous Priors Class 13, 18.05, Spring 2014 Jeremy Orloff and Jonathan Bloom

Bayesian Updating with Continuous Priors Class 13, 18.05, Spring 2014 Jeremy Orloff and Jonathan Bloom Byesin Updting with Continuous Priors Clss 3, 8.05, Spring 04 Jeremy Orloff nd Jonthn Bloom Lerning Gols. Understnd prmeterized fmily of distriutions s representing continuous rnge of hypotheses for the

More information

PHY 140A: Solid State Physics. Solution to Homework #2

PHY 140A: Solid State Physics. Solution to Homework #2 PHY 140A: Solid Stte Physics Solution to Homework # TA: Xun Ji 1 October 14, 006 1 Emil: jixun@physics.ucl.edu Problem #1 Prove tht the reciprocl lttice for the reciprocl lttice is the originl lttice.

More information

Section 7-4 Translation of Axes

Section 7-4 Translation of Axes 62 7 ADDITIONAL TOPICS IN ANALYTIC GEOMETRY Section 7-4 Trnsltion of Aes Trnsltion of Aes Stndrd Equtions of Trnslted Conics Grphing Equtions of the Form A 2 C 2 D E F 0 Finding Equtions of Conics In the

More information

RIGHT TRIANGLES AND THE PYTHAGOREAN TRIPLETS

RIGHT TRIANGLES AND THE PYTHAGOREAN TRIPLETS RIGHT TRIANGLES AND THE PYTHAGOREAN TRIPLETS Known for over 500 yers is the fct tht the sum of the squres of the legs of right tringle equls the squre of the hypotenuse. Tht is +b c. A simple proof is

More information

How To Network A Smll Business

How To Network A Smll Business Why network is n essentil productivity tool for ny smll business Effective technology is essentil for smll businesses looking to increse the productivity of their people nd processes. Introducing technology

More information

How To Set Up A Network For Your Business

How To Set Up A Network For Your Business Why Network is n Essentil Productivity Tool for Any Smll Business TechAdvisory.org SME Reports sponsored by Effective technology is essentil for smll businesses looking to increse their productivity. Computer

More information

Treatment Spring Late Summer Fall 0.10 5.56 3.85 0.61 6.97 3.01 1.91 3.01 2.13 2.99 5.33 2.50 1.06 3.53 6.10 Mean = 1.33 Mean = 4.88 Mean = 3.

Treatment Spring Late Summer Fall 0.10 5.56 3.85 0.61 6.97 3.01 1.91 3.01 2.13 2.99 5.33 2.50 1.06 3.53 6.10 Mean = 1.33 Mean = 4.88 Mean = 3. The nlysis of vrince (ANOVA) Although the t-test is one of the most commonly used sttisticl hypothesis tests, it hs limittions. The mjor limittion is tht the t-test cn be used to compre the mens of only

More information

Section 5-4 Trigonometric Functions

Section 5-4 Trigonometric Functions 5- Trigonometric Functions Section 5- Trigonometric Functions Definition of the Trigonometric Functions Clcultor Evlution of Trigonometric Functions Definition of the Trigonometric Functions Alternte Form

More information

Distributions. (corresponding to the cumulative distribution function for the discrete case).

Distributions. (corresponding to the cumulative distribution function for the discrete case). Distributions Recll tht n integrble function f : R [,] such tht R f()d = is clled probbility density function (pdf). The distribution function for the pdf is given by F() = (corresponding to the cumultive

More information

g(y(a), y(b)) = o, B a y(a)+b b y(b)=c, Boundary Value Problems Lecture Notes to Accompany

g(y(a), y(b)) = o, B a y(a)+b b y(b)=c, Boundary Value Problems Lecture Notes to Accompany Lecture Notes to Accompny Scientific Computing An Introductory Survey Second Edition by Michel T Heth Boundry Vlue Problems Side conditions prescribing solution or derivtive vlues t specified points required

More information

Novel Methods of Generating Self-Invertible Matrix for Hill Cipher Algorithm

Novel Methods of Generating Self-Invertible Matrix for Hill Cipher Algorithm Bibhudendr chry, Girij Snkr Rth, Srt Kumr Ptr, nd Sroj Kumr Pnigrhy Novel Methods of Generting Self-Invertible Mtrix for Hill Cipher lgorithm Bibhudendr chry Deprtment of Electronics & Communiction Engineering

More information

Unit 6: Exponents and Radicals

Unit 6: Exponents and Radicals Eponents nd Rdicls -: The Rel Numer Sstem Unit : Eponents nd Rdicls Pure Mth 0 Notes Nturl Numers (N): - counting numers. {,,,,, } Whole Numers (W): - counting numers with 0. {0,,,,,, } Integers (I): -

More information

Factoring RSA moduli with weak prime factors

Factoring RSA moduli with weak prime factors Fctoring RSA moduli with we prime fctors Abderrhmne Nitj 1 nd Tjjeeddine Rchidi 2 1 Lbortoire de Mthémtiques Nicols Oresme Université de Cen Bsse Normndie, Frnce bderrhmne.nitj@unicen.fr 2 School of Science

More information

1. Find the zeros Find roots. Set function = 0, factor or use quadratic equation if quadratic, graph to find zeros on calculator

1. Find the zeros Find roots. Set function = 0, factor or use quadratic equation if quadratic, graph to find zeros on calculator AP Clculus Finl Review Sheet When you see the words. This is wht you think of doing. Find the zeros Find roots. Set function =, fctor or use qudrtic eqution if qudrtic, grph to find zeros on clcultor.

More information

Homework 3 Solutions

Homework 3 Solutions CS 341: Foundtions of Computer Science II Prof. Mrvin Nkym Homework 3 Solutions 1. Give NFAs with the specified numer of sttes recognizing ech of the following lnguges. In ll cses, the lphet is Σ = {,1}.

More information

Review guide for the final exam in Math 233

Review guide for the final exam in Math 233 Review guide for the finl exm in Mth 33 1 Bsic mteril. This review includes the reminder of the mteril for mth 33. The finl exm will be cumultive exm with mny of the problems coming from the mteril covered

More information

COMPARISON OF SOME METHODS TO FIT A MULTIPLICATIVE TARIFF STRUCTURE TO OBSERVED RISK DATA BY B. AJNE. Skandza, Stockholm ABSTRACT

COMPARISON OF SOME METHODS TO FIT A MULTIPLICATIVE TARIFF STRUCTURE TO OBSERVED RISK DATA BY B. AJNE. Skandza, Stockholm ABSTRACT COMPARISON OF SOME METHODS TO FIT A MULTIPLICATIVE TARIFF STRUCTURE TO OBSERVED RISK DATA BY B. AJNE Skndz, Stockholm ABSTRACT Three methods for fitting multiplictive models to observed, cross-clssified

More information

Warm-up for Differential Calculus

Warm-up for Differential Calculus Summer Assignment Wrm-up for Differentil Clculus Who should complete this pcket? Students who hve completed Functions or Honors Functions nd will be tking Differentil Clculus in the fll of 015. Due Dte:

More information

The Definite Integral

The Definite Integral Chpter 4 The Definite Integrl 4. Determining distnce trveled from velocity Motivting Questions In this section, we strive to understnd the ides generted by the following importnt questions: If we know

More information

FUNCTIONS AND EQUATIONS. xεs. The simplest way to represent a set is by listing its members. We use the notation

FUNCTIONS AND EQUATIONS. xεs. The simplest way to represent a set is by listing its members. We use the notation FUNCTIONS AND EQUATIONS. SETS AND SUBSETS.. Definition of set. A set is ny collection of objects which re clled its elements. If x is n element of the set S, we sy tht x belongs to S nd write If y does

More information

Or more simply put, when adding or subtracting quantities, their uncertainties add.

Or more simply put, when adding or subtracting quantities, their uncertainties add. Propgtion of Uncertint through Mthemticl Opertions Since the untit of interest in n eperiment is rrel otined mesuring tht untit directl, we must understnd how error propgtes when mthemticl opertions re

More information

Module 2. Analysis of Statically Indeterminate Structures by the Matrix Force Method. Version 2 CE IIT, Kharagpur

Module 2. Analysis of Statically Indeterminate Structures by the Matrix Force Method. Version 2 CE IIT, Kharagpur Module Anlysis of Stticlly Indeterminte Structures by the Mtrix Force Method Version CE IIT, Khrgpur esson 9 The Force Method of Anlysis: Bems (Continued) Version CE IIT, Khrgpur Instructionl Objectives

More information

AREA OF A SURFACE OF REVOLUTION

AREA OF A SURFACE OF REVOLUTION AREA OF A SURFACE OF REVOLUTION h cut r πr h A surfce of revolution is formed when curve is rotted bout line. Such surfce is the lterl boundr of solid of revolution of the tpe discussed in Sections 7.

More information

Algebra Review. How well do you remember your algebra?

Algebra Review. How well do you remember your algebra? Algebr Review How well do you remember your lgebr? 1 The Order of Opertions Wht do we men when we write + 4? If we multiply we get 6 nd dding 4 gives 10. But, if we dd + 4 = 7 first, then multiply by then

More information

Economics Letters 65 (1999) 9 15. macroeconomists. a b, Ruth A. Judson, Ann L. Owen. Received 11 December 1998; accepted 12 May 1999

Economics Letters 65 (1999) 9 15. macroeconomists. a b, Ruth A. Judson, Ann L. Owen. Received 11 December 1998; accepted 12 May 1999 Economics Letters 65 (1999) 9 15 Estimting dynmic pnel dt models: guide for q mcroeconomists b, * Ruth A. Judson, Ann L. Owen Federl Reserve Bord of Governors, 0th & C Sts., N.W. Wshington, D.C. 0551,

More information

Regular Sets and Expressions

Regular Sets and Expressions Regulr Sets nd Expressions Finite utomt re importnt in science, mthemtics, nd engineering. Engineers like them ecuse they re super models for circuits (And, since the dvent of VLSI systems sometimes finite

More information

Redistributing the Gains from Trade through Non-linear. Lump-sum Transfers

Redistributing the Gains from Trade through Non-linear. Lump-sum Transfers Redistributing the Gins from Trde through Non-liner Lump-sum Trnsfers Ysukzu Ichino Fculty of Economics, Konn University April 21, 214 Abstrct I exmine lump-sum trnsfer rules to redistribute the gins from

More information

PROBLEMS 13 - APPLICATIONS OF DERIVATIVES Page 1

PROBLEMS 13 - APPLICATIONS OF DERIVATIVES Page 1 PROBLEMS - APPLICATIONS OF DERIVATIVES Pge ( ) Wter seeps out of conicl filter t the constnt rte of 5 cc / sec. When the height of wter level in the cone is 5 cm, find the rte t which the height decreses.

More information

Module Summary Sheets. C3, Methods for Advanced Mathematics (Version B reference to new book) Topic 2: Natural Logarithms and Exponentials

Module Summary Sheets. C3, Methods for Advanced Mathematics (Version B reference to new book) Topic 2: Natural Logarithms and Exponentials MEI Mthemtics in Ection nd Instry Topic : Proof MEI Structured Mthemtics Mole Summry Sheets C, Methods for Anced Mthemtics (Version B reference to new book) Topic : Nturl Logrithms nd Eponentils Topic

More information

Math 314, Homework Assignment 1. 1. Prove that two nonvertical lines are perpendicular if and only if the product of their slopes is 1.

Math 314, Homework Assignment 1. 1. Prove that two nonvertical lines are perpendicular if and only if the product of their slopes is 1. Mth 4, Homework Assignment. Prove tht two nonverticl lines re perpendiculr if nd only if the product of their slopes is. Proof. Let l nd l e nonverticl lines in R of slopes m nd m, respectively. Suppose

More information

4 Approximations. 4.1 Background. D. Levy

4 Approximations. 4.1 Background. D. Levy D. Levy 4 Approximtions 4.1 Bckground In this chpter we re interested in pproximtion problems. Generlly speking, strting from function f(x) we would like to find different function g(x) tht belongs to

More information

Rotating DC Motors Part II

Rotating DC Motors Part II Rotting Motors rt II II.1 Motor Equivlent Circuit The next step in our consiertion of motors is to evelop n equivlent circuit which cn be use to better unerstn motor opertion. The rmtures in rel motors

More information

An Undergraduate Curriculum Evaluation with the Analytic Hierarchy Process

An Undergraduate Curriculum Evaluation with the Analytic Hierarchy Process An Undergrdute Curriculum Evlution with the Anlytic Hierrchy Process Les Frir Jessic O. Mtson Jck E. Mtson Deprtment of Industril Engineering P.O. Box 870288 University of Albm Tuscloos, AL. 35487 Abstrct

More information

COMPONENTS: COMBINED LOADING

COMPONENTS: COMBINED LOADING LECTURE COMPONENTS: COMBINED LOADING Third Edition A. J. Clrk School of Engineering Deprtment of Civil nd Environmentl Engineering 24 Chpter 8.4 by Dr. Ibrhim A. Asskkf SPRING 2003 ENES 220 Mechnics of

More information

A.7.1 Trigonometric interpretation of dot product... 324. A.7.2 Geometric interpretation of dot product... 324

A.7.1 Trigonometric interpretation of dot product... 324. A.7.2 Geometric interpretation of dot product... 324 A P P E N D I X A Vectors CONTENTS A.1 Scling vector................................................ 321 A.2 Unit or Direction vectors...................................... 321 A.3 Vector ddition.................................................

More information

15.6. The mean value and the root-mean-square value of a function. Introduction. Prerequisites. Learning Outcomes. Learning Style

15.6. The mean value and the root-mean-square value of a function. Introduction. Prerequisites. Learning Outcomes. Learning Style The men vlue nd the root-men-squre vlue of function 5.6 Introduction Currents nd voltges often vry with time nd engineers my wish to know the verge vlue of such current or voltge over some prticulr time

More information

Online Multicommodity Routing with Time Windows

Online Multicommodity Routing with Time Windows Konrd-Zuse-Zentrum für Informtionstechnik Berlin Tkustrße 7 D-14195 Berlin-Dhlem Germny TOBIAS HARKS 1 STEFAN HEINZ MARC E. PFETSCH TJARK VREDEVELD 2 Online Multicommodity Routing with Time Windows 1 Institute

More information

www.mathsbox.org.uk e.g. f(x) = x domain x 0 (cannot find the square root of negative values)

www.mathsbox.org.uk e.g. f(x) = x domain x 0 (cannot find the square root of negative values) www.mthsbo.org.uk CORE SUMMARY NOTES Functions A function is rule which genertes ectl ONE OUTPUT for EVERY INPUT. To be defined full the function hs RULE tells ou how to clculte the output from the input

More information

Applications to Physics and Engineering

Applications to Physics and Engineering Section 7.5 Applictions to Physics nd Engineering Applictions to Physics nd Engineering Work The term work is used in everydy lnguge to men the totl mount of effort required to perform tsk. In physics

More information

Brillouin Zones. Physics 3P41 Chris Wiebe

Brillouin Zones. Physics 3P41 Chris Wiebe Brillouin Zones Physics 3P41 Chris Wiebe Direct spce to reciprocl spce * = 2 i j πδ ij Rel (direct) spce Reciprocl spce Note: The rel spce nd reciprocl spce vectors re not necessrily in the sme direction

More information

Answer, Key Homework 10 David McIntyre 1

Answer, Key Homework 10 David McIntyre 1 Answer, Key Homework 10 Dvid McIntyre 1 This print-out should hve 22 questions, check tht it is complete. Multiple-choice questions my continue on the next column or pge: find ll choices efore mking your

More information

. At first sight a! b seems an unwieldy formula but use of the following mnemonic will possibly help. a 1 a 2 a 3 a 1 a 2

. At first sight a! b seems an unwieldy formula but use of the following mnemonic will possibly help. a 1 a 2 a 3 a 1 a 2 7 CHAPTER THREE. Cross Product Given two vectors = (,, nd = (,, in R, the cross product of nd written! is defined to e: " = (!,!,! Note! clled cross is VECTOR (unlike which is sclr. Exmple (,, " (4,5,6

More information

Chapter 2 The Number System (Integers and Rational Numbers)

Chapter 2 The Number System (Integers and Rational Numbers) Chpter 2 The Number System (Integers nd Rtionl Numbers) In this second chpter, students extend nd formlize their understnding of the number system, including negtive rtionl numbers. Students first develop

More information

Cypress Creek High School IB Physics SL/AP Physics B 2012 2013 MP2 Test 1 Newton s Laws. Name: SOLUTIONS Date: Period:

Cypress Creek High School IB Physics SL/AP Physics B 2012 2013 MP2 Test 1 Newton s Laws. Name: SOLUTIONS Date: Period: Nme: SOLUTIONS Dte: Period: Directions: Solve ny 5 problems. You my ttempt dditionl problems for extr credit. 1. Two blocks re sliding to the right cross horizontl surfce, s the drwing shows. In Cse A

More information

Review Problems for the Final of Math 121, Fall 2014

Review Problems for the Final of Math 121, Fall 2014 Review Problems for the Finl of Mth, Fll The following is collection of vrious types of smple problems covering sections.,.5, nd.7 6.6 of the text which constitute only prt of the common Mth Finl. Since

More information

Euler Euler Everywhere Using the Euler-Lagrange Equation to Solve Calculus of Variation Problems

Euler Euler Everywhere Using the Euler-Lagrange Equation to Solve Calculus of Variation Problems Euler Euler Everywhere Using the Euler-Lgrnge Eqution to Solve Clculus of Vrition Problems Jenine Smllwood Principles of Anlysis Professor Flschk My 12, 1998 1 1. Introduction Clculus of vritions is brnch

More information

Small Business Cloud Services

Small Business Cloud Services Smll Business Cloud Services Summry. We re thick in the midst of historic se-chnge in computing. Like the emergence of personl computers, grphicl user interfces, nd mobile devices, the cloud is lredy profoundly

More information

Small Businesses Decisions to Offer Health Insurance to Employees

Small Businesses Decisions to Offer Health Insurance to Employees Smll Businesses Decisions to Offer Helth Insurnce to Employees Ctherine McLughlin nd Adm Swinurn, June 2014 Employer-sponsored helth insurnce (ESI) is the dominnt source of coverge for nonelderly dults

More information

LECTURE #05. Learning Objective. To describe the geometry in and around a unit cell in terms of directions and planes.

LECTURE #05. Learning Objective. To describe the geometry in and around a unit cell in terms of directions and planes. LECTURE #05 Chpter 3: Lttice Positions, Directions nd Plnes Lerning Objective To describe the geometr in nd round unit cell in terms of directions nd plnes. 1 Relevnt Reding for this Lecture... Pges 64-83.

More information

Decision Rule Extraction from Trained Neural Networks Using Rough Sets

Decision Rule Extraction from Trained Neural Networks Using Rough Sets Decision Rule Extrction from Trined Neurl Networks Using Rough Sets Alin Lzr nd Ishwr K. Sethi Vision nd Neurl Networks Lbortory Deprtment of Computer Science Wyne Stte University Detroit, MI 48 ABSTRACT

More information

1.2 The Integers and Rational Numbers

1.2 The Integers and Rational Numbers .2. THE INTEGERS AND RATIONAL NUMBERS.2 The Integers n Rtionl Numers The elements of the set of integers: consist of three types of numers: Z {..., 5, 4, 3, 2,, 0,, 2, 3, 4, 5,...} I. The (positive) nturl

More information