All courses › Mathematics R2

Mathematics R2: free practice, theory and problems

Integration is the opposite of differentiation. The definite integral gives the area between the graph and the -axis (with sign).

9 parts123 problemsPractice examFree
Start practising for free →

Contents

  1. Integration
  2. Sequences and series
  3. Differential equations
  4. Trigonometric functions
  5. Vectors in space
  6. Integration techniques
  7. Area and volume with integrals
  8. Proof by induction
  9. Lines and planes in space

1. Integration

What is it about?

Integration is the opposite of differentiation. The definite integral gives the area between the graph and the xx-axis (with sign).

Concepts and formulas

Find an antiderivative FF, then calculate F(b)−F(a)F(b) - F(a).

Practise integration in the app →

2. Sequences and series

What is it about?

A sequence is a list of numbers. A series is the sum of the terms of a sequence.

Concepts and formulas

Constant difference: arithmetic. Constant factor: geometric. Convergence requires ∣k∣<1|k| < 1.

Practise sequences and series in the app →

3. Differential equations

What is it about?

A differential equation is an equation where the unknown is a function, and the equation contains the derivative. They describe growth, cooling, falling with air resistance and much more.

Concepts and formulas

y′=kyy' = ky gives exponential growth or decay: y=y0ekxy = y_0e^{kx}.

Practise differential equations in the app →

4. Trigonometric functions

What is it about?

Sine and cosine functions describe everything that oscillates: sound, tides, alternating current and day length.

Concepts and formulas

Period =2π/c= 2\pi/c. Amplitude = half the distance between the top and bottom.

Practise trigonometric functions in the app →

5. Vectors in space

What is it about?

In space, vectors have three coordinates [x,y,z][x, y, z]. With the dot product and the cross product you find angles, areas, volumes and equations of planes.

Concepts and formulas

Normal vector of a plane: the cross product of two vectors in the plane.

Practise vectors in space in the app →

6. Integration techniques

What is it about?

Many integrals cannot be read directly from the table. Then you need a technique: substitution (the chain rule backwards), integration by parts (the product rule backwards) or partial fractions.

Concepts and formulas

∫2x(x2+1)3 dx\int 2x(x^2 + 1)^3\,dx: with u=x2+1u = x^2 + 1 this becomes ∫u3 du=u44+C=(x2+1)44+C\int u^3\,du = \dfrac{u^4}{4} + C = \dfrac{(x^2 + 1)^4}{4} + C.

∫xex dx=xex−∫ex dx=(x−1)ex+C\int xe^x\,dx = xe^x - \int e^x\,dx = (x - 1)e^x + C.

Example

∫1eln⁡x dx\int_1^e \ln x\,dx: by parts with u′=1u' = 1, v=ln⁡xv = \ln x gives [xln⁡x−x]1e=(e−e)−(0−1)=1[x\ln x - x]_1^e = (e - e) - (0 - 1) = 1.

Ask yourself: is there an inner function and its derivative (substitution), a product of different types (by parts) or a fraction with a factorisable denominator (partial fractions)?

Practise integration techniques in the app →

7. Area and volume with integrals

What is it about?

The integral calculates the area under graphs, the area between graphs and the volume of solids formed when a graph is rotated about the xx-axis.

Concepts and formulas

Example: area between graphs

y=xy = x and y=x2y = x^2 intersect at x=0x = 0 and x=1x = 1. On [0,1][0, 1], x≥x2x \ge x^2, so A=∫01(x−x2) dx=12−13=16A = \int_0^1 (x - x^2)\,dx = \tfrac12 - \tfrac13 = \tfrac16.

Example: cone

Rotate y=rhxy = \dfrac{r}{h}x from 0 to hh: V=π∫0hr2h2x2 dx=πr2h3V = \pi\int_0^h \dfrac{r^2}{h^2}x^2\,dx = \dfrac{\pi r^2 h}{3}, the familiar cone formula.

Area: top minus bottom. Volume: π\pi times the integral of the radius squared.

Practise area and volume with integrals in the app →

8. Proof by induction

What is it about?

Induction is a proof technique for claims about all natural numbers nn. Think of dominoes: if the first one falls, and each one knocks over the next, then all fall.

Method

  1. Base case: show that the claim P(1)P(1) is true.
  2. Induction step: assume that P(k)P(k) is true (the induction hypothesis), and show that then P(k+1)P(k + 1) is also true.
  3. Conclusion: the claim holds for all n≥1n \ge 1.

Known sums

Example

Claim: 1+3+⋯+(2n−1)=n21 + 3 + \dots + (2n - 1) = n^2. Base case: n=1n = 1 gives 1=121 = 1^2. ✓ Step: assume 1+3+⋯+(2k−1)=k21 + 3 + \dots + (2k - 1) = k^2. Add the next term 2(k+1)−1=2k+12(k + 1) - 1 = 2k + 1: k2+2k+1=(k+1)2k^2 + 2k + 1 = (k + 1)^2. ✓ The claim then also holds for k+1k + 1. ■\blacksquare

In the induction step you must use the hypothesis. If you don't use it, you haven't written an induction proof.

Practise proof by induction in the app →

9. Lines and planes in space

What is it about?

In space, lines are described with parametric equations and planes with an equation. With normal vectors and the dot product you find intersection points, angles and distances.

Concepts and formulas

Example

The line [1+t,2−t,3t][1 + t, 2 - t, 3t] and the plane x+y+z=6x + y + z = 6: (1+t)+(2−t)+3t=6(1 + t) + (2 - t) + 3t = 6 gives t=1t = 1, i.e. the point (2,1,3)(2, 1, 3).

The normal vector can be read straight from the coefficients of xx, yy and zz.

Practise lines and planes in space in the app →

Example problems with solutions

Here are some of the problems in mathematics R2. 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.

Integration: What is ∫3x2 dx\int 3x^2\,dx?

Answer: x3+Cx^3 + C

3⋅x33=x33 \cdot \dfrac{x^3}{3} = x^3.

Sequences and series: When does an infinite geometric series converge?

Answer: When ∣k∣<1|k| < 1

Then the terms get smaller and smaller, and the sum approaches a1/(1−k)a_1/(1-k).

Differential equations: What is the general solution of y′=3yy' = 3y?

Answer: y=Ce3xy = Ce^{3x}

y′=kyy' = ky gives y=Cekxy = Ce^{kx}.

Trigonometric functions: What is (cos⁡x)′(\cos x)'?

Answer: −sin⁡x-\sin x

Cosine differentiates to minus sine.

Practise all the problems →