MATHEMATICS FOR ENGINEERING BASIC ALGEBRA

Size: px
Start display at page:

Download "MATHEMATICS FOR ENGINEERING BASIC ALGEBRA"

Transcription

1 MATHEMATICS FOR ENGINEERING BASIC ALGEBRA TUTORIAL 3 EQUATIONS This is the one of a series of basic tutorials in mathematics aimed at beginners or anyone wanting to refresh themselves on fundamentals. The tutorial contains the following. On completion of this tutorial you should be able to do the following. Manipulate and solve simple algebraic equations. Solve simultaneous equations by graphical methods. Solve simultaneous equations by the method of elimination. Solve simultaneous equations by the method of matrices. Define the roots of a quadratic equation. Factorise quadratic equations. Solve quadratic equations by graphical methods. Solve quadratic equations by the method of completing the root. Solve quadratic equations by use of the quadratic equation. Solve cubic equations by use of the graphical method. D.J.Dunn 1

2 In tutorial 1 you learned some of the elements of algebra and how to manipulate formulae. In this tutorial we will look at some of the types of equations you will have to deal with in your studies. 1. SIMPLE EQUATIONS A simple equation contains one unknown quantity with powers no higher than 1. It should be easy to solve the unknown by applying the algebraic rules in tutorial 1. The solution of a simple equation is called the root. WORKED EXAMPLE No.1.1 The subscription for membership of an organisation is x Euros. 54 members joint from Ireland, 76 from Germany, 32 from France and 48 from Spain. The total sum received is 420 Euros. Write out an equation for the sum and determine the subscription. Adding the subscriptions must produce 54x + 76x + 32x + 48 x = 420 Simplify by adding all the x terms. 210x = 420 Divide both sides by 210 x = 420/210 = 2 Euros. WORKED EXAMPLE No. 1.2 A restaurant owner buys 24 boxes of tea bags. Each box contains an unknown number of tea bags. He uses 10 boxes on one day and 8 boxes the next day. He then checks and finds he has 150 tea bags left. How many tea bags were there in each box? Let there be n tea bags in each box. The total number of tea bags bought must be 24n The number of boxes used was = 18 The number of tea bags used was 18n The number of tea bags left must be 24n 18n = 150 Evaluate 6n = 150 Divide both sides by 6 and n = 150/6 = 25 There were 25 bags in each box. SELF ASSESSMENT EXERCISE No Solve the unknown in each of the following. 8x - 2x + 3 = 3x +12 5m 5 + 2m = m A cinema sells 25 tickets for screen one, 68 tickets for screen two and 51 tickets for screen three. The price is the same for all tickets and the takings come to 504. What is the price of the tickets? D.J.Dunn 2

3 HARDER EXAMPLES WORKED EXAMPLE No. 1.3 Solve x in the following equation. 5 x x 3 12 Add 7 to both sides 5 4 x x Subtract 5 4 x x x Simplify x 19 Simplify x Simplify x 19 Finally solve x WORKED EXAMPLE No. 1.4 Solve x in the following equation. 2(x 5) - 3(x + 7) = x + 12 Multiply out brackets (2x 10) - (3x + 21) = x + 12 Remove brackets noting signs 2x 10-3x - 21 = x + 12 Gather all x terms on one side and all numbers on the other = -2x + 3x + x -43 = 2x x = -43/2 = -21 ½ WORKED EXAMPLE No. 1.5 A rectangular plate is 200 mm long. A strip 50 mm wide is cut off one end. A second strip 15 mm wide is cut off the other end. The remaining plate weight 2025 g. Find the width of the plate if the plate weighs 0.12 g per square mm. Let the plate be x mm wide. Area = 200x The area cut off is 4.5x and 11.5x Area left is 200x 50x 15x The weight of the remaining plate is (200x 50x 15x)(0.12) Equate to known weight (200x 50x 15x)(0.12) = 2025 Divide both sides by 0.09 (200x 50x 15x) = 2025/0.12 = Add the x terms 135x =16875 x = 125 mm D.J.Dunn 3

4 SELF ASSESSMENT EXERCISE No H H 1. Solve the unknown in the following equation. 12 H Solve the unknown in the following equation. 6(w + 2) 3(w 2) = 2w 3. A train travels from its starting station to another station x km distance along the track at an average speed of 50 km/h. It waits half an hour in the station before making the return trip at an average speed of 80 km/h. The total time taken for journey is 4 hours. What is the distance between the two stations? 4. A metal strip is x mm wide. It is used to make the four sides of a rectangular box measuring 200 mm by 100 mm. The area of the strip mm 2. What is the width of the strip? D.J.Dunn 4

5 2. SIMULTANEOUS EQUATIONS Consider a vehicle that starts moving from the starting post as shown and accelerates at a constant rate of a m/s 2. After travelling a short distance it passes point 0 with velocity u 0 and a stop watch is started. It accelerates a further distance s 1 and passes point 1 with velocity u 1 and the time is noted as t 1. It accelerates to the next timing point and passes it at velocity u 2 and the time is t 2. The distance travelled from the start of timing is s 2. The equation relating these quantities is known to be s = u 0 t + at 2 /2 We can use the equation twice and have: s 1 = u 0 t 1 + at 1 2 /2 and s 2 = u 0 t 2 + at 2 2 /2 This is an example of simultaneous equations where the same equation is used twice with two sets of values to solve two unknown values. The unknown values are u 0 and a. For a given value of time, the distance travelled is a function of u 0 and a so we could say s = f(u 0, a). We will do a solution for this problem later on (worked example 4). In general simultaneous equations take the form Ax + By = f 1 (x,y) Cx + Dy = f 2 (x,y) Where A, B, C and D are known coefficients. This tutorial only deals with two unknown variables. If we had three unknown variables we would need three simultaneous equations and so on. GRAPHICAL We can rearrange our equation to make x the subject and then y the subject as follows. x = (f 1 (x,y) By) A or x = (f 2 (x,y) Dy) C y = (f 1 (x,y) Ax) B or y = (f 2 (x,y) Cx) D We could plot y against x for either pair of equations and determine the point where graphs cross and hence have the same values of x and y. Graphical solutions are laborious and only really suitable for two simultaneous equations but the following example is useful. D.J.Dunn 5

6 WORKED EXAMPLE No. 2.1 Solve x and y given the following simultaneous equation f(x,y) 1 = 39 = x + 7y...(1) f(x,y) 2 = 23 = 2x + 3y..(2) Rearrange to make y the subject (you could make x the subject). y = (39 x)/7.(3) y = (23 2x)/3 (4) Plot x against y using both equations and we get: We find that x = 4 and y = 5 satisfies both equations. SUBSTITUTION METHOD This is a suitable method when there are only two unknown variables but difficult for three or more. We use one equation to find x in terms of y and substitute it into the other equation to solve y or vice-versa. This is best demonstrated by doing the last example again. WORKED EXAMPLE No. 2.2 Solve x and y given the following simultaneous equations: f(x,y) 1 = 39 = x + 7y..(1) f(x,y) 2 = 23 = 2x + 3y..(2) From equation (1) x = 39 7y Substitute this into equation (2) and solve y 23 = 2(39 7y) + 3y 23 = 78 14y + 3y 23 = 78 11y 11y = = 55 y = 55/11 = 5 Now substitute for y into either (1) or (2) to find x. Doing both is a check on the answer. 39 = x + 7y = x + 7(5) = x + 35 x = 4 23 = 2x + 3y = 2x + 3(5) = 2x x = 8 x = 4 D.J.Dunn 6

7 WORKED EXAMPLE No. 2.3 Solve x and y given the following simultaneous equation f(x,y) 1 = 9 = 3x + 5y..(1) f(x,y) 2 = 5 = 2x + 3y..(2) From equation (1) x = (9 5y)/3 Substitute this into equation (2) and solve y 5 = 2(9 5y)/3 + 3y 5 = 6 10y/3 + 3y 5 = 6 y/3 y = 3 Now substitute for y into either (1) or (2) to find x. Doing both is a check on the answer. 9 = 3x + 5y = 3x + 5(3) = 3x x = -6 x = -2 5 = 2x + 3y = 2x + 3(3) = 2x + 9 2x = -4 x = -2 WORKED EXAMPLE No. 2.4 The distance travelled by an object s (metres) is related to the initial velocity u 0 (m/s), the acceleration a (m/s 2 ) and time t (s) by the equation s = u 0 t + at 2 /2 A stop watch is started as the object passes a point such that s = 0 when t = 0. It takes 2 seconds for the object to travel 14 meters from the point and 5 seconds to travel 50 m from the point. Determine the initial velocity and the acceleration. First set up two equations using the information supplied. 14 = 2u 0 + a(2 2 )/2 14 = 2u 0 + 2a..(1) 50 = 5u 0 + a(5 2 )/2 50 = 5u a..(2) From equation (1) u 0 = (14 2a)/2 = 7 - a Substitute this into equation (2) and solve a 50 = 5(7 - a) a = 35-5a a = a 7.5a = = 15 a = 2 m/s 2 Now substitute for y into either (1) or (2) to find u. Doing both is a check on the answer. 14 = 2u 0 + 2a = 2u = u 0 = 5 m/s 50 = 5u a = 5u (2) = 5u u 0 = 25 u 0 =5 m/s D.J.Dunn 7

8 ELIMINATION METHOD Many people find this method easier than substitution. The method requires that we make the coefficient of one of the variables the same by multiplying each term by a suitable number. We then add or subtract the two equations to eliminate one of the variables. A worked example shows this best. WORKED EXAMPLE No. 2.5 A resistance thermometer has a resistance R = 101Ω at a temperature θ = 20 o C and 103Ω at 60 o C. The law relating resistance and temperature is R = Ro + αθ where Ro is the resistance at 0 o C and R is the resistance at any other temperature. α is the temperature coefficient of resistance. Calculate the temperature Ro and α. Ro + 20α = 101..(1) Ro + 60α = 103..(2) Just subtract the equations Ro + 20α = 101 Ro + 60α = 103 Subtract 0-40α = -2 α = -2/-40 = 0.05 Substitute for α in (1) Ro + 20(0.05) = 101 Ro = = 100Ω The relationship is R = θ We might use the same process after making x or y the subject as shown in the next example. WORKED EXAMPLE No. 2.6 Repeat worked example 1 using the elimination method. 39 = x + 7y..(1) 23 = 2x + 3y..(2) Make x the subject in both cases. x = 39 7y (3) x = (23 3y)/2 x = y (4) Subtract 0 = y Solve y 5.5y = 27.5 y = 5 78 = 2x + 14y Substitute for y in any equation and x is 4 as before. D.J.Dunn 8

9 WORKED EXAMPLE No. 2.7 Solve x and y given. 3x + 2y = 12.. (1) x + 3y = (2) Multiply each term in equation (2) by 3 so that the coefficient of x is the same in both. We then have: 3x + 2y = 12 3x + 9y = 33 Subtract 0-7 y = -21 y = -21/-7 = 3 Substitute for y in (1) and 3x + 2(3) = 12. 3x = 6 x = 2 Check in equation (2) 3x + 9y = 33 3(2) + 9(3) = 33 correct WORKED EXAMPLE No. 2.8 What are the values of x and y that satisfies both the following equations. x/7 y/2 = -3..(1) x/3 + y/4 = 10..(2) Multiply each term in (1) by 2 and each term in (2) by 4. We have: 2x/7 y = -6 4x/3 + y = 40 Add 34x/ = 34 note that 2/7 + 4/3 = 34/21 34x/21 = 34 x = 21 Substitute into (1) 21/7 y/2 = -3 3 y/2 = -3 6 = y/2 y = 12 Check in (2) x/3 + y/4 = 10 21/3 + 12/4 = 10 correct D.J.Dunn 9

10 SELF ASSESSMENT EXERCISE No. 2.1 Solve the variables in the following simultaneous equations. 1. 3x + 5y = 6 and 2x + 3y = 3 (Answers x = -3, y = 3) 2. 7x + 4y = 20 and 3x + 3y = 6 (Answers x = 4, y = -2) 3. 5x + 5y = -40 and x + 3y = -48 (Answers x = 12, y = -20) 4. x + y = 3/4 and 2x + 3y = 7/4 (Answers x = ½, y = 1/4) 5. x + 2 y = 1.9 and 2x + 5y = 4 (Answers x = 3/2, y = 1/5) 6. 3x - 5 y = 204 and 4x + 5y = 412 (Answers x = 88, y = 12) 7. x - 5 y = 95 and 2x + y = 245 (Answers x = 120, y = 5) MATRIX METHOD This method should only be used if you have a good understanding of matrix theory. The main use of this method is that it enables the solution of problems with more than two unknown variables and because the method is based on strict rules, it is suitable for use in computer programmes. Here is a basic example that might serve as an introduction to matrix theory. WORKED EXAMPLE No. 2.9 What are the values of x and y that satisfies both the following equations. 3x + 2y = 22..(1) 2x + 3y =23..(2) Create a matrix of the coefficient and column vectors based on the variables and the function values. The object is to solve the column vector X. The simultaneous equations may be represented as A X = b Next we need to find the inverse matrix A -1 For a 2 x 2 matrix the rule is : D.J.Dunn 10

11 Put in the numbers The solution is given by the product X = A -1 b The rule for multiplying is a 4 x 4 matrix by a single column is Putting in the numbers we get: The solution is x = 4 and y = 5 as before. The matrix method looks difficult but matrix theory is very important in modern Engineering methods and should be thoroughly studies for advanced courses. The example is used only as an introduction. The rules are much more complicated for larger arrays. You might care to solve some of the previous examples with the above model. D.J.Dunn 11

12 3. QUADRATIC EQUATIONS Most relationships in Engineering and Science are anything but proportional and many are quadratic. This means that the function contains a highest power of 2. Take a simple case y = f(x) = 64 = x 2 To find the value of x that satisfies the equation we simply take the square root. x = 64 Now there are two possible answers 8 and -8 because a minus number squared is positive. An immediate problem arises when we look at the case y = -64 = x 2 Taking the square root this time gives x = -64 and you probably don t know how to deal with the roots of negative numbers and we wont cover it here. QUADRATIC EQUATIONS and ROOTS Quadratic equations have the general form:- y = f(x) = 0 = ax 2 + bx + c a, b and c are the coefficient of x 2 x 1 and x o respectively. Of course we don t normally bother writing x 1 as x 1 = x and we don t normally write x o as x o =1. If y is not zero, we only need to subtract y from both sides of the equation to produce the required form. There are normally two values of x that satisfy the function and this may be seen by plotting a graph. Consider the case y = f(x) = 2x 2-4x 6 If we plot x against y over a suitable range we get the graph shown. From the graph we can pick off the two values of x that correspond to any value of y but it is of particular interest to find the values of x when y is zero. These are called the ROOTS OF THE EQUATION and in the example they are x = -1 and x = 3. It is always a good idea to check that putting these values into the equation produces y = 0. x = -1 y = 2(-1) 2-4(-1) 6 = = 0 x = 3 y = 2(3) 2-4(3) 6 = = 0 It is nice when the roots are whole numbers (integers) but this is not usually the case. Note that quadratic equations do not always cross the x axis and the solution to these requires advanced studies. D.J.Dunn 12

13 FACTORISATION You should know that an integer will factorise such that the product of the factors give the original number. For example the factors of 8 may be (8)(1) = 8 or (4)(2) = 8. In the case of equations, the factors are not numbers but expressions. A quadratic equation often factorises into two parts such that the sum of the two parts produces the original equation. Knowing how to factorise an equation takes practice. The first step in understanding this is see how multiplying two factors gives the original equation. Suppose that the two factor are (2x + 2) and (x - 3). Let s multiply them. Here s how. The two factors of y = 2x 2-4x 6 are hence (2x + 2) and (x - 3). The trouble is that we need to do the reverse. Given an equation, find the factors. This rule helps us. Even with this rule, you need to play around with the possibilities before you arrive at the correct answer. The problem is easier if the coefficient a = 1. In the above example, we could simply divide by 2 to get x 2-2x 3 and the factors are (x + 1)(x - 3). Note that the -2 is obtained by adding 1 and -3 and this always works. WORKED EXAMPLE No. 3.1 Solve f(x) = 0 = 6x 2 + 8x + 2 Divide by 6 to get 0 = x 2 + (8/6)x + (2/6) Make two brackets (x + A)( x + B) A B = 2/6 and A + B = 8/6 so make A = 1 and B = 2/6 (x + 1)(x + 2/6) = 0 x = -1 or x = -2/6 = -1/3 Check them out in the original equation x = -1/3 f(x) = 6(-1/3) 2 + 8(-1/3) + 2 = 6/9 8/3 + 2 = 2/3 8/3 + 2 = -6/3 + 2 = 0 x = -1 f(x) = 6(-1) 2 + 8(-) + 2 = = 0 It takes practice to do this quickly and it only works if the numbers are kind. D.J.Dunn 13

14 WORKED EXAMPLE No. 3.2 Solve f(x) = 0 = 2x 2 + 3x - 5 Factorise to get two brackets. We know we must have 2x and x (2x + A)( x - B) = 0 We know AB must be -5 so try 1 and -5 (2x + 1)( x - 5) = 0 The middle term must be the sum of x and -10x and this gives -9x which is wrong. Try 5 and -1 (2x + 5)( x - 1) = 0 The middle term must be the sum of 5x and -2x and this gives 3x which is correct. (2x + 5)( x - 1) = 0 so the roots are x = -5/2 and x = 1 Check it in the original equation. x = -5/2 2(-5/2) 2 + 3(-5/2) - 5 = 25/2 15/2 5 = 0 correct x = 1 2(1) 2 + 3(1) - 5 = = 0 correct SELF ASSESSMENT EXERCISE No. 3.1 Solve the following by factorisation. 1. 2x 2-5x 3 = 0 2. x 2 + 2x 8 = 0 3. x 2-2x 3 = x 2-20x 3 = 0 PERFECT SQUARE ROOTS AND COMPLETING THE SQUARE When the two factors are the same, we have a perfect square root. Consider the case x 2 6x + 9 = 0 If we factorise x 2 6x + 9 we get (x 3) (x 3). We could write x 2 6x + 9 = (x 3) 2 = 0 and there is only one solution x = 3, and this is the perfect root. Factorisation is easier if we can change the equation so that it has a perfect square root. This is best demonstrated with an example. WORKED EXAMPLE No. 3.3 Solve x 2 6x + 8 = 0 If the last number was 9 we would have a perfect square root. We can do this by manipulating the equation to: x 2 6x = 0 or x 2 6x + 9 = 1 Factorise the left side into (x - 3)(x - 3) or (x - 3) 2 Now solve by taking the square root. (x - 3) = 1 = ±1 so x = 4 or x = 2 Check x = 4 x 2 6x + 8 = (4) + 8 = = 0 so 4 is the root of the original equation. Check x = (2) + 8 = = 0 so 2 is the root of the original equation. D.J.Dunn 14

15 SELF ASSESSMENT EXERCISE No. 3.2 Find the roots of the following by completing the square. 1. x 2 + 6x + 5 = 0 2. x x + 20 = 0 3. x 2-8x + 11 = 0 5. x 2-4x - 3 = 0 QUADRATIC FORMULAE A method of finding the solution to quadratic equations that is most reliable and widely used is given here without proof. Arrange the equation into the form ax 2 + bx + c = 0 b b 2 4ac The two solutions are then given by x and this is the quadratic formula that 2a should be memorised. Most scientific/engineering calculators can find the solution direct but this formula is useful in advanced studies. WORKED EXAMPLE No. 3.4 Solve 2x 2 4x - 5= 0 a = 2 b = -4 c = -5 b x 2 b 4ac 2a (-4) (-4) 2(2) 4(2)(-5) x x or x 2.871or Check the answers 2(2.871) 2 4(2.871) - 5= 0 2(-0.871) 2 4(-0.871) - 5= 0 2 SELF ASSESSMENT EXERCISE No. 3.3 Find the roots of the following by completing the square. 1. 3x 2 + 5x + 2 = 0 (Answer -1 and ) 2. 5x 2-2x - 4 = 0 (Answer and ) 3. -2x 2-2x + 5 = 0 (Answer and 1.158) 4. -5x 2 + 3x + 7 = 0 (Answer and 1.521) D.J.Dunn 15

16 4. CUBIC EQUATIONS Suppose wish to solve x in the equation 2x x 2-20x 50 = 0 The solution is the roots of f(x) = 2x x 2-20x 50 To solve x we must plot f(x) = y = 2x x 2-20x 50 and see if any value of x produces a result y = 0 The plot is shown. The graph crosses the y axis three times so there are three values of x that give a solution and these are x = -6, x = and 2.59 Check them out to see if they are correct. x = -6 2x x 2-20x 50 = -2 so the answer is not exact but close. x = x x 2-20x 50 = so the answer is not exact but close. x = x x 2-20x 50 = 0.03 so the answer is not exact but close. The graphical method will not usually give exact answers depending on the scale of the graph. Many cubic plots do not cross the y axis and there may be three, two, one or no real answers that satisfy the equation. We can rearrange the equation to make x 3 the subject and plot two graphs like before. In this case we have : x 3 = (- 10x x + 50)/2 = (- 5x x + 25) If we let f 1 (x) = x 3 and f 2 (x) = (- 5x x + 25) and plot both functions against x, the point where the graphs cross is the point where the functions are equal and give the answer for x. D.J.Dunn 16

17 WORKED EXAMPLE No. 4.1 Solve the following equation graphically. (4x 3 3x 2-36x + 27) = 4.67(x+1) Rearrange to make two functions that can be plotted. Let f 1 (x) = (4x 3 3x 2-36x + 27) and f 2 (x) = 4.67(x + 1) Plot both over a suitable range and pick off the answers from the points where the graphs cross (the common abscissa) x = -3.1,x = 0.56 and x = 3.3 WORKED EXAMPLE No. 4.2 Solve the following equation graphically. (x 2 6)(4 + x 2 ) = 32x If we multiply out the brackets we get a quartic equation x 4-6x 2-28x -24 = 0 This example is to show how a graphical method may be used for any equation if the right approach is used. A solution is to rearrange the equation to make two functions that can be plotted. This is the method used here. Rearrange to the form (x 2 6) = 32x/(4 +x 2 ) Let f 1 (x) = (x 2 6) and f 2 (x) = 32x/(4 +x 2 ) Plot both over a suitable range and pick off the answers x = and x = 3.6 D.J.Dunn 17

18 SELF ASSESSMENT EXERCISE No Solve the following equations. x 2 5.2x = 0 (Answers x = 3.2 or 2) 3 x 2-20 log(x) = 0 (Answer x = 2.15) x x x = 0 (Answers x = -2 or 1.2 or 2.67) 2. A closed metal cylindrical canister has a mean radius R and length L. The surface area of the metal used is given by the formula A = 2π(R 2 + RL) Given that the area is 1000 mm 2 and the length is 20 mm what is the radius? (Answers 6.1 mm, the negative answer is ignored as it is not physically possible) 3. A cylindrical vessel of diameter D and length L has hemispherical ends. The volume of the vessel is hence given by V = π(dl + D 3 /6). If the volume is 200 x 10 3 mm 3 and the length L is 50 mm, what is the diameter? (Answer mm, the other answer mm is obviously only theoretical and not physical) 4. Solve the three roots of the equation y = 5x 3 +10x 2-2x 6 (Answer , and 0.735) SAE x = 3 m = 3 1/ SAE S SA H H 4H 3H 6H H 1. H H w w + 6 = 2w w = Time taken to complete the first journey is x/50 Time spent waiting = ½ Time taken for the return journey is x/80 Total time = x/50 + ½ + x/80 = 4 x/50 + x/80 = 3 ½ =7/2 x(1/50 + 1/80) = 7/2 x( )/4000 = 7/2 x (130/4000) = 7/2 x = (28000/260) = km mm D.J.Dunn 18

19 S.A.E (Answers x = -3, y = 3) 2. (Answers x = 4, y = -2) 3. (Answers x = 12, y = -20) 4. (Answers x = ½, y = 1/4) 5. (Answers x = 3/2, y = 1/5) 6. (Answers x = 88, y = 12) 7. (Answers x = 120, y = 5) S.A.E (3 and ½) 2. (2 and 4) 3. (3 and 1) 4. (3 and -1/7) S.A.E (Answer -1 and -5) 2. (Answer -2 and -10) 3. (Answer and 6.236) 6. (Answer and ) S.A.E (Answer -1 and ) 2. (Answer and ) 3. (Answer and 1.158) 4. (Answer and 1.521) S.A.E (Answers x = 3.2 or 2) (Answer x = 2.15) (Answers x = -2 or 1.2 or 2.67) 2. (Answers 6.1 mm, the negative answer is ignored as it is not physically possible) 3. (Answer mm, the other answer mm is obviously only theoretical and not physical) 4. (Answer , and 0.735) D.J.Dunn 19

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

3.3. Solving Polynomial Equations. Introduction. Prerequisites. Learning Outcomes

3.3. Solving Polynomial Equations. Introduction. Prerequisites. Learning Outcomes Solving Polynomial Equations 3.3 Introduction Linear and quadratic equations, dealt within Sections 3.1 and 3.2, are members of a class of equations, called polynomial equations. These have the general

More information

MATHEMATICS FOR ENGINEERING BASIC ALGEBRA

MATHEMATICS FOR ENGINEERING BASIC ALGEBRA MATHEMATICS FOR ENGINEERING BASIC ALGEBRA TUTORIAL 1 ALGEBRAIC LAWS This tutorial is useful to anyone studying engineering. It uses the principle of learning by example. On completion of this tutorial

More information

JUST THE MATHS UNIT NUMBER 1.8. ALGEBRA 8 (Polynomials) A.J.Hobson

JUST THE MATHS UNIT NUMBER 1.8. ALGEBRA 8 (Polynomials) A.J.Hobson JUST THE MATHS UNIT NUMBER 1.8 ALGEBRA 8 (Polynomials) by A.J.Hobson 1.8.1 The factor theorem 1.8.2 Application to quadratic and cubic expressions 1.8.3 Cubic equations 1.8.4 Long division of polynomials

More information

MATHEMATICS FOR ENGINEERS BASIC MATRIX THEORY TUTORIAL 2

MATHEMATICS FOR ENGINEERS BASIC MATRIX THEORY TUTORIAL 2 MATHEMATICS FO ENGINEES BASIC MATIX THEOY TUTOIAL This is the second of two tutorials on matrix theory. On completion you should be able to do the following. Explain the general method for solving simultaneous

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

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

Biggar High School Mathematics Department. National 5 Learning Intentions & Success Criteria: Assessing My Progress

Biggar High School Mathematics Department. National 5 Learning Intentions & Success Criteria: Assessing My Progress Biggar High School Mathematics Department National 5 Learning Intentions & Success Criteria: Assessing My Progress Expressions & Formulae Topic Learning Intention Success Criteria I understand this Approximation

More information

MATHEMATICS FOR ENGINEERING BASIC ALGEBRA

MATHEMATICS FOR ENGINEERING BASIC ALGEBRA MATHEMATICS FOR ENGINEERING BASIC ALGEBRA TUTORIAL 4 AREAS AND VOLUMES This is the one of a series of basic tutorials in mathematics aimed at beginners or anyone wanting to refresh themselves on fundamentals.

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

6 EXTENDING ALGEBRA. 6.0 Introduction. 6.1 The cubic equation. Objectives

6 EXTENDING ALGEBRA. 6.0 Introduction. 6.1 The cubic equation. Objectives 6 EXTENDING ALGEBRA Chapter 6 Extending Algebra Objectives After studying this chapter you should understand techniques whereby equations of cubic degree and higher can be solved; be able to factorise

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

MA107 Precalculus Algebra Exam 2 Review Solutions

MA107 Precalculus Algebra Exam 2 Review Solutions MA107 Precalculus Algebra Exam 2 Review Solutions February 24, 2008 1. The following demand equation models the number of units sold, x, of a product as a function of price, p. x = 4p + 200 a. Please write

More information

Factoring Polynomials and Solving Quadratic Equations

Factoring Polynomials and Solving Quadratic Equations Factoring Polynomials and Solving Quadratic Equations Math Tutorial Lab Special Topic Factoring Factoring Binomials Remember that a binomial is just a polynomial with two terms. Some examples include 2x+3

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

2013 MBA Jump Start Program

2013 MBA Jump Start Program 2013 MBA Jump Start Program Module 2: Mathematics Thomas Gilbert Mathematics Module Algebra Review Calculus Permutations and Combinations [Online Appendix: Basic Mathematical Concepts] 2 1 Equation of

More information

1.5. Factorisation. Introduction. Prerequisites. Learning Outcomes. Learning Style

1.5. Factorisation. Introduction. Prerequisites. Learning Outcomes. Learning Style Factorisation 1.5 Introduction In Block 4 we showed the way in which brackets were removed from algebraic expressions. Factorisation, which can be considered as the reverse of this process, is dealt with

More information

ANALYTICAL METHODS FOR ENGINEERS

ANALYTICAL METHODS FOR ENGINEERS UNIT 1: Unit code: QCF Level: 4 Credit value: 15 ANALYTICAL METHODS FOR ENGINEERS A/601/1401 OUTCOME - TRIGONOMETRIC METHODS TUTORIAL 1 SINUSOIDAL FUNCTION Be able to analyse and model engineering situations

More information

Factorising quadratics

Factorising quadratics Factorising quadratics An essential skill in many applications is the ability to factorise quadratic expressions. In this unit you will see that this can be thought of as reversing the process used to

More information

FACTORING QUADRATICS 8.1.1 and 8.1.2

FACTORING QUADRATICS 8.1.1 and 8.1.2 FACTORING QUADRATICS 8.1.1 and 8.1.2 Chapter 8 introduces students to quadratic equations. These equations can be written in the form of y = ax 2 + bx + c and, when graphed, produce a curve called a parabola.

More information

Algebra I. In this technological age, mathematics is more important than ever. When students

Algebra I. In this technological age, mathematics is more important than ever. When students In this technological age, mathematics is more important than ever. When students leave school, they are more and more likely to use mathematics in their work and everyday lives operating computer equipment,

More information

Math 0980 Chapter Objectives. Chapter 1: Introduction to Algebra: The Integers.

Math 0980 Chapter Objectives. Chapter 1: Introduction to Algebra: The Integers. Math 0980 Chapter Objectives Chapter 1: Introduction to Algebra: The Integers. 1. Identify the place value of a digit. 2. Write a number in words or digits. 3. Write positive and negative numbers used

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

What are the place values to the left of the decimal point and their associated powers of ten?

What are the place values to the left of the decimal point and their associated powers of ten? The verbal answers to all of the following questions should be memorized before completion of algebra. Answers that are not memorized will hinder your ability to succeed in geometry and algebra. (Everything

More information

AP PHYSICS C Mechanics - SUMMER ASSIGNMENT FOR 2016-2017

AP PHYSICS C Mechanics - SUMMER ASSIGNMENT FOR 2016-2017 AP PHYSICS C Mechanics - SUMMER ASSIGNMENT FOR 2016-2017 Dear Student: The AP physics course you have signed up for is designed to prepare you for a superior performance on the AP test. To complete material

More information

ALGEBRA. sequence, term, nth term, consecutive, rule, relationship, generate, predict, continue increase, decrease finite, infinite

ALGEBRA. sequence, term, nth term, consecutive, rule, relationship, generate, predict, continue increase, decrease finite, infinite ALGEBRA Pupils should be taught to: Generate and describe sequences As outcomes, Year 7 pupils should, for example: Use, read and write, spelling correctly: sequence, term, nth term, consecutive, rule,

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

MATH 60 NOTEBOOK CERTIFICATIONS

MATH 60 NOTEBOOK CERTIFICATIONS MATH 60 NOTEBOOK CERTIFICATIONS Chapter #1: Integers and Real Numbers 1.1a 1.1b 1.2 1.3 1.4 1.8 Chapter #2: Algebraic Expressions, Linear Equations, and Applications 2.1a 2.1b 2.1c 2.2 2.3a 2.3b 2.4 2.5

More information

Algebra: Real World Applications and Problems

Algebra: Real World Applications and Problems Algebra: Real World Applications and Problems Algebra is boring. Right? Hopefully not. Algebra has no applications in the real world. Wrong. Absolutely wrong. I hope to show this in the following document.

More information

MATH 10034 Fundamental Mathematics IV

MATH 10034 Fundamental Mathematics IV MATH 0034 Fundamental Mathematics IV http://www.math.kent.edu/ebooks/0034/funmath4.pdf Department of Mathematical Sciences Kent State University January 2, 2009 ii Contents To the Instructor v Polynomials.

More information

Answer Key for California State Standards: Algebra I

Answer Key for California State Standards: Algebra I Algebra I: Symbolic reasoning and calculations with symbols are central in algebra. Through the study of algebra, a student develops an understanding of the symbolic language of mathematics and the sciences.

More information

UNCORRECTED PAGE PROOFS

UNCORRECTED PAGE PROOFS number and and algebra TopIC 17 Polynomials 17.1 Overview Why learn this? Just as number is learned in stages, so too are graphs. You have been building your knowledge of graphs and functions over time.

More information

NSM100 Introduction to Algebra Chapter 5 Notes Factoring

NSM100 Introduction to Algebra Chapter 5 Notes Factoring Section 5.1 Greatest Common Factor (GCF) and Factoring by Grouping Greatest Common Factor for a polynomial is the largest monomial that divides (is a factor of) each term of the polynomial. GCF is the

More information

Factoring Quadratic Expressions

Factoring Quadratic Expressions Factoring the trinomial ax 2 + bx + c when a = 1 A trinomial in the form x 2 + bx + c can be factored to equal (x + m)(x + n) when the product of m x n equals c and the sum of m + n equals b. (Note: the

More information

FOREWORD. Executive Secretary

FOREWORD. Executive Secretary FOREWORD The Botswana Examinations Council is pleased to authorise the publication of the revised assessment procedures for the Junior Certificate Examination programme. According to the Revised National

More information

www.mathsbox.org.uk ab = c a If the coefficients a,b and c are real then either α and β are real or α and β are complex conjugates

www.mathsbox.org.uk ab = c a If the coefficients a,b and c are real then either α and β are real or α and β are complex conjugates Further Pure Summary Notes. Roots of Quadratic Equations For a quadratic equation ax + bx + c = 0 with roots α and β Sum of the roots Product of roots a + b = b a ab = c a If the coefficients a,b and c

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

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

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

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

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

Factoring Trinomials: The ac Method

Factoring Trinomials: The ac Method 6.7 Factoring Trinomials: The ac Method 6.7 OBJECTIVES 1. Use the ac test to determine whether a trinomial is factorable over the integers 2. Use the results of the ac test to factor a trinomial 3. For

More information

Review of Fundamental Mathematics

Review of Fundamental Mathematics Review of Fundamental Mathematics As explained in the Preface and in Chapter 1 of your textbook, managerial economics applies microeconomic theory to business decision making. The decision-making tools

More information

a 1 x + a 0 =0. (3) ax 2 + bx + c =0. (4)

a 1 x + a 0 =0. (3) ax 2 + bx + c =0. (4) ROOTS OF POLYNOMIAL EQUATIONS In this unit we discuss polynomial equations. A polynomial in x of degree n, where n 0 is an integer, is an expression of the form P n (x) =a n x n + a n 1 x n 1 + + a 1 x

More information

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

QUADRATIC EQUATIONS EXPECTED BACKGROUND KNOWLEDGE

QUADRATIC EQUATIONS EXPECTED BACKGROUND KNOWLEDGE MODULE - 1 Quadratic Equations 6 QUADRATIC EQUATIONS In this lesson, you will study aout quadratic equations. You will learn to identify quadratic equations from a collection of given equations and write

More information

MECHANICAL PRINCIPLES HNC/D MOMENTS OF AREA. Define and calculate 1st. moments of areas. Define and calculate 2nd moments of areas.

MECHANICAL PRINCIPLES HNC/D MOMENTS OF AREA. Define and calculate 1st. moments of areas. Define and calculate 2nd moments of areas. MECHANICAL PRINCIPLES HNC/D MOMENTS OF AREA The concepts of first and second moments of area fundamental to several areas of engineering including solid mechanics and fluid mechanics. Students who are

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

Indiana State Core Curriculum Standards updated 2009 Algebra I

Indiana State Core Curriculum Standards updated 2009 Algebra I Indiana State Core Curriculum Standards updated 2009 Algebra I Strand Description Boardworks High School Algebra presentations Operations With Real Numbers Linear Equations and A1.1 Students simplify and

More information

Solving Cubic Polynomials

Solving Cubic Polynomials Solving Cubic Polynomials 1.1 The general solution to the quadratic equation There are four steps to finding the zeroes of a quadratic polynomial. 1. First divide by the leading term, making the polynomial

More information

Zero: If P is a polynomial and if c is a number such that P (c) = 0 then c is a zero of P.

Zero: If P is a polynomial and if c is a number such that P (c) = 0 then c is a zero of P. MATH 11011 FINDING REAL ZEROS KSU OF A POLYNOMIAL Definitions: Polynomial: is a function of the form P (x) = a n x n + a n 1 x n 1 + + a x + a 1 x + a 0. The numbers a n, a n 1,..., a 1, a 0 are called

More information

EDEXCEL NATIONAL CERTIFICATE/DIPLOMA UNIT 5 - ELECTRICAL AND ELECTRONIC PRINCIPLES NQF LEVEL 3 OUTCOME 4 - ALTERNATING CURRENT

EDEXCEL NATIONAL CERTIFICATE/DIPLOMA UNIT 5 - ELECTRICAL AND ELECTRONIC PRINCIPLES NQF LEVEL 3 OUTCOME 4 - ALTERNATING CURRENT EDEXCEL NATIONAL CERTIFICATE/DIPLOMA UNIT 5 - ELECTRICAL AND ELECTRONIC PRINCIPLES NQF LEVEL 3 OUTCOME 4 - ALTERNATING CURRENT 4 Understand single-phase alternating current (ac) theory Single phase AC

More information

10.1. Solving Quadratic Equations. Investigation: Rocket Science CONDENSED

10.1. Solving Quadratic Equations. Investigation: Rocket Science CONDENSED CONDENSED L E S S O N 10.1 Solving Quadratic Equations In this lesson you will look at quadratic functions that model projectile motion use tables and graphs to approimate solutions to quadratic equations

More information

expression is written horizontally. The Last terms ((2)( 4)) because they are the last terms of the two polynomials. This is called the FOIL method.

expression is written horizontally. The Last terms ((2)( 4)) because they are the last terms of the two polynomials. This is called the FOIL method. A polynomial of degree n (in one variable, with real coefficients) is an expression of the form: a n x n + a n 1 x n 1 + a n 2 x n 2 + + a 2 x 2 + a 1 x + a 0 where a n, a n 1, a n 2, a 2, a 1, a 0 are

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

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

December 4, 2013 MATH 171 BASIC LINEAR ALGEBRA B. KITCHENS

December 4, 2013 MATH 171 BASIC LINEAR ALGEBRA B. KITCHENS December 4, 2013 MATH 171 BASIC LINEAR ALGEBRA B KITCHENS The equation 1 Lines in two-dimensional space (1) 2x y = 3 describes a line in two-dimensional space The coefficients of x and y in the equation

More information

Math Review. for the Quantitative Reasoning Measure of the GRE revised General Test

Math Review. for the Quantitative Reasoning Measure of the GRE revised General Test Math Review for the Quantitative Reasoning Measure of the GRE revised General Test www.ets.org Overview This Math Review will familiarize you with the mathematical skills and concepts that are important

More information

SOLVING EQUATIONS WITH RADICALS AND EXPONENTS 9.5. section ( 3 5 3 2 )( 3 25 3 10 3 4 ). The Odd-Root Property

SOLVING EQUATIONS WITH RADICALS AND EXPONENTS 9.5. section ( 3 5 3 2 )( 3 25 3 10 3 4 ). The Odd-Root Property 498 (9 3) Chapter 9 Radicals and Rational Exponents Replace the question mark by an expression that makes the equation correct. Equations involving variables are to be identities. 75. 6 76. 3?? 1 77. 1

More information

CORRELATED TO THE SOUTH CAROLINA COLLEGE AND CAREER-READY FOUNDATIONS IN ALGEBRA

CORRELATED TO THE SOUTH CAROLINA COLLEGE AND CAREER-READY FOUNDATIONS IN ALGEBRA We Can Early Learning Curriculum PreK Grades 8 12 INSIDE ALGEBRA, GRADES 8 12 CORRELATED TO THE SOUTH CAROLINA COLLEGE AND CAREER-READY FOUNDATIONS IN ALGEBRA April 2016 www.voyagersopris.com Mathematical

More information

APPLICATIONS AND MODELING WITH QUADRATIC EQUATIONS

APPLICATIONS AND MODELING WITH QUADRATIC EQUATIONS APPLICATIONS AND MODELING WITH QUADRATIC EQUATIONS Now that we are starting to feel comfortable with the factoring process, the question becomes what do we use factoring to do? There are a variety of classic

More information

Week 1: Functions and Equations

Week 1: Functions and Equations Week 1: Functions and Equations Goals: Review functions Introduce modeling using linear and quadratic functions Solving equations and systems Suggested Textbook Readings: Chapter 2: 2.1-2.2, and Chapter

More information

Mathematics A *P44587A0128* Pearson Edexcel GCSE P44587A. Paper 2 (Calculator) Higher Tier. Friday 7 November 2014 Morning Time: 1 hour 45 minutes

Mathematics A *P44587A0128* Pearson Edexcel GCSE P44587A. Paper 2 (Calculator) Higher Tier. Friday 7 November 2014 Morning Time: 1 hour 45 minutes Write your name here Surname Other names Pearson Edexcel GCSE Centre Number Mathematics A Paper 2 (Calculator) Friday 7 November 2014 Morning Time: 1 hour 45 minutes Candidate Number Higher Tier Paper

More information

Assessment Schedule 2013

Assessment Schedule 2013 NCEA Level Mathematics (9161) 013 page 1 of 5 Assessment Schedule 013 Mathematics with Statistics: Apply algebraic methods in solving problems (9161) Evidence Statement ONE Expected Coverage Merit Excellence

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

FACTORISATION YEARS. A guide for teachers - Years 9 10 June 2011. The Improving Mathematics Education in Schools (TIMES) Project

FACTORISATION YEARS. A guide for teachers - Years 9 10 June 2011. The Improving Mathematics Education in Schools (TIMES) Project 9 10 YEARS The Improving Mathematics Education in Schools (TIMES) Project FACTORISATION NUMBER AND ALGEBRA Module 33 A guide for teachers - Years 9 10 June 2011 Factorisation (Number and Algebra : Module

More information

ENGINEERING COUNCIL DYNAMICS OF MECHANICAL SYSTEMS D225 TUTORIAL 1 LINEAR AND ANGULAR DISPLACEMENT, VELOCITY AND ACCELERATION

ENGINEERING COUNCIL DYNAMICS OF MECHANICAL SYSTEMS D225 TUTORIAL 1 LINEAR AND ANGULAR DISPLACEMENT, VELOCITY AND ACCELERATION ENGINEERING COUNCIL DYNAMICS OF MECHANICAL SYSTEMS D225 TUTORIAL 1 LINEAR AND ANGULAR DISPLACEMENT, VELOCITY AND ACCELERATION This tutorial covers pre-requisite material and should be skipped if you are

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

1.3 Algebraic Expressions

1.3 Algebraic Expressions 1.3 Algebraic Expressions A polynomial is an expression of the form: a n x n + a n 1 x n 1 +... + a 2 x 2 + a 1 x + a 0 The numbers a 1, a 2,..., a n are called coefficients. Each of the separate parts,

More information

Zeros of a Polynomial Function

Zeros of a Polynomial Function Zeros of a Polynomial Function An important consequence of the Factor Theorem is that finding the zeros of a polynomial is really the same thing as factoring it into linear factors. In this section we

More information

Mathematics Pre-Test Sample Questions A. { 11, 7} B. { 7,0,7} C. { 7, 7} D. { 11, 11}

Mathematics Pre-Test Sample Questions A. { 11, 7} B. { 7,0,7} C. { 7, 7} D. { 11, 11} Mathematics Pre-Test Sample Questions 1. Which of the following sets is closed under division? I. {½, 1,, 4} II. {-1, 1} III. {-1, 0, 1} A. I only B. II only C. III only D. I and II. Which of the following

More information

Tool 1. Greatest Common Factor (GCF)

Tool 1. Greatest Common Factor (GCF) Chapter 4: Factoring Review Tool 1 Greatest Common Factor (GCF) This is a very important tool. You must try to factor out the GCF first in every problem. Some problems do not have a GCF but many do. When

More information

( ) FACTORING. x In this polynomial the only variable in common to all is x.

( ) FACTORING. x In this polynomial the only variable in common to all is x. FACTORING Factoring is similar to breaking up a number into its multiples. For example, 10=5*. The multiples are 5 and. In a polynomial it is the same way, however, the procedure is somewhat more complicated

More information

Higher Education Math Placement

Higher Education Math Placement Higher Education Math Placement Placement Assessment Problem Types 1. Whole Numbers, Fractions, and Decimals 1.1 Operations with Whole Numbers Addition with carry Subtraction with borrowing Multiplication

More information

General Certificate of Secondary Education January 2014. Mathematics Unit T3 (With calculator) Higher Tier [GMT31] FRIDAY 10 JANUARY, 9.15am 11.

General Certificate of Secondary Education January 2014. Mathematics Unit T3 (With calculator) Higher Tier [GMT31] FRIDAY 10 JANUARY, 9.15am 11. Centre Number 71 Candidate Number General Certificate of Secondary Education January 2014 Mathematics Unit T3 (With calculator) Higher Tier [GMT31] MV18 FRIDAY 10 JANUARY, 9.15am 11.15 am TIME 2 hours,

More information

7 Literal Equations and

7 Literal Equations and CHAPTER 7 Literal Equations and Inequalities Chapter Outline 7.1 LITERAL EQUATIONS 7.2 INEQUALITIES 7.3 INEQUALITIES USING MULTIPLICATION AND DIVISION 7.4 MULTI-STEP INEQUALITIES 113 7.1. Literal Equations

More information

MATH 21. College Algebra 1 Lecture Notes

MATH 21. College Algebra 1 Lecture Notes MATH 21 College Algebra 1 Lecture Notes MATH 21 3.6 Factoring Review College Algebra 1 Factoring and Foiling 1. (a + b) 2 = a 2 + 2ab + b 2. 2. (a b) 2 = a 2 2ab + b 2. 3. (a + b)(a b) = a 2 b 2. 4. (a

More information

Algebra 2 PreAP. Name Period

Algebra 2 PreAP. Name Period Algebra 2 PreAP Name Period IMPORTANT INSTRUCTIONS FOR STUDENTS!!! We understand that students come to Algebra II with different strengths and needs. For this reason, students have options for completing

More information

MBA Jump Start Program

MBA Jump Start Program MBA Jump Start Program Module 2: Mathematics Thomas Gilbert Mathematics Module Online Appendix: Basic Mathematical Concepts 2 1 The Number Spectrum Generally we depict numbers increasing from left to right

More information

Solving simultaneous equations using the inverse matrix

Solving simultaneous equations using the inverse matrix Solving simultaneous equations using the inverse matrix 8.2 Introduction The power of matrix algebra is seen in the representation of a system of simultaneous linear equations as a matrix equation. Matrix

More information

Algebra Unpacked Content For the new Common Core standards that will be effective in all North Carolina schools in the 2012-13 school year.

Algebra Unpacked Content For the new Common Core standards that will be effective in all North Carolina schools in the 2012-13 school year. This document is designed to help North Carolina educators teach the Common Core (Standard Course of Study). NCDPI staff are continually updating and improving these tools to better serve teachers. Algebra

More information

Temperature Scales. The metric system that we are now using includes a unit that is specific for the representation of measured temperatures.

Temperature Scales. The metric system that we are now using includes a unit that is specific for the representation of measured temperatures. Temperature Scales INTRODUCTION The metric system that we are now using includes a unit that is specific for the representation of measured temperatures. The unit of temperature in the metric system 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

SECTION 0.6: POLYNOMIAL, RATIONAL, AND ALGEBRAIC EXPRESSIONS

SECTION 0.6: POLYNOMIAL, RATIONAL, AND ALGEBRAIC EXPRESSIONS (Section 0.6: Polynomial, Rational, and Algebraic Expressions) 0.6.1 SECTION 0.6: POLYNOMIAL, RATIONAL, AND ALGEBRAIC EXPRESSIONS LEARNING OBJECTIVES Be able to identify polynomial, rational, and algebraic

More information

Introduction to Matrix Algebra

Introduction to Matrix Algebra Psychology 7291: Multivariate Statistics (Carey) 8/27/98 Matrix Algebra - 1 Introduction to Matrix Algebra Definitions: A matrix is a collection of numbers ordered by rows and columns. It is customary

More information

2After completing this chapter you should be able to

2After completing this chapter you should be able to After completing this chapter you should be able to solve problems involving motion in a straight line with constant acceleration model an object moving vertically under gravity understand distance time

More information

Partial Fractions Examples

Partial Fractions Examples Partial Fractions Examples Partial fractions is the name given to a technique of integration that may be used to integrate any ratio of polynomials. A ratio of polynomials is called a rational function.

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

8.2. Solution by Inverse Matrix Method. Introduction. Prerequisites. Learning Outcomes

8.2. Solution by Inverse Matrix Method. Introduction. Prerequisites. Learning Outcomes Solution by Inverse Matrix Method 8.2 Introduction The power of matrix algebra is seen in the representation of a system of simultaneous linear equations as a matrix equation. Matrix algebra allows us

More information

7.2 Quadratic Equations

7.2 Quadratic Equations 476 CHAPTER 7 Graphs, Equations, and Inequalities 7. Quadratic Equations Now Work the Are You Prepared? problems on page 48. OBJECTIVES 1 Solve Quadratic Equations by Factoring (p. 476) Solve Quadratic

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

Algebra I Vocabulary Cards

Algebra I Vocabulary Cards Algebra I Vocabulary Cards Table of Contents Expressions and Operations Natural Numbers Whole Numbers Integers Rational Numbers Irrational Numbers Real Numbers Absolute Value Order of Operations Expression

More information

Lab 2: Vector Analysis

Lab 2: Vector Analysis Lab 2: Vector Analysis Objectives: to practice using graphical and analytical methods to add vectors in two dimensions Equipment: Meter stick Ruler Protractor Force table Ring Pulleys with attachments

More information

Sect 6.7 - Solving Equations Using the Zero Product Rule

Sect 6.7 - Solving Equations Using the Zero Product Rule Sect 6.7 - Solving Equations Using the Zero Product Rule 116 Concept #1: Definition of a Quadratic Equation A quadratic equation is an equation that can be written in the form ax 2 + bx + c = 0 (referred

More information

3. KINEMATICS IN TWO DIMENSIONS; VECTORS.

3. KINEMATICS IN TWO DIMENSIONS; VECTORS. 3. KINEMATICS IN TWO DIMENSIONS; VECTORS. Key words: Motion in Two Dimensions, Scalars, Vectors, Addition of Vectors by Graphical Methods, Tail to Tip Method, Parallelogram Method, Negative Vector, Vector

More information

9. POLYNOMIALS. Example 1: The expression a(x) = x 3 4x 2 + 7x 11 is a polynomial in x. The coefficients of a(x) are the numbers 1, 4, 7, 11.

9. POLYNOMIALS. Example 1: The expression a(x) = x 3 4x 2 + 7x 11 is a polynomial in x. The coefficients of a(x) are the numbers 1, 4, 7, 11. 9. POLYNOMIALS 9.1. Definition of a Polynomial A polynomial is an expression of the form: a(x) = a n x n + a n-1 x n-1 +... + a 1 x + a 0. The symbol x is called an indeterminate and simply plays the role

More information

A Systematic Approach to Factoring

A Systematic Approach to Factoring A Systematic Approach to Factoring Step 1 Count the number of terms. (Remember****Knowing the number of terms will allow you to eliminate unnecessary tools.) Step 2 Is there a greatest common factor? Tool

More information

AP Physics 1 and 2 Lab Investigations

AP Physics 1 and 2 Lab Investigations AP Physics 1 and 2 Lab Investigations Student Guide to Data Analysis New York, NY. College Board, Advanced Placement, Advanced Placement Program, AP, AP Central, and the acorn logo are registered trademarks

More information

1.3 Polynomials and Factoring

1.3 Polynomials and Factoring 1.3 Polynomials and Factoring Polynomials Constant: a number, such as 5 or 27 Variable: a letter or symbol that represents a value. Term: a constant, variable, or the product or a constant and variable.

More information

How do you compare numbers? On a number line, larger numbers are to the right and smaller numbers are to the left.

How do you compare numbers? On a number line, larger numbers are to the right and smaller numbers are to the left. The verbal answers to all of the following questions should be memorized before completion of pre-algebra. Answers that are not memorized will hinder your ability to succeed in algebra 1. Number Basics

More information