crays said:
Hi guys, I'm currently on holiday and my exam starts right after holidays. I bought this book to do some exercise but they only provided answers without solutions. So i wonder if you guys could help me :)
1. If 3 + \sqrt{3} is a root of the equation 2x2 + 3ax + 3b = 0, where a and b are constants, find the value of ab.
This problem cannot be solve since it's lack of information, what kind of number are the constants a, b? Are they real, integer, or natural, or rational, or irrational, or... what? Please copy down the exact problem, or we cannot help you much. :(
2. Find the set of values of x such that -16 < x3 - 4x2 + 4x -16 < 0
This is pretty easy, you have to solve the system of 2 inequalities:
\left\{ \begin{array}{ccc} x ^ 3 - 4x ^ 2 + 4x - 16 & > & -16 \\ x ^ 3 - 4x ^ 2 + 4x - 16 & < & 0 \end{array} \right.
By firstly, do some re-arrangements, to isolate 0 to one side; then factor the other side, and use the table of signs to solve the problem. :)
I'll give you an example, an easy one, so that hopefully you can remember something:
Example:
Solve: x
2 + 2x + 3 > 6.
----------------------------------
Subtracting 6 from both sides, yield:
=> x
2 + 2x - 3 > 0
Now, factor the LHS, we have:
=> (x + 3)(x - 1) > 0
Table of Signs:
\begin{tabular}{c|lcccccr} & -\infty & & -3 & & 1 & & +\infty \\ \hline x + 3 & & - & 0 & + & & + \\ \hline x - 1 & & - & & - & 0 & + \\ \hline (x + 3)(x - 1) & & + & 0 & - & 0 & + \end{tabular}
So from the table above, we arrive at the final answer:
\left[ \begin{array}{ccc} x & < & -3 \\ x & > & 1 \end{array} \right.
3. Show that for all real x, (4x2 + 20x + 19) / (4x + 5) does not lie between 2 and 3.
One of the approach is to use proof by contradiction, assume that there exists some 2 < \alpha < 3, and there is some real number x
0, such that:
\frac{4x_0 ^ 2 + 20x_0 + 19}{4x_0 + 5} = \alpha
And try to see what contradiction it leads to.
---------------------
Another approach is to find the first, and second derivative of f(x) = \frac{4x ^ 2 + 20x + 19}{4x + 5}, and graph it. :)
---------------------
Another way is to use polynomial division, and then use the equality: a + b \geq 2 \sqrt{ab}, where a, b > 0.
f(x) = \frac{4x ^ 2 + 20x + 19}{4x + 5} = x + \frac{15}{4} + \frac{1}{4(4x + 5)} = \frac{5}{2} + \left( \frac{1}{4} (4x + 5) + \frac{1}{4(4x + 5)} \right)
Remember to split it into 2 cases where 4x + 5 is positive, and 4x + 5 is negative. :)
Дьявол said:
[...]
Now separate:
=x+15/4 + \frac{1}{4(4x+5)}}
What tells you the last equation?
Since 15/4=3.75, f(x) >3.75, hence you proved that the function does not 2 < f(x) < 3
Regards.
Now that I have nothing to say, are you sure f(-1000) > 3.75?! :|