Question

In: Advanced Math

20. Give the values of x for which x > 500 lg x. Note: lg is...

20. Give the values of x for which x > 500 lg x.

Note: lg is log base 2 (not ln).

Solutions

Expert Solution

I regret about the last confusion., Here is your solution

x > 500 log x (*)
is NOT an algebraic inequality

consider that if x = 1  
500 log x = 0 and (*) is true
if 0 < x < 1 we know that log x is negative, therefore
x > 500 log x, if 0 < x ≤ 1

the problem arises AFTER x = 1
let's consider log as base e logarithms

we need to find the value such that  
x = 500 log x

in other words, if
f(x) = x - 500 log x
we are looking for a root of  
f(x) = 0

it's easy and quick the Newton method

start with a guess value
x0 = 1
and define
x1 = x0 - f(x0)/f '(x0)
where f '(x) = 1 - 500/x is the derivative, so

x1 = 1 - (1 - 500 log 1)/(1 - 500/1) = 500/499 ≈ 1.002004008

and then recursively
x_n+1 = xn - f(xn)/f '(xn)

until the wanted precision p is reached
|x_n+1 - xn| < p

suppose we want 3 correct decimal digits
define
x2 = x1 - f(x1)/f '(x1) = 1.002 - f(1.002)/f '(1.002) ≈ 1.002006021

since
|x2 - x1| ≈ 2.0·10^(-6) < 10^(-3)

therefore
x = 1.002
is appraximately the value where
α = 500 log α

in conclusion the interval where the given inequality is true is
0 < x < α


Related Solutions

Give an O(lg n)-time EREW algorithm to perform the prefix computation on an array x[1. ....
Give an O(lg n)-time EREW algorithm to perform the prefix computation on an array x[1. . n]. Do not use pointers, but perform index computations directly.
(1 point) Suppose that f(x)=(12−2x)e^x. (A) List all the critical values of f(x). Note: If there...
(1 point) Suppose that f(x)=(12−2x)e^x. (A) List all the critical values of f(x). Note: If there are no critical values, enter 'NONE'. (B) Use interval notation to indicate where f(x) is increasing. Note: Use 'INF' for ∞, '-INF' for −∞, and use 'U' for the union symbol. Increasing: (C) Use interval notation to indicate where f(x) is decreasing. Decreasing: (D) List the x values of all local maxima of f(x). If there are no local maxima, enter 'NONE'. x values...
For which values of x (if any) is f(x) = 2x3 + 3x2 – 12x –...
For which values of x (if any) is f(x) = 2x3 + 3x2 – 12x – 7 Increasing at an increasing rate?
give an example of a discrete random variable X whose values are integers and such that...
give an example of a discrete random variable X whose values are integers and such that E(X) = infinite. Prove that E(X) = infinite for your example. (hints: if you will be paid 2^k dollars for the kth head when you flip a fair coin., the expected value is infinite...) Or give other easy examples.
Let X ∼ Normal(μ = 20, σ2 = 4). (a) Give the mgf MX of X....
Let X ∼ Normal(μ = 20, σ2 = 4). (a) Give the mgf MX of X. (b) Find the 0.10 quantile of X. (c) Find an interval within which X lies with probability 0.60. (d) Find the distribution of Y = 3X −10 by finding the mgf MY of Y
Find all values of x on the interval -4< x< 3 for which the graph of...
Find all values of x on the interval -4< x< 3 for which the graph of g has a point of inflection. Give a reason for your answer.
Calculate the Y values corresponding to the X values given below.  Find the critical values for X...
Calculate the Y values corresponding to the X values given below.  Find the critical values for X for the given polynomial by finding the X values among those given where the first derivative, dy/dx = 0 and/or X values where the second derivative, d­2y/dx2 = 0.    Be sure to find the sign (+ or -) of  dy/dx and of d2y/dx2 at all X values. Reference Lesson 13 and the text Appendix A (pp 694 – 698), as needed.  Using the first and second derivative...
Evaluate the truth values of the following conditions given the values of the declared variables. NOTE:...
Evaluate the truth values of the following conditions given the values of the declared variables. NOTE: Conditions formed using relational or equality operators (>, <, >=, <=, ==, !=) are relational conditions. Conditions formed using logical operators [&& (AND), || (OR), & (boolean AND), | (boolean inclusive OR), ^ (boolean exclusive OR) are complex conditions. Variables boolean gameLoss = false; int points = 15; boolean championship = false; Conditions: Evaluate then Indicate the truth value produced by the relational conditions...
Find all x values for which the function y = x^3 + 6x^2 + 3x +...
Find all x values for which the function y = x^3 + 6x^2 + 3x + 7 has a horizontal tangent line. Find the derivative of f(x) using the definition for a limit.
The x-bar and R values for 20 samples of size five are shown in Table 10E.6....
The x-bar and R values for 20 samples of size five are shown in Table 10E.6. Specifications on this product have been established as 0.550   +/- 0.02. Table 10.E.8 Sample No. X Bar R 1 0.549 0.0025 2 0.548 0.0021 3 0.548 0.0023 4 0.551 0.0029 5 0.553 0.0018 6 0.552 0.0017 7 0.550 0.0020 8 0.551 0.0024 9 0.553 0.0022 10 0.556 0.0028 11 0.547 0.0020 12 0.545 0.0030 13 0.549 0.0031 14 0.552 0.0022 15 0.550 0.0023 16...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT