Flashcards: Mathematics Foundations for Economics — 77 cards

All cards

1Question

What does the set of real numbers R contain?

Answer

All numbers used in this course and its subsets.

2Question

What defines an interval I of real numbers R?

Answer

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

3Question

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

Answer

Both endpoints a and b.

4Question

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

Answer

Both endpoints a and b.

5Question

Which endpoint does the interval [a;b[ include and exclude?

Answer

Includes a but excludes b.

6Question

Which endpoint does the interval ]a;b] exclude and include?

Answer

Excludes a but includes b.

7Question

What is the set R* in terms of real numbers?

Answer

R without zero, R \ {0}.

8Question

What intervals define R− and R*−?

Answer

R− is ]−∞;0], R*− is ]−∞;0[.

9Question

What does F ⊂ E mean for sets F and E?

Answer

Every element of F belongs to E.

10Question

What does the symbol ∃ mean in quantifiers?

Answer

There exists at least one.

11Question

What is an example of a quantified algebraic assertion involving real x?

Answer

For every real x ≠ −1 and 0, 1/(x−1)−1/(x+1)=1/(x²+x).

12Question

When is an integer divisible by 2 based on its units digit?

Answer

When its units digit is even.

13Question

When is an integer divisible by 5 based on its units digit?

Answer

When its units digit is 0 or 5.

14Question

When is an integer divisible by 4 based on its last two digits?

Answer

When its last two digits form a number divisible by 4.

15Question

When is an integer divisible by 11?

Answer

When its alternating sum of digits is divisible by 11.

16Question

What is the approximate value of √2?

Answer

Approximately 1.4.

17Question

What is the approximate value of ln 3?

Answer

Approximately 1.1.

18Question

How do you multiply a number by 5 using multiplication and division?

Answer

Multiply by 10 and divide by 2.

19Question

How do you multiply a number by 9 using multiplication and subtraction?

Answer

Multiply by 10 and subtract the original number.

20Question

What defines a prime number?

Answer

An integer ≥ 2 divisible only by 1 and itself.

21Question

What is a fraction a/b when b ≠ 0?

Answer

The result of dividing numerator a by nonzero denominator b.

22Question

What is the formula for adding fractions a/b and c/d?

Answer

(ad + bc) / bd

23Question

What is the formula for multiplying fractions a/b and c/d?

Answer

(ac) / (bd)

24Question

What is the formula for dividing fractions a/b by c/d with nonzero denominators?

Answer

(ad) / (bc)

25Question

What is the square root √a for a ≥ 0?

Answer

The unique nonnegative real number whose square equals a.

26Question

What is √(a²) equal to for any real a?

Answer

The absolute value of a, |a|.

27Question

What is the rule for multiplying powers aⁿ and aᵐ with nonzero a?

Answer

aⁿ × aᵐ = aⁿ⁺ᵐ

28Question

What are three methods to prove A = B in algebra?

Answer

Transform A into B, transform both into the same expression C, or show A − B = 0.

29Question

Why must domains be checked before proving two expressions in x are equal?

Answer

Because the equality may hold only on their common domain.

30Question

How is the equality 2x25x1x1=2x34x1\frac{2x^2-5x-1}{x-1}=2x-3-\frac{4}{x-1} proved for x ≠ 1?

Answer

By putting the right-hand side over the denominator x − 1.

31Question

What does a function f defined on E associate with each real x in E?

Answer

At most one real value f(x).

32Question

In a function f, what is f(x) called?

Answer

The image of x.

33Question

In a function f, what is x called relative to f(x)?

Answer

An antecedent of f(x).

34Question

What conditions define the domain of a quotient A(x)/B(x)?

Answer

A and B must be defined and B(x) ≠ 0.

35Question

What additional condition restricts the domain of √A(x)?

Answer

A(x) must be greater than or equal to zero.

36Question

What points make up the graph Cf of a function f?

Answer

Points (x,y) where x is in the domain of f and y = f(x).

37Question

When is a function considered even?

Answer

When its domain is symmetric about zero and f(−x) = f(x) for all x.

38Question

What does it mean for a function to be increasing?

Answer

For x0 < x1, f(x0) ≤ f(x1).

39Question

What does it mean for a function to be decreasing?

Answer

For x0 < x1, f(x0) ≥ f(x1).

40Question

What does a nonnegative derivative imply about a function?

Answer

The function is increasing on that interval.

41Question

What does a nonpositive derivative imply about a function?

Answer

The function is decreasing on that interval.

42Question

What does a zero derivative everywhere imply about a function?

Answer

The function is constant on that interval.

43Question

When is the composition g ◦ f defined?

Answer

When f's image is contained in g's domain.

44Question

How is the composition g ◦ f defined?

Answer

By (g ◦ f)(x) = g(f(x)).

45Question

Why is the square-root function the inverse of the square function on R+?

Answer

Because every nonnegative real has one unique nonnegative square root.

46Question

How is the rational power a^(p/q) defined for a > 0?

Answer

By (a^p)^(1/q) = (a^(1/q))^p.

47Question

What is the product rule for rational powers of a positive base a?

Answer

a^r times a^{r'} equals a^{r+r'}.

48Question

What is the quotient rule for rational powers of a positive base a?

Answer

a^r divided by a^{r'} equals a^{r-r'}.

49Question

What is the unique positive solution to the equation x³ = 125?

Answer

x = 125^{1/3} = 5.

50Question

How is a vector represented in R² using components?

Answer

As a pair (a,b) representing a i + b j.

51Question

What are the components of vector AB for points A and B?

Answer

(xB - xA, yB - yA).

52Question

How do you add two vectors (x,y) and (x′,y′)?

Answer

By summing components to get (x+x′, y+y′).

53Question

How do you multiply vector (x,y) by scalar k?

Answer

By scaling components to get (kx, ky).

54Question

What is the formula for the midpoint I of points A and B?

Answer

I = ((xA + xB)/2, (yA + yB)/2).

55Question

How is the norm of vector (x,y) calculated in an orthonormal system?

Answer

As the square root of x² + y².

56Question

What is the distance formula between points A and B?

Answer

The square root of (xB - xA)² + (yB - yA)².

57Question

When are two vectors considered collinear?

Answer

When one is zero or a nonzero scalar multiple of the other.

58Question

What condition on the determinant shows vectors (x,y) and (x′,y′) are collinear?

Answer

Their determinant xy′ - x′y equals zero.

59Question

How is the scalar product of vectors (x,y) and (x′,y′) calculated?

Answer

It is xx′ + yy′.

60Question

When are two vectors orthogonal based on their scalar product?

Answer

When their scalar product is zero.

61Question

Which vector is orthogonal to every vector?

Answer

The zero vector.

62Question

What is a direction vector of line (AB) for distinct points A and B?

Answer

Vector AB is a direction vector of line (AB).

63Question

What characterizes every other direction vector of line (AB)?

Answer

They are nonzero vectors collinear with AB.

64Question

What are the parametric equations of a line through A(xA,yA) with direction vector (α,β)?

Answer

x = xA + tα and y = yA + tβ for t in ℝ.

65Question

What is the normal vector if (α,β) is a direction vector of a line?

Answer

The vector (−β, α) is a normal vector.

66Question

What is the Cartesian equation of a line with direction vector (α,β) through A(xA,yA)?

Answer

β(x − xA) − α(y − yA) = 0.

67Question

What is the general Cartesian equation of any line?

Answer

ax + by + c = 0.

68Question

What are the normal and direction vectors from the line equation ax + by + c = 0?

Answer

Normal vector is (a,b) and direction vector is (−b,a).

69Question

When are two nonvertical lines y = mx + p parallel or perpendicular?

Answer

Parallel if slopes are equal; perpendicular if slope product is −1.

70Question

What is the formula defining an affine function on R?

Answer

f(x) = mx + p for real numbers m and p.

71Question

When is an affine function strictly increasing on R?

Answer

When m > 0.

72Question

When is an affine function constant on R?

Answer

When m = 0.

73Question

How is the slope m of an affine function through two points calculated?

Answer

m = (y2 - y1) / (x2 - x1).

74Question

What is the equation of the affine function through points (x1,y1) and (x2,y2)?

Answer

f(x) = m(x - x1) + y1.

75Question

How is the absolute value |x| defined for x ≥ 0?

Answer

|x| = x.

76Question

What does the absolute value represent?

Answer

The distance from zero.

77Question

How do you find the zero of ax + b when solving inequalities?

Answer

The zero is −b/a.

Test yourself with the quiz

Test your knowledge with 50 questions on Mathematics Foundations for Economics.

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 →

Read the revision sheet

Review the complete course in the revision sheet for Mathematics Foundations for Economics.

See revision sheet →

Similar courses

Create your own flashcards

Import your course and AI generates flashcards in 30 seconds.

Flashcard generator