Question

Difficulty: HardQuadratic Equations and Polynomial Factoring

If xx is a real number satisfying the equation x2+18x2+3=8x^2 + \frac{18}{x^2 + 3} = 8, what is the value of x2x^2?

Answer: 6

Answer

The value of x2x^2 is 6.
Substituting u=x2u = x^2 converts the equation to u+18u+3=8u + \frac{18}{u+3} = 8. Multiplying through by (u+3)(u+3) yields u2+3u+18=8u+24u^2 + 3u + 18 = 8u + 24, which simplifies to the quadratic equation u25u6=0u^2 - 5u - 6 = 0. Factoring gives (u6)(u+1)=0(u-6)(u+1) = 0, so u=6u = 6 or u=1u = -1. Because xx must be a real number, x2x^2 must be non-negative, eliminating u=1u = -1. Thus, x2=6x^2 = 6.

Step-by-Step Solution

1
Substitute a temporary variable u=x2u = x^2 into the given equation
u+18u+3=8u + \frac{18}{u + 3} = 8
Using substitution simplifies the fourth-degree rational equation into a standard quadratic structure.
2
Clear the denominator by multiplying the entire equation by (u+3)(u + 3)
u(u+3)+18=8(u+3)u(u + 3) + 18 = 8(u + 3), which expands to u2+3u+18=8u+24u^2 + 3u + 18 = 8u + 24
Eliminating fractions allows rearranging terms into polynomial form.
3
Rearrange terms into standard quadratic form au2+bu+c=0au^2 + bu + c = 0
u25u6=0u^2 - 5u - 6 = 0
Moving all terms to one side prepares the expression for factoring.
4
Factor the quadratic polynomial into linear binomial factors
(u6)(u+1)=0(u - 6)(u + 1) = 0, giving u=6u = 6 or u=1u = -1
The roots of the transformed equation represent candidate values for x2x^2.
5
Apply the constraint that xx is a real number to test candidate values
Since x20x^2 \geq 0 for all real xx, u=1u = -1 is rejected, leaving u=x2=6u = x^2 = 6
Squaring any real number yields a non-negative result.

Key Concept

Solving rational equations reducible to quadratics via algebraic substitution and rejecting non-real roots.
Estimated Time:2m 0s
Rate this question