-1

Let $x\in \Bbb R$ such that $\dfrac{x}{(x^{2}+x+1)}=\dfrac{1}{4}$. What is the value of $\dfrac{x^{3}}{(x^{6}+x^{3}+1)}$?

Lost1
  • 7,895
Aliakbar
  • 3,167
  • 2
  • 17
  • 27

1 Answers1

7

As $x\ne0,$ we have $$4=\frac{x^2+x+1}x=x+\frac1x+1\implies x+\frac1x=3$$

$$\text{Again }\frac{x^3}{x^6+x^3+1}=\frac1{x^3+\frac1{x^3}+1}$$

and using $\displaystyle a^3+b^3=(a+b)^3-3ab(a+b),$ $$x^3+\frac1{x^3}=\left(x+\frac1x\right)^3-3\cdot x\cdot\frac1x\left(x+\frac1x\right)=\left(x+\frac1x\right)^3-3\left(x+\frac1x\right)$$

Can you take it home from here?


Generalization

$$\left(x^m+\frac1{x^m}\right)\left(x^n+\frac1{x^n}\right)=x^{m+n}+\frac1{x^{m+n}}+x^{m-n}+\frac1{x^{m-n}}$$

$$\implies x^{m+n}+\frac1{x^{m+n}}=\left(x^m+\frac1{x^m}\right)\left(x^n+\frac1{x^n}\right)-\left(x^{m-n}+\frac1{x^{m-n}}\right)\ \ \ \ (1)$$

$$n=1\implies x^{m+1}+\frac1{x^{m+1}}=\left(x^m+\frac1{x^m}\right)\left(x+\frac1x\right)-\left(x^{m-1}+\frac1{x^{m-1}}\right)\ \ \ \ (2)$$

$m=1$ in $(2),$ $$\implies x^2+\frac1{x^2}=\left(x+\frac1x\right)\left(x+\frac1x\right)-\left(x^0+\frac1{x^0}\right)=\left(x+\frac1x\right)^2-2$$

$m=2$ in $(2),$ $$m=2\implies x^3+\frac1{x^3}=\left(x^2+\frac1{x^2}\right)\left(x+\frac1x\right)-\left(x+\frac1x\right)=\left(\left(x+\frac1x\right)^2-2\right)\left(x+\frac1x\right)-\left(x+\frac1x\right)=\left(x+\frac1x\right)^3-3\left(x+\frac1x\right)$$

  • i think your answer is superior to mine. this is a very nice observation. i learnt something new today. – Lost1 Jan 01 '14 at 15:05
  • @Lost1, many a times, solution may be too complex to deal with:) For example, $$x+\frac1x=1, x^3=?$$ – lab bhattacharjee Jan 01 '14 at 15:07
  • yeah, if i am a teacher, then this is a manipulating surds questions for the average kids :P – Lost1 Jan 01 '14 at 15:10
  • @Lost1, yes $x+\frac1x$ is really fascinating term : http://math.stackexchange.com/questions/403025/equation-with-high-exponents and http://math.stackexchange.com/questions/480102/quadratic-substitution-question – lab bhattacharjee Jan 01 '14 at 15:26
  • @CarstenSchultz, not sure if I've understood your query/confusion? – lab bhattacharjee Jan 01 '14 at 15:44
  • Ok, I have removed my confused comment, but I now get the general principle here: Every rational function $q(x)$ with $q(x)=q(1/x)$ can be written as a rational function in $x+1/x$. Neat. – Carsten S Jan 01 '14 at 17:19
  • Hence, as you have explained, the problem becomes: Assuming $\frac1{u+1}=\frac14$, what is $\frac1{u^3-3u+1}$? – Carsten S Jan 01 '14 at 17:26