Difference Equations. Representation in "closed form" Formula solutions

Size: px
Start display at page:

Download "Difference Equations. Representation in "closed form" Formula solutions"

Transcription

1 Difference-Equations-3-ClosedForm.nb Difference Equations - Part 3 - Representation in "closed form" Formula solutions Prof. Dr. J. Ziegenbalg Institut für Mathemati und Informati Pädagogische Hochschule Karlsruhe electronic mail: homepage: iegenbalg@ph-arlsruhe.de à References Dürr R. / J. Ziegenbalg: Mathemati für Computeranwendungen: Dnamische Proesse und ihre Mathematisierung durch Differenengleichungen, Schöningh Verlag, Paderborn 989 This boo will be quoted as [DZ 989] in the following text. Second edition: Mathemati für Computeranwendungen; Ferdinand Schöningh Verlag, Paderborn 989 Goldberg S.: Introduction to Difference Equations; John Wile, New Yor 98 Rommelfanger H.: Differenen- und Differentialgleichungen; B.I., Zürich 977 à The annuit equation In the introduction, the annuit equation was defined as the difference equation + = A ÿ + B ü Implementation in Mathematica Annuit@0_, A_, B_, _D := Module@8 = 0, i = 0<, <, i = i + ; = A + BD; Return@D D

2 Difference-Equations-3-ClosedForm.nb 0000, 4D , id<, 8i,, <D 88, 9000.<, 8, 8970.<, 83, 8437.<, 84, <, 8, 737.8<, 86, <, 87, 990.<, 88, 4.<, 89, <, 80, 370.<, 8, 8966.<, 8, 044.4<, 83, 43.<, 84, <, 8, 789.8<< % êê TableForm Remove@0,, A, BD; Table@8i, Annuit@0, A, B, id<, 8i,, 0<D êê TableForm B+ A0 B+ A HB + A0L 3 B+ A HB + A HB + A0LL 4 B+ A HB + A HB + A HB + A0LLL B+ A HB + A HB + A HB + A HB + A0LLLL 6 B+ A HB + A HB + A HB + A HB + A HB + A0LLLLL 7 B+ A HB + A HB + A HB + A HB + A HB + A HB + A0LLLLLL 8 B+ A HB + A HB + A HB + A HB + A HB + A HB + A HB + A0LLLLLLL 9 B+ A HB + A HB + A HB + A HB + A HB + A HB + A HB + A HB + A0LLLLLLLL 0 B + A HB + A HB + A HB + A HB + A HB + A HB + A HB + A HB + A HB + A0LLLLLLLLL Table@8i, Annuit@0, A, B, id<, 8i,, 0<D êê Simplif êê TableForm B+ A0 B+ A HB + A0L 3 B+ A HB + A HB + A0LL 4 H + A + A + A 3 L B + A 4 0 H + A + A + A 3 + A 4 L B + A 0 6 H + A + A + A 3 + A 4 + A L B + A H + A + A + A 3 + A 4 + A + A 6 L B + A H + A + A + A 3 + A 4 + A + A 6 + A 7 L B + A H + A + A + A 3 + A 4 + A + A 6 + A 7 + A 8 L B + A H + A + A + A 3 + A 4 + A + A 6 + A 7 + A 8 + A 9 L B + A 0 0 H + A + A + A 3 + A 4 + A + A 6 + A 7 + A 8 + A 9 L H AL êê Simplif A 0

3 Difference-Equations-3-ClosedForm.nb 3 A i i=0 + A + + A i j A i H AL i=0 A + êê Simplif ü A more "difference equation" lie stle of A_, B_, _D := Module@8 = 0, i = 0<, <, i = i + ; = A + BD; Return@D 0000, 4D , id<, 8i,, <D 88, 9000.<, 8, 8970.<, 83, 8437.<, 84, <, 8, 737.8<, 86, <, 87, 990.<, 88, 4.<, 89, <, 80, 370.<, 8, 8966.<, 8, 044.4<, 83, 43.<, 84, <, 8, 789.8<< % êê TableForm

4 Difference-Equations-3-ClosedForm.nb 4 ü Representations / solutions in "closed form" Theorem (Annuit equation in closed form - AECF) (cf. [DZ 989], Sat 7., page 48) The term of the annuit equation + = A ÿ + B can be expressed in the following wa (a) = H + A + A + A 3 + A A - L ÿ B + A ÿ 0 If A then (a) = A - ÅÅÅÅÅÅÅÅÅÅÅÅÅ A- ÿ B + A ÿ 0 If A = then (a) = ÿ B + A ÿ 0 Exercise: Prove the above theorem b formall appling (mathematical) induction. Corollar (a) The term of the geometric sequence + = A ÿ can be expressed in the following wa = A ÿ 0 (a) The term of the arithmetic sequence + = + B can be expressed in the following wa = ÿ B + 0 ü Some (philosophical) remars on methodolog and terminolog In the literature on difference equations the above theorem (in particular variant a) is often expressed in a wording according to which the closed form representation = A - ÅÅÅÅÅÅÅÅÅÅÅÅÅ A- ÿ B + A ÿ 0 is the "solution" of the difference equation + = A ÿ + B. It is, however, debatable, in which sense this is the case and for what purposes the closed form representation is more adequate than the original (recursive) version (cf. J. Ziegenbalg: "Formula versus Algorithm"; paper presented at the the conference The Origins of Algebra: From al-khwarimi to Descartes, Universitat Pompeu Fabra (UPF) and Institució Catalana de Recerca i Estudis Avançats (ICREA), Barcelona, March 7-9, 003) Aspects subject to discussion are:. Computational efficienc. Cognitive efficienc 3. Historical aspects

5 Difference-Equations-3-ClosedForm.nb The representations (a) and (a) in theorem AECF are often called representations in closed form or solutions in closed form. The terminolog "closed form" suggests that these representations are non-recursive. But at a closer loo this turns out to be onl part of the truth, because in the evaluation, for instance, of a term lie A recursion comes into the game, again. In spite of all this, in the following text the standard terminolog is adopted and in particular the term = A - ÅÅÅÅÅÅÅÅÅÅÅÅÅ A- ÿ B + A ÿ 0 will be called a "solution" of the difference equation + = A ÿ + B. Similarl, the term "solution" will also be used in this wa for other (more general) difference equations. ü Woring with the Mathematica Pacage "Discrete Math" The "add-on" pacage "Discrete Math" distributed with Mathematica contains the function RSolve (for "recurrence solve") b which solutions in closed form can convenientl be obtained for some tpes of recursive equations. The next line shows how to load the RSolve function. << DiscreteMath`RSolve`? RSolve RSolve@eqn, a, nd solves a recurrence equation for the function a, with independent variable n. RSolve@8eqn, eqn,...<, 8a, a,...<, nd solves a list of recurrence equations. Mehr The next line shows an example of how to use the RSolve function. RSolve@@ + D + D 99@D H + A L B + H + AL A C@D == + A In the last expression C[] is a constant which can be determined b adjusting the general form to initial values. The next line shows an evaluation, resulting in [0]. ReplaceAllA H + A L B + H + AL A C@D + A C@D, 0E The same call in a different sntax: H + A L B + H + AL A C@D + A C@D ê. 0 Above, we used the definition [0] = 0. So the constant C[] is just our initial value 0. In the next example, the initial conditions are specified within RSolve.

6 Difference-Equations-3-ClosedForm.nb 6 RSolve@8@ + D + == D 99@D H + A L B + H + AL A 0 == + A à The generalied Fibonacci equation ü A remar on the historical development In his Liber abaci (0), Leonardo of Pisa (called Fibonacci, ca. 70-0) formulated a problem giving rise to the following famous sequence of numbers now called the "Fibonacci" numbers:,,, 3,, 8, 3,, 34,, 89,... Its most important propert is that ever member of the sequence is the sum of its two immediate predecessors (except for the initial values): F + = F + + F It too several centuries until J. P. M. Binet (786-86) finall presented the following formula for the Fibonacci numbers: F = ÅÅÅÅÅÅÅÅÅÅ J + ÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅ N - ÅÅÅÅÅÅÅÅÅÅ J - ÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅ N The formula nowadas is nown as Binet's formula. We will now develop this formula within the framewor of difference equations. In case that the reader is doubtful that the formula is correct (which is perfectl plausible, regarding the complexit of the formula and in particular the embedded root expressions), here is a preliminar test: TableANA i j + i j E, 8,, <E 8.,.,., 3.,., 8., 3.,., 34.,., 89., 44., 33., 377., 60., 987., 97., 84., 48., 676., 0946., 77., 867., , 70.< ü Terminolog In this section we will consider the following linear difference equation of oder with constant coefficients and constant inhomogeneit A ÿ + + A ÿ + + A 0 ÿ = 0 (where A 0, A and A are fixed constants; A 0) Since A 0 we can divide this equation b A and obtain the somewhat simpler but equivalent form + + a ÿ + + a 0 ÿ = 0 (* GFE *) This equation clearl generalies the Fibonacci equation; we will, therefore, call it the generalied Fibonacci equation (GFE) for short.

7 Difference-Equations-3-ClosedForm.nb 7 ü Appling standard methodolog Usuall in mathematics (and elsewhere) it is more difficult to solve a generalied form of a specific problem than to solve the specific problem itself, for the solution of the generalied problem contains the solution of the specific problem. Sometimes, however, the solution of the more general problem turns out to be easier than the solution of the specific problem thus supporting the dictum "be wise, generalie". Obtaining a closed form representation for the Fibonacci numbers is a striing illustration of this fact. It will turn out to be simpler and more natural to solve the generalied Fibonacci equation than the original (special) Fibonacci equation. A general strateg in mathematical problem solving is to tr to reduce a new, unnown situation to well-nown cases. In this wa, we will tr to convert the generalied Fibonacci equation (of order ) into two annuit equations (of order ). If we succeed, we can hope combine the closed form representations of these annuit equations into a closed form representation of the generalied Fibonacci equation. ü First attempt The generalied Fibonacci equation might, for instance, be thought of as the "addition" of the following two first-order equations: + + ÅÅÅÅ a ÿ + = 0 ÅÅÅÅÅ a ÿ + + a 0 ÿ = 0 Exercise: Convert each of these two first-order equations into the standard form for geometric sequences and show that the, in general, have no common solution (i.e. no common closed form representation). ü Second attempt: Introducing new parameters for greater flexibilit (in this case: introducing a "tuning" parameter) Due to this result we have to handle the decomposition in a slightl more subtle wa b introducing an extra parameter called t (for "tuning") in the following wa. + + Ha + tl ÿ + = 0 -t ÿ + + a 0 ÿ = 0 Still, GFE can be thought of as being the sum of these first-order equations. If, b choosing a suitable "tuning" value for t, we can mae these two first-order equations identical, then the will have the same closed form representations and we can tr to combine their individual solutions into a solution for the generalied Fibonacci equation. Written in the "standard" form for geometric sequences the last two first-order equations read

8 Difference-Equations-3-ClosedForm.nb 8 ü Tuning process - with the goal to mae the two equations identical + =-Ha + tl ÿ + (* GS- *) + = ÅÅÅÅÅÅ a 0 ÿ t (* GS- *) These difference equations for geometric sequences are identical if their coefficients -Ha + tl and ÅÅÅÅÅÅ a 0 t (The "index-shift" b is irrelevant, since the equations are valid for all values of ). A necessar condition for equalit, hence, is are equal. -Ha + tl = ÅÅÅÅÅÅ a 0 t i.e. t + a ÿ t + a 0 = 0 ü The characteristic polnomial Thus, the above geometric sequences are identical if the "tuning" parameter t satisfies the so-called characteristic equation of (* GFE *): x + a ÿ x + a 0 = 0 We finall obtain the tuning parameters t = -a +!!!!!!!!!!!!!! a -4 a ÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅ ÅÅÅÅÅÅÅÅÅÅÅÅ 0 t = -a -!!!!!!!!!!!!!! a -4 a ÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅ ÅÅÅÅÅÅÅÅÅÅÅÅ 0 ü Solutions - b appling the results on geometric series Thus, the geometric sequences adding up to (* GFE *) are. B using the root t : + =-Ja + -a +!!!!!!!!!!!!!! a -4 a ÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅ ÅÅÅÅÅÅÅÅÅÅÅÅ 0 N ÿ + a 0 + = ÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅ ÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅ -a +!!!!!!!!!!!!!!! ÿ a -4 a ÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅ ÅÅÅÅÅÅ 0. B using the root t : + =-Ja + -a -!!!!!!!!!!!!!! a -4 a ÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅ ÅÅÅÅÅÅÅÅÅÅÅÅ 0 N ÿ + a 0 + = ÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅ ÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅ -a -!!!!!!!!!!!!!!! ÿ a -4 a ÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅ ÅÅÅÅÅÅ 0 Exercise: Simplif these formulae.

9 Difference-Equations-3-ClosedForm.nb 9 ü Vieta's formulae Excursion: Vieta's formulae The tuning parameters t and t, being the roots of the quadratic equation x + a ÿ x + a 0 = 0 must satisf Vieta's equations: t + t =-a and t ÿ t = a 0 Thus, b substituting either t or t for t and appling Vieta's formulae we can rewrite (* GS- *) and (GS- *) in the following wa: + = t ÿ + (* GS-. *) + = t ÿ + (* GS-. *) + = t ÿ (* GS-. *) + = t ÿ (* GS-. *) B pure combinatorics, substituting two roots into two equations formall gives four cases, but b algebra (Vieta) these melt down to two essentiall different cases. ü Results Theorem (solutions of the generalied Fibonacci equation) (cf. [DZ 989], Sat 3., page 90) The generalied Fibonacci equation + + a ÿ + + a 0 ÿ = 0 has the following "solutions" (i.e. closed form representations): (a) and (a) = J -a +!!!!!!!!!!!!!! a -4 a ÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅ ÅÅÅÅÅÅÅÅÅÅÅÅ 0 N = J -a -!!!!!!!!!!!!!! a -4 a ÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅ ÅÅÅÅÅÅÅÅÅÅÅÅ 0 N Obtaining more solutions: Theorem (combining solutions) If the sequences Hu L =0,..., and Hv L =0,..., are solutions of the generalied Fibonacci equation

10 Difference-Equations-3-ClosedForm.nb a ÿ + + a 0 ÿ = 0 then their "sum" (a) Hu L =0,..., Hv L =0,..., := Hu + v L =0,..., and for an real number C the "scalar multiple" (a) C Ÿ Hu L =0,..., := HC ÿ u L =0,..., also are solutions of the generalied Fibonacci equation. Proof: Exercise Henceforth we will use the simpler operation smbols + and instead of and Ÿ. Corollar (linear combination of solutions): If the sequences Hu L =0,..., and Hv L =0,..., are solutions of the generalied Fibonacci equation + + a ÿ + + a 0 ÿ = 0 then for an real numbers C and C the "linear combination" C ÿ Hu L =0,..., + C ÿ Hv L =0,..., also are solutions of the generalied Fibonacci equation. Corollar The generalied Fibonacci equation + + a ÿ + + a 0 ÿ = 0 has the following "solutions" (i.e. closed form representations): C ÿ J -a +!!!!!!!!!!!!!! a -4 a ÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅ ÅÅÅÅÅÅÅÅÅÅÅÅ 0 N + C ÿ J -a -!!!!!!!!!!!!!! a -4 a ÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅ ÅÅÅÅÅÅÅÅÅÅÅÅ 0 N where C and C are arbitrar real (or complex) numbers. (* S-GFE *) In other words: The set of all solutions of the generalied Fibonacci equation is a vector space over a suitable scalar field (usuall the field the coefficients are taen from); cf. [DZ 989], Sat 4., page 9. Furthermore, it is not difficult to see that the dimension of this vector space is and that, in case the solutions t and t of GFE's characteristic equation do not coincide, then the sequences Ht L and Ht L are a basis of this vector space. ü Initial values The above results were valid independent of an initial values 0 and of the GFE. Let us now assume that the solution (* S-GFE *), additionall, is to satisf these initial values. Then for = 0 and = the following two linear equations will have to be satisfied b C and C : Corollar The initial values of the generalied Fibonacci equation + + a ÿ + + a 0 ÿ = 0 can be expressed in the following wa:

11 Difference-Equations-3-ClosedForm.nb C ÿ J -a +!!!!!!!!!!!!!! a 0-4 a ÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅ ÅÅÅÅÅÅÅÅÅÅÅÅ 0 N + C ÿ J -a -!!!!!!!!!!!!!! a 0-4 a ÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅ ÅÅÅÅÅÅÅÅÅÅÅÅ 0 N = 0 (* LE- *) i.e. C ÿ J -a +!!!!!!!!!!!!!! a -4 a ÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅ ÅÅÅÅÅÅÅÅÅÅÅÅ 0 N + C ÿ J -a -!!!!!!!!!!!!!! a -4 a ÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅ ÅÅÅÅÅÅÅÅÅÅÅÅ 0 N = (* LE- *) C + C = 0 C ÿ -a +!!!!!!!!!!!!!! a -4 a ÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅ ÅÅÅÅÅÅÅÅÅÅÅÅ 0 + C ÿ -a -!!!!!!!!!!!!!! a -4 a ÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅ ÅÅÅÅÅÅÅÅÅÅÅÅ 0 = Notwithstanding the algebraic complexit of these equations, the are two simple linear equations in the two unnowns C and C which can be solved b straightforward algebraic procedures. Exercise: Show that and C = a 0 "################## 4 a 0 +a 0 "################## 4 a 0 +a C = a 0 "################## 4 a 0 +a 0 + "################## 4a 0 +a are solutions of (* LE- *) and (* LE- *). ü Appling the results to the sequence of the standard Fibonacci numbers - Binet's formula The sequence of the standard Fibonacci numbers, equivalentl either starting with index 0 or index is given b Specialiing from GFE, its parameters are: a =- and a 0 =-. Hence, the homogeneous equation = 0 has the "general" solution i.e. = C ÿ J -a +!!!!!!!!!!!!!! a -4 a ÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅ ÅÅÅÅÅÅÅÅÅÅÅÅ 0 N + C ÿ J -a -!!!!!!!!!!!!!! a -4 a ÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅ ÅÅÅÅÅÅÅÅÅÅÅÅ 0 N = C ÿ J + ÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅ N + C ÿ J - ÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅ N

12 Difference-Equations-3-ClosedForm.nb ü Putting it all together using Mathematica's "smbol manipulation" features i a + "################ a ###### 4 a i 0 Solve A9C + C == 0, C j + C a "################ a ###### 4 a 0 j == =, 8C,C <E 99C a 0 "################ 4 a ###### 0 + a 0 "################ 4 a ######,C a 0 "################ 4a ###### 0 + a a "################ 4 a ###### == 0 + a C = a 0 "################ 4 a ###### 0 + a 0 "################ 4 a ###### 0 + a a 0 "################ 4a ###### 0 + a 0 "################ 4a ###### 0 + a C = a 0 "################ 4 a ###### 0 + a 0 "################ 4 a ###### 0 + a ê. 8a 0, a, 0 0, < C = a 0 "################ 4 a ###### 0 + a 0 + "################ 4 a ###### 0 + a a 0 "################ 4 a ###### 0 + a 0 + "################ 4a ###### 0 + a C = a 0 "################ 4 a ###### 0 + a 0 + "################ 4 a ###### 0 + a ê. 8a 0, a, 0 0, < ü Binet's Formula Theorem (Binet) The Fibonacci equation + = + + has the following "solution" (i.e. closed form representations): = ÅÅÅÅÅÅÅÅÅÅ ÿ J + ÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅ N - ÅÅÅÅÅÅÅÅÅÅ ÿ J - ÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅ N Chec

13 Difference-Equations-3-ClosedForm.nb 3 = i j + i j I I MM + I I + MM TableA9, i j + i j 980, 0<, 9, + + =, =, 8, 0, <E I M I + M I M 3 I + M 3 9, =, 93, =, I M 4 I + M 4 I M I + M 94, =, 9, == TableA9, i j + i j êê N=, 8, 0, <E 880, 0.<, 8,.<, 8,.<, 83,.<, 84, 3.<, 8,.<, 86, 8.<, 87, 3.<, 88,.<, 89, 34.<, 80,.<, 8, 89.<, 8, 44.<, 83, 33.<, 84, 377.<, 8, 60.<, 86, 987.<, 87, 97.<, 88, 84.<, 89, 48.<, 80, 676.<, 8, 0946.<, 8, 77.<, 83, 867.<, 84, <, 8, 70.<< % êê TableForm

14 Difference-Equations-3-ClosedForm.nb 4 ü Appling genuine computeralgebra features TableA9, i j + i j =, 8, 0, 0<E 980, 0<, 9, + + I M I + M =, 9, =, I M 3 I + M 3 I M 4 I + M 4 93, =, 94, =, I M I + M I M 6 I + M 6 9, =, 96, =, I M 7 I + M 7 I M 8 I + M 8 97, =, 98, =, I M 9 I + M 9 I M 0 I + M 0 99, + =, 90, == % êê Simplif 880, 0<, 8, <, 8, <, 83, <, 84, 3<, 8, <, 86, 8<, 87, 3<, 88, <, 89, 34<, 80, << ü RSolve for GFE RSolving the GFE: Remove@, 0,, a0, ad RSolve@8@ + D + + D + == == D 99@D!!!!!!!!!!!!! 4 a0+!!!!!!!!! a i j i j J a + "################ 4 a0+ ######### a N + + J a "################ ######### 4 a0+ a N Ja + "################ 4 a0+ ######### a N 0 + i j J a "################ 4a0+ ######### a N + J a + "################ 4 a0+ ######### a N Ha 0 + L == RSolving the original Fibonacci equation: RSolve@8@ + + == == D 99@D I I MM I I + MM == à Auxiliar stuff

The Pythagorean Means

The Pythagorean Means Pythagorean-Mean-M6.nb The Pythagorean Mean Prof. Dr. J. Ziegenbalg Intitut für Mathematik und Informatik Univerity of Education, Karlruhe electronic mail: homepage: ziegenbalg@ph-karlruhe.de http://www.ph-karlruhe.de/wp/ziegenbalg/

More information

ÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅ

ÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅ HW.nb HW #. D scattering (a) The delta function potential requires a discontinuity of the wave function, y' H+0L - y' H-0L = ÅÅÅÅÅÅÅÅÅÅÅÅ m m yh0l, while the wavefunction itself is continuous. SolveA9

More information

à FIELD EFFECT TRANSISTORS

à FIELD EFFECT TRANSISTORS Prof.M.G.Guvench à FIELD EFFECT TRANSISTORS ü FET: CONTENTS Principles of Operation Models: DC, S.S.A.C. and SPICE Applications: AC coupled S.S. Amplifiers ü FET: NAMES JFET Junction Field Effect Transistor

More information

Minimal reductions of monomial ideals

Minimal reductions of monomial ideals ISSN: 1401-5617 Minimal reductions of monomial ideals Veronica Crispin Quiñonez Research Reports in Mathematics Number 10, 2004 Department of Mathematics Stocholm Universit Electronic versions of this

More information

Workshop: Average values and uncertainties Quantum aspects of physical chemistry

Workshop: Average values and uncertainties Quantum aspects of physical chemistry Workshop: Average values and uncertainties Quantum aspects of physical chemistry http://quantum.bu.edu/pltl/2/2.pdf Last updated Tuesday, November 15, 2005 12:56:11-05:00 Copyright 2005 Dan Dill (dan@bu.edu)

More information

Examples of spontaneity in terms of increased spatial arrangements Notes on General Chemistry

Examples of spontaneity in terms of increased spatial arrangements Notes on General Chemistry Examples of spontaneity in terms of increased spatial arrangements Notes on General Chemistry http://quantum.bu.edu/notes/generalchemistry/spontaneityintermsofincreasedspatialarrangements.pdf Last updated

More information

Approximate formulas for the distance term in far and near field interferometry Tim Cornwell, NRAO

Approximate formulas for the distance term in far and near field interferometry Tim Cornwell, NRAO EVLA Memo 75 Approximate formulas for the distance term in far and near field interferometry Tim Cornwell, NRAO tcornwel@nrao.edu Introduction In many applications in wide field and near field interferometry,

More information

Eigenvectors and Eigenvalues 1

Eigenvectors and Eigenvalues 1 Ma 2015 page 1 Eigenvectors and Eigenvalues 1 In this handout, we will eplore eigenvectors and eigenvalues. We will begin with an eploration, then provide some direct eplanation and worked eamples, and

More information

Applications of Gauss-Radau and Gauss-Lobatto Numerical Integrations Over a Four Node Quadrilateral Finite Element

Applications of Gauss-Radau and Gauss-Lobatto Numerical Integrations Over a Four Node Quadrilateral Finite Element Avaiable online at www.banglaol.info angladesh J. Sci. Ind. Res. (), 77-86, 008 ANGLADESH JOURNAL OF SCIENTIFIC AND INDUSTRIAL RESEARCH CSIR E-mail: bsir07gmail.com Abstract Applications of Gauss-Radau

More information

ENGI 9420 Engineering Analysis Solutions to Additional Exercises

ENGI 9420 Engineering Analysis Solutions to Additional Exercises ENGI 940 Engineering Analsis Solutions to Additional Exercises 0 Fall [Partial differential equations; Chapter 8] The function ux (, ) satisfies u u u + = 0, subject to the x x u x,0 = u x, =. Classif

More information

EECS 1028 M: Discrete Mathematics for Engineers

EECS 1028 M: Discrete Mathematics for Engineers EECS 1028 M: Discrete Mathematics for Engineers Suprakash Datta Office: LAS 3043 Course page: http://www.eecs.yorku.ca/course/1028 Also on Moodle S. Datta (York Univ.) EECS 1028 W 18 1 / 16 Sequences and

More information

Mathematics 309 Conic sections and their applicationsn. Chapter 2. Quadric figures. ai,j x i x j + b i x i + c =0. 1. Coordinate changes

Mathematics 309 Conic sections and their applicationsn. Chapter 2. Quadric figures. ai,j x i x j + b i x i + c =0. 1. Coordinate changes Mathematics 309 Conic sections and their applicationsn Chapter 2. Quadric figures In this chapter want to outline quickl how to decide what figure associated in 2D and 3D to quadratic equations look like.

More information

à 10. DC (DIRECT-COUPLED) AMPLIFIERS

à 10. DC (DIRECT-COUPLED) AMPLIFIERS 0.DC-Amps-X.nb à 0. DC (DIRECT-COUPLED) AMPLIFIERS ü AC COUPLED SMALL SIGNAL AMPLIFIERS ADVANTAGES:. Signal, load and the amplifier bias are separate. One can work on the bias calculations stage by stage

More information

A.5. Complex Numbers AP-12. The Development of the Real Numbers

A.5. Complex Numbers AP-12. The Development of the Real Numbers AP- A.5 Comple Numbers Comple numbers are epressions of the form a + ib, where a and b are real numbers and i is a smbol for -. Unfortunatel, the words real and imaginar have connotations that somehow

More information

VISION TRACKING PREDICTION

VISION TRACKING PREDICTION VISION RACKING PREDICION Eri Cuevas,2, Daniel Zaldivar,2, and Raul Rojas Institut für Informati, Freie Universität Berlin, ausstr 9, D-495 Berlin, German el 0049-30-83852485 2 División de Electrónica Computación,

More information

CDM. Recurrences and Fibonacci

CDM. Recurrences and Fibonacci CDM Recurrences and Fibonacci Klaus Sutner Carnegie Mellon University 20-fibonacci 2017/12/15 23:16 1 Recurrence Equations Second Order The Fibonacci Monoid Recurrence Equations 3 We can define a sequence

More information

CDM. Recurrences and Fibonacci. 20-fibonacci 2017/12/15 23:16. Terminology 4. Recurrence Equations 3. Solution and Asymptotics 6.

CDM. Recurrences and Fibonacci. 20-fibonacci 2017/12/15 23:16. Terminology 4. Recurrence Equations 3. Solution and Asymptotics 6. CDM Recurrences and Fibonacci 1 Recurrence Equations Klaus Sutner Carnegie Mellon University Second Order 20-fibonacci 2017/12/15 23:16 The Fibonacci Monoid Recurrence Equations 3 Terminology 4 We can

More information

Answer Explanations. The SAT Subject Tests. Mathematics Level 1 & 2 TO PRACTICE QUESTIONS FROM THE SAT SUBJECT TESTS STUDENT GUIDE

Answer Explanations. The SAT Subject Tests. Mathematics Level 1 & 2 TO PRACTICE QUESTIONS FROM THE SAT SUBJECT TESTS STUDENT GUIDE The SAT Subject Tests Answer Eplanations TO PRACTICE QUESTIONS FROM THE SAT SUBJECT TESTS STUDENT GUIDE Mathematics Level & Visit sat.org/stpractice to get more practice and stud tips for the Subject Test

More information

You don't have to be a mathematician to have a feel for numbers. John Forbes Nash, Jr.

You don't have to be a mathematician to have a feel for numbers. John Forbes Nash, Jr. Course Title: Real Analsis Course Code: MTH3 Course instructor: Dr. Atiq ur Rehman Class: MSc-II Course URL: www.mathcit.org/atiq/fa5-mth3 You don't have to be a mathematician to have a feel for numbers.

More information

MA123, Chapter 1: Equations, functions and graphs (pp. 1-15)

MA123, Chapter 1: Equations, functions and graphs (pp. 1-15) MA123, Chapter 1: Equations, functions and graphs (pp. 1-15) Date: Chapter Goals: Identif solutions to an equation. Solve an equation for one variable in terms of another. What is a function? Understand

More information

q-series Michael Gri for the partition function, he developed the basic idea of the q-exponential. From

q-series Michael Gri for the partition function, he developed the basic idea of the q-exponential. From q-series Michael Gri th History and q-integers The idea of q-series has existed since at least Euler. In constructing the generating function for the partition function, he developed the basic idea of

More information

Section 1.5 Formal definitions of limits

Section 1.5 Formal definitions of limits Section.5 Formal definitions of limits (3/908) Overview: The definitions of the various tpes of limits in previous sections involve phrases such as arbitraril close, sufficientl close, arbitraril large,

More information

Recurrence Relations

Recurrence Relations Recurrence Relations Recurrence Relations Reading (Epp s textbook) 5.6 5.8 1 Recurrence Relations A recurrence relation for a sequence aa 0, aa 1, aa 2, ({a n }) is a formula that relates each term a k

More information

Mathematics of Cryptography Part I

Mathematics of Cryptography Part I CHAPTER 2 Mathematics of Crptograph Part I (Solution to Practice Set) Review Questions 1. The set of integers is Z. It contains all integral numbers from negative infinit to positive infinit. The set of

More information

Algebra II Notes Unit Five: Quadratic Functions. Syllabus Objectives: 5.1 The student will graph quadratic functions with and without technology.

Algebra II Notes Unit Five: Quadratic Functions. Syllabus Objectives: 5.1 The student will graph quadratic functions with and without technology. Sllabus Objectives:.1 The student will graph quadratic functions with and without technolog. Quadratic Function: a function that can be written in the form are real numbers Parabola: the U-shaped graph

More information

A. Derivation of regularized ERM duality

A. Derivation of regularized ERM duality A. Derivation of regularized ERM dualit For completeness, in this section we derive the dual 5 to the problem of computing proximal operator for the ERM objective 3. We can rewrite the primal problem as

More information

7. DESIGN OF AC-COUPLED BJT AMPLIFIERS FOR MAXIMUM UNDISTORTED VOLTAGE SWING

7. DESIGN OF AC-COUPLED BJT AMPLIFIERS FOR MAXIMUM UNDISTORTED VOLTAGE SWING à 7. DESIGN OF AC-COUPLED BJT AMPLIFIERS FOR MAXIMUM UNDISTORTED VOLTAGE SWING Figure. AC coupled common emitter amplifier circuit ü The DC Load Line V CC = I CQ + V CEQ + R E I EQ I EQ = I CQ + I BQ I

More information

Orientations of digraphs almost preserving diameter

Orientations of digraphs almost preserving diameter Orientations of digraphs almost preserving diameter Gregor Gutin Department of Computer Science Roal Hollowa, Universit of London Egham, Surre TW20 0EX, UK, gutin@dcs.rhbnc.ac.uk Anders Yeo BRICS, Department

More information

New types of bipolar fuzzy sets in -semihypergroups

New types of bipolar fuzzy sets in -semihypergroups Songlanaarin J. Sci. Technol. 38 (2) 119-127 Mar. - pr. 2016 http://www.sjst.psu.ac.th Original rticle New tpes of bipolar fu sets in -semihpergroups Naveed Yaqoob 1 * Muhammad slam 2 Inaatur Rehman 3

More information

LESSON #42 - INVERSES OF FUNCTIONS AND FUNCTION NOTATION PART 2 COMMON CORE ALGEBRA II

LESSON #42 - INVERSES OF FUNCTIONS AND FUNCTION NOTATION PART 2 COMMON CORE ALGEBRA II LESSON #4 - INVERSES OF FUNCTIONS AND FUNCTION NOTATION PART COMMON CORE ALGEBRA II You will recall from unit 1 that in order to find the inverse of a function, ou must switch and and solve for. Also,

More information

IB Mathematics HL Year 2 Unit 11: Completion of Algebra (Core Topic 1)

IB Mathematics HL Year 2 Unit 11: Completion of Algebra (Core Topic 1) IB Mathematics HL Year Unit : Completion of Algebra (Core Topic ) Homewor for Unit Ex C:, 3, 4, 7; Ex D: 5, 8, 4; Ex E.: 4, 5, 9, 0, Ex E.3: (a), (b), 3, 7. Now consider these: Lesson 73 Sequences and

More information

8.6 Recursion and Computer Algebra Systems

8.6 Recursion and Computer Algebra Systems 8.6 Recursion and Computer Algebra Systems There is frequently debate as to if how and when computers should be introduced teaching a topic such as recurrence relations. We have chosen to append this information

More information

9 11 Solve the initial-value problem Evaluate the integral. 1. y sin 3 x cos 2 x dx. calculation. 1 + i i23

9 11 Solve the initial-value problem Evaluate the integral. 1. y sin 3 x cos 2 x dx. calculation. 1 + i i23 Mock Exam 1 5 8 Solve the differential equation. 7. d dt te t s1 Mock Exam 9 11 Solve the initial-value problem. 9. x ln x, 1 3 6 Match the differential equation with its direction field (labeled I IV).

More information

Tricks of the Trade. Edited by Paul Abbott. Interpolation with Noise Vittorio G. Caffa. The Mathematica Journal

Tricks of the Trade. Edited by Paul Abbott. Interpolation with Noise Vittorio G. Caffa. The Mathematica Journal The Mathematica Journal Tricks of the Trade Edited by Paul Abbott This is a column of programming tricks and techniques, most of which, we hope, will be contributed by our readers, either directly as submissions

More information

Definition: A sequence is a function from a subset of the integers (usually either the set

Definition: A sequence is a function from a subset of the integers (usually either the set Math 3336 Section 2.4 Sequences and Summations Sequences Geometric Progression Arithmetic Progression Recurrence Relation Fibonacci Sequence Summations Definition: A sequence is a function from a subset

More information

CCSSM Algebra: Equations

CCSSM Algebra: Equations CCSSM Algebra: Equations. Reasoning with Equations and Inequalities (A-REI) Eplain each step in solving a simple equation as following from the equalit of numbers asserted at the previous step, starting

More information

Time Independent Perturbation Theory

Time Independent Perturbation Theory apr_0-may_5.nb: 5/4/04::9:56:8 Time Independent Perturbation Theory Note: In producing a "final" vrsion of these notes I decided to change my notation from that used in class and by Sakurai. In class,

More information

COMPOSITIONS, PARTITIONS, AND FIBONACCI NUMBERS

COMPOSITIONS, PARTITIONS, AND FIBONACCI NUMBERS COMPOSITIONS PARTITIONS AND FIBONACCI NUMBERS ANDREW V. SILLS Abstract. A bijective proof is given for the following theorem: the number of compositions of n into odd parts equals the number of compositions

More information

1 Integration of Rational Functions Using Partial Fractions

1 Integration of Rational Functions Using Partial Fractions MTH Fall 008 Essex County College Division of Mathematics Handout Version 4 September 8, 008 Integration of Rational Functions Using Partial Fractions In the past it was far more usual to simplify or combine

More information

Pure Core 1. Revision Notes

Pure Core 1. Revision Notes Pure Core Revision Notes Ma 06 Pure Core Algebra... Indices... Rules of indices... Surds... 4 Simplifing surds... 4 Rationalising the denominator... 4 Quadratic functions... 5 Completing the square....

More information

Consider a cross section with a general shape such as shown in Figure B.2.1 with the x axis normal to the cross section. Figure B.2.1.

Consider a cross section with a general shape such as shown in Figure B.2.1 with the x axis normal to the cross section. Figure B.2.1. ppendix B rea Properties of Cross Sections B.1 Introduction The area, the centroid of area, and the area moments of inertia of the cross sections are needed in slender bar calculations for stress and deflection.

More information

DIRECT CALCULATION OF k-generalized FIBONACCI NUiBERS

DIRECT CALCULATION OF k-generalized FIBONACCI NUiBERS DIRECT CALCULATION OF -GENERALIZED FIBONACCI NUiBERS IVAN FLORES Broolyn, New Yor SUMMARY A formula i s developed for direct calculation of any -generakzed F i b - onacci number u., s K without iteration.

More information

OPERATIONAL AMPLIFIER ª Differential-input, Single-Ended (or Differential) output, DC-coupled, High-Gain amplifier

OPERATIONAL AMPLIFIER ª Differential-input, Single-Ended (or Differential) output, DC-coupled, High-Gain amplifier à OPERATIONAL AMPLIFIERS à OPERATIONAL AMPLIFIERS (Introduction and Properties) Phase relationships: Non-inverting input to output is 0 Inverting input to output is 180 OPERATIONAL AMPLIFIER ª Differential-input,

More information

Trigonometric Functions

Trigonometric Functions TrigonometricReview.nb Trigonometric Functions The trigonometric (or trig) functions are ver important in our stud of calculus because the are periodic (meaning these functions repeat their values in a

More information

An analytic proof of the theorems of Pappus and Desargues

An analytic proof of the theorems of Pappus and Desargues Note di Matematica 22, n. 1, 2003, 99 106. An analtic proof of the theorems of Pappus and Desargues Erwin Kleinfeld and Tuong Ton-That Department of Mathematics, The Universit of Iowa, Iowa Cit, IA 52242,

More information

The Principle of Linearity applications in the areas of algebra and analysis

The Principle of Linearity applications in the areas of algebra and analysis Proseminar Mathematisches Problemlösen University of Karlsruhe SS 6 The Principle of Linearity applications in the areas of algebra and analysis Franziska Häfner Contents Converting complex problems into

More information

8. BOOLEAN ALGEBRAS x x

8. BOOLEAN ALGEBRAS x x 8. BOOLEAN ALGEBRAS 8.1. Definition of a Boolean Algebra There are man sstems of interest to computing scientists that have a common underling structure. It makes sense to describe such a mathematical

More information

U- FUNCTION IN APPLICATIONS

U- FUNCTION IN APPLICATIONS Ushaov I. U-FUNKTION IN ALIATIONS RT&A # 0 6 Vol.7 0 September U- FUNTION IN ALIATIONS Igor Ushaov Sun Diego aliornia e-mail: igusha@gmail.com The ethod o Universal Generating Functions U-unctions was

More information

Homework #2 Solutions Due: September 5, for all n N n 3 = n2 (n + 1) 2 4

Homework #2 Solutions Due: September 5, for all n N n 3 = n2 (n + 1) 2 4 Do the following exercises from the text: Chapter (Section 3):, 1, 17(a)-(b), 3 Prove that 1 3 + 3 + + n 3 n (n + 1) for all n N Proof The proof is by induction on n For n N, let S(n) be the statement

More information

Analytic Trigonometry

Analytic Trigonometry CHAPTER 5 Analtic Trigonometr 5. Fundamental Identities 5. Proving Trigonometric Identities 5.3 Sum and Difference Identities 5.4 Multiple-Angle Identities 5.5 The Law of Sines 5.6 The Law of Cosines It

More information

4Cubic. polynomials UNCORRECTED PAGE PROOFS

4Cubic. polynomials UNCORRECTED PAGE PROOFS 4Cubic polnomials 4.1 Kick off with CAS 4. Polnomials 4.3 The remainder and factor theorems 4.4 Graphs of cubic polnomials 4.5 Equations of cubic polnomials 4.6 Cubic models and applications 4.7 Review

More information

Fibonacci-Like Sequences and Pell Equations

Fibonacci-Like Sequences and Pell Equations n local maxima for f (x corresponds to an inflection point for F(x that does not admit a Descartes line. Hence the polynomial F(x of degree n + has a Descartes number of n. Note that given the restrictions

More information

Time-Varying Systems and Computations Lecture 3

Time-Varying Systems and Computations Lecture 3 Time-Varying Systems and Computations Lecture 3 Klaus Diepold November 202 Linear Time-Varying Systems State-Space System Model We aim to derive the matrix containing the time-varying impulse responses

More information

Solutions Week 2. D-ARCH Mathematics Fall Linear dependence & matrix multiplication. 1. A bit of vector algebra.

Solutions Week 2. D-ARCH Mathematics Fall Linear dependence & matrix multiplication. 1. A bit of vector algebra. D-ARCH Mathematics Fall 4 Solutions Week Linear dependence & matrix multiplication A bit of vector algebra (a) Find all vectors perpendicular to Drawing a sketch might help! Solution : All vectors in the

More information

Chapter 6* The PPSZ Algorithm

Chapter 6* The PPSZ Algorithm Chapter 6* The PPSZ Algorithm In this chapter we present an improvement of the pp algorithm. As pp is called after its inventors, Paturi, Pudlak, and Zane [PPZ99], the improved version, pps, is called

More information

A NICE DIOPHANTINE EQUATION. 1. Introduction

A NICE DIOPHANTINE EQUATION. 1. Introduction A NICE DIOPHANTINE EQUATION MARIA CHIARA BRAMBILLA Introduction One of the most interesting and fascinating subjects in Number Theory is the study of diophantine equations A diophantine equation is a polynomial

More information

Get Solution of These Packages & Learn by Video Tutorials on SHORT REVISION

Get Solution of These Packages & Learn by Video Tutorials on   SHORT REVISION FREE Download Stu Pacage from website: www.teoclasses.com & www.mathsbsuhag.com Get Solution of These Pacages & Learn b Video Tutorials on www.mathsbsuhag.com SHORT REVISION DIFFERENTIAL EQUATIONS OF FIRST

More information

Solutions to the 2005 AP Calculus AB Exam Free Response Questions

Solutions to the 2005 AP Calculus AB Exam Free Response Questions Solutions to the 00 AP Calculus AB Exam Free Response Questions Louis A. Talman Department of Mathematical & Computer Sciences Metropolitan State College of Denver Problem. FindRootA ÅÅÅÅ 4 + Sin@p xd

More information

CH. 1 FUNDAMENTAL PRINCIPLES OF MECHANICS

CH. 1 FUNDAMENTAL PRINCIPLES OF MECHANICS 446.201 (Solid echanics) Professor Youn, eng Dong CH. 1 FUNDENTL PRINCIPLES OF ECHNICS Ch. 1 Fundamental Principles of echanics 1 / 14 446.201 (Solid echanics) Professor Youn, eng Dong 1.2 Generalied Procedure

More information

On Linear Recursive Sequences with Coefficients in Arithmetic-Geometric Progressions

On Linear Recursive Sequences with Coefficients in Arithmetic-Geometric Progressions Applied Mathematical Sciences, Vol. 9, 015, no. 5, 595-607 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.1988/ams.015.5163 On Linear Recursive Sequences with Coefficients in Arithmetic-Geometric Progressions

More information

Mathematical Methods. Chapter Motivation Dirac's Delta Function. ü Singular Integrals

Mathematical Methods. Chapter Motivation Dirac's Delta Function. ü Singular Integrals Chapter 2 Mathematical Methods 2.1. Motivation Actually enough already has been written about the solving methods of linear equations (e.g. [Metz1996], section 3.5, p. 23-26). Nevertheless in this chapter

More information

Lecture 2: Separable Ordinary Differential Equations

Lecture 2: Separable Ordinary Differential Equations Lecture : Separable Ordinar Differential Equations Dr. Michael Doughert Januar 8, 00 Some Terminolog: ODE s, PDE s, IVP s The differential equations we have looked at so far are called ordinar differential

More information

Proof of convergence: KKT criterion

Proof of convergence: KKT criterion Efficient l point triangulation through polyhedron collapse Supplementary material March 6, 205 Part I Proof of convergence: KKT criterion Introduction In the paper Efficient l point triangulation through

More information

Ch 5 Alg 2 L2 Note Sheet Key Do Activity 1 on your Ch 5 Activity Sheet.

Ch 5 Alg 2 L2 Note Sheet Key Do Activity 1 on your Ch 5 Activity Sheet. Ch Alg L Note Sheet Ke Do Activit 1 on our Ch Activit Sheet. Chapter : Quadratic Equations and Functions.1 Modeling Data With Quadratic Functions You had three forms for linear equations, ou will have

More information

Section 3.1. ; X = (0, 1]. (i) f : R R R, f (x, y) = x y

Section 3.1. ; X = (0, 1]. (i) f : R R R, f (x, y) = x y Paul J. Bruillard MATH 0.970 Problem Set 6 An Introduction to Abstract Mathematics R. Bond and W. Keane Section 3.1: 3b,c,e,i, 4bd, 6, 9, 15, 16, 18c,e, 19a, 0, 1b Section 3.: 1f,i, e, 6, 1e,f,h, 13e,

More information

Representation of doubly infinite matrices as non-commutative Laurent series

Representation of doubly infinite matrices as non-commutative Laurent series Spec. Matrices 217; 5:25 257 Research Article Open Access María Ivonne Arenas-Herrera and Luis Verde-Star* Representation of doubly infinite matrices as non-commutative Laurent series https://doi.org/1.1515/spma-217-18

More information

in Trigonometry Name Section 6.1 Law of Sines Important Vocabulary

in Trigonometry Name Section 6.1 Law of Sines Important Vocabulary Name Chapter 6 Additional Topics in Trigonometry Section 6.1 Law of Sines Objective: In this lesson you learned how to use the Law of Sines to solve oblique triangles and how to find the areas of oblique

More information

Sprague-Grundy Values of the R-Wythoff Game

Sprague-Grundy Values of the R-Wythoff Game Sprague-Grundy Values of the R-Wythoff Game Albert Gu Department of Mathematics Carnegie Mellon University Pittsburgh, PA 15213, U.S.A agu@andrew.cmu.edu Submitted: Aug 6, 2014; Accepted: Apr 10, 2015;

More information

Math 154 :: Elementary Algebra

Math 154 :: Elementary Algebra Math :: Elementar Algebra Section. Section. Section. Section. Section. Section. Math :: Elementar Algebra Section. Eponents. When multipling like-bases, ou can add the eponents to simplif the epression..

More information

Chapter 5: Quadratic Equations and Functions 5.1 Modeling Data With Quadratic Functions Quadratic Functions and Their Graphs

Chapter 5: Quadratic Equations and Functions 5.1 Modeling Data With Quadratic Functions Quadratic Functions and Their Graphs Ch 5 Alg Note Sheet Ke Chapter 5: Quadratic Equations and Functions 5.1 Modeling Data With Quadratic Functions Quadratic Functions and Their Graphs Definition: Standard Form of a Quadratic Function The

More information

Trinity Christian School Curriculum Guide

Trinity Christian School Curriculum Guide Course Title: Calculus Grade Taught: Twelfth Grade Credits: 1 credit Trinity Christian School Curriculum Guide A. Course Goals: 1. To provide students with a familiarity with the properties of linear,

More information

UNCORRECTED SAMPLE PAGES. 3Quadratics. Chapter 3. Objectives

UNCORRECTED SAMPLE PAGES. 3Quadratics. Chapter 3. Objectives Chapter 3 3Quadratics Objectives To recognise and sketch the graphs of quadratic polnomials. To find the ke features of the graph of a quadratic polnomial: ais intercepts, turning point and ais of smmetr.

More information

4.7. Newton s Method. Procedure for Newton s Method HISTORICAL BIOGRAPHY

4.7. Newton s Method. Procedure for Newton s Method HISTORICAL BIOGRAPHY 4. Newton s Method 99 4. Newton s Method HISTORICAL BIOGRAPHY Niels Henrik Abel (18 189) One of the basic problems of mathematics is solving equations. Using the quadratic root formula, we know how to

More information

Chapter 13. Overview. The Quadratic Formula. Overview. The Quadratic Formula. The Quadratic Formula. Lewinter & Widulski 1. The Quadratic Formula

Chapter 13. Overview. The Quadratic Formula. Overview. The Quadratic Formula. The Quadratic Formula. Lewinter & Widulski 1. The Quadratic Formula Chapter 13 Overview Some More Math Before You Go The Quadratic Formula The iscriminant Multiplication of Binomials F.O.I.L. Factoring Zero factor propert Graphing Parabolas The Ais of Smmetr, Verte and

More information

7.7. Inverse Trigonometric Functions. Defining the Inverses

7.7. Inverse Trigonometric Functions. Defining the Inverses 7.7 Inverse Trigonometric Functions 57 7.7 Inverse Trigonometric Functions Inverse trigonometric functions arise when we want to calculate angles from side measurements in triangles. The also provide useful

More information

Several Generating Functions for Second-Order Recurrence Sequences

Several Generating Functions for Second-Order Recurrence Sequences 47 6 Journal of Integer Sequences, Vol. 009), Article 09..7 Several Generating Functions for Second-Order Recurrence Sequences István Mező Institute of Mathematics University of Debrecen Hungary imezo@math.lte.hu

More information

8 Differential Calculus 1 Introduction

8 Differential Calculus 1 Introduction 8 Differential Calculus Introduction The ideas that are the basis for calculus have been with us for a ver long time. Between 5 BC and 5 BC, Greek mathematicians were working on problems that would find

More information

12.4 The Diagonalization Process

12.4 The Diagonalization Process Chapter - More Matrix Algebra.4 The Diagonalization Process We now have the background to understand the main ideas behind the diagonalization process. Definition: Eigenvalue, Eigenvector. Let A be an

More information

Higher. Integration 89

Higher. Integration 89 hsn.uk.net Higher Mathematics UNIT UTCME Integration Contents Integration 89 Indefinite Integrals 89 Preparing to Integrate 9 Differential Equations 9 Definite Integrals 9 Geometric Interpretation of Integration

More information

ME 406 Trapping a Limit Cycle

ME 406 Trapping a Limit Cycle orbtrap.nb 1 ME 6 Trapping a Limit Ccle In[3]:= ssid Mathematica.1, DnPac 1.65, ê13ê In[33]:= In[3]:= intreset; plotreset; ü Introduction In this notebook, we localize a limit ccle b orbit trapping. The

More information

Polynomial functions on subsets of non-commutative rings a link between ringsets and null-ideal sets

Polynomial functions on subsets of non-commutative rings a link between ringsets and null-ideal sets Polynomial functions on subsets of non-commutative rings a lin between ringsets and null-ideal sets Sophie Frisch 1, 1 Institut für Analysis und Zahlentheorie, Technische Universität Graz, Koperniusgasse

More information

Chapter 5: Systems of Equations

Chapter 5: Systems of Equations Chapter : Sstems of Equations Section.: Sstems in Two Variables... 0 Section. Eercises... 9 Section.: Sstems in Three Variables... Section. Eercises... Section.: Linear Inequalities... Section.: Eercises.

More information

Homework Notes Week 6

Homework Notes Week 6 Homework Notes Week 6 Math 24 Spring 24 34#4b The sstem + 2 3 3 + 4 = 2 + 2 + 3 4 = 2 + 2 3 = is consistent To see this we put the matri 3 2 A b = 2 into reduced row echelon form Adding times the first

More information

An improved convergence theorem for the Newton method under relaxed continuity assumptions

An improved convergence theorem for the Newton method under relaxed continuity assumptions An improved convergence theorem for the Newton method under relaxed continuity assumptions Andrei Dubin ITEP, 117218, BCheremushinsaya 25, Moscow, Russia Abstract In the framewor of the majorization technique,

More information

MACMAHON S PARTITION ANALYSIS IX: k-gon PARTITIONS

MACMAHON S PARTITION ANALYSIS IX: k-gon PARTITIONS MACMAHON S PARTITION ANALYSIS IX: -GON PARTITIONS GEORGE E. ANDREWS, PETER PAULE, AND AXEL RIESE Dedicated to George Szeeres on the occasion of his 90th birthday Abstract. MacMahon devoted a significant

More information

Math 324 Summer 2012 Elementary Number Theory Notes on Mathematical Induction

Math 324 Summer 2012 Elementary Number Theory Notes on Mathematical Induction Math 4 Summer 01 Elementary Number Theory Notes on Mathematical Induction Principle of Mathematical Induction Recall the following axiom for the set of integers. Well-Ordering Axiom for the Integers If

More information

Divergence and Curl and Their Geometric Interpretations

Divergence and Curl and Their Geometric Interpretations Divergence and Curl and Their Geometric Interpretations 1 Scalar Potentials and Their Gradient and Laplacian Fields 2 Coordinate Transformations in the Vector Analysis Package 3 Using Vector Derivative

More information

Higher. Integration 1

Higher. Integration 1 Higher Mathematics Contents Indefinite Integrals RC Preparing to Integrate RC Differential Equations A Definite Integrals RC 7 Geometric Interpretation of A 8 Areas between Curves A 7 Integrating along

More information

Complex Numbers: A Brief Introduction. By: Neal Dempsey. History of Mathematics. Prof. Jennifer McCarthy. July 16, 2010

Complex Numbers: A Brief Introduction. By: Neal Dempsey. History of Mathematics. Prof. Jennifer McCarthy. July 16, 2010 1 Complex Numbers: A Brief Introduction. By: Neal Dempsey History of Mathematics Prof. Jennifer McCarthy July 16, 2010 2 Abstract Complex numbers, although confusing at times, are one of the most elegant

More information

Properties of Limits

Properties of Limits 33460_003qd //04 :3 PM Page 59 SECTION 3 Evaluating Limits Analticall 59 Section 3 Evaluating Limits Analticall Evaluate a it using properties of its Develop and use a strateg for finding its Evaluate

More information

Investigating Geometric and Exponential Polynomials with Euler-Seidel Matrices

Investigating Geometric and Exponential Polynomials with Euler-Seidel Matrices 1 2 3 47 6 23 11 Journal of Integer Sequences, Vol. 14 (2011), Article 11.4.6 Investigating Geometric and Exponential Polynomials with Euler-Seidel Matrices Ayhan Dil and Veli Kurt Department of Mathematics

More information

KOREKTURY wim11203.tex

KOREKTURY wim11203.tex KOREKTURY wim11203.tex 23.12. 2005 REGULAR SUBMODULES OF TORSION MODULES OVER A DISCRETE VALUATION DOMAIN, Bandung,, Würzburg (Received July 10, 2003) Abstract. A submodule W of a p-primary module M of

More information

LESSON #28 - POWER FUNCTIONS COMMON CORE ALGEBRA II

LESSON #28 - POWER FUNCTIONS COMMON CORE ALGEBRA II 1 LESSON #8 - POWER FUNCTIONS COMMON CORE ALGEBRA II Before we start to analze polnomials of degree higher than two (quadratics), we first will look at ver simple functions known as power functions. The

More information

The Fibonacci Sequence

The Fibonacci Sequence Elvis Numbers Elvis the Elf skips up a flight of numbered stairs, starting at step 1 and going up one or two steps with each leap Along with an illustrious name, Elvis parents have endowed him with an

More information

Second Proof: Every Positive Integer is a Frobenius Number of Three Generators

Second Proof: Every Positive Integer is a Frobenius Number of Three Generators International Mathematical Forum, Vol., 5, no. 5, - 7 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/.988/imf.5.54 Second Proof: Ever Positive Integer is a Frobenius Number of Three Generators Firu Kamalov

More information

Math 121. Practice Questions Chapters 2 and 3 Fall Find the other endpoint of the line segment that has the given endpoint and midpoint.

Math 121. Practice Questions Chapters 2 and 3 Fall Find the other endpoint of the line segment that has the given endpoint and midpoint. Math 11. Practice Questions Chapters and 3 Fall 01 1. Find the other endpoint of the line segment that has the given endpoint and midpoint. Endpoint ( 7, ), Midpoint (, ). Solution: Let (, ) denote the

More information

Sums of Products of Bernoulli Numbers*

Sums of Products of Bernoulli Numbers* journal of number theory 60, 234 (996) article no. 00 Sums of Products of Bernoulli Numbers* Karl Dilcher Department of Mathematics, Statistics, and Computing Science, Dalhousie University, Halifax, Nova

More information

Foundations of Databases

Foundations of Databases Foundations of Databases (Slides adapted from Thomas Eiter, Leonid Libkin and Werner Nutt) Foundations of Databases 1 Quer optimization: finding a good wa to evaluate a quer Queries are declarative, and

More information

Question of the Day. Key Concepts. Vocabulary. Mathematical Ideas. QuestionofDay

Question of the Day. Key Concepts. Vocabulary. Mathematical Ideas. QuestionofDay QuestionofDay Question of the Day Using 1 1 square tiles and 1 2 dominoes, one can tile a 1 3 strip of squares three different ways. (Find them!) In how many different ways can one tile a 1 4 strip of

More information

z-transforms 21.1 The z-transform Basics of z-transform Theory z-transforms and Difference Equations 36

z-transforms 21.1 The z-transform Basics of z-transform Theory z-transforms and Difference Equations 36 Contents 21 z-transforms 21.1 The z-transform 2 21.2 Basics of z-transform Theory 12 21.3 z-transforms and Difference Equations 36 21.4 Engineering Applications of z-transforms 64 21.5 Sampled Functions

More information