0
$\begingroup$

If $k$ be a root of the equation $4x^2+ 2x -1 = 0$ then prove that $4k^3-3k$ is the other root.

I simply get the other root as $-\dfrac{1}{4k}$.

As product of roots is $-\dfrac{1}{4}$.

But how to prove that?

3 Answers 3

2

Let the other root be given by $\alpha $. Then we have, $$ k+\alpha =- 0.5 \text { and } k\alpha =-0.25$$ Then, $k-\alpha = \sqrt { (k+\alpha)^2-4k\alpha} = \sqrt {0.25+1} =\frac {\sqrt {5}}{2} $

Thus, $k = \frac {\sqrt {5}-1}{4} $ and $\alpha = -\frac {\sqrt {5}+1}{4} $. We know that $\sin 18^\circ = \frac {\sqrt {5}-1}{4} = k $ and $\sin 54^\circ = \frac {\sqrt {5}+1}{4} = -\alpha = \sin (3\times 18^\circ) = -4\sin^3 18^\circ + 3\sin 18^\circ = -4k^3+3k $ giving us $\alpha =4k^3-3k $ proving the result. Hope it helps.

  • 0
    For derivation of $\sin 18^\circ $ and related angles, see [here](http://m.meritnation.com/ask-answer/question/find-the-values-of-sin-18-sin-36-sin-54-sin-72-sin-90-s/math/1925967).2017-01-31
  • 0
    A quibble: the problem stipulates that $k$ is **a** root of the quadratic. But this answer deduces, midway through, that it is a **specific** root.2017-01-31
  • 1
    Less of a quibble: The deduced value of $\alpha$ needs a minus sign. (As given, the two roots are not conjugates.). This casts doubt on the rest of the answer.2017-01-31
2

By Vieta $\,k'\! = $ other root $\iff kk' = -\frac{1}4\iff 4kk'+1 = 0,\,$ which is true for $\,k' = 4k^3-3k$

$$ \begin{align} 4k\,(\overbrace{4k^3-3k}^{\large k'})+1 &=\, (4k^2-1)^2-\,(2k)^2\\[.2em] &=\, (\color{#c00}{4k^2-1+2k})\ (4k^2-1-2k)\\[.2em] &=\,\ \color{#c00}0 \end{align}$$

  • 1
    **Note** We could convert to a monic polynomial by changing variables $\,X = 2x,\ K = 2k,\ K' = 2k'\,$ as in the [AC-method.](http://math.stackexchange.com/a/738479/242) Then the above is $$\begin{align} \overbrace{K}^{\large 2k}\,(\overbrace{K^3-3K}^{\large 2k'})+1 &=\, (K^2-1)^2-\,K^2\\[.2em] &=\, (\color{#c00}{K^2-1+K})\ (K^2-1-K)\\[.2em] &=\,\ \color{#c00}0 \end{align}$$2017-01-31
-1

Consider $2x=T$.
You can then solve it quickly.

  • 1
    How , we can solve it quickly2017-01-31
  • 0
    using delta....... Easy peasy in case of a quadratic equation with a positive discriminate, the roots are real while a 0 discriminate indicates a single real root. A negative discriminant indicates imaginary (complex number format) roots.the discriminant of the equation a(x^2) + bx + c is (b^2) - 4ac. This is a straightforward way of calculating the discriminant. This same discriminant can be used to even find the roots of the quadratic equation.2017-02-04