My professor gave me the above problem as test preparation, and I am feeling a bit lost at how to solve it. I looked up the answer in the back of my book, and I didn't really understand the logic behind it. I was hoping someone could shed some insight into the problem solving process since I will have a similar, but not identical, question on my test. Without further ado, here is the solution:
Let $$ f(z) = \sqrt[3]{(z-1)(z-2)(z-3)} = \text{exp}(\frac{1}{3}\text{log}[(z-1)(z-2)(z-3)]) $$
where
$$ \text{log}((z-1)(z-2)(z-3)) = \int_4^z{\frac{[(z-1)(z-2)(z-3)]'}{(z-1)(z-2)(z-3)}dz} + \text{log} (6) \text{, for } z \in \mathbb{C} \backslash (-\infty, 3]$$
Then, it can be shown that $ f(z) $ defines a function that is continuous at all points $ x \in \mathbb{R} \text{ such that } x \lt 1 $.
There are many things I don't understand about this, mostly related to the choice of logarithm. Why is the integral from 4 to z? Why do you add log(6)? Why is it defined on $ \mathbb{C} \backslash (-\infty, 3] $? How can I figure out how to solve problems like this in similar cases?
Furthermore, what is the easiest way to show continuity on the real axis where x < 1? Thanks for the help.