Solving cubic roots (with imaginary number)

AI Thread Summary
To solve the cubic root of the complex number (0.1 - 0.3j), converting the number into polar form is essential. The discussion emphasizes that treating it as a standard cubic function is inappropriate due to its complex nature. Participants highlight the need to express the complex number in polar coordinates using the formulas for r and theta. There is confusion about how to perform this conversion, indicating a gap in understanding complex number operations. Ultimately, mastering the polar form is crucial for accurately finding the values of a and b in the equation.
jeff1evesque
Messages
312
Reaction score
0

Homework Statement


(0.1 - 0.3j)^(1/3) = a + bj, where j is the imaginary number or more specifically sqrt(-1).
Does anyone know how to solve for a and b?


Homework Equations


I've looked at cubic function equations, along with some polar equations. However, the latter requires some angle to be involved, and I have no such angle. When I try to solve the problem straight out, I get something really crazy.


The Attempt at a Solution


For instance, I get:
(a + bj)^3 = a^3 + 3a^2bi + 3ab^2 - b^3i = 0.1 - 0.3j

thanks,


JL
 
Physics news on Phys.org
You aren't supposed to treat it as a cubic function, that would be crazy.

They're all complex numbers, so what happens when you change them all to polar form?
 
queenofbabes said:
You aren't supposed to treat it as a cubic function, that would be crazy.

They're all complex numbers, so what happens when you change them all to polar form?

That's the part I would like to know I guess- which I am not sure about how to do. Could you help me, doing it the other way as I expanded the polynomial was just impossible.
 
Do you know how to convert to polar form?

What is 0.1 - 0.3j in polar form?
Therefore what is (0.1-0.3j)^1/3 in polar form?
 
queenofbabes said:
Do you know how to convert to polar form?

What is 0.1 - 0.3j in polar form?
Therefore what is (0.1-0.3j)^1/3 in polar form?

to convert to polar form we convert the following:
x = rcos(theta),
y = rsin(theta),
z = sqrt(x^2 + y^2)

But I can't see how this would convert our equation to polar coordinates. So I guess I don't know how to do the conversion.
 
I guess not. I'm referring to the polar form of an imaginary number, expressed as z = r e^(theta)

so for z = a + ib
r = sqrt (a^2 + b^2)
tan (theta) = b/a

It should be in your textbook somewhere...
 
queenofbabes said:
I guess not. I'm referring to the polar form of an imaginary number, expressed as z = r e^(theta)

so for z = a + ib
r = sqrt (a^2 + b^2)
tan (theta) = b/a

It should be in your textbook somewhere...

Oh yea, I saw this on wikipedia earlier today, but didn't know how to use it. I've never seen such an equation till today. My multivariate calculus course I don't think covered this.
 
This isn't calculus. This is complex numbers...
 
Back
Top