Logarithms
LHS is exponential form while the RHS is same thing written in logarithmic form.
NOTE:
(i)
(ii)
(iii) is not defined
(iv) is not defined
Properties:
1.
In general,
2.
3.
4.
5.
6.
7.
8.
9.
.
Quick proof:
Let and where and .
Then , so .
Ex1.
Find ‘x’, if
Sol –
But x can't be negative so x = 4 = Answer.
Ex2.
-
Simplify
Answer: 1/6
Ex3.
-
Answer: 9
Ex4.
-
Find the value of ‘x’, if
Sol –
But x can't be negative, so answer: x = 3.
Logarithmic inequalities:
If base 0 < a < 1 then the sign flips, else it remains the same.
With base > 1:
With base < 1:
Also:
But their logs base 0.1 are inverted in comparison.
Ex1.
Find interval of ‘x’ satisfying
Solution:
Since the base , , so
also, log of a number is defined only when it's > 0 So
Domain: .
We got this using wavy curve method.
On this interval , so multiply by without flipping the sign:
Intersection: .
(Check: at , the log equals ; at the argument is , not allowed.)
Modulus function properties:
For any ,
(i)
(ii)
(iii)
(iv)
(v)
(vi)
(vii) iff
If ,
Ex 1.
Solve |2x + 1| < 7
So: -7 < 2x + 1 < 7
-7 - 1 < 2x + 1 - 1 < 7 - 1
-8 < 2x < 6
-4 < x < 3
x ∈ (-4, 3)
Ex2.
Critical points:
We need to test it in above 3 intervals.
Case 1: When x < -4, both terms inside modulus are negative so we can write:
-(x-3) - (x+4) >= 10
=> -2x-1 >= 10
=> -2x >= 11
=> x <= -11/2 which is indeed < -4 so valid
Case 2: -4 <= x <= 3 =>
First term is negative but second is positive.
-(x-3) + (x+4) >= 10
=> 7 >= 10 Invalid
Case 3: x > 3
Both terms are positive.
x - 3 + x + 4 >= 10
=> 2x >= 9 => x >= 9/2 which complies with x > 3.
Answer: x <= -11/2 Union x > 3.
Comments
Post a Comment