A-level Mathematics/OCR/C1/Equations

From Wikibooks, open books for an open world
Jump to navigation Jump to search

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 . Some equations contain a variable, usually denoted by or , though any symbol can be used.

Manipulating expressions[edit | edit source]

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[edit | edit source]

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

For example, becomes:

So, by adding all the answers, simplified is .

Multiplication[edit | edit source]

Multiplication of different variables such as becomes . Single variables become indices, so is .

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

becomes:

Fractions[edit | edit source]

It is quite often that fractions are encountered. Therefore we need to learn how to handle them properly. 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 , the common denomimator is .

Multiply both parts by :

Multiply both parts by :

Leave this as it is:

You now have , which becomes .

Solving equations[edit | edit source]

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 to , has been made the subject of the equation. Now by simplifying the equation, you can find that the solution is .

An equation with a variable will only hold true for certain values of that variable. For example is only true for . The values that the variables have when the equation is true are called the solutions of the equation. Therefore is the solution of the equation .

Changing the subject of an equation[edit | edit source]

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 the subject of :

Multiply both sides by
Divide both sides by
Subtract from both sides
Square root both sides or

Solving quadratic equations[edit | edit source]

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 . If the equation isn't already in the form , rearrange it so that it is. The steps needed to factorise are:

Multiply by (coefficient of multiplied by the constant term)
Find two numbers that add to give (coefficient of ) and multiply to give (answer from previous step) ,
Split to (from the results of the previous step)
Simplify
Simplify further

So is in factorised form. You can now use the fact that any number multiplied by is to find the roots of the equation. The numbers that make one bracket equal to are the roots of the equation. In the example, the roots are and .

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

Simultaneous equations[edit | edit source]

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[edit | edit source]

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:

(1) (Assigning the number (1) to this equation)
(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 -variable will be eliminated.

(1) (1a) (Assigning the number (1a) to this equation)

Now subtracting (2) from (1a):

(1a)
(2)

Now that we have , we can solve for , which in this case is .

.

Substitute the newly found into (1):

And we find that

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

Substitution method[edit | edit source]

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:

(1) (Assigning the number (1) to this equation)
(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 . (2a)

Subbing (2a) into (1) we get

Solving this, we get that

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

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:

(1) (Assigning the number (1) to this equation)
(2) (Assigning the number (2) to this equation)

Here, is found in both equations, so:

(1)
(2)

And since , you could do:

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

Graph by first solving for y. 2x+3y=12

Solving problems with simultaneous equations[edit | edit source]

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

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 and a single as , the two equations would be:

This is part of the C1 (Core Mathematics 1) module of the A-level Mathematics text.