Z-TRANSFORMS. 1 Introduction. 2 Review of Sequences

Size: px
Start display at page:

Download "Z-TRANSFORMS. 1 Introduction. 2 Review of Sequences"

Transcription

1 Z-TRANSFORMS. Introduction The Z-transform is a tranform for sequences. Just like the Laplace transform takes a function of t and replaces it with another function of an auxillary variable s, well, the Z-transform takes a sequence and replaces it with a function of an auxillary variable,. The reason for doing this is that it makes difference equations easier to solve, again, this is very like what happens with the Laplace tranform, where taking the Laplace tranform makes it easier to solve differential equations. A difference equation is an equation which tells you what the k + 2th term in a sequence is in terms of the k + th and kth terms, for example. Difference equations arise in numerical treatments of differential equations, in discrete time sampling and when studying systems that are intrinsically discrete, such as population models in ecology and epidemiology. 2 Review of Sequences A sequence is a list of numbers, sequences can be finite, like (2, 2, 3, 4) or infinite, like (, 2, 3, 4, 5,...). We are interested in infinite sequences. These all have the general form (x 0, x, x 3,...) with the x k s standing for the numbers in the sequence. We use the short hand: (x k ) k=0 = (x 0, x, x 2,...) In otherwords, on the righthand side, we are saying the sequence is formed by writing out the x k s with k put equal to ero, then one and so on up to infinity. Often we are lay and just write (x k ) when we mean (x k ) k=0.

2 The sequence (2, 5, 8,, 4,...) is an arithmetic sequence, each term is calculated by adding three to the term before it. In fact, you can write a formula telling you what the kth term is: x k = 2 + 3k, and so (2 + 3k) k=0 = (2, 5, 8,, 4,...) This is really the most you can know about the sequence, if you have a formula saying x k is such and such a thing involving k then you have solved the sequence and you can easily work out x k for any k, for example, we know that x 000 = 3002 in the example above. Another way of writing down the information in the sequence is to say: x k+ = x k + 3 x 0 = 2 This tells you how to find the next term in the sequence in terms of the previous one and it tells you where to start, at x 0 = 2. This is a difference equation. It allows you to work out the sequence, but only step by step. To calculate x 000 you would first of all have to know x 999 and to work this out you need x 998 and so on and so on. We will see later how to use Z-tranforms to solve a sequence when we only know the difference equation. Another common sort of sequence is a geometric sequence, an example is (3, 5, 75, 375,...) Here, each term is given by multiplying the previous term by five, so, the difference equation is x k+ = 5x k x 0 = 3 There is another name also used for a difference equation, it can be called an induction step, the difference usually is that you called it a difference equation if you intend to solve it and an induction step if you intend to use it as it is to work out the sequence term by term. 2

3 We also know the solution in this case: x k = 3 5 k That is: (3 5 k ) k=0 = (3, 5, 75, 375,...) More generally, a geometric sequence has the form: (cα k ) k=0 = (c, cα, cα 2, cα 3,...) () and x 0 = c and α is called the ratio. Example The sequence: ( 60, 30, 5, 5 2, 5 ) 4,... is a geometrical sequence with c = 60 and α = /2. And the sequence (,,,,,...) is a geometrical sequence with c = and α =. A series is what you get when you sum up all the terms in a sequence. That is if the sequence is: (x k ) = (x 0, x, x 2...) then the series is: x k. k=0 Remark: This sum could be in some cases but we will not use anything that does not converge ;o) what is more, we will care a lot about geometric sequences and its series, nothing else... 3

4 Example 2 Consider the sequence: ( ) = (, 2, 4, 8 ),... 2 k k=0 The corresponding series (sum) is: S = 2 = + k k=0 and if you think about it, S = 2 since at each step you are adding half the distance from where you are to two, if you keep adding for infinity you will finally get to two. 2 Hey! what is coming is important: In fact, you can sum any geometric sequence with ratio less than one. When the ration is less than one we write r instead of α. Let S = cr k = c r k k=0 Next, we remember the formula that for r <. binomial expansion. Hence k=0 r = r k (2) k=0 You can check this formula either using the Taylor series or the S = c r If the ratio is bigger than or equal to one then the corresponding series diverges, that is, it doesn t sum up to finite amount. 2 Zeno s paradox was based on this, Zeno, a philosopher in ancient Greece, worried about the fact that to get from A to B you had to first cross half the distance from A to B, then half of the distance remaining and so on for infinity. He thought that, since you had to cross an infinity of shorter and shorter distances, it must take you an infinite amount of time. He is wrong, of course, each shorter and shorter distance takes less and less time to cross and it all adds up to a finite number. Zeno had two paradoxes, the other has to do with asking when something moves, since at any instant it is in just one place. 4 (3)

5 3 The Definition of Z-transform The Z-transform of a sequence (x k ) is defined as Z[(x k ) k=0] = k=0 x k k (4) We often write: X() = Z[(x k ) k=0] (5) You can see that when you do the Z-transform it sums up all the sequence, and so the individual terms affect the dependence on, but the resulting function is just a function of, it has no k in it. It will become clearer later why we might do this, first, we will look at how to calculate the Z-tranform of a few example. Example 3 Lets find the Z-tranform of a geometric sequence (α k ). We have: Z[(α k ) k=0] = k=0 α k k = ( α ) k = α k=0 = α, Using (3) and supposing α < or equivalently α <. In particular, this means that Z[(,,,...)] = Another Z-transform can be derived from this by differenciating with repect to α. This is a usefull trick, you might worry about whether it is okay to differenciate through the sum and so on, but we just assume everything works. So: Z[(α k ) k=0 ] = α d dα Z[(αk ) k=0 ] = dα d ( ) α Z [ ] d dα (αk ) k=0 = ( α) 2 Z[(kα k ) k=0 ] = ( α) 2 5

6 and this means: Z[(0,, 2, 3,...)] = ( ) 2 Hence, we now have two entries in our table of Z-transforms: Z[(α k ) k=0] = α (6) Z[(kα k ) k=0] = ( α) 2 (7) Example 4 Considerer the sequence (e kt ) = (, e T, e 2T, e 3T,...), T > 0, constant. Compute its Z-Transform. Z[(e kt ) k=0] = k=0 e kt k = ( e T k=0 ) k If we suppose that e T < (which is equivalent to say that the > e T ) then (, e T, e 2T 2...) = (( e T )k ) k=0 therefore we can apply equation (2) as follows: is a geometric sequence of ratio less than. And Z[(e kt ) k=0 ] = e T = e T Example 5 Find the Z-tranforms of ( ) (a) 4 k (b) (3 k ) (c) (( 2) k ) (d) (4, 6, 64, 256,...) (e) (, 3, 9, 27,...) (f) (0,, 4, 2, 64, 60,...) For (a) we have r = /4 so [( )] Z = 4 k TRY THEM!!! /4 = For (b) r = 3 giving For (a) we have r = /4 so Z[(3 k )] =

7 In (c) r = 2 but this makes no difference In (d) we see that r = 4 so and in (e) r = 3 so Z[(( 2) k )] = + 2 Z[(4, 6, 6, 64, 256,...)] = Z[(, 3, 9, 27,...)] = Finally, looking carefully at (f) you realie (k2 k ) = (0,, 4, 2, 64, 60,...) and hence: Z[(0,, 4, 2, 64, 60,...)] = ( 2) 2 The unit pulse Another entry to the table of standard Z-tranforms is supplied by the unit pulse: (δ k ) k=0 = (, 0, 0, 0,...) so only the first term of this sequence is non-ero: x 0 = and x k = 0 for all k > 0. The Z-transform of this sequence can be worked out directly, remember the definition of the Z-tranform Z[(x k ) k=0] = =0 x k k. In this case there is only one term in the sequence and hence only one term in the sum: Z[(δ k ) k=0] = 0 = 7

8 4 Linearity of the Z-tranform It is possible to add sequences and to multiply them by constants. Say (x k ) k=0 and (y k ) k=0 are two sequences and a and b are two constants then we have a sequence (ax k + by k ) k=0 = a(x k ) k=0 + b(y k ) k=0 Example 6 The sequence (2 k +3) k=0 = (4, 5, 7,,...) is the sum of the sequence (2 k ) = (, 2, 4, 8,...) and the sequence (3, 3, 3,...). Another example is the sequence (cα k ) which is c times the sequence (α k ). Theorem The Z-tranform is linear. This means that: Z[(ax k + by k ) k=0] = az[(x k ) k=0)] + bz[(y k ) k=0] Proof: Easy!!!! Z((ax k + by k ) k=0 ) = 0 ax k + by k k, by definition = a x k 0 k + b y k 0 k, = az((x k ) k=0 ) + bz((x k) k=0 ) by linearity of the sum Example 7 Z[(4, 5, 7,,...)] = Z[(2 k + 3) k=0 ] Recall that Z((2 k )) = = Z[(2 k ) k=0 ] + 3Z[(,,,...)], by linearity = ( ) = ( ) + 3( 2) ( 2)( ) = k k =, provided > 2 2 8

9 and Z((3, 3, 3,...)) = 3 = 3, provided > k 0 and both things happen at the same time in ( ), which implies that Z = And other example is: 2 + 3, provided > 2. Z[(cα k ) k=0] = cz[(α k ) k=0] = c α 5 The Delay Theorem or First Shifting Thereom A delayed sequence is one that starts later than some other known sequence. It has the form (x k k0 ) k=0 so for k < k 0 the subscript is negative and, since x j = 0 for j < 0, all the entries up to k = k 0 are ero. Here is an example, say: then: (x k ) k=0 = (4, 5, 7,,...) (x k 2 ) k=0 = (0, 0, 4, 5, 7,,...) so, the sequence is delayed by k 0 = 2 steps. Here is another example: (δ k 4 ) k=0 = (0, 0, 0, 0,, 0, 0, 0,...) In this example the unit pulse has been delayed by four steps. The delay theorem tells us how to related the Z-tranform of a delayed sequence to the Z-tranform of the corresponding undelayed sequence: Theorem 2 The Delay Theorem. Z[(x k k0 )] = k 0 Z[(x k)] (8) This Theorem is also called the First Shifting Theorem for Z-transforms. 9

10 Proof: By definition of Z-transform: Z[(x k k0 )] = k=0 x k k0 k Now do a change of index: let j = k k 0. Hence, k = j + k 0 ; when k = 0, j = k 0 and when k =, j =. Thus: Z[(x k k0 )] = x j j+k 0 j= k 0 However, because x j = 0 for j < 0 the sum starts at j = 0. Thus: Z[(x k k0 )] = j=0 x j = j+k 0 k 0 as required. (Because the subscript is mute ). j=0 x j = j Z[(x k)], k 0 Example 8 The sequence (0, 0,, 3, 9, 27,...) = (x k 2 ) k=0 where (x k) k=0 = (3k ) k=0 = (, 3, 9, 27,...) so the Z-tranform is: Z[(0, 0,, 3, 9, 27,...)] = 2 Z[(, 3, 9, 27,...)] = 2, provided > 3. 3 Note: 3 k 2, k > 3 (0, 0,, 3, 9, 27,...) = 0, otherwise Example 9 Consider: Z[(δ k 4 ) k=0] = 4 Z[(δ k)] = 4 since Z[(δ k )] =. Example 0 The seqence (0,,,,,...) is the one step delay of (,,,,...) so we have: Z[(0,,,,,...)] = Z[(,,,,...)] = 0 =

11 There is anther way of doing the same question: by using linearity. We can write: so More examples! (0,,,,,...) = (,,,,...) (, 0, 0, 0,...) Z[(0,,,,,...)] = Z[(,,,,...)] Z[(, 0, 0, 0,...)] = ( ) = = Work out the Z-transform of the following sequences:. (2, 4, 0, 28,...) 2. (2, 2, 0, 26,...) 3. (3, 0, 0, 0,...) 4. (0, 0,,,,...) 5. (0, 2, 4, 0, 28,...) 6. (0, 0,, 2, 4, 8,...) 7. (,, 0,,,,...) Try to do it yourself before reading the solution Solutions:. So this sequence is: so we use linearity (2, 4, 0, 28,...) = (,,,,...) + (, 3, 9, 27,...) Z[(2, 4, 0, 28,...)] = Z[(,,,,...)] + Z[(, 3, 9, 27,...)] = + 3 = , provided > 3.

12 2. So this sequence is: (2, 2, 0, 26,...) = (,,,,...) + (, 3, 9, 27,...) so we use linearity: Z[(2, 2, 0, 27,...)] = Z[(,,,,...)] + Z[(, 3, 9, 27,...)] = = , provided > (3, 0, 0, 0,...) = 3(δ k ) so Z[(3, 0, 0, 0,...)] = (0, 0,,,,...) is the k 0 = 2 delay of (,,,,...) which means that: provided >. Z[(0, 0,,,,...)] = 2, 5. (0, 2, 4, 0, 28,...) is (x k ) where (x k ) = (2, 4, 0, 28,...) as in first exercise, hence: Z[(0, 2, 4, 0, 28,...)] = = (0, 0,, 2, 4, 8,...) = (2 k 2 ) and Z[(2 k )] = /( 2), so, provided > 2. Z[(0, 0,, 2, 4, 8,...)] = 2 7. This one is a bit trickier. Notice that: 2 = ( 2), (,, 0,,,,...) = (,,,,,...) (0, 0,, 0, 0,...) and (0, 0,, 0, 0,...) = (δ k 2 ). Hence, using linearity and the delay theorem we get: Z[(,, 0,,,,...)] = Z[(,,,,,...)] Z[(0, 0,, 0, 0,...)] 2

13 = = ( ), provided >. 6 The Inverse Z transform. The inverse Z transform is defined in a similar way to the inverse Laplace transform. Suppose that X() = Z((x k ) k=0 ), then: Z (Z((x k ))) = (x k ) k=0 and Z(Z (X()) = X(). The best way to understand is through examples so let s go! Example An easy one, straight away from the table: Example 2 One with a fraction: Z ( 2 ) = (2k ) k=0 Suppose X() = Then: By the Delay Theorem: X() = = Z () = (δ k ) k=0 = (, 0, 0, 0,...) and Z ( ) = (δ k ) k=0 = (0,, 0, 0,...) Z ( 3 ) = (δ k 3) k=0 = (0, 0, 0,, 0,...) 3

14 Recall that the term in the sequences with negative subscripts are 0. Hence, using linearity: Z ( ) = Z () + 2Z ( ) + Z ( 2 ) = (, 2, 0,, 0,...). Example 3 One with partial fractions: Compute the inverse Z transform of X() = ( )( 2). Since we cannot identify any sequence first hand, we proceed as we did with Laplace transforms, splitting the fraction in two which are simpler: X() = ( )( 2) = + 2, check it!. Therefore: X() = so via the table we conclude: ( )( 2) = + 2, Z ( ( )( 2) ) = Z ( ) + Z ( 2 ) = (,,,...) + (2k ) k=0 + 2 k, k > 0 = (2 k ) k=0 = 0, otherwise Another way of solving this examples is not getting rid of the in the partial fraction decomposition: so: and therefore: X() = X() = ( )( 2) ( )( 2) = A + B 2, A( 2) B( ) = + ( )( 2) ( )( 2), = A( 2) + B( ) = A 2A + B B = (A + B) 2A B, 4

15 so we conclude: = A + B, 0 = 2A B A =, B = 2, hence: X() = ( )( 2) = + 2 2, but we cannot identify in the table any sequence that go these Z transforms, so we do the following trick (that you should have always in mind :o) in case you do not remember to divide by in the exam!): and therefore X() = ( )( 2) = indicates a delayed sequence by one step by Delay Theorem and we know that Z ( ) = (,,,...) and Z ( 2 2 ) = (2, 4,...) = 2(, 2, 4,..). Hence: Z + 22 k, k > 0 ( ) = (0,,,,...)+2(0,, 2, 4,..) = ( )( 2) 0, otherwise + 2 k, k > 0 = 0, otherwise that is exactly the same result we obtained before!! Example 4 And the last one: Find Z ( 2 + ( + )( 3) ). Notice that the only way we have to solve it is by partial fractions decomposition since there is not a constant alone in the numerator to divide by the numerator and denominator as it happened in previous example :o[ 2 + ( + )( 3) = A + + B 3, 5

16 so then: 2 + ( + )( 3) A( 3) B( + ) = + ( + )( 3) ( + )( 3), 2 + = A( 3) + B( + ) = A 3A + B + B = (A + B) + B 3A which implies that: Therefore: A = 4, B = ( + )( 3) = 4( + ) + 7 4( 3). We use the same trick as in previous example, multiply and dividing by : 2 + ( + )( 3) = Via the table and using linearity: and 4 Z ((( ) k )) k=0) = 7 4 Z ((3 k )) k=0) = 4( + ) = 7 4( 3) = 7 4( + ) 4( 3). 4 ( )k, if k > 0 0, if k= k, if k > 0 0, if k=0, and indicates delayed sequences by one step, so by the Delay Theorem: Z 2 + ( ( + )( 3) ) = 4 ( )k k, if k > 0 0, if k=0 7 The Advancing Theorem or Second Shifting Theorem The Advancing Theorem is used for finding the Z-tranform of a sequence which has been advanced. Here is an example, say we have the sequence: (x k ) = (3, 6, 2, 24,...) 6

17 then the first advance of this is the sequence: (x k+ ) = (6, 2, 24, 48,...) and the second advance is: (x k+2 ) = (2, 24, 48, 96,...) Theorem 3 The Advancing Theorem. Z[(x k+ )] = Z[(x k )] x 0 Z[(x k+2 )] = 2 Z[(x k )] 2 x 0 x, this Theorem can be called as The Second Shifting Theorem. Proof: Let us do it! Going back to first principals and use a change of index: Z[(x k+ )] = k=0 x k+ k now, let j = k +, so k = j and when k = 0 we have j =, when k =, then j = as well. Hence: Z[(x k+ )] = k=0 x k+ k = j= x k j Next we use: j = j and the can come to the front of the sum since it has no index: j = j and the can come to the front of the sum since it has no index: Z[(x k+ )] = 7 j= x j j

18 Now, the sum starts at one instead of ero, we fix this by adding and subtracting the eroth term: Z[(x k+ )] = = = j= j= j=0 x j j x j j + x 0 x 0 x j j x 0 Finally, the sum is just Z[(x k )], remember, it doesn t matter what we call an index if we are summing over it, Z[(x k )] means exactly the same thing as Z[(x j )], this finishes the proof: Z[(x k+ )] = Z[(x k )] x 0 To do the second advance we just apply the first advance formula twice. In short, as well as being the second advance of (x k ), (x k+2 ) is the first advance of (x k+ ). The first term in the sequence (x k+ ) is x. Applying the formula for the first advance we have: and then applying it again: Z[(x k+2 )] = Z[(x k+ )] x Z[(x k+2 )] = (Z[(x k )] x 0 ) x = 2 Z[(x k )] 2 x 0 x Example 5 Consider (x k ) = (3, 6, 2, 24,...) above, we have: Then: Z[(x k )] = Z[(3, 6, 2, 24,...)] = Z[3(, 2, 4, 8,...)] = Z((3 2 k )) = Z[(x k+ )] = Z[(x k )] x 0 = = =

19 and Z[(x k+2 )] = 2 Z[(x k )] 2 x 0 x = Difference equations = = 2 2 As mentioned before, the main use for Z-tranforms is solving difference equations. An example of a difference equation is: x k+ x k = 0, with x 0 = You see that the equation tells you that the (k + )th term in the sequence is equal to the kth term. This doesn t tell you how to start off, but there is also an initial condition given: x 0 =. So, if x 0 =, the difference equation says x k+ = x k and with k = 0 this tells us x = x 0 =, next, with k =, the difference equation tells us that x 2 = x =, and so on, clearly every term in this sequence is one and the solution to the difference equation is: (x k ) = (,,,,...) Although this is too easy an example for it to be worthwhile, we could have solved this difference equation by taking the Z-tranform of both sides. Bearing in mind that the Z-transform of the sequence (0, 0, 0,...) is ero, we have: Z[(x k+ ) (x k )] = 0 and, hence, if we write Z[(x k )] = X() we have: X x 0 0 9

20 and then, we put in that x 0 = and find: so ( ) This is /( r) with r = and from the table of Z-tranforms, we see that this means (x k ) = (,,,...). This is what we expected. Example 6 Another difference equation: x k+2 x k+ 2x k = 0 with x 0 = 0 and x =. This is called a two-step difference equation because it relates x k+2 to the two terms below it in the sequence, x k+ and x k. We can work the sequence out term by term. With k = 0 we have: Putting in x 0 = 0 and x = x 2 x 2x 0 = 0 x 2 = Next, with k = the difference equation is: Putting in x 0 = 0 and x = x 3 x 2 2x = 0 x 2 = Next, with k = the difference equation is: x 3 x 2 2x = 0 and we know x 2 = and x =, therefore: x 3 = 3 20

21 and so on it goes, with k = 2 x 4 x 3 2x 2 = 0 and we know x 3 = 3 and x 2 =, so x 4 = 5 So far we have worked out that the sequence start off (0,,, 3, 5,...). What we really want is to be able to write x k in terms of k, we can do this using the Z-tranform. First, we take the Z-tranform of both sides of the equation: Z[(x k+2 ) Z[(x k+ )] 2Z[(x k )] = 0 Using the advancing theorem this means: 2 X 2 x 0 x X x Putting in x 0 = 0 and x = 2 X X 2 0 or 2 2 Now that we know Z[(x k )] we want to find x k. To do this we use partial fractions on the right hand side. Recalling the basic Z-tranform Z[(r k )] = /( r) we see that we want a on the top after the partial factions expansion has been done. If we did a partial fraction expansion on /( 2 2) we would end up 2

22 with something that has no on top of the fractions. To avoid this we move the over to the left hand side: and then write: Multiplying across: = ( 2)( + ) = A 2 + B + = A( + ) + B( 2) = 2 gives A = /3 and = gives B = /3. Now: 2 2 = 3( 2) 3( + ) so and hence: 3( 2) 3( + ) x k = 3 2k 3 ( )k We can quickly check that this gives the same values as those we calculated above, k = 0 x 0 = 3 3 = 0 k = x = ( ) = k = 2 x 2 = ( )2 = = k = 3 x 2 = ( )3 = 3 22

23 and k = 4 x 2 = ( )4 = 5 The difference now is that we could also work out k = 8 say: x 8 = = 85 without having to work out all the lower terms first. More Examples So far we have studied a difference equation which conveniently has ero on the right hand side and has initial conditions x 0 = 0 and x =. In the next note we will look at examples that aren t quite so convenient, but for now, it is a good idea to pratise some more examples like the one above.. Solve the difference equation x k+2 4x k+ 5x k = 0 with x 0 = 0 and x =. 2. Solve the difference equation x k+2 9x k+ + 20x k = 0 with x 0 = 0 and x =. 3. Solve the difference equation x k+2 +5x k+ +6x k = 0 with x 0 = 0 and x =. 4. Solve the difference equation x k+2 + 2x k+ 48x k = 0 with x 0 = 0 and x =. 5. Solve the difference equation x k+2 + 7x k+ 8x k = 0 with x 0 = 0 and x =. 6. Solve the difference equation x k+2 6x k+ +5x k = 0 with x 0 = 0 and x =. Try them to check that you understood before reading the solution 23

24 . So, take the Z-transform of both sides hence: 2 X 4X Move the to the left and do partial fractions, = ( 5)( + ) = 6( 5) 6( + ) Thus: and 6( 5) 6( + ) x k = 6 5k 6 ( )k 2. So, take the Z-transform of both sides 2 X 9X So, take the Z-transform of both sides hence: 2 X 9X Move the to the left and do partial fractions, = ( 5)( 4) = 5 4 Thus and 5 4 x k = 5 k 4 k 24

25 4. So, take the Z-transform of both sides: 2 X + 5X hence: Move the to the left and do partial fractions, = ( + 2)( + 3) = Thus: and x k = ( 2) k ( 3) k 5. So, take the Z-transform of both sides 2 X + 2X 48 0 hence: Move the to the left and do partial fractions, = ( + 8)( 6) = 4( + 8) + 4( 6) Thus: and 4( + 8) + 4( 6) x k = 4 ( 8)k + 4 6k 25

26 6. So, take the Z-transform of both sides 2 X + 7X 8 0 hence: Move the to the left and do partial fractions, = ( + 8)( 6) = 4( + 8) + 4( 6) Thus: and 4( + 8) + 4( 6) x k = 4 ( 8)k + 4 6k 7. So, take the Z-transform of both sides 2 X + 7X 8 0 hence: Move the to the left and do partial fractions, Thus: = ( 2)( + 9) = ( 2) ( + 9) and ( 2) ( + 9) x k = ( 2)k ( 9)k 26

27 8. So, take the Z-transform of both sides 2 X 6X hence: Move the to the left and do partial fractions: = ( 5)( ) = 4( 5) 4( ) Thus: and 4( 5) 4( ) x k = 4 5k 4 Example 7 As another example of how to solve difference equations, let us solve: x k+2 6x k+ 55x k = 0 with x = and x 0 = 0. We begin by taking the Z-tranform of both sides, remember, if we write Z[(x k )] = X() then: Z[(x k+ )] = X x 0 Z[(x k+2 )] = 2 X 2 x 0 x so, in this case we get: 2 X 6X 55 0 or

28 As before, we do a partial fraction expansion, but, first we move the over to the right hand side: giving = ( )( + 5) = A + B + 5 = A( + 5) + B( ) Choose = to learn A = /6 and = 5 to learn B = 6. Therefore: 6( ) + 6( + 5) 6( ) + 6( + 5) Both terms of the form /( r) and so x k = 6 ()k + 6 ( 5)k The basic process is simple, you take the Z-tranform of both sides, you solve for X, you use partial fractions to put it into a convenient form and then work out x k. In the rest of this note we will look at a variety of examples which exhibit the various difficulties that might be encountered doing this. Example 8 Not ero on the right hand side Consider the difference equation: x k+2 6x k+ 55x k = ( 3) k with x = 0 and x 0 = 0. This is different than the previous example in that the right hand side is not ero, it is 3 k. This doesn t make such a difference, take the Z-tranform of both sides, and noting the trivial initial data (x 0 = 0 and x = 0), 2 X 6X 55 Z[(3 k )] =

29 thus: Now, use partial fractions: ( )( + 5)( + 3) (9) ( )( + 5)( + 3) = A + B C + 3 or = A( + 5)( + 3) + B( )( + 3) + C( )( + 5) Now, the usual, = gives A = /224, = 5 gives B = /32 and = 3 gives C = /28. Not forgetting the minus in equation (9) this gives: and so x k = 224 k 32 ( 5)k + 28 ( 3)k Example 9 Remember that the sequence on the right hand side might be a sequence of ones, = k, so, consider: x k+2 6x k+ 55x k = with x = 0 and x 0 = 0. Take the -tranform of both sides: and so X 6X 55 Z[()] = Z[( k )] = ( )( + 5)( ) Without going through the calculation, the partial fraction expansion is: ( )( + 5)( ) = and so, x k = 60 k + 96 ( 5)k 60 29

30 Example 20 Repeated root As happens with Laplace transforms, there can be a repeated root. Consider: x k+2 6x k+ 55x k = k with x = 0 and x 0 = 0. Take the -tranform of both sides: and so X 6X 55= Z[( k )] = ( ) 2 ( + 5) Now, remember that for repeated root the partial fraction expansion has a term with the root and a term with its square: Thus: ( ) 2 ( + 5) = A + B ( ) + C = A( )( 5) + B( + 5) + C( ) 2 Now, = gives B = /6 and = 5 gives C = /256. The problem is that no choice of gives A on its own, instead we chose any value that hasn t been used before, = 0 for example: = 55A + 5B + 2C and now, we substitute for the known values of B and C: Hence: = 55A so A = /256. This means that: = 55A A = = ( )

31 The only problem now is that the /( ) 2 term might look unfamiliar, but recall: has this form. We get: Z[(kr k )] = ( r) 2 x k = 256 k + k 6 k ( 5)k Example 2 Less convenient inital data So far the values of x 0 and x have been chosen to keep things as simple as possible. More general values of x 0 and x might be less convenient, but there is no big change in the method. Consider: x k+2 6x k+ 55x k = 0 with x = 2 and x 0 = 6. Taking the Z-tranform of both sides gives: X 2 2 x 0 x 6(X x 0 ) 55 0 and substituting for the initial data: Moving everything around, this gives: X X We still want a on top when we are finished, so move one over: and now, remember that the partial fraction expansion works fine provided whats on top is a polynomial of degree less than than the polynomial on the bottom, so we have 6 34 ( )( + 5) = A + B + 5 3

32 or 6 34 = A( + 5) + B( ) Choose = to get = 6A or A = 2. = 5 gives: = 6B or B = 4. Thus: and x k = 2() k + 4( 5) k Example 22 Examples involving the delay theorem Consider: x k+2 6x k+ 55x k = δ k with x = 0 and x 0 = 0. δ k is the unit pulse: (δ k ) = (, 0, 0, 0,...) and Z[(δ k )] =. Hence: 2 X 6X 55 Z[(δ k )] = so ( )( + 5) Using the partial fraction expansion, this gives:

33 The problem now is that there are no s on top. However, if we rewrite it as [ 6 ] Now, the part inside the square brackets has the form we are familiar with, we can see: Z [( 6 k )] 6 ( 5)k = and we also know from the delay theorem that the affect of multiplying by / k 0 is to delay the sequence by k 0 steps. Hence, the sequence here is delayed by one step and: x k = 0 = 0 6 k 6 ( 5)k Of course, the sequence on the right might be more complicated, consider: x k+2 6x k+ 55x k = y k with x = 0 and x 0 = 0 where (y k ) = (0, 2, 0, 0, 0,...) We have to calculate Z[(y k )] before we can make any progress. However, it is easy to see that (y k ) is the first delay of twice the unit pulse (y k ) = 2(δ k ) so: Z[(y k )] = 2 Thus the Z-tranform of the difference equation gives: 2 X 6X 55 2 so, 2 ( )( + 5) 33

34 There are two ways to go on from here, the first is to use the previous partial fractions expansion: 2 [ 6 ] = 2 [ 2 6 ] so now we are dealing with a two step delay and, keeping the extra factor of two in mind x k = 0 8 k 2 8 ( 5)k 2 2 The other way to make progress is to work out the partial fraction expansion: ( )( + 5) = (0) This means that 2 [ ] and using the delay theorem: 0 = 0 x k = 2 δ 55 k + 88 (k + 40 ( 5)k () Now, it might look like this is a very different answer, but it isn t, expression (0) and expression () are actually the same. Now that putting k = in () gives: 2 55 δ ( 5)0 = = 0 and, what s more, k = k 2 and ( 5) k = 5 ( 5) k 2. And More Examples!. Solve the difference equation x k+2 4x k+ 5x k = 0 with x 0 = 0 and x =. 34

35 2. Solve the difference equation x k+2 9x k+ + 20x k = 2 k with x 0 = 0 and x = Solve the difference equation x k+2 + 5x k+ + 6x k = ( 2) k with x 0 = 0 and x = Solve the difference equation x k+2 + 2x k+ 48x k = 0 with x 0 = 4 and x = Solve the difference equation x k+2 + 7x k+ 8x k = δ k with x 0 = 0 and x = 0. TRY THEM!!!. So take the Z-transform of both sides 2 X 4X 5 0 and move things around to get X/ on one side and then do partial fractions = ( 5)( + ) = A 5 + B + In the usual way, we have: = A( + ) + B( 5) and putting = 5 gives A = /6 and putting = gives B = /6. Now and hence: 6( 5) 6( + ) x k = 6 5k 6 ( )k 35

36 2. So, in this example, the right hand side of the difference equation is not ero. Taking the Z-transform of both sides we get: 2 X 9X + 20 Z[(2 k )] = Hence, since = ( 5)( 4) ( 5)( 4)( 2) The usual partial fractions tells us that and so 2 ( 5)( 4)( 2) = 3( 5) 2( 4) + 6( 2) x k = 3 5k 2 4k + 6 2k 3. Again, taking the Z-tranform of both sides we have 2 X + 5X + 6 Now, since = ( + 2)( + 3) + 2 ( + 2) 2 ( + 3) and there is a repeated root. The partial fraction expansion with a repeated root includes the root and its square, so we get and so ( + 2) 2 ( + 3) = A B ( + 2) + C = A( + 2)( + 3) + B( + 3) + C( + 2) 2 Choosing = 2 gives B = and = 3 gives C =. No value of will give A on its own, so we choose another convenient value and put in the known values of B and C: = 6A

37 so A =. Now, this means and so ( + 2) x k = ( 2) k + k( 2) k + ( 3) k 4. Take the Z-tranform of both sides, taking care to note the initial conditions: 2 X (X 4) 48 0 Thus: giving: Multiplying across we get: 2 X + 2X ( + 8)( 6) = A B = A( 6) + B( + 8) Choosing = 8 we have implying A = 3. Choosing = 6 42 = 4A 4 = 4B so B = and we get and x k = 3( 8) k + 6 k 37

38 5. Now, taking the Z-transform and using Z[(δ k )] = 2 X + 7X 8 and so: Thus: = ( 9)( + 2) = ( 9) ( + 2) ( ) ( 9) ( + 2) and so, using the delay theorem, we have 0 k = 0 x k = 9k ( 2)k k > 0 38

The Method of Partial Fractions Math 121 Calculus II Spring 2015

The Method of Partial Fractions Math 121 Calculus II Spring 2015 Rational functions. as The Method of Partial Fractions Math 11 Calculus II Spring 015 Recall that a rational function is a quotient of two polynomials such f(x) g(x) = 3x5 + x 3 + 16x x 60. The method

More information

is identically equal to x 2 +3x +2

is identically equal to x 2 +3x +2 Partial fractions 3.6 Introduction It is often helpful to break down a complicated algebraic fraction into a sum of simpler fractions. 4x+7 For example it can be shown that has the same value as 1 + 3

More information

0.8 Rational Expressions and Equations

0.8 Rational Expressions and Equations 96 Prerequisites 0.8 Rational Expressions and Equations We now turn our attention to rational expressions - that is, algebraic fractions - and equations which contain them. The reader is encouraged to

More information

3.6. Partial Fractions. Introduction. Prerequisites. Learning Outcomes

3.6. Partial Fractions. Introduction. Prerequisites. Learning Outcomes Partial Fractions 3.6 Introduction It is often helpful to break down a complicated algebraic fraction into a sum of simpler fractions. For 4x + 7 example it can be shown that x 2 + 3x + 2 has the same

More information

(Refer Slide Time: 2:03)

(Refer Slide Time: 2:03) Control Engineering Prof. Madan Gopal Department of Electrical Engineering Indian Institute of Technology, Delhi Lecture - 11 Models of Industrial Control Devices and Systems (Contd.) Last time we were

More information

Partial Fractions. Combining fractions over a common denominator is a familiar operation from algebra:

Partial Fractions. Combining fractions over a common denominator is a familiar operation from algebra: Partial Fractions Combining fractions over a common denominator is a familiar operation from algebra: From the standpoint of integration, the left side of Equation 1 would be much easier to work with than

More information

3. Mathematical Induction

3. Mathematical Induction 3. MATHEMATICAL INDUCTION 83 3. Mathematical Induction 3.1. First Principle of Mathematical Induction. Let P (n) be a predicate with domain of discourse (over) the natural numbers N = {0, 1,,...}. If (1)

More information

A Quick Algebra Review

A Quick Algebra Review 1. Simplifying Epressions. Solving Equations 3. Problem Solving 4. Inequalities 5. Absolute Values 6. Linear Equations 7. Systems of Equations 8. Laws of Eponents 9. Quadratics 10. Rationals 11. Radicals

More information

WRITING PROOFS. Christopher Heil Georgia Institute of Technology

WRITING PROOFS. Christopher Heil Georgia Institute of Technology WRITING PROOFS Christopher Heil Georgia Institute of Technology A theorem is just a statement of fact A proof of the theorem is a logical explanation of why the theorem is true Many theorems have this

More information

Integrals of Rational Functions

Integrals of Rational Functions Integrals of Rational Functions Scott R. Fulton Overview A rational function has the form where p and q are polynomials. For example, r(x) = p(x) q(x) f(x) = x2 3 x 4 + 3, g(t) = t6 + 4t 2 3, 7t 5 + 3t

More information

To give it a definition, an implicit function of x and y is simply any relationship that takes the form:

To give it a definition, an implicit function of x and y is simply any relationship that takes the form: 2 Implicit function theorems and applications 21 Implicit functions The implicit function theorem is one of the most useful single tools you ll meet this year After a while, it will be second nature to

More information

Partial Fractions Decomposition

Partial Fractions Decomposition Partial Fractions Decomposition Dr. Philippe B. Laval Kennesaw State University August 6, 008 Abstract This handout describes partial fractions decomposition and how it can be used when integrating rational

More information

Core Maths C1. Revision Notes

Core Maths C1. Revision Notes Core Maths C Revision Notes November 0 Core Maths C Algebra... Indices... Rules of indices... Surds... 4 Simplifying surds... 4 Rationalising the denominator... 4 Quadratic functions... 4 Completing the

More information

1.2 Linear Equations and Rational Equations

1.2 Linear Equations and Rational Equations Linear Equations and Rational Equations Section Notes Page In this section, you will learn how to solve various linear and rational equations A linear equation will have an variable raised to a power of

More information

Chapter 31 out of 37 from Discrete Mathematics for Neophytes: Number Theory, Probability, Algorithms, and Other Stuff by J. M.

Chapter 31 out of 37 from Discrete Mathematics for Neophytes: Number Theory, Probability, Algorithms, and Other Stuff by J. M. 31 Geometric Series Motivation (I hope) Geometric series are a basic artifact of algebra that everyone should know. 1 I am teaching them here because they come up remarkably often with Markov chains. The

More information

Vieta s Formulas and the Identity Theorem

Vieta s Formulas and the Identity Theorem Vieta s Formulas and the Identity Theorem This worksheet will work through the material from our class on 3/21/2013 with some examples that should help you with the homework The topic of our discussion

More information

Order of Operations More Essential Practice

Order of Operations More Essential Practice Order of Operations More Essential Practice We will be simplifying expressions using the order of operations in this section. Automatic Skill: Order of operations needs to become an automatic skill. Failure

More information

is identically equal to x 2 +3x +2

is identically equal to x 2 +3x +2 Partial fractions.6 Introduction It is often helpful to break down a complicated algebraic fraction into a sum of simpler fractions. 4x+7 For example it can be shown that has the same value as + for any

More information

MATH10212 Linear Algebra. Systems of Linear Equations. Definition. An n-dimensional vector is a row or a column of n numbers (or letters): a 1.

MATH10212 Linear Algebra. Systems of Linear Equations. Definition. An n-dimensional vector is a row or a column of n numbers (or letters): a 1. MATH10212 Linear Algebra Textbook: D. Poole, Linear Algebra: A Modern Introduction. Thompson, 2006. ISBN 0-534-40596-7. Systems of Linear Equations Definition. An n-dimensional vector is a row or a column

More information

5544 = 2 2772 = 2 2 1386 = 2 2 2 693. Now we have to find a divisor of 693. We can try 3, and 693 = 3 231,and we keep dividing by 3 to get: 1

5544 = 2 2772 = 2 2 1386 = 2 2 2 693. Now we have to find a divisor of 693. We can try 3, and 693 = 3 231,and we keep dividing by 3 to get: 1 MATH 13150: Freshman Seminar Unit 8 1. Prime numbers 1.1. Primes. A number bigger than 1 is called prime if its only divisors are 1 and itself. For example, 3 is prime because the only numbers dividing

More information

Representation of functions as power series

Representation of functions as power series Representation of functions as power series Dr. Philippe B. Laval Kennesaw State University November 9, 008 Abstract This document is a summary of the theory and techniques used to represent functions

More information

1 Lecture: Integration of rational functions by decomposition

1 Lecture: Integration of rational functions by decomposition Lecture: Integration of rational functions by decomposition into partial fractions Recognize and integrate basic rational functions, except when the denominator is a power of an irreducible quadratic.

More information

1.6 The Order of Operations

1.6 The Order of Operations 1.6 The Order of Operations Contents: Operations Grouping Symbols The Order of Operations Exponents and Negative Numbers Negative Square Roots Square Root of a Negative Number Order of Operations and Negative

More information

MATH 4330/5330, Fourier Analysis Section 11, The Discrete Fourier Transform

MATH 4330/5330, Fourier Analysis Section 11, The Discrete Fourier Transform MATH 433/533, Fourier Analysis Section 11, The Discrete Fourier Transform Now, instead of considering functions defined on a continuous domain, like the interval [, 1) or the whole real line R, we wish

More information

A positive exponent means repeated multiplication. A negative exponent means the opposite of repeated multiplication, which is repeated

A positive exponent means repeated multiplication. A negative exponent means the opposite of repeated multiplication, which is repeated Eponents Dealing with positive and negative eponents and simplifying epressions dealing with them is simply a matter of remembering what the definition of an eponent is. division. A positive eponent means

More information

Discrete Mathematics and Probability Theory Fall 2009 Satish Rao, David Tse Note 2

Discrete Mathematics and Probability Theory Fall 2009 Satish Rao, David Tse Note 2 CS 70 Discrete Mathematics and Probability Theory Fall 2009 Satish Rao, David Tse Note 2 Proofs Intuitively, the concept of proof should already be familiar We all like to assert things, and few of us

More information

Stanford Math Circle: Sunday, May 9, 2010 Square-Triangular Numbers, Pell s Equation, and Continued Fractions

Stanford Math Circle: Sunday, May 9, 2010 Square-Triangular Numbers, Pell s Equation, and Continued Fractions Stanford Math Circle: Sunday, May 9, 00 Square-Triangular Numbers, Pell s Equation, and Continued Fractions Recall that triangular numbers are numbers of the form T m = numbers that can be arranged in

More information

3.2. Solving quadratic equations. Introduction. Prerequisites. Learning Outcomes. Learning Style

3.2. Solving quadratic equations. Introduction. Prerequisites. Learning Outcomes. Learning Style Solving quadratic equations 3.2 Introduction A quadratic equation is one which can be written in the form ax 2 + bx + c = 0 where a, b and c are numbers and x is the unknown whose value(s) we wish to find.

More information

Partial Fractions: Undetermined Coefficients

Partial Fractions: Undetermined Coefficients 1. Introduction Partial Fractions: Undetermined Coefficients Not every F(s) we encounter is in the Laplace table. Partial fractions is a method for re-writing F(s) in a form suitable for the use of the

More information

9.2 Summation Notation

9.2 Summation Notation 9. Summation Notation 66 9. Summation Notation In the previous section, we introduced sequences and now we shall present notation and theorems concerning the sum of terms of a sequence. We begin with a

More information

LS.6 Solution Matrices

LS.6 Solution Matrices LS.6 Solution Matrices In the literature, solutions to linear systems often are expressed using square matrices rather than vectors. You need to get used to the terminology. As before, we state the definitions

More information

To discuss this topic fully, let us define some terms used in this and the following sets of supplemental notes.

To discuss this topic fully, let us define some terms used in this and the following sets of supplemental notes. INFINITE SERIES SERIES AND PARTIAL SUMS What if we wanted to sum up the terms of this sequence, how many terms would I have to use? 1, 2, 3,... 10,...? Well, we could start creating sums of a finite number

More information

Year 9 set 1 Mathematics notes, to accompany the 9H book.

Year 9 set 1 Mathematics notes, to accompany the 9H book. Part 1: Year 9 set 1 Mathematics notes, to accompany the 9H book. equations 1. (p.1), 1.6 (p. 44), 4.6 (p.196) sequences 3. (p.115) Pupils use the Elmwood Press Essential Maths book by David Raymer (9H

More information

Determine If An Equation Represents a Function

Determine If An Equation Represents a Function Question : What is a linear function? The term linear function consists of two parts: linear and function. To understand what these terms mean together, we must first understand what a function is. The

More information

10.2 Series and Convergence

10.2 Series and Convergence 10.2 Series and Convergence Write sums using sigma notation Find the partial sums of series and determine convergence or divergence of infinite series Find the N th partial sums of geometric series and

More information

Math 4310 Handout - Quotient Vector Spaces

Math 4310 Handout - Quotient Vector Spaces Math 4310 Handout - Quotient Vector Spaces Dan Collins The textbook defines a subspace of a vector space in Chapter 4, but it avoids ever discussing the notion of a quotient space. This is understandable

More information

Unit 1 Number Sense. In this unit, students will study repeating decimals, percents, fractions, decimals, and proportions.

Unit 1 Number Sense. In this unit, students will study repeating decimals, percents, fractions, decimals, and proportions. Unit 1 Number Sense In this unit, students will study repeating decimals, percents, fractions, decimals, and proportions. BLM Three Types of Percent Problems (p L-34) is a summary BLM for the material

More information

Partial Fractions. (x 1)(x 2 + 1)

Partial Fractions. (x 1)(x 2 + 1) Partial Fractions Adding rational functions involves finding a common denominator, rewriting each fraction so that it has that denominator, then adding. For example, 3x x 1 3x(x 1) (x + 1)(x 1) + 1(x +

More information

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS Systems of Equations and Matrices Representation of a linear system The general system of m equations in n unknowns can be written a x + a 2 x 2 + + a n x n b a

More information

Linear Programming Notes V Problem Transformations

Linear Programming Notes V Problem Transformations Linear Programming Notes V Problem Transformations 1 Introduction Any linear programming problem can be rewritten in either of two standard forms. In the first form, the objective is to maximize, the material

More information

3.1. RATIONAL EXPRESSIONS

3.1. RATIONAL EXPRESSIONS 3.1. RATIONAL EXPRESSIONS RATIONAL NUMBERS In previous courses you have learned how to operate (do addition, subtraction, multiplication, and division) on rational numbers (fractions). Rational numbers

More information

Session 7 Fractions and Decimals

Session 7 Fractions and Decimals Key Terms in This Session Session 7 Fractions and Decimals Previously Introduced prime number rational numbers New in This Session period repeating decimal terminating decimal Introduction In this session,

More information

2.5 Zeros of a Polynomial Functions

2.5 Zeros of a Polynomial Functions .5 Zeros of a Polynomial Functions Section.5 Notes Page 1 The first rule we will talk about is Descartes Rule of Signs, which can be used to determine the possible times a graph crosses the x-axis and

More information

PYTHAGOREAN TRIPLES KEITH CONRAD

PYTHAGOREAN TRIPLES KEITH CONRAD PYTHAGOREAN TRIPLES KEITH CONRAD 1. Introduction A Pythagorean triple is a triple of positive integers (a, b, c) where a + b = c. Examples include (3, 4, 5), (5, 1, 13), and (8, 15, 17). Below is an ancient

More information

Welcome to Basic Math Skills!

Welcome to Basic Math Skills! Basic Math Skills Welcome to Basic Math Skills! Most students find the math sections to be the most difficult. Basic Math Skills was designed to give you a refresher on the basics of math. There are lots

More information

Partial Fractions. p(x) q(x)

Partial Fractions. p(x) q(x) Partial Fractions Introduction to Partial Fractions Given a rational function of the form p(x) q(x) where the degree of p(x) is less than the degree of q(x), the method of partial fractions seeks to break

More information

COLLEGE ALGEBRA. Paul Dawkins

COLLEGE ALGEBRA. Paul Dawkins COLLEGE ALGEBRA Paul Dawkins Table of Contents Preface... iii Outline... iv Preliminaries... Introduction... Integer Exponents... Rational Exponents... 9 Real Exponents...5 Radicals...6 Polynomials...5

More information

a 11 x 1 + a 12 x 2 + + a 1n x n = b 1 a 21 x 1 + a 22 x 2 + + a 2n x n = b 2.

a 11 x 1 + a 12 x 2 + + a 1n x n = b 1 a 21 x 1 + a 22 x 2 + + a 2n x n = b 2. Chapter 1 LINEAR EQUATIONS 1.1 Introduction to linear equations A linear equation in n unknowns x 1, x,, x n is an equation of the form a 1 x 1 + a x + + a n x n = b, where a 1, a,..., a n, b are given

More information

WHERE DOES THE 10% CONDITION COME FROM?

WHERE DOES THE 10% CONDITION COME FROM? 1 WHERE DOES THE 10% CONDITION COME FROM? The text has mentioned The 10% Condition (at least) twice so far: p. 407 Bernoulli trials must be independent. If that assumption is violated, it is still okay

More information

Limits. Graphical Limits Let be a function defined on the interval [-6,11] whose graph is given as:

Limits. Graphical Limits Let be a function defined on the interval [-6,11] whose graph is given as: Limits Limits: Graphical Solutions Graphical Limits Let be a function defined on the interval [-6,11] whose graph is given as: The limits are defined as the value that the function approaches as it goes

More information

Linear Programming Notes VII Sensitivity Analysis

Linear Programming Notes VII Sensitivity Analysis Linear Programming Notes VII Sensitivity Analysis 1 Introduction When you use a mathematical model to describe reality you must make approximations. The world is more complicated than the kinds of optimization

More information

Multiplication and Division with Rational Numbers

Multiplication and Division with Rational Numbers Multiplication and Division with Rational Numbers Kitty Hawk, North Carolina, is famous for being the place where the first airplane flight took place. The brothers who flew these first flights grew up

More information

Continued Fractions and the Euclidean Algorithm

Continued Fractions and the Euclidean Algorithm Continued Fractions and the Euclidean Algorithm Lecture notes prepared for MATH 326, Spring 997 Department of Mathematics and Statistics University at Albany William F Hammond Table of Contents Introduction

More information

Calculate Highest Common Factors(HCFs) & Least Common Multiples(LCMs) NA1

Calculate Highest Common Factors(HCFs) & Least Common Multiples(LCMs) NA1 Calculate Highest Common Factors(HCFs) & Least Common Multiples(LCMs) NA1 What are the multiples of 5? The multiples are in the five times table What are the factors of 90? Each of these is a pair of factors.

More information

Second Order Linear Nonhomogeneous Differential Equations; Method of Undetermined Coefficients. y + p(t) y + q(t) y = g(t), g(t) 0.

Second Order Linear Nonhomogeneous Differential Equations; Method of Undetermined Coefficients. y + p(t) y + q(t) y = g(t), g(t) 0. Second Order Linear Nonhomogeneous Differential Equations; Method of Undetermined Coefficients We will now turn our attention to nonhomogeneous second order linear equations, equations with the standard

More information

Activity 1: Using base ten blocks to model operations on decimals

Activity 1: Using base ten blocks to model operations on decimals Rational Numbers 9: Decimal Form of Rational Numbers Objectives To use base ten blocks to model operations on decimal numbers To review the algorithms for addition, subtraction, multiplication and division

More information

Section 1.5 Exponents, Square Roots, and the Order of Operations

Section 1.5 Exponents, Square Roots, and the Order of Operations Section 1.5 Exponents, Square Roots, and the Order of Operations Objectives In this section, you will learn to: To successfully complete this section, you need to understand: Identify perfect squares.

More information

COMP 250 Fall 2012 lecture 2 binary representations Sept. 11, 2012

COMP 250 Fall 2012 lecture 2 binary representations Sept. 11, 2012 Binary numbers The reason humans represent numbers using decimal (the ten digits from 0,1,... 9) is that we have ten fingers. There is no other reason than that. There is nothing special otherwise about

More information

5 Homogeneous systems

5 Homogeneous systems 5 Homogeneous systems Definition: A homogeneous (ho-mo-jeen -i-us) system of linear algebraic equations is one in which all the numbers on the right hand side are equal to : a x +... + a n x n =.. a m

More information

CONTENTS. Please note:

CONTENTS. Please note: CONTENTS Introduction...iv. Number Systems... 2. Algebraic Expressions.... Factorising...24 4. Solving Linear Equations...8. Solving Quadratic Equations...0 6. Simultaneous Equations.... Long Division

More information

CAHSEE on Target UC Davis, School and University Partnerships

CAHSEE on Target UC Davis, School and University Partnerships UC Davis, School and University Partnerships CAHSEE on Target Mathematics Curriculum Published by The University of California, Davis, School/University Partnerships Program 006 Director Sarah R. Martinez,

More information

TRIGONOMETRY Compound & Double angle formulae

TRIGONOMETRY Compound & Double angle formulae TRIGONOMETRY Compound & Double angle formulae In order to master this section you must first learn the formulae, even though they will be given to you on the matric formula sheet. We call these formulae

More information

Discrete Mathematics: Homework 7 solution. Due: 2011.6.03

Discrete Mathematics: Homework 7 solution. Due: 2011.6.03 EE 2060 Discrete Mathematics spring 2011 Discrete Mathematics: Homework 7 solution Due: 2011.6.03 1. Let a n = 2 n + 5 3 n for n = 0, 1, 2,... (a) (2%) Find a 0, a 1, a 2, a 3 and a 4. (b) (2%) Show that

More information

POLYNOMIAL FUNCTIONS

POLYNOMIAL FUNCTIONS POLYNOMIAL FUNCTIONS Polynomial Division.. 314 The Rational Zero Test.....317 Descarte s Rule of Signs... 319 The Remainder Theorem.....31 Finding all Zeros of a Polynomial Function.......33 Writing a

More information

Integrating algebraic fractions

Integrating algebraic fractions Integrating algebraic fractions Sometimes the integral of an algebraic fraction can be found by first epressing the algebraic fraction as the sum of its partial fractions. In this unit we will illustrate

More information

Notes on Orthogonal and Symmetric Matrices MENU, Winter 2013

Notes on Orthogonal and Symmetric Matrices MENU, Winter 2013 Notes on Orthogonal and Symmetric Matrices MENU, Winter 201 These notes summarize the main properties and uses of orthogonal and symmetric matrices. We covered quite a bit of material regarding these topics,

More information

Basic numerical skills: EQUATIONS AND HOW TO SOLVE THEM. x + 5 = 7 2 + 5-2 = 7-2 5 + (2-2) = 7-2 5 = 5. x + 5-5 = 7-5. x + 0 = 20.

Basic numerical skills: EQUATIONS AND HOW TO SOLVE THEM. x + 5 = 7 2 + 5-2 = 7-2 5 + (2-2) = 7-2 5 = 5. x + 5-5 = 7-5. x + 0 = 20. Basic numerical skills: EQUATIONS AND HOW TO SOLVE THEM 1. Introduction (really easy) An equation represents the equivalence between two quantities. The two sides of the equation are in balance, and solving

More information

A power series about x = a is the series of the form

A power series about x = a is the series of the form POWER SERIES AND THE USES OF POWER SERIES Elizabeth Wood Now we are finally going to start working with a topic that uses all of the information from the previous topics. The topic that we are going to

More information

Lies My Calculator and Computer Told Me

Lies My Calculator and Computer Told Me Lies My Calculator and Computer Told Me 2 LIES MY CALCULATOR AND COMPUTER TOLD ME Lies My Calculator and Computer Told Me See Section.4 for a discussion of graphing calculators and computers with graphing

More information

Chapter 17. Orthogonal Matrices and Symmetries of Space

Chapter 17. Orthogonal Matrices and Symmetries of Space Chapter 17. Orthogonal Matrices and Symmetries of Space Take a random matrix, say 1 3 A = 4 5 6, 7 8 9 and compare the lengths of e 1 and Ae 1. The vector e 1 has length 1, while Ae 1 = (1, 4, 7) has length

More information

Probability and Statistics Prof. Dr. Somesh Kumar Department of Mathematics Indian Institute of Technology, Kharagpur

Probability and Statistics Prof. Dr. Somesh Kumar Department of Mathematics Indian Institute of Technology, Kharagpur Probability and Statistics Prof. Dr. Somesh Kumar Department of Mathematics Indian Institute of Technology, Kharagpur Module No. #01 Lecture No. #15 Special Distributions-VI Today, I am going to introduce

More information

Click on the links below to jump directly to the relevant section

Click on the links below to jump directly to the relevant section Click on the links below to jump directly to the relevant section What is algebra? Operations with algebraic terms Mathematical properties of real numbers Order of operations What is Algebra? Algebra is

More information

If A is divided by B the result is 2/3. If B is divided by C the result is 4/7. What is the result if A is divided by C?

If A is divided by B the result is 2/3. If B is divided by C the result is 4/7. What is the result if A is divided by C? Problem 3 If A is divided by B the result is 2/3. If B is divided by C the result is 4/7. What is the result if A is divided by C? Suggested Questions to ask students about Problem 3 The key to this question

More information

Solving Quadratic Equations

Solving Quadratic Equations 9.3 Solving Quadratic Equations by Using the Quadratic Formula 9.3 OBJECTIVES 1. Solve a quadratic equation by using the quadratic formula 2. Determine the nature of the solutions of a quadratic equation

More information

Equations, Inequalities & Partial Fractions

Equations, Inequalities & Partial Fractions Contents Equations, Inequalities & Partial Fractions.1 Solving Linear Equations 2.2 Solving Quadratic Equations 1. Solving Polynomial Equations 1.4 Solving Simultaneous Linear Equations 42.5 Solving Inequalities

More information

Math Workshop October 2010 Fractions and Repeating Decimals

Math Workshop October 2010 Fractions and Repeating Decimals Math Workshop October 2010 Fractions and Repeating Decimals This evening we will investigate the patterns that arise when converting fractions to decimals. As an example of what we will be looking at,

More information

Pre-Algebra Lecture 6

Pre-Algebra Lecture 6 Pre-Algebra Lecture 6 Today we will discuss Decimals and Percentages. Outline: 1. Decimals 2. Ordering Decimals 3. Rounding Decimals 4. Adding and subtracting Decimals 5. Multiplying and Dividing Decimals

More information

This is a square root. The number under the radical is 9. (An asterisk * means multiply.)

This is a square root. The number under the radical is 9. (An asterisk * means multiply.) Page of Review of Radical Expressions and Equations Skills involving radicals can be divided into the following groups: Evaluate square roots or higher order roots. Simplify radical expressions. Rationalize

More information

47 Numerator Denominator

47 Numerator Denominator JH WEEKLIES ISSUE #22 2012-2013 Mathematics Fractions Mathematicians often have to deal with numbers that are not whole numbers (1, 2, 3 etc.). The preferred way to represent these partial numbers (rational

More information

Exponents and Radicals

Exponents and Radicals Exponents and Radicals (a + b) 10 Exponents are a very important part of algebra. An exponent is just a convenient way of writing repeated multiplications of the same number. Radicals involve the use of

More information

Week 13 Trigonometric Form of Complex Numbers

Week 13 Trigonometric Form of Complex Numbers Week Trigonometric Form of Complex Numbers Overview In this week of the course, which is the last week if you are not going to take calculus, we will look at how Trigonometry can sometimes help in working

More information

6.4 Normal Distribution

6.4 Normal Distribution Contents 6.4 Normal Distribution....................... 381 6.4.1 Characteristics of the Normal Distribution....... 381 6.4.2 The Standardized Normal Distribution......... 385 6.4.3 Meaning of Areas under

More information

6.3 Conditional Probability and Independence

6.3 Conditional Probability and Independence 222 CHAPTER 6. PROBABILITY 6.3 Conditional Probability and Independence Conditional Probability Two cubical dice each have a triangle painted on one side, a circle painted on two sides and a square painted

More information

The Deadly Sins of Algebra

The Deadly Sins of Algebra The Deadly Sins of Algebra There are some algebraic misconceptions that are so damaging to your quantitative and formal reasoning ability, you might as well be said not to have any such reasoning ability.

More information

Indices and Surds. The Laws on Indices. 1. Multiplication: Mgr. ubomíra Tomková

Indices and Surds. The Laws on Indices. 1. Multiplication: Mgr. ubomíra Tomková Indices and Surds The term indices refers to the power to which a number is raised. Thus x is a number with an index of. People prefer the phrase "x to the power of ". Term surds is not often used, instead

More information

Linear Algebra Notes for Marsden and Tromba Vector Calculus

Linear Algebra Notes for Marsden and Tromba Vector Calculus Linear Algebra Notes for Marsden and Tromba Vector Calculus n-dimensional Euclidean Space and Matrices Definition of n space As was learned in Math b, a point in Euclidean three space can be thought of

More information

All the examples in this worksheet and all the answers to questions are available as answer sheets or videos.

All the examples in this worksheet and all the answers to questions are available as answer sheets or videos. BIRKBECK MATHS SUPPORT www.mathsupport.wordpress.com Numbers 3 In this section we will look at - improper fractions and mixed fractions - multiplying and dividing fractions - what decimals mean and exponents

More information

2x + y = 3. Since the second equation is precisely the same as the first equation, it is enough to find x and y satisfying the system

2x + y = 3. Since the second equation is precisely the same as the first equation, it is enough to find x and y satisfying the system 1. Systems of linear equations We are interested in the solutions to systems of linear equations. A linear equation is of the form 3x 5y + 2z + w = 3. The key thing is that we don t multiply the variables

More information

Mathematics 31 Pre-calculus and Limits

Mathematics 31 Pre-calculus and Limits Mathematics 31 Pre-calculus and Limits Overview After completing this section, students will be epected to have acquired reliability and fluency in the algebraic skills of factoring, operations with radicals

More information

CHAPTER 5 Round-off errors

CHAPTER 5 Round-off errors CHAPTER 5 Round-off errors In the two previous chapters we have seen how numbers can be represented in the binary numeral system and how this is the basis for representing numbers in computers. Since any

More information

c 2008 Je rey A. Miron We have described the constraints that a consumer faces, i.e., discussed the budget constraint.

c 2008 Je rey A. Miron We have described the constraints that a consumer faces, i.e., discussed the budget constraint. Lecture 2b: Utility c 2008 Je rey A. Miron Outline: 1. Introduction 2. Utility: A De nition 3. Monotonic Transformations 4. Cardinal Utility 5. Constructing a Utility Function 6. Examples of Utility Functions

More information

Lecture 5 Rational functions and partial fraction expansion

Lecture 5 Rational functions and partial fraction expansion S. Boyd EE102 Lecture 5 Rational functions and partial fraction expansion (review of) polynomials rational functions pole-zero plots partial fraction expansion repeated poles nonproper rational functions

More information

3.1. Solving linear equations. Introduction. Prerequisites. Learning Outcomes. Learning Style

3.1. Solving linear equations. Introduction. Prerequisites. Learning Outcomes. Learning Style Solving linear equations 3.1 Introduction Many problems in engineering reduce to the solution of an equation or a set of equations. An equation is a type of mathematical expression which contains one or

More information

Fractions and Linear Equations

Fractions and Linear Equations Fractions and Linear Equations Fraction Operations While you can perform operations on fractions using the calculator, for this worksheet you must perform the operations by hand. You must show all steps

More information

Chapter 9. Systems of Linear Equations

Chapter 9. Systems of Linear Equations Chapter 9. Systems of Linear Equations 9.1. Solve Systems of Linear Equations by Graphing KYOTE Standards: CR 21; CA 13 In this section we discuss how to solve systems of two linear equations in two variables

More information

5.1 Radical Notation and Rational Exponents

5.1 Radical Notation and Rational Exponents Section 5.1 Radical Notation and Rational Exponents 1 5.1 Radical Notation and Rational Exponents We now review how exponents can be used to describe not only powers (such as 5 2 and 2 3 ), but also roots

More information

Simple Examples. This is the information that we are given. To find the answer we are to solve an equation in one variable, x.

Simple Examples. This is the information that we are given. To find the answer we are to solve an equation in one variable, x. Worksheet. Solving Equations in One Variable Section 1 Simple Examples You are on your way to Brisbane from Sydney, and you know that the trip is 1100 km. You pass a sign that says that Brisbane is now

More information

Part 1 Expressions, Equations, and Inequalities: Simplifying and Solving

Part 1 Expressions, Equations, and Inequalities: Simplifying and Solving Section 7 Algebraic Manipulations and Solving Part 1 Expressions, Equations, and Inequalities: Simplifying and Solving Before launching into the mathematics, let s take a moment to talk about the words

More information

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS. + + x 2. x n. a 11 a 12 a 1n b 1 a 21 a 22 a 2n b 2 a 31 a 32 a 3n b 3. a m1 a m2 a mn b m

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS. + + x 2. x n. a 11 a 12 a 1n b 1 a 21 a 22 a 2n b 2 a 31 a 32 a 3n b 3. a m1 a m2 a mn b m MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS 1. SYSTEMS OF EQUATIONS AND MATRICES 1.1. Representation of a linear system. The general system of m equations in n unknowns can be written a 11 x 1 + a 12 x 2 +

More information