Lesson Solving exponential inequalities

Algebra ->  Logarithm Solvers, Trainers and Word Problems -> Lesson Solving exponential inequalities      Log On


   


This Lesson (Solving exponential inequalities) was created by by ikleyn(52778) About Me : View Source, Show
About ikleyn:

Solving exponential inequalities


Problem 1

Solve the following exponential inequality   %28root%283%2C10%29%29%5E%281-2x%29 > 0.1%5E%282x%2B1%29.

Solution

Your starting inequality is

    %28root%283%2C10%29%29%5E%281-2x%29 > 0.1%5E%282x%2B1%29


Write right side with the base 10 to have the same base in both sides of the inequality

    %28root%283%2C10%29%29%5E%281-2x%29 > 10%5E%28-%282x%2B1%29%29.


Re-write it equivalently in this form

    10^((1-2x)/3) > 10^(-(2x+1)).


Exponential function in both sides is monotonically increasing - THEREFORE, from the last inequality you have

    %281-2x%29%2F3 > -(2x+1).


Simplify 

    1 - 2x > -3*(2x+1)

    1 - 2x > -6x - 3

    1 + 3 > -6x + 2x

      4   >    -4x

      1   >    -x
  
      x   > -1.


ANSWER.  x > - 1.

Problem 2

Find the smallest positive integer  n  such that the base ten representation of  2  at the power of  n  has exactly  500  digits.

Solution

We want to find smallest possible integer n in such a way that

    2%5En >= 10%5E499    (notice that  10%5E499 is the smallest integer number requiring 500 digits in base 10).


So, we have this simple inequality. To solve it, take logarithm base 10 of both sides.  
You will get this inequality

    n*log(2) >= 499

    n >= 499%2Flog%282%29 = now use your calculator = 1657.642  (rounded).


To get that integer n, you must round the decimal 1657.642  to the nearest greater integer, which is, by the case, 1658.


ANSWER.  1658 is the smallest positive integer n such that the base ten representation 
         of 2 at the power of n has exactly 500 digits.


My other lessons on exponential equations in this site are
    - Solving exponential equations
    - Solving advanced exponential equations
    - Solving upper level exponential equations
    - Joke problem on solving exponential equation
    - Solving problems on population growth using logistic functions
    - OVERVIEW of lessons on solving exponential equations

Use this file/link  ALGEBRA-I - YOUR ONLINE TEXTBOOK  to navigate over all topics and lessons of the online textbook  ALGEBRA-I.



This lesson has been accessed 1025 times.