Let $\alpha $, $\beta $ are the roots of $3x^2+x+5=0$

201 Views Asked by At

Let $\alpha $, $\beta $ are the roots of $3x^2+x+5=0$ then find a quadratic equation with roots as $\dfrac {\alpha +1}{\alpha -3}$ and $\dfrac {\beta +1}{\beta -3}$.

enter image description here

I got this solution but didn't understand what procedure is used, what concepts are used and how's it working?

4

There are 4 best solutions below

0
On

I think it's better to use the Viete theorem $$\alpha+\beta=-\frac{1}{3}$$ and $$\alpha\beta=\frac{5}{3}.$$ Thus, $$\frac{\alpha+1}{\alpha-3}+\frac{\beta+1}{\beta-3}=\frac{2\alpha\beta-2(\alpha+\beta)-6}{\alpha\beta-3(\alpha+\beta)+9}=...$$ and $$\frac{\alpha+1}{\alpha-3}\cdot\frac{\beta+1}{\beta-3}=\frac{\alpha\beta+\alpha+\beta+1}{\alpha\beta-3(\alpha+\beta)+9}=...$$

0
On

Hint: you can compute $\frac{\alpha+1}{\alpha-3}+\frac{\beta+1}{\beta-3}$ and $\frac{\alpha+1}{\alpha-3}\frac{\beta+1}{\beta-3}$ by $\alpha +\beta = -\frac{1}{3}$ and $\alpha\beta=\frac{5}{3}$.

1
On

For a different route, try this.

Let $a=\dfrac {\alpha +1}{\alpha -3}$ and $b=\dfrac {\beta +1}{\beta -3}$.

An equation with roots $a$ and $b$ is $(x-a)(x-b)=0$, or $x^2-(a+b)+ab=0$.

Now $$ a+b=\frac{2 (\alpha \beta - \alpha - \beta - 3)}{\alpha \beta - 3 \alpha - 3 \beta + 9}, \quad ab = \frac{\alpha \beta + \alpha + \beta + 1}{\alpha \beta - 3 \alpha - 3 \beta + 9} $$ Finally, $$ \alpha + \beta = -\frac{1}{3}, \quad \alpha \beta = \frac{5}{3} $$

0
On

$p(x)=3x^2+x+5$ is an irreducible polynomial over $\mathbb{Q}$ since it is an irreducible polynomial over $\mathbb{F}_2$. In particular its roots are algebraic conjugates over $\mathbb{Q}$ and any polynomial in $\mathbb{Q}[x]$ vanishing at $\frac{\alpha+1}{\alpha-3}$ vanishes at $\frac{\beta+1}{\beta-3}$ too. So the problem boils down to finding a polynomial vanishing at $A=\frac{\alpha+1}{\alpha-3}$. We may notice that $p(\alpha)=0$ implies $\alpha^2 = -\frac{1}{3}\alpha-\frac{5}{3}$ and $$\begin{array}{rcl}3(\alpha-3)^2 A^0 &=& 22-19\alpha \\ 3(\alpha-3)^2 A^1&=&-14-7\alpha\\ 3(\alpha-3)^2 A^2&=&-2+5\alpha,\end{array}$$ so by Gaussian elimination we have $35A^2+6A+7=0$.
In particular $q(x)=35x^2+6x+7$ is a polynomial vanishing at $\frac{\alpha+1}{\alpha-3}$ and $\frac{\beta+1}{\beta-3}$ as wanted.