Log rules Flashcards

(28 cards)

1
Q

What is a log?

A

It is the inverse of an exponent

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

What question does a log answer?

A

“To what power must a base be raised to get a certain number”

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

loga(XY)

A

logaX + logaY

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

What is the product rule of logarithms?

A

loga(XY) = logaX + logaY

The log of a product is the sum of the logs of its elements.

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

loga(X/Y)

A

logaX - logaY

The log of a quotient equals the difference between the logs of the numerator and the denominator

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

What is the quotient rule of logs?

A

loga(X/Y) = logaX - logaY

The log of a quotient equals the difference between the logs of the numerator and the denominator

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

loga(1)

A

= 0

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

What is the zero rule of logs?

A

loga(1) = 0

The log of 1 to any base is always 0.

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

loga(a)

A

= 1

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

What is the identity rule of log?

A

The log of a base to itself is always 1.

Formula: loga(a) = 1

Example: log7(7) = 1

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

loga(1/X)

A

= -loga(X)

The log of a number’s reciprocal (1/number) is equal to the negative of the log of the number.

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

What is the reciprocal rule of logs?

A

The log of a number’s reciprocal (1/number) is equal to the negative of the log of the number.

​Formula: loga(1/X) = - loga(X)

Example: loga(1/2) = - loga(2)

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

loga(X^n)

A

n x loga(X)

The log of a number raised to an exponent equals the exponent multiplied by the log of the base.

Formula: loga(X^n) = n × logaX

Example: log5(9^2) = 2 × log5(9)

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

What is the power rule or exponential rule of log?

A

The log of a number raised to an exponent equals the exponent multiplied by the log of the base.

Formula: loga(X^n) = n × logaX

Example: log5(9^2) = 2 × log5(9)

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

Apply the change of base or the base switch rule to loga(X)

A

loga(X) = logᵦ(X) / logᵦ(a)

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

What is the change of base of log rule or the base switch rule?

A

Formula: loga(X) = logᵦ(X) / logᵦ(a)

Example: log3(7) = log10(7) / log10(3)

This rule enables one to calculate the log of a number in a different base (typically done for base 10 or base e)

17
Q

loga(a^n)

A

Formula: loga(aⁿ) = n

Example: log₄(4²) = 2

18
Q

What is the log inverse property?

A

Calculating the log of an exponentiated value yields the original exponent.

Formula: loga(aⁿ) = n

Example: log₄(4²) = 2

19
Q

x^1

A

x^1 = x

6^1 = 6

20
Q

x^0

A

x^0 = 1

8^0 = 1

21
Q

x^-1

A

x^-1 = 1/x

6^-1 = 1/6

22
Q

(x^m)(x^n)

A

(x^m)(x^n) = x^(m+n)

(4^1)(4^3) = 4^(4)

23
Q

x^m / x^n

A

x^m / x^n = x ^(m-n)

4^7 / 4^1 = 4^6

24
Q

(x^m)^n

A

(x^m)^n = x^mn

(x^2)^3 = x^6

25
(xy)^n
(xy)^n = (x^n)(y^n) (xy)^3 = (x^3)(y^3)
26
(x/y)^n
(x/y)^n = (x^n)/(y^n) (x/y)^2 = (x^2)/(y^2)
27
x^-1
x^-1 = 1/x^n x^-3 = 1/x^3
28
What's the order of operations?
PEMDAS Parentheses Exponents and roots Multiplication Division Addition Subtraction