SOLUTION: Find the solutions x of the equation 2ix^2 + x + 15i = 7ix - 4

Algebra ->  Complex Numbers Imaginary Numbers Solvers and Lesson -> SOLUTION: Find the solutions x of the equation 2ix^2 + x + 15i = 7ix - 4      Log On


   



Question 1209642: Find the solutions x of the equation
2ix^2 + x + 15i = 7ix - 4

Answer by CPhill(2189) About Me  (Show Source):
You can put this solution on YOUR website!
Here's how to solve the given complex quadratic equation:
1. **Rearrange the equation:**
Combine like terms and move everything to one side to get a standard quadratic form:
2ix² + x + 15i - 7ix + 4 = 0
2ix² + (1 - 7i)x + (4 + 15i) = 0
2. **Use the quadratic formula:**
For a quadratic equation of the form ax² + bx + c = 0, the solutions are given by:
x = (-b ± √(b² - 4ac)) / 2a
In our case:
* a = 2i
* b = (1 - 7i)
* c = (4 + 15i)
3. **Substitute and solve:**
x = (-(1 - 7i) ± √((1 - 7i)² - 4 * 2i * (4 + 15i))) / (2 * 2i)
x = (-1 + 7i) ± √((1 - 14i - 49) - 8i(4 + 15i)) / 4i
x = (-1 + 7i) ± √(-48 - 14i - 32i + 120) / 4i
x = (-1 + 7i) ± √(72 - 46i) / 4i
4. **Simplify the square root:**
Let's find the square root of 72 - 46i. We're looking for a complex number p + qi such that (p + qi)² = 72 - 46i.
(p + qi)² = p² + 2pqi - q² = 72 - 46i
This gives us two equations:
p² - q² = 72
2pq = -46, or pq = -23, so q = -23/p
Substitute q = -23/p into the first equation:
p² - (-23/p)² = 72
p² - 529/p² = 72
p⁴ - 72p² - 529 = 0
This is a quadratic equation in p². Let k = p²:
k² - 72k - 529 = 0
k = (72 ± √(72² + 4*529))/2 = (72 ± √(5184+2116))/2 = (72 ± √7300)/2 = 36 ± √1825 = 36 ± 5√73
Since p² must be positive, we take the positive solution:
p² = 36 + 5√73
p = ±√(36 + 5√73)
Since pq = -23, the sign of q will be opposite the sign of p. We'll use the positive root for p to make calculations easier:
p = √(36 + 5√73)
q = -23/√(36 + 5√73)
So, √(72 - 46i) = √(36 + 5√73) - (23i)/√(36 + 5√73)
5. **Substitute back into the quadratic formula:**
Now substitute this back into the solution for x. The expressions will be quite messy, but this gives the exact solutions.
6. **Rationalize the denominator (optional):** You can multiply the numerator and denominator by the conjugate of the denominator if you want to rationalize.
Because the square root is messy, the solutions for x are also going to be messy. The key is to follow the steps carefully. If you have a specific question about simplifying the complex numbers, let me know.