-1

given that $a$ is real positive number such that $a^3+ \frac {1}{a^3}=18$ How can I calculate the value of $a^4+ \frac {1}{a^4}$ ?

heropup
  • 135,869
u100899
  • 327
  • What is the context of this problem? Have you tried to solve it? If so, what difficulty did you actually encounter? Supplying these details will assist a willing Reader to provide an Answer suitable to your level of effort and understanding. – hardmath Feb 25 '15 at 21:49

4 Answers4

3

Let $x \stackrel{\rm def}{=}a + \frac{1}{a}$. First, show that $x^3 = 3x + 18$; which implies $x = 3$. From there, we get (by computing $x^2$ then $x^4$) $$\frac{1}{a^2} + a^2 = 7$$ and $$\frac{1}{a^4} + a^4 = 47.$$

Clement C.
  • 67,323
Lozenges
  • 1,742
2

Hint: find the value of $a>0$. To do so, it suffices to find the value of $a^3$: do you know how to solve $A+\frac{1}{A}=\alpha$ for $A>0$?

Clement C.
  • 67,323
2

Denote $t=a^3$, then:

$a^3+\frac{1}{a^3}=18\implies$

$t+\frac{1}{t}=18\implies$

$t^2-18t+1=0\implies$

$t=\frac{18\pm\sqrt{324-4}}{2}\implies$

$a^3=\frac{18\pm\sqrt{324-4}}{2}\implies$

$a=\sqrt[3]{\frac{18\pm\sqrt{324-4}}{2}}\implies$

$a^4+\frac{1}{a^4}=\sqrt[3]{\frac{18\pm\sqrt{324-4}}{2}}^4+\frac{1}{\sqrt[3]{\frac{18\pm\sqrt{324-4}}{2}}^4}=47$

barak manos
  • 43,109
2

$a^4+\dfrac1{a^4}=\big(a^2\big)^2+\bigg(\dfrac1{a^2}\bigg)^2=\bigg(a^2+\dfrac1{a^2}\bigg)^2-2.\quad$ Similarly, $a^2+\dfrac1{a^2}=\bigg(a+\dfrac1a\bigg)^2-2$.

At the same time, $a^3+\dfrac1{a^3}=\bigg(a+\dfrac1a\bigg)\bigg(a^2+\dfrac1{a^2}-1\bigg).~$ Letting $S_n=a^n+\dfrac1{a^n}~,~$ we have

$~S_2=S_1^2-2,\quad~S_3=S_1~\Big(S_2-1\Big)=S_1~\Big(S_1^2-3\Big)=18,\quad~S_4=S_2^2-2.~$ It is trivial to

notice that $S_1=3$ is a solution for $S_3=18,~$ implying $S_2=7~$ and $~S_4=47$.

Lucian
  • 48,334
  • 2
  • 83
  • 154