All courses › Foundations of Mathematics

Foundations of Mathematics: free practice, theory and problems

All engineering mathematics rests on ordinary arithmetic. Before you can differentiate, solve equations or calculate forces and currents, you must be able to work confidently with negative numbers, fractions, decimals and percentages – without guessing the order of operations. This unit starts from scratch and gives you the rules you will use in every other course.

9 parts126 problems27 concepts explainedPractice examFree
Start practising for free →

Contents

  1. Numbers, fractions and percent
  2. Powers, roots and scientific notation
  3. Algebra and equations
  4. Functions and graphs
  5. Exponential and logarithmic functions
  6. Trigonometry and geometry
  7. Vectors
  8. Introduction to derivatives
  9. Statistics and probability

1. Numbers, fractions and percent

What is it about?

All engineering mathematics rests on ordinary arithmetic. Before you can differentiate, solve equations or calculate forces and currents, you must be able to work confidently with negative numbers, fractions, decimals and percentages – without guessing the order of operations. This unit starts from scratch and gives you the rules you will use in every other course.

Fractions and percentages are two ways of describing a part of a whole. Engineers use them all the time: efficiency, the gradient of a road, mixing ratios in concrete, tolerances and price changes.

Concepts and rules

percentage change=new value−old valueold value⋅100%\text{percentage change} = \frac{\text{new value} - \text{old value}}{\text{old value}}\cdot 100\%

How to solve the problems

  1. Look for parentheses and evaluate them first. Then powers, then multiplication and division, and finally addition and subtraction.
  2. Put negative numbers in parentheses when you substitute them into an expression, for example 3⋅(−2)3\cdot(-2).
  3. Fractions: find a common denominator for addition and subtraction, multiply straight across for multiplication, and flip the second fraction for division. Simplify at the end.
  4. Percent: write the percentage as a decimal or as a growth factor, and multiply. Several changes in a row give several growth factors that are multiplied together.
  5. Check the answer: is the size reasonable? A discount, for example, must give a lower price.

Example

Calculate 23+14⋅2\frac{2}{3} + \frac{1}{4}\cdot 2.

Multiplication first: 14⋅2=24=12\frac{1}{4}\cdot 2 = \frac{2}{4} = \frac{1}{2}. The common denominator is 6:

23+12=46+36=76≈1.17\frac{2}{3} + \frac{1}{2} = \frac{4}{6} + \frac{3}{6} = \frac{7}{6} \approx 1.17

An electric motor costs NOK 8000. The price is raised by 25%, and later it is reduced by 20%. The growth factors are 1.251.25 and 0.800.80:

8000⋅1.25⋅0.80=8000⋅1.00=8000 NOK8000\cdot 1.25\cdot 0.80 = 8000\cdot 1.00 = 8000\ \text{NOK}

So the price is back where it started, even though 25 and 20 are different numbers. The reason is that the 20 percent is taken of a larger amount than the 25 percent was.

Common mistakes

Order of operations: parentheses – powers – multiplication and division – addition and subtraction. Percent means hundredths, and percentage changes are handled with growth factors that are multiplied together.

Concepts in this part

Practise numbers, fractions and percent in the app →

2. Powers, roots and scientific notation

What is it about?

Powers are a shorthand for repeated multiplication: instead of writing 5⋅5⋅5⋅55\cdot5\cdot5\cdot5 we write 545^4. Engineers use powers all the time - in formulas for area, volume, energy and electrical power, and whenever quantities grow or shrink quickly. Roots are the opposite of powers, and powers of ten give a compact way of writing very large or very small numbers, such as the distance to a star or the diameter of an atom.

This unit builds up the rules for powers and roots from scratch, and shows how they are used to work with scientific notation and unit prefixes such as kilo, milli and micro.

Concepts and formulas

am⋅an=am+naman=am−n(am)n=amna^m\cdot a^n=a^{m+n}\qquad \frac{a^m}{a^n}=a^{m-n}\qquad (a^m)^n=a^{mn}

How to solve the problems

  1. Same base: add the exponents for multiplication, subtract for division, multiply the exponents for a power of a power.
  2. Negative exponent: rewrite as a fraction with a positive exponent in the denominator.
  3. Root: rewrite as a fractional exponent when that makes the calculation easier, or find the root directly if the number is a known square or cube.
  4. Powers of ten: handle the numbers in front (the mantissas) separately, and add or subtract the exponents of the powers of ten separately.
  5. Write the answer in scientific notation if asked to, making sure the mantissa is between 1 and 10.
  6. Check the order of magnitude at the end: is the answer a reasonable size?

Example

Calculate (2.0⋅105)⋅(3.0⋅10−2)4.0⋅103\dfrac{(2.0\cdot10^5)\cdot(3.0\cdot10^{-2})}{4.0\cdot10^3}.

Handle the mantissas separately: 2.0⋅3.04.0=1.5\dfrac{2.0\cdot3.0}{4.0}=1.5. Handle the powers of ten separately: 105⋅10−2103=105−2−3=100=1\dfrac{10^5\cdot10^{-2}}{10^3}=10^{5-2-3}=10^0=1. The answer is

1.5⋅100=1.51.5\cdot10^0=1.5

Also find 643⋅4−1\sqrt[3]{64}\cdot 4^{-1}. The cube root of 64 is 4 (since 43=644^3=64), and 4−1=144^{-1}=\frac14, so the answer is 4⋅14=14\cdot\frac14=1.

Common mistakes

When multiplying the same base, the exponents are added; when dividing, they are subtracted; and for a power of a power, they are multiplied. A root is a power with a fractional exponent: an=a1/n\sqrt[n]{a}=a^{1/n}.

Concepts in this part

Practise powers, roots and scientific notation in the app →

3. Algebra and equations

What is it about?

In many engineering formulas there is an unknown quantity to find - that is when we use letters (variables) and solve an equation. Algebra is the language we use to calculate with unknown quantities instead of just numbers, and it gives us a fixed recipe that works no matter which numbers appear in the formula. Being able to work with algebraic expressions, solve equations and rearrange formulas is one of the most important skills in engineering - you will use it in almost every course.

Concepts and formulas

(a+b)2=a2+2ab+b2(a−b)2=a2−2ab+b2(a+b)(a−b)=a2−b2(a+b)^2=a^2+2ab+b^2 \qquad (a-b)^2=a^2-2ab+b^2 \qquad (a+b)(a-b)=a^2-b^2
x=−b±b2−4ac2ax=\frac{-b\pm\sqrt{b^2-4ac}}{2a}

The expression under the root sign, b2−4acb^2-4ac, is called the discriminant. If it is positive, there are two solutions; if it is zero, one (double) solution; if it is negative, no real solutions.

How to solve the problems

  1. Simplify each side separately: expand any parentheses and combine like terms.
  2. Move all the x-terms to one side and the numbers to the other (flip the sign when a term crosses the equals sign).
  3. Divide by the coefficient in front of x at the end.
  4. For quadratic equations: get everything into the form ax2+bx+c=0ax^2+bx+c=0 and substitute into the quadratic formula. Calculate the discriminant first.
  5. To isolate a variable in a formula: treat it as the unknown x, and perform exactly the same operations.
  6. Check the answer by substituting it back into the original equation.

Example

Solve the equation 3(x−2)=2x+43(x-2)=2x+4.

Expand the parenthesis: 3x−6=2x+43x-6=2x+4. Move 2x2x over: 3x−2x−6=43x-2x-6=4, i.e. x−6=4x-6=4. Add 6 to both sides: x=10x=10.

Also solve x2−2x−8=0x^2-2x-8=0. Here a=1, b=−2, c=−8a=1,\,b=-2,\,c=-8. The discriminant is b2−4ac=(−2)2−4⋅1⋅(−8)=4+32=36b^2-4ac=(-2)^2-4\cdot1\cdot(-8)=4+32=36. Then

x=−(−2)±362⋅1=2±62x=\frac{-(-2)\pm\sqrt{36}}{2\cdot1}=\frac{2\pm6}{2}

which gives x=4x=4 or x=−2x=-2.

Common mistakes

Whatever you do to one side of the equals sign, you must do to the other. Quadratic equations are solved with the quadratic formula; the discriminant tells you how many solutions you get.

Concepts in this part

Practise algebra and equations in the app →

4. Functions and graphs

What is it about?

A function is a rule that gives exactly one output value for each input value. We write f(x)f(x) for the value the function gives at xx. Engineers use functions to model relationships between quantities - how distance depends on time, how cost depends on quantity, how voltage depends on current. The graph of a function is a picture of this relationship, and being able to read and build graphs is central to understanding what a formula actually says.

This unit covers the two most important function types in this course: linear functions (straight lines) and quadratic functions (parabolas), and how to read information out of their graphs.

Concepts and formulas

How to solve the problems

  1. To find the slope between two points: substitute into a=Δy/Δxa=\Delta y/\Delta x, being careful with the order.
  2. To find the function expression of a straight line: find aa first, then substitute one point to find bb.
  3. To read a graph: look at where it crosses the axes, whether it rises or falls, and (for parabolas) where the vertex is.
  4. To find the vertex of a parabola: use xt=−b/2ax_t=-b/2a, then substitute it into the function for the y-value.
  5. To find the zeros: set f(x)=0f(x)=0 and solve the quadratic equation.
  6. Check the answer: substitute the x-value back into the function expression and see that you get the right y-value.

Example

A straight line passes through the points (1,3)(1,3) and (4,12)(4,12). Find the function expression.

Slope: a=12−34−1=93=3a=\dfrac{12-3}{4-1}=\dfrac{9}{3}=3. Substitute the point (1,3)(1,3): 3=3⋅1+b⇒b=03=3\cdot1+b \Rightarrow b=0. The function is f(x)=3xf(x)=3x.

Find the vertex of f(x)=−2x2+8x+3f(x)=-2x^2+8x+3. Here a=−2,b=8a=-2,b=8, so xt=−82⋅(−2)=2x_t=-\dfrac{8}{2\cdot(-2)}=2. Then f(2)=−2⋅4+16+3=11f(2)=-2\cdot4+16+3=11. The vertex is (2,11)(2,11), and since a<0a<0 this is a maximum.

Common mistakes

The slope a=Δy/Δxa=\Delta y/\Delta x tells you how steep a straight line is and in which direction it goes. For a parabola f(x)=ax2+bx+cf(x)=ax^2+bx+c, find the vertex with xt=−b/2ax_t=-b/2a, and the zeros with the quadratic formula.

Concepts in this part

Practise functions and graphs in the app →

5. Exponential and logarithmic functions

What is it about?

Many quantities in engineering and nature change by the same factor in each time step, not by the same amount. A bank deposit at 4% interest is multiplied by 1.04 every year. A radioactive source loses the same fraction every year. A discharging capacitor, a cooling cup of coffee and a growing bacterial culture all follow the same pattern. This is called exponential growth or decay.

Compare this with linear growth, where we add the same amount each time (+3+3, +3+3, +3+3, ...). In exponential growth we multiply by the same number (⋅2\cdot 2, ⋅2\cdot 2, ⋅2\cdot 2, ...). Exponential growth looks slow at first, but eventually becomes enormously fast.

The logarithm is the reverse of a power. It answers the question "which exponent do I need?". You need it whenever the unknown sits in the exponent, for example when you want to find how long something takes.

Concepts and formulas

ln⁡(ab)=ln⁡a+ln⁡bln⁡ab=ln⁡a−ln⁡bln⁡(an)=nln⁡a\ln(ab) = \ln a + \ln b \qquad \ln\frac{a}{b} = \ln a - \ln b \qquad \ln(a^n) = n\ln a

How to solve the problems

  1. Find the starting value (aa or N0N_0) and the growth factor (bb) or the rate (kk).
  2. Write the model, for example N(t)=N0⋅btN(t) = N_0\cdot b^t.
  3. To find a value: insert tt and calculate.
  4. To find a time (the unknown is in the exponent): isolate the power on one side, take ln⁡\ln of both sides, use ln⁡(bt)=tln⁡b\ln(b^t) = t\ln b and divide.
  5. Check that the answer is reasonable: decay should give smaller values, and a time should be positive.

Example

The activity of a radioactive source drops by 12% per year. How long does it take for the activity to be halved?

  1. The growth factor is b=1−0.12=0.88b = 1 - 0.12 = 0.88, so A(t)=A0⋅0.88tA(t) = A_0\cdot 0.88^t.
  2. Halved means A(t)=0.5A0A(t) = 0.5A_0. Divide by A0A_0: 0.88t=0.50.88^t = 0.5.
  3. Take ln⁡\ln of both sides: tln⁡0.88=ln⁡0.5t\ln 0.88 = \ln 0.5.
  4. t=ln⁡0.5ln⁡0.88=−0.6931−0.1278≈5.42t = \dfrac{\ln 0.5}{\ln 0.88} = \dfrac{-0.6931}{-0.1278} \approx 5.42 years.

The same model with ee: k=ln⁡0.88≈−0.128k = \ln 0.88 \approx -0.128, so A(t)=A0e−0.128tA(t) = A_0e^{-0.128t} and T=ln⁡2/0.128≈5.42T = \ln 2/0.128 \approx 5.42 years. Both ways of writing the model give the same answer.

Common mistakes

Exponential functions multiply by the same factor in every step. If the unknown is in the exponent: isolate the power, take ln⁡\ln of both sides and use ln⁡(bx)=xln⁡b\ln(b^x) = x\ln b.

Concepts in this part

Practise exponential and logarithmic functions in the app →

6. Trigonometry and geometry

What is it about?

Trigonometry links angles and lengths in triangles. Engineers use it all the time: to split a force into a horizontal and a vertical part, to find the slope of a ramp or a roof, to calculate the length of a diagonal brace, or to describe something that rotates or oscillates. In calculus and physics, sin⁡\sin and cos⁡\cos appear as functions, and then angles are measured in radians.

Concepts and formulas

sin⁡θ=oppositehypotenusecos⁡θ=adjacenthypotenusetan⁡θ=oppositeadjacent\sin\theta = \frac{\text{opposite}}{\text{hypotenuse}} \qquad \cos\theta = \frac{\text{adjacent}}{\text{hypotenuse}} \qquad \tan\theta = \frac{\text{opposite}}{\text{adjacent}}
asin⁡A=bsin⁡Bc2=a2+b2−2abcos⁡CArea=12absin⁡C\frac{a}{\sin A} = \frac{b}{\sin B} \qquad c^2 = a^2 + b^2 - 2ab\cos C \qquad \text{Area} = \tfrac12 ab\sin C

How to solve the problems

  1. Draw a sketch, and mark what you know and what you need to find.
  2. Is there a right angle? Use Pythagoras (sides only) or sin⁡\sin, cos⁡\cos, tan⁡\tan (sides and an angle).
  3. No right angle? Use the law of cosines when you know two sides and the angle between them (or all three sides), and the law of sines when you know a side and the angle opposite it.
  4. Check that the calculator is in the right mode: DEG for degrees, RAD for radians.
  5. Check the answer: the hypotenuse is the longest side, and the largest angle is opposite the longest side.

Example

A ramp is 4.0 m long (along the slope) and rises 0.80 m. What is the angle of the slope, and how long is the ramp measured along the ground?

  1. The rise is the opposite side and the ramp is the hypotenuse: sin⁡θ=0.804.0=0.20\sin\theta = \dfrac{0.80}{4.0} = 0.20.
  2. θ=sin⁡−1(0.20)≈11.5∘\theta = \sin^{-1}(0.20) \approx 11.5^\circ.
  3. The ground length is the adjacent side: b=4.02−0.802=15.36≈3.92b = \sqrt{4.0^2 - 0.80^2} = \sqrt{15.36} \approx 3.92 m.

Without a right angle: two bars of 3.0 m and 5.0 m are joined at one point with 60∘60^\circ between them. The distance between their free ends is c=32+52−2⋅3⋅5cos⁡60∘=19≈4.36c = \sqrt{3^2 + 5^2 - 2\cdot 3\cdot 5\cos 60^\circ} = \sqrt{19} \approx 4.36 m.

Common mistakes

Right triangle: Pythagoras and SOH CAH TOA (sin = opposite/hypotenuse, cos = adjacent/hypotenuse, tan = opposite/adjacent). Other triangles: the laws of sines and cosines. Rotation and calculus: use radians, 180∘=π180^\circ = \pi.

Concepts in this part

Practise trigonometry and geometry in the app →

7. Vectors

What is it about?

Some quantities are completely described by a single number: mass (5 kg), temperature (20 °C) and time (3 s). They are called scalars. Other quantities also have a direction: a force of 200 N pulling upward is something quite different from 200 N pulling sideways. Such quantities are called vectors. Forces, velocity, acceleration, displacement and moment are vectors.

In statics and physics you almost always need to add several forces or velocities. You do this by splitting each vector into components along the xx- and yy-axes, adding each direction separately and putting the result back together.

Concepts and formulas

a⃗⋅b⃗=axbx+ayby=∣a⃗∣∣b⃗∣cos⁡θ\vec a\cdot\vec b = a_xb_x + a_yb_y = |\vec a||\vec b|\cos\theta

How to solve the problems

To find the sum (resultant) of several forces:

  1. Draw the forces and choose axes. Measure all angles counterclockwise from the positive xx-axis.
  2. Split each force into components: Fx=Fcos⁡θF_x = F\cos\theta and Fy=Fsin⁡θF_y = F\sin\theta. Watch the signs.
  3. Add each direction separately: Rx=∑FxR_x = \sum F_x and Ry=∑FyR_y = \sum F_y.
  4. Magnitude: R=Rx2+Ry2R = \sqrt{R_x^2 + R_y^2}. Direction: θ=tan⁡−1(Ry/Rx)\theta = \tan^{-1}(R_y/R_x), adjusted to the correct quadrant.
  5. Equilibrium means that the resultant is zero: ∑Fx=0\sum F_x = 0 and ∑Fy=0\sum F_y = 0.

Example

Two ropes pull on a hook: F1=400F_1 = 400 N at an angle of 30∘30^\circ and F2=250F_2 = 250 N at 120∘120^\circ (both measured from the positive xx-axis). Find the resultant.

  1. F1x=400cos⁡30∘≈346.4F_{1x} = 400\cos 30^\circ \approx 346.4 N and F1y=400sin⁡30∘=200.0F_{1y} = 400\sin 30^\circ = 200.0 N.
  2. F2x=250cos⁡120∘=−125.0F_{2x} = 250\cos 120^\circ = -125.0 N and F2y=250sin⁡120∘≈216.5F_{2y} = 250\sin 120^\circ \approx 216.5 N.
  3. Rx=346.4−125.0=221.4R_x = 346.4 - 125.0 = 221.4 N and Ry=200.0+216.5=416.5R_y = 200.0 + 216.5 = 416.5 N.
  4. R=221.42+416.52≈471.7R = \sqrt{221.4^2 + 416.5^2} \approx 471.7 N and θ=tan⁡−1(416.5/221.4)≈62.0∘\theta = \tan^{-1}(416.5/221.4) \approx 62.0^\circ.

Answering 400+250=650400 + 250 = 650 N would be wrong: forces add as vectors, not as plain numbers.

Common mistakes

Split into components, add xx and yy separately, and put the result back together with Pythagoras and tan⁡−1\tan^{-1}. Always check the quadrant.

Concepts in this part

Practise vectors in the app →

8. Introduction to derivatives

What is it about?

The derivative measures how steep a graph is at a point, that is, how fast something changes right there. The speed of a car is the derivative of its position. Power is the derivative of energy. This is the foundation of calculus, and you only need a few rules to get started.

Concepts and formulas

ΔyΔx=f(b)−f(a)b−a\frac{\Delta y}{\Delta x} = \frac{f(b) - f(a)}{b - a}
(xn)′=n xn−1,(k⋅f)′=k⋅f′,(f+g)′=f′+g′(x^n)' = n\,x^{n-1}, \qquad (k\cdot f)' = k\cdot f', \qquad (f + g)' = f' + g'

How to solve the problems

  1. Differentiate term by term: bring the exponent down in front and subtract 1 from the exponent.
  2. Insert the xx-value in the derivative, not in the original function.
  3. Think about what the answer means: speed, slope, growth per year, etc.

Example

The position of a cart is s(t)=4t2s(t) = 4t^2 meters after tt seconds. What is its speed after 3 s?

  1. The speed is the derivative of the position: v(t)=s′(t)=4⋅2t=8tv(t) = s'(t) = 4\cdot 2t = 8t.
  2. v(3)=8⋅3=24v(3) = 8\cdot 3 = 24 m/s.
  3. For comparison, the average speed during the first three seconds is s(3)/3=36/3=12s(3)/3 = 36/3 = 12 m/s.

Common mistakes

Differentiate: exponent down in front, one less in the exponent. Constants disappear.

Concepts in this part

Practise introduction to derivatives in the app →

9. Statistics and probability

What is it about?

Engineers work with measurements that vary and with risk: how often does a component fail, what is a typical value, how much do the measurements spread? Here you learn the simplest tools for describing data and calculating with probability.

Concepts and formulas

P=number of favourable outcomesnumber of possible outcomesP = \frac{\text{number of favourable outcomes}}{\text{number of possible outcomes}}

How to solve the problems

  1. Describing data: sort the numbers first, then the median and range are easy to find.
  2. Probability: count possible and favourable outcomes, or multiply probabilities of independent events.
  3. "At least one": compute the probability of "none" and subtract from 1.

Example

What is the probability of at least one six in three dice throws?

  1. The probability of not getting a six in one throw is 5/65/6.
  2. No sixes in three throws: (5/6)3≈0.579(5/6)^3 \approx 0.579.
  3. At least one six: 1−0.579=0.4211 - 0.579 = 0.421, about 42 %.

Common mistakes

"And" for independent events: multiply. "At least one": 1 minus "none".

Concepts in this part

Practise statistics and probability in the app →

Example problems with solutions

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

Numbers, fractions and percent: What is 2+3⋅42 + 3\cdot 4?

Answer: 14

Multiplication before addition: 3⋅4=123\cdot 4 = 12, and 2+12=142 + 12 = 14. You get 20 if you wrongly add 2+32 + 3 first.

Powers, roots and scientific notation: What is 10010^0?

Answer: 11

Any nonzero number raised to the power 0 is 1. This follows from the pattern 101/101=101−1=100=110^1/10^1=10^{1-1}=10^0=1.

Algebra and equations: What is 3(x−2)3(x-2) expanded?

Answer: 3x−63x-6

Multiply 3 into the parenthesis: 3⋅x−3⋅2=3x−63\cdot x - 3\cdot 2 = 3x-6.

Functions and graphs: What is the slope of f(x)=4x−7f(x)=4x-7?

Answer: 4

The slope is the coefficient in front of x, i.e. 4. The number -7 is the constant term (the y-intercept), not the slope.

Practise all the problems →