How to think while solving question like this? If $ax^2+bx+c=0$ has roots $A$ and $A^n$, then $(ac^n)^{1/(n+1)}+(a^nc)^{1/(n+1)}+b=0$.

68 Views Asked by At

I want to know what should be your thinking while solving this question.

$ax^2 + bx + c = 0$ has roots $A$ and $A^n$. Prove that $$(ac^n)^{1/(n+1)} + (a^nc)^{1/(n+1)} +b = 0$$

What are you thinking in your mind about the variables, about the steps?

You see, we don’t know $n$, $a$, $b$, $c$, neither $A$. But we know a equation and it has to be $0$.

I get these questions in mind:

  1. it that we require to know value of $n$ since that can tells us a huge guess to what are values of roots?

  2. So , in my way of thinking. I feel we need to know $a$, $c$, and $b$ values.

Please do share yours. I do not want a solution. Just how would you think in these types of questions.

3

There are 3 best solutions below

0
On BEST ANSWER

$ax^2 + bx + c = 0\;$ has roots $A$ and $A^n$. Prove that $$\left(ac^n\right)^{\frac1{n+1}}+\left(a^nc\right)^{\frac1{n+1}}+b=0$$

Since $\;\dfrac ca=A\cdot A^n=A^{n+1}\;,\;$ we get that

$\displaystyle\left(ac^n\right)^{\frac1{n+1}}+\left(a^nc\right)^{\frac1{n+1}}+b=$

$=\displaystyle\sqrt[n+1]{ac^n}+\sqrt[n+1]{a^nc}+b=$

$=c\;\sqrt[n+1]{\dfrac ac}+a\;\sqrt[n+1]{\dfrac ca}+b=$

$=c\;\sqrt[n+1]{\dfrac1{A^{n+1}}}+a\;\sqrt[n+1]{A^{n+1}}+b=$

$=\dfrac cA+aA+b=$

$=\dfrac1A\left(c+aA^2+bA\right)=$

$=\dfrac1A\left(aA^2+bA+c\right)=$

$=0\;\;$ indeed $\;A\;$ is a root of $\;ax^2+bx+c\;.$

So we have proved that

$\displaystyle\left(ac^n\right)^{\frac1{n+1}}+\left(a^nc\right)^{\frac1{n+1}}+b=0\;.$

4
On

Here is my hand written proof:

enter image description here

0
On

(While I often like to use the Viete relations, they aren't strictly necessary here...)

Since we are given the roots of the quadratic equation, we can write $$ a \ · \ (x - A) \ · (x - A^n) \ \ = \ \ ax^2 + bx + c \ \ . $$

This tells us that $ \ b \ = \ a \ · (-A \ - \ A^n) \ \Rightarrow \ a · (A \ + \ A^n) \ + \ b \ = \ 0 \ \ $ and $ \ a· A · A^n \ = \ a·A^{n+1} \ = \ c \ \ . $

Carry on...