A-level Mathematics/MEI/C1/Algebra

From testwiki
Jump to navigation Jump to search

Algebra is the branch of mathematics that deals with the relation of quantities. In an equation, both sides are equal, and in an inequality, one side is usually greater than another.

An equation consists of two expressions joined by the equals sign (=). Everything on the left-hand side is equal to everything on the right-hand side, for example 2+3=4+1. Some equations contain a variable, usually denoted by x, y or z. An equation with a variable will only hold true for certain values of that variable. For example 2+x=5 is only true for x=3. The values that the variables have when the equation is true are called the solutions of the equation. Therefore x=3 is the solution of the equation 2+x=5.

The language of algebra

There are several terms that you need to be familiar with before you begin to work with algebra.

Variable

A variable is a quantity, whose value is usually unknown. Usually, a variable is given the symbol x, although any letter can be used.

Constant

A constant is usually a known quantity, which does not involve the variable. Later you will come across unknown constants, which are usually given the symbol c.

Index

Generally, an index is anything that is written superscript to (slightly above) a symbol. Often indices are used to indicate something raised to a power, such as x3 (read as x-cubed), which is the same as x×x×x.

Expression

An expression is a group of symbols which form a mathematical statement. 2+2 is an example of an expression.

Term

A term is any variable, constant or a product of variables or constants which are separated by a + or a sign. In the expression 3x+4xy2y, the separate terms are 3x, 4xy, and 2y.

Coefficient

A coefficient is the constant part of a term which multiplies the variable part of the term. For example, in 2x3, the coefficient of x3 is 2.

Equation

An equation is a mathematical statement that two things are equal. There is an equals sign (=) in between two expressions. 2+2=4 is an example of an equation, as well as 3+x=7.

Identity

An identity is an equation with an unknown, and is true for all values of that unknown. The identity symbol ( ≡ ) is used in place of the equals sign. As an example, xx=0 is always correct no matter what the value of x is. It is usual to write xx0 when you want to emphasize the fact that it is an identity and not just an equation.

Function

A function relates one input value to one output value. A function of x is usually noted as f(x). f(x)=x2 is an example of a function. It is then possible to write f(3)=32=9 once the function has been defined. f(x)=x is not a function, because there are two output values (positive and negative) for each input.

Manipulating expressions

Sometimes, expressions will be messier than they need to be, and they can be represented in an easier to understand form. The skills here are essential to the rest of the A-level course, although it is very likely that you have already covered them at GCSE.

Collecting like terms

When collecting like terms, you simply add all the terms in x together, all the terms in y together, and all the terms in z together. The same applies for any other letter that represents a variable.

For example, 2x+4y+8z3x7y2z+4x becomes:

2x3x+4x=3x

4y7y=3y

8z2z=6z

So, by adding all the answers, 2x+4y+8z3x7y2z+4x simplified is 3x3y+6z.

Multiplication

Multiplication of different variables such as a×b becomes ab. Single variables become indices, so x×x is x2.

Like addition and subtraction, you keep like terms together. So, for example:

2x2z×3yz2×4xy3 becomes:

2×3×4×x2×x×y×y3×z×z2

which can finally be simplified as:

24x3y4z3

Expansion of brackets

The skill of expanding brackets is illustrated by the following example.

(8x+5y)(3x6y)

=(8x+5y)3x(8x+5y)6y=8x(3x6y)+5y(3x6y) use FOIL

F=> first term in each bracket 8x . 3x =24x^2 O=>outside terms(1st in 1st x 2nd in 2nd) 8x . -6y = -48xy I=> inside terms (2nd in 1st x 1st in 2nd) 5y . 3x =15xy L=> last term in each bracket 5y . -6y = -30 y^2

and terms together(usually only the middle 2) 24x^2 -48xy +15xy -30y^2 answer 24x^2-33xy-30y^2

Factorising

Sometimes, expressions can be re-written as the product of their factors. You divide an expression by a factor common to all of the terms in the expression. This is essentially the opposite of expanding brackets, since most of the time the common factor is placed outside of brackets. For example:

To factorise 10x+15y you must first find a common factor of 10x and 15y. 5 is easily spotted as a factor. Now you divide the whole expression by 5 leaving you with 2x+3y. Place 2x+3y within brackets, and then put the 5 outside the bracket. The factorised expression is now 5(2x+3y), and you can multiply out the expression to make sure you get the original expression.

Another expression, x2xy2+3xz has a common factor x. The factorised form of this expression is x(xy2+3z).

Fractions

When working with fractions, the rule is to make all of the denominators equal, and then write the expression as one fraction. You need to multiply both the top and bottom by the same amount to keep the meaning of the fraction the same.

For example, for 3x2+2y5z10, the common denominator is 10.

Multiply both parts by 5: 15x10

Multiply both parts by 2: 4y10

Leave this as it is: z10

You now have 15x10+4y10z10, which becomes 15x+4yz10.

Solving equations

Often, to solve an equation you must rearrange it so that the unknown term is on its own side of the equals sign. By rearranging 2+x=5 to x=52, x has been made the subject of the equation. Now by simplifying the equation, you can find that the solution is x=3.

Changing the subject of an equation

You will usually be given equations that are more complex than the example above. To move a term from one side of the equals sign to the other, you have to do the same thing on both sides of the equals sign. For example, to make x the subject of y=4a(x2+b)3:

Multiply both sides by 3 3y=4a(x2+b)
Divide both sides by 4a 3y4a=x2+b
Subtract b from both sides 3y4ab=x2
Square root both sides ±3y4ab=x

Solving quadratic equations

Quadratic equations are equations where the variable is raised to the power of 2 and, unlike linear equations, there are a maximum of two roots. A root is one value of the variable where the equation is true, and to fully solve an equation, you must find all of the roots. For a quadratic equation you can factorise it and then easily find which values make the equation valid. The example above is quite a simple case. You will usually be given a more complicated equation such as 2x2+5x+3=0. If the equation isn't already in the form ax2+bx+c=0, rearrange it so that it is. The steps needed to factorise 2x2+5x+3=0 are:

Multiply 2 by 3 (coefficient of x2 multiplied by the constant term) 2×3=6
Find two numbers that add to give 5 (coefficient of x) and multiply to give 6 (answer from previous step) 2×3=6, 2+3=5
Split 5x to 2x+3x (from the results of the previous step) 2x2+2x+3x+3=0
Simplify 2x(x+1)+3(x+1)=0
Simplify further (2x+3)(x+1)=0

So (2x+3)(x+1)=0 is 2x2+5x+3=0 in factorised form. You can now use the fact that any number multiplied by 0 is 0 to find the roots of the equation. The numbers that make one bracket equal to 0 are the roots of the equation. In the example, the roots are 1.5 and 1.

It is also possible to solve a quadratic equation using the quadratic formula or by completing the square.

Simultaneous equations

Simultaneous equations are useful in solving two or more variables at once. Basic simultaneous equations consist of two linear expressions and can be solved by three different methods: elimination, substitution or by plotting the graph.

Elimination method

The basic principle of the elimination method is to manipulate one or more of the expressions in order to cancel out one of the variables, and then solve for the correct solution.

An example of this:

2x+3y=10 (1) (Assigning the number (1) to this equation)
2x+6y=6 (2) (Assigning the number (2) to this equation)

From this, we can see that by multiplying equation (1) by a factor of 2 and then subtracting this new equation from (2), the y-variable will be eliminated.

(1) ×24x+6y=20 (1a) (Assigning the number (1a) to this equation)

Now subtracting (2) from (1a):

4x+6y=20 (1a)
2x+6y=6 (2)
= 2x+0y=14

Now that we have 2x=14, we can solve for x, which in this case is 7.

x=7.

Substitute the newly found x into (1):

2×7+3y=10

14+3y=10

And we find that y=4/3

So, the solution to the two equations (1) and (2) are:

x=7

y=4/3

Substitution method

The substitution method relies on being able to rearrange the expressions to isolate a single variable, in the form variable = expression. From this result this new expression can then be substituted for the variable itself, and the solutions evaluated.

An example of this:

2x+3y=12 (1) (Assigning the number (1) to this equation)
x+y=6 (2) (Assigning the number (2) to this equation)

From this expression, it is possible to see that (2) is the most simplistic expression, and thus will be the better choice to rearrange.

Taking (2), and rearranging this into x=6y. (2a)

Subbing (2a) into (1) we get

2(6y)+3y=12

Solving this, we get that y=0

Again we can sub this result into one of the original equations to solve for x. In this case x=6.

Note that for situations in which one of the equations is non-linear, you must isolate one variable in the linear equation and substitute it into the non-linear one. Then you can solve the quadratic equation with one of the methods above.

Another form of substitution is if you've got a similar expression in both equations, like in this case:

2x+3y=10 (1) (Assigning the number (1) to this equation)
2x+6y=6 (2) (Assigning the number (2) to this equation)

Here, 2x is found in both equations, so:

2x=103y (1)
2x=66y (2)

And since 2x=2x, you could do:

103y=66y

6y3y=610

3y=4

y=4/3

Now you've got y, and finding x will be the same as above.

Graphical method

By plotting the lines of the two equations, you can solve them by seeing where the lines intersect. If the intersection is at the point (a,b), then the solution is x=a and y=b.

Solving problems with simultaneous equations

Often, you will be given problems which you must be able to write out as a pair of simultaneous equations. You will need to recognise such problems, and write them out correctly before solving them. Most problems will be similar to these examples with some differences.

Example 1

At a record store, 2 albums and 1 single costs £10. 1 album and 2 singles cost £8. Find the cost of an album and the cost of a single.

Taking an album as a and a single as s, the two equations would be:

2a+s=10

a+2s=8

You can now solve the equations and find the individual costs.

Example 2

Tom has a budget of £10 to spend on party food. He can buy 5 packets of crisps and 8 bottles of drink, or he can buy 10 packets of crisps and 6 bottles of drink.

Taking a packet of crisps as c and a bottle of drink as d, the two equations would be:

5c+8d=10

10c+6d=10

Now you can solve the equations to find the cost of each item.

Example 3

At a sweetshop, a gobstopper costs 5p more than a gummi bear. 8 gummi bears and nine gobstoppers cost £1.64.

Taking a gobstopper as g and a gummi bear as b, the two equations would be:

b+5=g

8b+9g=164

The problem can now be solved by using one of the methods above.

Quadratics

A quadratic is a Polynomial of degree 2, in the form f(x)=ax2+bx+c.

Graph

A quadratic graph is one that can be written in the form y=ax2+bx+c. The graph of y=2x2+8x+2 is shown on the right, and as you can see it has the same characteristic "bucket" shape that all quadratics have, called a parabola. The line of symmetry and the vertex (maximum or minimum point) of the graph can be found by plotting the curve point by point, and the root can be found by factorising the quadratic.

However, these properties can be more easily deduced from its completed square form:

y=2(x+2)26.

Completing the square

Completing the square is the process of changing a quadratic from the form ax2+bx+c to the equivalent form a(x+d)2+e, where a, d and e are constants. For example, the quadratic 2x2+8x+2 would become 2(x+2)26.

Changing a quadratic to completed square form makes it easy to find several things, such as the roots of the quadratic and the vertex of the quadratic, without even requiring a sketch.

Here are the steps for completing the square. Don't worry, it's easier than it looks.

Step Action Example General case
1. Ensure the quadratic is in the conventional form: ax2+bx+c. 2x2+8x+2 ax2+bx+c
2. Unless a=1, "pull/factor out a", that is, divide the entire quadratic by a and put it outside a bracket.

Note: If the quadratic is part of an equation you can divide each side by a, for example 2x2+8x+2=0 simply becomes x2+4x+1=0.

2(x2+4x+1) a(x2+bax+ca)
3. Replace the x2+kx part with (x+k2)2.

It is important to realise that (x+k2)2=x2+kx+k24 which is close to what it was there before but not equal. This will be corrected in the next step. To prevent writing something that isn't actually equal it is a good idea to do both these steps at once in your working once you have got used to the method.

2((x+2)2+1) a((x+b2a)2+ca)
4. Correct the error introduced in the previous step by inserting the subtraction of a suitable number. This suitable number can be found in two ways:
  1. By expanding the term inserted in the previous step and comparing it to the original; or
  2. By remembering that the error is always k24.

This step is known as "completing the square" and gives the method its name.

  1. (x+2)2=x2+4x+4 which is 3 greater than x2+4x+1, so 3 is inserted: 2((x+2)23); or
  2. 424=4 so the error is 4: 2((x+2)24+1)=2((x+2)23)
a((x+b2a)2b24a2+ca)
5. If step 2 was necessary then simplify the result a bit by expanding the outer bracket. 2(x+2)26 a(x+b2a)2b24a+c
6. Check that what you have obtained expands back to what you started with.

Note: You may feel confident enough to skip this step.

2(x2+4x+4)6

=2x2+8x+86 =2x2+8x+2

a(x2+bax+b24a2)b24a+c

=ax2+bx+b24ab24a+c =ax2+bx+c

So the completed square form of y=2x2+8x+2 is 2(x+2)26. The 6 tells us that the lowest point of the curve is at y=6 and the x+2 tells us that the line of symmetry is at x+2=0 or x=2. Therefore the vertex is at (2,6), and if you look at the graph, you can see that is the case.

You can see from the graph that y=2x2+8x+2 has one root between 4 and 3 and another between 1 and 0, where it crosses the y axis. But how do you find the exact values? Using the completed square form, it can be re-arranged quite easily to find x=0:

Step Action Example General case
1. To solve an equation in the form ax2+bx+c=0 first complete the square using the method above. 2(x+2)26=0 a(x+b2a)2b24a+c=0
2. Isolate the (x+k)2 term. 2(x+2)2=6

(x+2)2=3

a(x+b2a)2=b24ac

(x+b2a)2=b24a2ca

3. Square root each side, including a ± as the bit inside the bracket might be negative or positive. x+2=±3 x+b2a=±b24a2ca

Then some simplification:

x+b2a=±b24a24ac4a2

x+b2a=±b24ac4a2

x+b2a=±b24ac4a2

x+b2a=±b24ac2a

4. Isolate x. x=±32

x=32 or 32 x0.268 or 3.73

x=±b24ac2ab2a

x=b±b24ac2a

The values of x for this specific example are within the expected range, as seen on the graph.

The quadratic formula

The quadratic formula is derived from the general case of completing the square:

x=b±b24ac2a

It can be used to find the roots of a quadratic by putting numbers directly into it. For example, for y=2x2+8x+2:

x=8±64164=2±3

so x=2+3 and x=23.

The discriminant

Notice that the quadratic equation contains b24ac inside a square root sign. This part is called the discriminant and can be considered on its own to determine the number of roots of the equation.

  • If b24ac<0 then you will be unable to find the square roots as you don't know how to square root a negative number. The type of numbers you have encountered so far are known as real numbers and so it is said that the quadratic has no real roots.
  • If b24ac=0 then changing the ± sign in front of the square root won't make any difference, because it is zero either way. You will therefore get the same root twice, so it is said the quadratic has one repeated root.
  • If b24ac>0 then the ± will mean you get two answers, and so you can say the quadratic has two distinct (i.e. different) roots.

Inequalities

An inequality is an expression which compares the relative sizes of points, lines, or curves. Unlike an equation, where both sides of the equals sign are always equal, inequalities can have one side greater than or equal to the other side.

The four signs of inequalities

There are four main basic signs:

  • < less than,
  • > greater than,
  • less than or equal to, and
  • greater than or equal to.

For example, x<4 means that x is less than 4, x>4 means that x is greater than 4, x4 means that x is four or any number less than this, and x4 means that x is four or any number higher than this.

Note that x>y and y<x are both essentially the same statement.

If you become confused with which sign means less than and greater than, it is useful to remember that the inequality signs always point to the smaller number.

Combining inequalities

There are some cases where two inequalities can be combined into one. For example, the height of the door was said to be between x1.95 and x<2.05. The usual way of writing these is 1.95x<2.05. Notice that the inequality signs are in the same direction. 2.05x>1.95 is perfectly acceptable, but it is incorrect to combine opposite facing inequalities and they must be left as two separate inequalities.

Solving linear inequalities

These signs can be used in place of equal signs, and an equation now becomes an inequality (since both sides are not always equal).

For example, instead of 2x+4=6 we could have 2x+4>6.

In this example, x may be any number which makes this inequality greater than 6. In this case x>1 but x1. If the inequality was 2x+46, then x could take the value of 1.

An inequality can be manipulated and therefore solved just like an equation, although there is an extra step you must take when you multiply or divide by a negative number.

Multiplying or dividing by a negative number

When multiplying or dividing by a negative number, you must change the direction of the inequality sign.

For example, look at the inequality 10>5. This is correct since 10 is obviously greater than 5. Now if we were to multiply both sides by -1, we would get:

10>5.

This is incorrect, since -10 is actually less than -5. By reversing the inequality sign, we now have the correct inequality:

10<5.

Solving quadratic inequalities

To solve a quadratic inequality, you could factorise it, just like a quadratic equation.

Alternatively you could draw its graph as if it was a quadratic equation, and then shade the side that's covered by the inequality. maybe an image here, to demonstrate the method?

Indices

You are probably already familiar with indices, for example x2 is just a shorter way of writing x×x and x4 is similarly x×x×x×x. In x5, x is called the base and 5 is called the power or exponent. x4 is pronounced "x to the four", or "x raised to the 4th power" in full. Some powers are so useful that they have special names: x2 is referred to as "x squared", x3 is "x cubed" and x1 (which you will soon learn about if you haven't already encountered it) is called "the reciprocal of x".

Note: The "law of indices" is sometimes also called the "exponent laws" or "power rules" [1]. More generally, an index in mathematics is a superscript or subscript to a symbol.

Operations with indices

Using this notation you might notice several patterns.

Multiplication

Firstly, x3×x2 is (x×x×x)×(x×x)=x×x×x×x×x which is x5. Of course 3+2=5 so you have added the powers together. To clarify, here is an example with numbers: 23×25=8×32=256=28 (like before, 3+5=8)

Division

Secondly x4x2 is x×x×x×xx×x=x×x=x2 (when x0). This time 42=2 and so you have subtracted the powers.

Here is an example with numbers: 105102=100000100=1000=103 and again 52=3.

Base raised to two powers

Thirdly (x2)3 is (x×x)×(x×x)×(x×x)=x×x×x×x×x×x which is x6. You can see that 2×3=6 and so the powers have been multiplied. Here is another example with numbers: (32)4=94=6561=38 and 2×4=8.

Multiple bases

Finally (xy)3=xy×xy×xy=x×y×x×y×x×y=x×x×x×y×y×y which is the same as x3y3. Here is an example with numbers: (2×5)2=(10)2=100=4×25=22×52. There is a similar situation with division: (xy)2=xy×xy=x×xy×y=x2y2

The Laws of Indices

The rules that have been suggested above are known as the laws of indices and can be written as:

  1. xaxb=xa+b
  2. xaxb=xab
  3. (xa)b=xab
  4. (xy)n=xnyn
  5. (xy)n=xnyn

Special indices

You may well have realised that x1=x. This can be seen by looking at the pattern of x3=x×x×x, x2=x×x or by doing x3x2 which is clearly x but is also x32=x1 by law 2.

So far all the examples we have looked at are where the power is a positive integers, but by thinking about the laws it is possible to look at other cases.

Power 0

It is less obvious that x0=1 for any x (strictly speaking, any x0, see the note below.), but this can be shown in a similar way, for example x4x4 is 1 but must be also be x44=x0 by law 2.

Negative powers

The next logical step is to ask what x1 is. Well by using law 2 "backwards" x1=x01=x0x1=1x. A similar argument can be used for any other negative integer, for example x3=x03=x0x3=1x3.

Fractional powers

What if the power isn't even an integer? Suppose you wanted to find x12, you could say that x12×x12=x1 (by law 3, addition of powers) which means that x12 must be ±x. However it is customary to only use the positive root and so x12 is defined as x. You can use a similar argument for other such fractions, for example (x13)3=x so x13=x3.

In summary:

  • x1=x
  • x0=1
  • xn=1xn
  • x1n=xn

Sometimes you might have to use the laws to understand what something means, for example x23=(x2)13 (using law 3), and (x2)13=x23 (using the definition above). It's useful to remember the general rule that xab=xab.

Surds

In mathematics, a Surd is an expression containing a root with an irrational solution that can not be expressed exactly – for example, √3 = 1.732050808... .

Sometimes it is useful to work in square roots, rather than using an approximate decimal value. Square roots can be manipulated just like algebraic expressions and sometimes it may be possible to eliminate the square root (called rationalising the expression), which may have not been possible if you tried to work with the approximate value. When asked to give the exact value, approximate decimal answers will not do and you will have to manipulate surds in order to give a final answer in simplified surd form.

Simplification of surds

Because surds can be manipulated like algebraic expressions, you can easily multiply out the terms and add the like terms. However, there are also a few rules that will be useful when simplifying surds.

Basic rule of surds

Because x×x=x, it is useful to know that it can be rearranged to give x=xx and 1x=xx.

Surds as indices

Because xn=x1n the laws of indices also apply to any n-th root. The most frequently used instances of this are laws 4 and 5 with square roots:

  • (xy)n=xnyn becomes xy=x×y
  • (xy)n=xnyn becomes xy=xy

The first of these points is often used to simplify a square root, for example 200=100×2=100×2=102. In an exam, you will be expected to write all square roots with the smallest possible number inside the square root (i.e. the number inside the root shouldn't have any square factors).

Rationalising the denominator

Another technique to simplify expressions involving square roots is to rationalise the denominator. This means getting rid of square roots from the bottom of a fraction. In the case of a fraction such as 53, both numerator and denominator can be multiplied by 3 to give 533.

If the fraction is of the formab+c the strategy used in the previous paragraph will only work if it is modified slightly. This time you should multiply the numerator and denominator by bc. If you are familiar with the standard difference of two squares expansion you should already know what happens next:

ab+c×bcbc=abacb2+bcbcc2=abacb2c. As you can see the denominator now does not contain any square roots. For example: 231×3+13+1=23+231=3+1

Common questions and mistakes

Splitting up roots

A common mistake is to split x+y into x+y or (x+y)2 into x2+y2, usually whilst moving it to the other side of the equals. Trying a few examples will quickly convince you that this is not possible:

  • 259+16
  • 6432+32

And so on

What is the value of 00?

The short answer is that for this course you don't need to know, and you can safely skip this section. If you're still interested then read on:

The question arises because x0=1 for any x and yet you would expect that 0y=0 for any y as 0×0×0=0. It turns out using a value of 1 is quite useful (perhaps even necessary) in various parts of algebra, whereas making it zero doesn't help at all. Almost all mathematicians would therefore either say that 00 is 1 or that it is undefined (that is, it can't be given a value). A more technical discussion can be found at http://www.faqs.org/faqs/sci-math-faq/specialnumbers/0to0/

Template:BookCat