Questions
- Express $\frac{2}{1-3i}$ in the form of $a+ib$ where $a$ and $b$ are real numbers.
I solved it and get $a=\frac15$ and $b=\frac35$
- It is given that $\frac{2}{1-3i}$ is a root of the equation $px^{2}-4x+4=0$,where $p\in\mathbb{R}$.
a. Find the value of $p$.
b. Find the range of values of $r$ such that the quadratic equation $px^2-4x+4=rx^2$ has two distinct real roots.
Can anybody guide in how to proceed?
I assume that yoy want to find the value of $p$. First notice that $$z:=\frac{2}{1-3i}=\frac{2+6i}{10}=\frac{1+3i}{5}.$$ Now, since $z$ is a root of the polyonomial $p(x)=px^2-4x+4$, you need to solve for $p$ the following equation: $$p\left( \frac{1+3i}{5}\right)^2-4\left(\frac{1+3i}{5}\right)+4=0.$$ The solution is $p=10$.