1
$\begingroup$

Please, help me to solve this equation. No advanced math should be needed.

$ 3x^2 - 4x + \sqrt{3x^2 - 4x - 6} = 18 $

I'm clueless. It should be simple.

  • 0
    I tried lots of things... I noticed that $3x^2 - 4x$ is repeated, so I tried to substitute it for a simpler variable. But it doesn't simplify anything, the numbers become unworkable without a calculator. I tried isolating the root and then squaring both sides, but then I'm left with a 4th degree polynomial expression... Anyway, I'll try what David suggested. Thanks!2012-07-24

3 Answers 3

1

Put $u = 3x^2 - 4x$. Then the equation becomes $ u + \sqrt{u - 6} = 18.$ Once you solve for $u$ in the auxillary equation, you are left with a quadratic.

  • 2
    Two comments appeared whilst I was writing this. These methods will also work; we are all playing variations on a theme.2012-07-24
3

No advanced math is needed.

  • Denote $u = \sqrt{3 x^2 - 4x -6}$.
  • Write the original equation in terms of $u$. You should get a quadratic equation.
  • Solve it.
  • For each root $u_\ast$ found, solve $3 x^2 - 4x -6 = u_\ast^2$.
  • Verify your solutions against the original equation and weed out extraneous solutions.
3

Hint : set $u:= \sqrt{3 x^2-4x-6}$ then your equation becomes $u^2+6+u=18$ or $u^2+u-12=0$