Problem 48

Question

Solve the equation by completing the square. $$ x^{2}-10 x=1 $$

Step-by-Step Solution

Verified
Answer
The solutions are \( x = 5 + \sqrt{26} \) and \( x = 5 - \sqrt{26} \).
1Step 1: Move Constant to the Right Side
The first step is to isolate the quadratic terms on the left side. Rewrite the equation as: \[ x^2 - 10x = 1 \]
2Step 2: Find the Number to Complete the Square
To complete the square, take half of the coefficient of \( x \) (which is 10), and square it. So, \( \left( \frac{-10}{2} \right)^2 = 25 \).
3Step 3: Add and Subtract the Square on the Left Side
Add and subtract 25 on the left side to balance the equation. This gives: \[ x^2 - 10x + 25 = 1 + 25 \]
4Step 4: Write as a Perfect Square
Now the left side is a perfect square trinomial. Rewrite it as: \[ (x - 5)^2 = 26 \]
5Step 5: Solve for x by Taking the Square Root
Take the square root of both sides of the equation: \[ x - 5 = \pm \sqrt{26} \]
6Step 6: Isolate x
Solve for \( x \) by adding 5 to both sides: \[ x = 5 \pm \sqrt{26} \] This yields two solutions for \( x \).

Key Concepts

Quadratic EquationPerfect Square TrinomialSquare Root Property
Quadratic Equation
A quadratic equation is a second-degree polynomial equation in the form of \( ax^2 + bx + c = 0 \). Here, \( a \), \( b \), and \( c \) are constants, with \( a eq 0 \). It typically has the following characteristics:
  • The highest power of the variable, \( x \), is 2.
  • It can have up to two real solutions, which are the values of \( x \) that satisfy the equation.
In the original exercise, our quadratic equation is \( x^2 - 10x = 1 \). To solve it, we aim to isolate the quadratic and linear terms from the constant to work towards completing the square. This involves transforming the equation such that we can easily apply other solution techniques, like using the square root property.
Perfect Square Trinomial
A perfect square trinomial is a special form of polynomial. It can be written as \( (x + d)^2 = x^2 + 2dx + d^2 \), where \( d \) is any real number. This form makes equations easier to solve, especially when solving by completing the square.In the context of our exercise, we began with \( x^2 - 10x \). By completing the square, we modified it to become a perfect square trinomial. Here's how:
  • Took half of the coefficient of \( x \) (which was -10), resulting in -5.
  • Squared this half: \((-5)^2\), resulting in 25.
  • Added and subtracted this 25 to the equation.
By adding 25, the expression \( x^2 - 10x + 25 \) now transformed into the perfect square trinomial \((x - 5)^2\). This modification allows for simplifying the equation and is foundational when solving equations via the square root property.
Square Root Property
The square root property is a method that allows us to solve equations once they are in the form of a squared term set equal to a constant. For any equation in the form \( (x - d)^2 = k \), this property allows us to directly take the square root of both sides:
  • \( x - d = \pm \sqrt{k} \)
In the example from the exercise, after forming the perfect square \((x - 5)^2 = 26\), we applied the square root property:
  • \( x - 5 = \pm \sqrt{26} \)
The "\( \pm \)" symbol indicates that there are two potential solutions — a crucial aspect when dealing with quadratic equations. Finally, to find \( x \), we moved the constant term by adding 5 to each side, resulting in the solutions \( x = 5 + \sqrt{26} \) and \( x = 5 - \sqrt{26} \). This approach is not only simple but also very effective for such quadratic expressions.