II] Numbers and arithmetics Flashcards

(60 cards)

1
Q

What is the sign for “positive integers”?

A

IN

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the set of “positive integers”?

A

IN = {0, 1, 2, 3 … }

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the symbol for “set of integers”?

A

Z

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the set of “integers”?

A

Z = {…, -3, -2, -1, 0, 1, 2, 3, …}

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the symbol for the “set or rationals”?

A

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the set of “rationals”?

A

ℚ = {x⎥∃ p, q ∈Z, x=p/q

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the symbol for the “set or reals”?

A

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the set of “reals”?

A

ℝ = {all the numbers}

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is “transitivity of equalities”?

A

(a=b, b=c) => a=c

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is “closure property” and which operations does it concern?

A

Addition and product

∀x, y ∈ℝ, x+y ∈ℝ, x×y ∈ℝ

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

To which operations does “commutativity” apply?

A

Addition and product in ℝ

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

To which operations does “associative property” apply? And what is it?

A

Addition and product

a+(b+c) = (a+b)+c

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What are the “neutral elements” for addition and product?

A

+ : 0

× : 1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

How do you determine the “neutral element” for an operation?

A

y is the inverse of x for ✻

x✻y = neutral element for ✻

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is a subtraction?

A

∀a, b ∈ℝ

a-b = a+(-b)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is a division?

A

∀a, b ∈ℝ

a/b = a×b⁻¹

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

What is “distributive property”?

A

∀a, b, c ∈ℝ a(b+c) = ab+ac

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

How to simplify a fraction?

A

a/b = a/b × c/c = ac/bc

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

What is an exponent?

A

Repetition of a certain operation a certain number of time

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

What are the results:
a⁻ⁿ
a⁰

A
a⁻ⁿ = 1/aⁿ
a⁰ = 1
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

Find the radical of y=rⁿ

A

r = ⁿ√y

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

∀y∈ℝ⁺, ⁿ√y =?

A

ⁿ√y = y^1/n

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

Which sign do you choose for the radical when possible?

A

Positive

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

xᵐ×xⁿ=?

A

xᵐ×xⁿ = xᵐ⁺ⁿ

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
xᵐ∖xⁿ=?
xᵐ∖xⁿ = xᵐ⁻ⁿ
26
(xᵐ)ⁿ =?
(xᵐ)ⁿ = xᵐⁿ
27
x^(-1/n) =?
x^(-1/n) = 1/ⁿ√x
28
ⁿ√x×ⁿ√y = ?
ⁿ√x×ⁿ√y =ⁿ√xy
29
ⁿ√ᵐ√x = ?
ⁿ√ᵐ√x =ᵐⁿ√x
30
x^m/n = ?
x^m/n = ⁿ√xᵐ = (ⁿ√x)ᵐ
31
(ⁿ√x)/(ⁿ√y) = ?
(ⁿ√x)/(ⁿ√y) = ⁿ√(x/y)
32
¬(A∧B) = ?
¬(A∧B) = (¬A∨¬B) | Same for ∨
33
What is an "algebraic expression"?
Any expression where "unknowns" are combined using addition, subtraction, multiplication, division, exponents, fractions, radical & possibly with some numbers or constants.
34
``` How is called an algebraic expression with 1 unknown? with 2 unknowns? with 3 unknowns? with n unknowns? ```
1: monomial 2 binomial 3: trinomial n: multinomial ≠ polynomial
35
What is a polynomial?
Algebraic expression that can be written: anxⁿ + an-1xⁿ⁻¹..... a2x²+a1x+a0 n: degree of the polynomial
36
(x+a)(x+b) = ?
(x+a)(x+b) = x²+x(a+b)+ab
37
(x+a)² = ?
(x+a)² = x²+2ax+a²
38
(x-a)² = ?
(x-a)² = x²-2ax+a²
39
(x+a)(x-a) = ?
(x+a)(x-a) = x²-a²
40
(x+a)³ = ?
(x+a)³ = x³+3ax²+3a²x+3a³
41
(x-a)³ = ?
(x-a)³ = x³-3ax²+3a²x-a³
42
x³+a³ = ?
x³+a³ = (x+a)(x²-ax+a²)
43
x³-a³ = ?
x³-a³ = (x-a)(x²-ax+a²)
44
What is an equation?
Equality of 2 algebraic expressions.
45
What's solving an equation?
Find the set of solutions of x, y, z... such that the equation is True. Sometimes, the solution will depend on 1, or more, parameter.
46
What is a literal equation?
When parameters are directly involved in the equation. | Discussion is depending on the value of these parameters.
47
What is a quadratic equation?
ax²+bx+c=0
48
For a quadratic equation, what is "∆"?
The discriminent. If ∆=0, 1 solution for the equation If ∆0, 2 solutions for the equation.
49
How do you compute ∆?
∆ = b²-4ac
50
What are the 2 solutions when ∆>0?
``` x1 = (-b+√∆)/2a x2 = (-b-√∆)/2a ```
51
ax²+bx+c = ?
ax²+bx+c = (x-x1)(x-x2) | Where x1 and x2 are the 2 solutions of the equation.
52
What is an inequality?
Statement where an algebraic expression is or ≥ some other algebraic expression.
53
a< = > a+c ? b+c | ∀c∈ℝ
a+c
54
a< = > ac ? bc | ∀c∈ℝ*⁺
ac
55
a< = > ac ? bc | ∀c∈ℝ*⁻
ac>bc
56
If a>0 & b>0, a>b < = > aⁿ ? bⁿ a>b < = > ⁿ√a ? ⁿ√b
aⁿ>bⁿ | ⁿ√a>ⁿ√b
57
What is an "absolute value"?
⎟x⎟is given by: x if x≥0 -x if x<0
58
⎟x+y⎟= ?
⎟x+y⎟= ⎟-x-y⎟
59
⎟x-y⎟= ?
⎟x-y⎟= ⎟y-x⎟
60
⎟x⎟= ?
⎟x⎟=⎟-x⎟