Revision sheet: Mathematics Foundations for Economics

Course Outline

  1. Real Numbers and Intervals
  2. Sets and Quantifiers
  3. Mental Calculation Rules
  4. Fractions, Radicals, and Powers
  5. Proving Algebraic Equalities
  6. Functions and Domains
  7. Symmetry, Variation, and Composition
  8. Inverse and Rational Powers
  9. Vectors and Distances
  10. Collinearity and Orthogonality
  11. Lines and Their Equations
  12. Affine Functions and Inequalities
  13. Systems of Two Equations
  14. Quadratic Polynomials
  15. Derivatives and Tangents

1. Real Numbers and Intervals

Key Concepts & Definitions

  • Real numbers : The set of numbers used throughout this course and its subsets.
  • Interval : An interval I of R contains every real x between any two real numbers a and b belonging to I.

β˜… Must-know

πŸ“Œ The interval [a;b] includes both endpoints, ]a;b[ excludes both, [a;b[ includes a but excludes b, and ]a;b] excludes a but includes b.

Further detail

  • The standard subsets are:
    • R* = R \ {0}
    • Rβˆ’ = ]βˆ’βˆž;0]
    • R*βˆ’ = ]βˆ’βˆž;0[
    • R+ = [0;+∞[
    • R*+ = ]0;+∞[

Memory Hook

Closed intervals include endpoints, whereas open intervals exclude them.

2. Sets and Quantifiers

Key Concepts & Definitions

  • Set inclusion : For sets F and E, F βŠ‚ E means that every element of F belongs to E, while F βŠ„ E means that at least one element of F does not belong to E.
  • Quantifiers : The symbols βˆƒ, βˆƒ!, and βˆ€ mean respectively β€œthere exists at least one,” β€œthere exists exactly one,” and β€œfor every.”

Essential Points

  • For every real x different from βˆ’1 and 0, 1xβˆ’1βˆ’1x+1=1x2+x\frac{1}{x-1}-\frac{1}{x+1}=\frac{1}{x^2+x} is an example of a quantified algebraic assertion.

3. Mental Calculation Rules

β˜… Must-know

πŸ“Œ An integer is divisible by 2, 5, or 4 when respectively its units digit is even, its units digit is 0 or 5, or its last two digits form a number divisible by 4.

Further detail

πŸ“Œ An integer is divisible by 11 when its alternating sum of digits is divisible by 11.

  • Useful approximate values are:

    • √2 β‰ˆ 1.4
    • √3 β‰ˆ 1.7
    • √5 β‰ˆ 2.2
    • ln 2 β‰ˆ 0.7
    • ln 3 β‰ˆ 1.1
    • ln 5 β‰ˆ 1.6
  • To multiply by 5, multiply by 10 and divide by 2; to multiply by 25, multiply by 100 and divide by 4; to multiply by 9, multiply by 10 and subtract the original number.

4. Fractions, Radicals, and Powers

Key Concepts & Definitions

  • Prime number : An integer greater than or equal to 2 divisible only by 1 and itself.
  • Fraction : The result of dividing the numerator a by the nonzero denominator b.
  • Square root : The unique nonnegative real number whose square equals a, for a β‰₯ 0.

Essential Points

πŸ“ Formula β€” For nonzero denominators, ab+cd=ad+bcbd\frac{a}{b}+\frac{c}{d}=\frac{ad+bc}{bd} and abΓ—cd=acbd\frac{a}{b}\times\frac{c}{d}=\frac{ac}{bd}.

πŸ“ Formula β€” For nonzero denominators and a nonzero divisor, abΓ·cd=adbc\frac{a}{b}\div\frac{c}{d}=\frac{ad}{bc}.

πŸ“Œ For a β‰₯ 0, √(aΒ²) = a when a β‰₯ 0 and √(aΒ²) = βˆ’a when a ≀ 0, so √(aΒ²) = |a|.

πŸ“ Formula β€” For nonzero a and integers n and m, anam=an+ma^n a^m=a^{n+m}, anam=anβˆ’m\frac{a^n}{a^m}=a^{n-m}, and (an)m=anm(a^n)^m=a^{nm}.

5. Proving Algebraic Equalities

β˜… Must-know

  • πŸ”„ Three methods can prove an equality:
    1. Transform A into B
    2. Transform A and B into the same expression C
    3. Show that A βˆ’ B = 0

πŸ“Œ Before proving that two expressions in x are equal, their domains must be checked because the equality may hold only on their common domain.

Further detail

  • For x β‰  1, 2x2βˆ’5xβˆ’1xβˆ’1=2xβˆ’3βˆ’4xβˆ’1\frac{2x^2-5x-1}{x-1}=2x-3-\frac{4}{x-1} is proved by putting the right-hand side over the denominator x βˆ’ 1.

Memory Hook

Transform one side, transform both sides, or show the difference is zero.

6. Functions and Domains

Key Concepts & Definitions

  • Function : A function f defined on E associates at most one real f(x) with each real x belonging to E.
  • Graph of a function : The graph Cf consists of points (x,y) such that x belongs to the domain of f and y = f(x).

Essential Points

πŸ“Œ For a function f, f(x) is the image of x and x is an antecedent of f(x).

πŸ“Œ The domain of a quotient A(x)/B(x) requires A and B to be defined and B(x) β‰  0, while the domain of √A(x) additionally requires A(x) β‰₯ 0.

7. Symmetry, Variation, and Composition

Key Concepts & Definitions

  • Even function : A function is even when its domain is symmetric about zero and f(βˆ’x) = f(x) for every x in its domain.
  • Monotonicity : A function is increasing when x0 < x1 implies f(x0) ≀ f(x1), and decreasing when x0 < x1 implies f(x0) β‰₯ f(x1).
  • Composition : If f(Df) βŠ‚ Dg, the composition g β—¦ f is defined by (g β—¦ f)(x) = g(f(x)).

Essential Points

πŸ“Œ If f is differentiable on an interval and fβ€² is nonnegative everywhere, f is increasing; if fβ€² is nonpositive everywhere, f is decreasing; and if fβ€² is zero everywhere, f is constant.

Memory Hook

Even functions mirror across the y-axis, whereas odd functions mirror through the origin.

8. Inverse and Rational Powers

Key Concepts & Definitions

  • Inverse function : The square-root function is the inverse of the square function restricted from R to R+ because every nonnegative real has one unique nonnegative square root.
  • Rational power : For a > 0, p ∈ Z, and q ∈ N*, the rational power a^(p/q) is defined by (a^p)^(1/q) = (a^(1/q))^p.

Essential Points

πŸ“ Formula β€” For positive a and b and rational r and rβ€², ararβ€²=ar+rβ€²a^r a^{rβ€²}=a^{r+rβ€²} and ararβ€²=arβˆ’rβ€²\frac{a^r}{a^{rβ€²}}=a^{r-rβ€²}.

  • The equation xΒ³ = 125 has the unique positive solution x = 125^(1/3) = 5.

Memory Hook

Power, restrict to positive inputs, then invert with the corresponding root.

9. Vectors and Distances

Key Concepts & Definitions

  • Vector components : A pair of real components representing a i + b j.

β˜… Must-know

  • For A(xA,yA) and B(xB,yB), the vector AB has components (xBβˆ’xA,yBβˆ’yA)(x_B-x_A,y_B-y_A).

  • The sum of (x,y) and (xβ€²,yβ€²) is (x+xβ€²,y+yβ€²), and multiplication of (x,y) by k gives (kx,ky).

πŸ“ Formula β€” In an orthonormal coordinate system, the norm of (x,y) is βˆ₯(x,y)βˆ₯=x2+y2\|(x,y)\|=\sqrt{x^2+y^2} and the distance AB is (xBβˆ’xA)2+(yBβˆ’yA)2\sqrt{(x_B-x_A)^2+(y_B-y_A)^2}.

Further detail

πŸ“ Formula β€” The midpoint I of A(xA,yA) and B(xB,yB) has coordinates I=(xA+xB2,yA+yB2)I=\left(\frac{x_A+x_B}{2},\frac{y_A+y_B}{2}\right).

10. Collinearity and Orthogonality

Key Concepts & Definitions

  • Collinear vectors : Two vectors are collinear when one is zero or one is a nonzero scalar multiple of the other.
  • Scalar product : The scalar product of (x,y) and (xβ€²,yβ€²) is xxβ€² + yyβ€².

Essential Points

  • Vectors (x,y) and (xβ€²,yβ€²) are collinear if and only if their determinant xyβ€²βˆ’xβ€²yxyβ€²-xβ€²y is zero.

πŸ“Œ Two vectors are orthogonal if and only if their scalar product is zero, and the zero vector is orthogonal to every vector.

Memory Hook

A zero determinant means collinearity, whereas a zero dot product means orthogonality.

11. Lines and Their Equations

Key Concepts & Definitions

  • Direction vector : For distinct points A and B, AB is a direction vector of the line (AB), and every other direction vector is a nonzero collinear vector.

β˜… Must-know

πŸ“ Formula β€” A line through A(xA,yA) with direction vector (Ξ±,Ξ²) has the parametric equations x=xA+tΞ±,y=yA+tΞ²,t∈Rx=x_A+t\alpha,\quad y=y_A+t\beta,\quad t\in\mathbb R.

πŸ“ Formula β€” If (Ξ±,Ξ²) is a direction vector, then (βˆ’Ξ²,Ξ±) is a normal vector and a Cartesian equation of the line is Ξ²(xβˆ’xA)βˆ’Ξ±(yβˆ’yA)=0\beta(x-x_A)-\alpha(y-y_A)=0.

πŸ“Œ For y = mx + p, m is the slope and p is the y-intercept; two nonvertical lines are parallel when their slopes are equal and perpendicular when their slope product is βˆ’1.

Further detail

  • Every line has a Cartesian equation ax + by + c = 0 with normal vector (a,b) and direction vector (βˆ’b,a).

Memory Hook

Point and direction produce a parametric equation; direction and normal produce a Cartesian equation.

12. Affine Functions and Inequalities

Key Concepts & Definitions

  • Affine function : An affine function is defined on R by f(x) = mx + p for real numbers m and p.
  • Absolute value : The absolute value is defined by |x| = x when x β‰₯ 0 and |x| = βˆ’x when x ≀ 0, and represents the distance from zero.

Essential Points

πŸ“Œ An affine function is strictly increasing on R when m > 0, strictly decreasing when m < 0, and constant when m = 0.

πŸ“ Formula β€” The affine function through two distinct points (x1,y1) and (x2,y2) has slope m=y2βˆ’y1x2βˆ’x1m=\frac{y_2-y_1}{x_2-x_1} and equation f(x)=m(xβˆ’x1)+y1f(x)=m(x-x_1)+y_1.

πŸ“Œ To solve an inequality involving ax+b, one determines its zero βˆ’b/a and uses the sign of a on the two resulting intervals.

13. Systems of Two Equations

Key Concepts & Definitions

  • System of two equations : A 2Γ—2 linear system consists of two linear equations in two unknowns x and y, and its solutions are the pairs satisfying both equations.

β˜… Must-know

πŸ“Œ Graphically, a system has one solution when its lines intersect once, no solution when they are strictly parallel, and infinitely many solutions when they coincide.

πŸ“ Formula β€” For the system ax+by=c and aβ€²x+bβ€²y=cβ€², the determinant is D=abβ€²βˆ’aβ€²bD=abβ€²-aβ€²b.

Further detail

  • When D β‰  0, a system can be solved by elementary row operations that preserve its solution set until each unknown is isolated.

Memory Hook

A nonzero determinant gives one solution; a zero determinant gives none or infinitely many.

14. Quadratic Polynomials

Key Concepts & Definitions

  • Quadratic polynomial : A quadratic polynomial function has the form f(x)=axΒ²+bx+c with a β‰  0 and is defined on R.
  • Discriminant : For axΒ²+bx+c=0, the discriminant is Ξ”=bΒ²βˆ’4ac.

Essential Points

πŸ“Œ If Ξ”>0 there are two roots x1=(βˆ’bβˆ’βˆšΞ”)/(2a) and x2=(βˆ’b+βˆšΞ”)/(2a); if Ξ”=0 there is one root x0=βˆ’b/(2a); and if Ξ”<0 there is no real root.

πŸ“ Formula β€” The canonical form of f(x)=axΒ²+bx+c is f(x)=a((x+b2a)2βˆ’Ξ”4a2)f(x)=a\left(\left(x+\frac{b}{2a}\right)^2-\frac{\Delta}{4a^2}\right).

πŸ“Œ The parabola has axis x=βˆ’b/(2a), vertex S(βˆ’b/(2a),βˆ’Ξ”/(4a)), a minimum when a>0, and a maximum when a<0.

15. Derivatives and Tangents

Key Concepts & Definitions

  • Derivative : A function is differentiable at x0 when [f(x)βˆ’f(x0)]/(xβˆ’x0) has a finite limit as x tends to x0, and this limit is fβ€²(x0).

β˜… Must-know

πŸ“ Formula β€” The tangent to the graph of f at (x0,f(x0)) has equation y=fβ€²(x0)(xβˆ’x0)+f(x0)y=fβ€²(x_0)(x-x_0)+f(x_0).

  • The basic derivatives include (ax+b)β€²=a, (x^n)β€²=nx^(nβˆ’1), (√x)β€²=1/(2√x), (1/x)β€²=βˆ’1/xΒ², (e^x)β€²=e^x, and (ln x)β€²=1/x on their domains.

  • For differentiable f and g, (f+g)β€²=fβ€²+gβ€², (fg)β€²=fβ€²g+fgβ€², and (f/g)β€²=(fβ€²gβˆ’fgβ€²)/gΒ² when g is nonzero.

πŸ“ Formula β€” For a differentiable composition g β—¦ f, the chain rule is (g∘f)β€²(x)=fβ€²(x)gβ€²(f(x))(g\circ f)β€²(x)=fβ€²(x)gβ€²(f(x)).

Further detail

πŸ“Œ When a function depends on a variable and parameters, differentiation is performed with respect to the chosen variable while the parameters are treated as constants.

Memory Hook

Secant slope approaches derivative, which determines the tangent slope.

Synthesis Tables

Line Representations

RepresentationKey dataEquation
ParametricPoint A and direction (Ξ±,Ξ²)x=xA+tΞ±; y=yA+tΞ²
CartesianPoint A and normal (a,b)ax+by+c=0
ReducedSlope m and intercept py=mx+p

Test your knowledge

Test your knowledge on Mathematics Foundations for Economics with 50 multiple-choice questions with detailed corrections.

1. Which interval contains every real number between its two endpoints whenever both endpoints belong to the interval?

2. Which notation represents an interval that includes its left endpoint but excludes its right endpoint?

Take the quiz β†’

Review with flashcards

Memorize the key concepts of Mathematics Foundations for Economics with 77 interactive flashcards.

What does the set of real numbers R contain?

All numbers used in this course and its subsets.

What defines an interval I of real numbers R?

It contains every real x between any two numbers a and b in I.

Which endpoints does the interval [a;b] include?

Both endpoints a and b.

See flashcards β†’

Similar courses

Create your own revision sheets

Import your course and AI generates sheets, quizzes and flashcards in 30 seconds.

Sheet generator