(x+4) (x-2) = 2√(x^2+2x-5) Tham khảo câu trả lời từ Trợ lý ảo Lazi To solve the equation \((x+4)(x-2) = 2\sqrt{x^2 + 2x - 5}\), let's go through the steps methodically. 1. **Expand the left-hand side:** \[ (x+4)(x-2) = x^2 - 2x + 4x - 8 = x^2 + 2x - 8 \] So the equation becomes: \[ x^2 + 2x - 8 = 2\sqrt{x^2 + 2x - 5} \] 2. **Isolate the square root term:** \[ x^2 + 2x - 8 = 2\sqrt{x^2 + 2x - 5} \] 3. **Square both sides to eliminate the square root:** \[ (x^2 + 2x - 8)^2 = (2\sqrt{x^2 + 2x - 5})^2 \] Simplifying the right-hand side: \[ (x^2 + 2x - 8)^2 = 4(x^2 + 2x - 5) \] 4. **Expand the left-hand side:** \[ (x^2 + 2x - 8)^2 = (x^2 + 2x - 8)(x^2 + 2x - 8) \] Using the distributive property (FOIL method): \[ (x^2 + 2x - 8)(x^2 + 2x - 8) = x^4 + 2x^3 - 8x^2 + 2x^3 + 4x^2 - 16x - 8x^2 - 16x + 64 \] Combine like terms: \[ x^4 + 4x^3 - 12x^2 - 32x + 64 \] 5. **Set the expanded left-hand side equal to the right-hand side:** \[ x^4 + 4x^3 - 12x^2 - 32x + 64 = 4(x^2 + 2x - 5) \] Expand the right-hand side: \[ 4(x^2 + 2x - 5) = 4x^2 + 8x - 20 \] 6. **Move all terms to one side to set the equation to zero:** \[ x^4 + 4x^3 - 12x^2 - 32x + 64 - 4x^2 - 8x + 20 = 0 \] Combine like terms: \[ x^4 + 4x^3 - 16x^2 - 40x + 84 = 0 \] 7. **Solve the polynomial equation:** This is a quartic equation, which can be challenging to solve analytically. However, we can check for possible rational roots using the Rational Root Theorem, which suggests that any rational solution is a factor of the constant term (84) divided by a factor of the leading coefficient (1). Possible rational roots to test: \( \pm 1, \pm 2, \pm 3, \pm 4, \pm 6, \pm 7, \pm 12, \pm 14, \pm 21, \pm 28, \pm 42, \pm 84 \). Testing \( x = 2 \): \[ 2^4 + 4(2)^3 - 16(2)^2 - 40(2) + 84 = 16 + 32 - 64 - 80 + 84 = -12 + 84 = 72 \neq 0 \] Testing \( x = -2 \): \[ (-2)^4 + 4(-2)^3 - 16(-2)^2 - 40(-2) + 84 = 16 - 32 - 64 + 80 + 84 = 84 \neq 0 \] Continue testing other possible rational roots similarly. 8. **Verify solutions:** After finding potential solutions, substitute them back into the original equation to verify if they satisfy it. Given the complexity of solving quartic equations, it might be more practical to use numerical methods or graphing tools to approximate the roots.