All courses › Mathematics R1

Mathematics R1: free practice, theory and problems

The logarithm answers the question "which exponent do I need?". It is used to solve equations where the unknown is in the exponent, for example in growth and decay.

9 parts120 problemsPractice examFree
Start practising for free →

Contents

  1. Logarithms and exponential equations
  2. Differentiation and curve analysis
  3. Vectors in the plane
  4. Probability and combinatorics
  5. Limits and continuity
  6. Differentiation rules in practice
  7. Optimisation
  8. Parametric curves
  9. Logic and proof

1. Logarithms and exponential equations

What is it about?

The logarithm answers the question "which exponent do I need?". It is used to solve equations where the unknown is in the exponent, for example in growth and decay.

Concepts and formulas

Example

3⋅2x=483 \cdot 2^x = 48 gives 2x=162^x = 16, so x=lg⁡16lg⁡2=4x = \dfrac{\lg 16}{\lg 2} = 4.

Unknown in the exponent? Take the logarithm of both sides.

Practise logarithms and exponential equations in the app →

2. Differentiation and curve analysis

What is it about?

In R1 you differentiate more types of functions and use the derivative to analyse the graph: where it increases and decreases, maxima and minima, and inflection points.

Concepts and formulas

Example

f(x)=(2x+1)3f(x) = (2x + 1)^3 gives f′(x)=3(2x+1)2⋅2=6(2x+1)2f'(x) = 3(2x + 1)^2 \cdot 2 = 6(2x+1)^2.

Chain rule: differentiate the outer function, keep the inside, multiply by the derivative of the inside.

Practise differentiation and curve analysis in the app →

3. Vectors in the plane

What is it about?

A vector has both length and direction. In the plane it is written with coordinates [x,y][x, y].

Concepts and formulas

A dot product of 0 means the vectors are perpendicular.

Practise vectors in the plane in the app →

4. Probability and combinatorics

What is it about?

Combinatorics counts how many possibilities there are. Probability is favourable outcomes divided by possible outcomes, when all are equally likely.

Concepts and formulas

Does order matter? Ordered. If not, use (nk)\binom{n}{k}.

Practise probability and combinatorics in the app →

5. Limits and continuity

What is it about?

A limit describes what f(x)f(x) approaches when xx approaches a number (or tends to infinity), even if the function is not defined exactly there. Limits are the foundation of differentiation.

Concepts and formulas

Example

f(x)={x2+k,x<12x+3,x≥1f(x) = \begin{cases} x^2 + k, & x < 1 \\ 2x + 3, & x \ge 1 \end{cases}. Continuity at x=1x = 1 requires 1+k=51 + k = 5, so k=4k = 4.

"0 divided by 0" is a signal to factorise, not an answer.

Practise limits and continuity in the app →

6. Differentiation rules in practice

What is it about?

Here you practise the rules you need to differentiate everything in R1: powers, exe^x, ln⁡x\ln x, and combinations with the product, quotient and chain rules.

Concepts and formulas

Method

  1. Look at the structure: is it a product, a quotient or a function of a function?
  2. Choose the rule and write down uu, vv (or the inner function uu) and their derivatives.
  3. Put it together and simplify. Insert numbers at the very end.
The inner function is always differentiated last: "outer derivative times inner derivative".

Practise differentiation rules in practice in the app →

7. Optimisation

What is it about?

Optimisation is finding the largest or smallest value of something: largest area, least material, largest profit. The derivative is zero at maxima and minima, so that is where you look.

Method

  1. Draw a figure and name the quantities.
  2. Write the quantity you want to optimise as a function of one variable. Use the constraint (e.g. a fixed perimeter) to remove the others.
  3. Find the domain (lengths cannot be negative).
  4. Solve f′(x)=0f'(x) = 0 and check with a sign chart or f′′(x)f''(x) that it is a maximum or minimum.
  5. Check the endpoints and answer the question with units.

Example: a fence against a wall

You have 40 m of fence and want to enclose a rectangle against a wall (the wall is one long side). With width xx the length is 40−2x40 - 2x, and the area is A(x)=x(40−2x)=40x−2x2A(x) = x(40 - 2x) = 40x - 2x^2. A′(x)=40−4x=0A'(x) = 40 - 4x = 0 gives x=10x = 10 m. Then the length is 20 m and the area A(10)=200A(10) = 200 m².

Example: a box from a sheet

From a square sheet with side 30 cm you cut away squares with side xx in the corners and fold up. The volume is V(x)=x(30−2x)2V(x) = x(30 - 2x)^2, where 0<x<150 < x < 15. V′(x)=0V'(x) = 0 gives x=5x = 5 cm and V=2000V = 2000 cm³.

An optimum is either where f′(x)=0f'(x) = 0 or at an endpoint. Check both.

Practise optimisation in the app →

8. Parametric curves

What is it about?

A parametric representation describes a curve by letting both xx and yy be functions of a parameter tt (often time). Think of a ball or a drone: the position is r⃗(t)=[x(t),y(t)]\vec r(t) = [x(t), y(t)].

Concepts and formulas

Example

r⃗(t)=[2t,t2]\vec r(t) = [2t, t^2]. Then v⃗(t)=[2,2t]\vec v(t) = [2, 2t], and at t=2t = 2 the speed is ∣[2,4]∣=20≈4.47|[2, 4]| = \sqrt{20} \approx 4.47.

Solve for tt first, then insert into the other coordinate.

Practise parametric curves in the app →

9. Logic and proof

What is it about?

In mathematics something is true only once it is proved. You must be able to use the symbols for implication and equivalence correctly, and write simple proofs.

Concepts and formulas

Example: direct proof

Claim: the sum of three consecutive integers is divisible by 3. Proof: n+(n+1)+(n+2)=3n+3=3(n+1)n + (n + 1) + (n + 2) = 3n + 3 = 3(n + 1), which is divisible by 3. ■\blacksquare

Example: even numbers

An even number can be written 2n2n and an odd number 2n+12n + 1. The sum of two odd numbers: (2m+1)+(2n+1)=2(m+n+1)(2m + 1) + (2n + 1) = 2(m + n + 1), i.e. an even number.

One counterexample breaks a claim. A thousand examples do not prove it.

Practise logic and proof in the app →

Example problems with solutions

Here are some of the problems in mathematics R1. In the app, calculation problems get new numbers every time, so you can practise until it sticks – and take a graded practice exam before the real one.

Logarithms and exponential equations: What is lg⁡1000\lg 1000?

Answer: 3

103=100010^3 = 1000, so lg⁡1000=3\lg 1000 = 3.

Differentiation and curve analysis: What is (xex)′(x e^x)'?

Answer: (x+1)ex(x+1)e^x

Product rule: 1⋅ex+x⋅ex=(x+1)ex1 \cdot e^x + x \cdot e^x = (x+1)e^x.

Vectors in the plane: What is the length of [3,4][3, 4]?

Answer: 5

9+16=5\sqrt{9 + 16} = 5.

Probability and combinatorics: What is (52)\binom{5}{2}?

Answer: 10

5⋅42⋅1=10\dfrac{5 \cdot 4}{2 \cdot 1} = 10.

Practise all the problems →