Chapter 10: Problem 99
Some equations have nonreal complex solutions. To see how these nonreal complex solutions are related. Consider the equation \(x^{2}-2 x+26=0 .\) Show that each number is a solution of the equation. (a) \(1+5 i\) (b) \(1-5 i\)
Short Answer
Expert verified
Both \( 1+5i \) and \( 1-5i \) are solutions of the equation.
Step by step solution
01
Identify the Quadratic Equation
The given quadratic equation is: \[ x^{2} - 2x + 26 = 0 \]
02
Substitute First Solution
Substitute \( x = 1 + 5i \) into the equation: \[ (1+5i)^{2} - 2(1+5i) + 26 = 0 \]
03
Expand and Simplify
First calculate \((1+5i)^2 \): \[ (1+5i)^2 = 1^2 + 2(1)(5i) + (5i)^2 = 1 + 10i - 25 = -24 + 10i \]
04
Continue Simplification
Substitute \( -24 + 10i \) back into the equation: \[ -24 + 10i - 2(1 + 5i) + 26 = 0 \] Now simplify \[ -24 + 10i - 2 - 10i + 26 = 0 \] \[ -26 + 26 = 0 \] \[ 0 = 0 \] Therefore, \( 1 + 5i \) is a solution.
05
Substitute Second Solution
Substitute \( x = 1 - 5i \) into the equation: \[ (1-5i)^{2} - 2(1-5i) + 26 = 0 \]
06
Expand and Simplify
First calculate \((1-5i)^2 \): \[ (1-5i)^2 = 1^2 + 2(1)(-5i) + (-5i)^2 = 1 - 10i - 25 = -24 - 10i \]
07
Continue Simplification
Substitute \( -24 - 10i \) back into the equation: \[ -24 - 10i - 2(1 - 5i) + 26 = 0 \] Now simplify \[ -24 - 10i - 2 + 10i + 26 = 0 \] \[ -26 + 26 = 0 \] \[ 0 = 0 \] Therefore, \( 1 - 5i \) is a solution.
Unlock Step-by-Step Solutions & Ace Your Exams!
-
Full Textbook Solutions
Get detailed explanations and key concepts
-
Unlimited Al creation
Al flashcards, explanations, exams and more...
-
Ads-free access
To over 500 millions flashcards
-
Money-back guarantee
We refund you if you fail your exam.
Over 30 million students worldwide already upgrade their learning with 91Ó°ÊÓ!
Key Concepts
These are the key concepts you need to understand to accurately answer the question.
Quadratic Equation
A quadratic equation is a type of polynomial equation with the highest power of the unknown variable, typically denoted as x, being 2. It is generally written in the standard form: \[ ax^2 + bx + c = 0 \]where a, b, and c are constants, and a ≠0. Quadratic equations are key in Algebra and appear in various real-world scenarios, from physics (projectile motion) to finance (parabolas for profit maximization). They can be solved using multiple methods:
- Factoring: Expressing the quadratic equation as a product of binomials, if possible.
- Quadratic Formula: Using the formula \[ x = \frac{-b \, \textpm \sqrt{b^2 - 4ac}}{2a} \] to find the roots directly.
- Completing the Square: Transforming the quadratic into a perfect square form \[ (x + p)^2 = q \] to solve for x.
- Graphing: Plotting the quadratic function and identifying the x-intercepts as the solutions.
Imaginary Numbers
To understand complex solutions, let's introduce imaginary numbers. An imaginary number is based on the imaginary unit i, where \[ i^2 = -1 \]. By this definition, the square root of a negative number is no longer undefined but can be expressed using i:
- For example, \[ \sqrt{-25} = \sqrt{25} \cdot \sqrt{-1} = 5i \].
Complex Solutions
When solving a quadratic equation, we sometimes encounter nonreal complex solutions, especially when the discriminant \[ b^2 - 4ac \] is negative. In such cases, the roots of the quadratic equation are complex numbers.In our example: \[x^2 - 2x + 26 = 0\]. Let's break this down with our given solutions:
- First Solution: Substitute \[x = 1 + 5i \] into the equation:\[ (1+5i)^2 - 2(1+5i) + 26 = 0 \]Expand and simplify: \[ (1+5i)^2 = 1 + 10i - 25 = -24 + 10i \]Then, substitute back into the equation:\[ -24 + 10i - 2(1 + 5i) + 26 = 0 \]Simplify further:\[ -24 + 10i - 2 - 10i + 26 = 0 \]This simplifies to:\[ -26 + 26 = 0 \], confirming that \[1 + 5i\] is a solution.
- Second Solution: Substitute \[x = 1 - 5i \]:\[ (1-5i)^2 - 2(1-5i) + 26 = 0 \]Calculate \[(1-5i)^2\] and simplify:\[ (1-5i)^2 = 1 - 10i - 25 = -24 - 10i \]Substitute back into the equation:\[ -24 - 10i - 2(1 - 5i) + 26 = 0 \]Simplify further:\[ -24 - 10i - 2 + 10i + 26 = 0 \], which results in:\[ -26 + 26 = 0 \], verifying that \[1 - 5i\] is also a solution.