Function can be tricky (3)

Algebra Level 3

f ( x + 1 x ) = x 5 + 1 x 5 f \left(x+\frac{1}{x}\right) = x^5+\frac{1}{x^5}

f ( 3 ) = ? f(3) = \, ?


The answer is 123.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

6 solutions

Chew-Seong Cheong
Aug 24, 2016

Since f ( x + 1 x ) = x 5 + 1 x 5 f \left(x + \dfrac 1x\right) = x^5 + \dfrac 1{x^5} , then if a + 1 a = 3 a + \dfrac 1a = 3 f ( 3 ) = a 5 + 1 a 5 \implies f(3) = a^5 + \dfrac 1{a^5} .

The problem can be solved using Newton's sums method . Let P n = a n + 1 a n P_n = a^n + \dfrac 1{a^n} , S 1 = a + 1 a = 3 S_1 = a + \dfrac 1a = 3 and S 2 = a 1 a = 1 S_2 = a \cdot \dfrac 1a = 1 . Then we have:

\(\begin{array} {} P_1 = S_1 & \implies a + \dfrac 1a = 3 & = 3 \\ P_2 = S_1P_1 - 2S_2 & \implies a^2 + \dfrac 1{a^2} = 3\cdot 3 - 2 & = 7 \\ P_3 = S_1P_2 - S_2P_1 & \implies a^3 + \dfrac 1{a^3} = 3\cdot 7 - 1\cdot 3 & = 18 \\ P_4 = S_1P_3 - S_2P_2 & \implies a^4 + \dfrac 1{a^4} = 3\cdot 18 - 1\cdot 7 & = 47 \\ P_5 = S_1P_4 - S_2P_3 & \implies a^5 + \dfrac 1{a^5} = 3\cdot 47 - 1\cdot 18 & = 123 \end{array} \)

f ( 3 ) = 123 \implies f(3) = \boxed{123}

An easier method would be to find x such that x+1/x=3 and then just expand using bionomial theorm , it was really easy as some terms got cancelled out.

A Former Brilliant Member - 4 years, 9 months ago

Log in to reply

Sorry, but I don't know how. I just wanted to show that it could be solved using Newton's sums method. I just did a spreadsheet and the answer came out.

Chew-Seong Cheong - 4 years, 9 months ago

Log in to reply

plz see my solution.

A Former Brilliant Member - 4 years, 9 months ago

Log in to reply

@A Former Brilliant Member Thanks. Read it but still don't know how. You need to learn up LaTex to present your solution.

Chew-Seong Cheong - 4 years, 9 months ago

Log in to reply

@Chew-Seong Cheong i don't know how to apply latex but just wrote in daum equation editor as suggested by you.

A Former Brilliant Member - 4 years, 9 months ago

Log in to reply

@A Former Brilliant Member You can see the keystrokes by choosing by clicking the top-right pull-down menu button (next to "Level 4") Toggle LaTex and learn. You can also see the keystrokes by placing your mouse cursor up the formulas.

Chew-Seong Cheong - 4 years, 9 months ago
Tommy Li
Aug 23, 2016

Let y y = x + 1 x x+\frac{1}{x} :

( x + 1 x ) 2 = x 2 + 2 ( x ) ( 1 x ) + 1 x 2 (x+\frac{1}{x})^2 = x^2+2(x)(\frac{1}{x})+\frac{1}{x^2}

x 2 + 1 x 2 = y 2 2 x^2+\frac{1}{x^2} = y^2-2


x 3 + 1 x 3 = ( x + 1 x ) ( x 2 ( x ) ( 1 x ) + 1 x 2 ) x^3+\frac{1}{x^3} = (x+\frac{1}{x})(x^2-(x)(\frac{1}{x})+\frac{1}{x^2})

x 3 + 1 x 3 = ( y ) ( y 2 2 1 ) x^3+\frac{1}{x^3} = (y)(y^2-2-1)

x 3 + 1 x 3 = y 3 3 y x^3+\frac{1}{x^3} = y^3-3y


( x 2 + 1 x 2 ) ( x 3 + 1 x 3 ) = x 5 + 1 x 5 + x + 1 x (x^2+\frac{1}{x^2})(x^3+\frac{1}{x^3}) = x^5+\frac{1}{x^5}+x+\frac{1}{x}

x 5 + 1 x 5 = ( y 2 2 ) ( y 3 3 y ) y x^5+\frac{1}{x^5} = (y^2-2)(y^3-3y)-y

x 5 + 1 x 5 = y 5 3 y 3 2 y 3 + 6 y y x^5+\frac{1}{x^5} = y^5-3y^3-2y^3+6y-y

x 5 + 1 x 5 = y 5 5 y 3 + 5 y x^5+\frac{1}{x^5} = y^5-5y^3+5y


f ( y ) = y 5 5 y 3 + 5 y \Rightarrow f(y)=y^5-5y^3+5y

f ( 3 ) = 3 5 5 ( 3 ) 3 + 5 ( 3 ) f(3)=3^5-5(3)^3+5(3)

f ( 3 ) = 123 f(3)=123

Aniruddha Bagchi
Jan 19, 2017

Here's a solution reverse engineered from @TommyLi 's solution using simple polynomial division : Solution Solution

Simone Masserini
Aug 28, 2016

y = x 2 + 1 x f ( x + 1 x ) = f ( y ) y=\frac{x^2+1}{x} \ \implies f(x+\frac{1}{x})=f(y)

f ( x 2 + 1 x ) = x 5 + 1 x 5 = x 10 + 1 x 5 = ( x 2 + 1 x ) ( x 8 x 6 + x 4 x 2 + 1 x 4 ) = f(\frac{x^2+1}{x})=x^5+\frac{1}{x^5}=\frac{x^{10}+1}{x^5}=\left(\frac{x^2+1}{x}\right)\left(\frac{x^8-x^6+x^4-x^2+1}{x^4}\right)=

= ( x 2 + 1 x ) ( ( x 2 + 1 x ) 4 5 x 6 + 5 x 4 + 5 x 2 x 4 ) = =\left(\frac{x^2+1}{x}\right)\left(\left(\frac{x^2+1}{x}\right)^4-\frac{5x^6+5x^4+5x^2}{x^4}\right)=

= ( x 2 + 1 x ) ( ( x 2 + 1 x ) 4 5 ( x 2 + 1 x ) 2 + 5 x 2 x 2 ) = =\left(\frac{x^2+1}{x}\right)\left(\left(\frac{x^2+1}{x}\right)^4-5\left(\frac{x^2+1}{x}\right)^2+5\frac{x^2}{x^2}\right)=

= y ( y 4 5 y 2 + 5 ) =y(y^4-5y^2+5)

y = 3 f ( 3 ) = 3 ( 3 4 5 3 2 + 5 ) = 123 y=3 \implies f(3)=3(3^4-5\cdot3^2+5)=123

Nivedit Jain
Aug 26, 2016

(x+1/x)^5=(x^5+1/x^5)+5(x+1/x)^3-5(x+1/x) (Using binomial theorem) So,f(x+1/x)=(x+1/x)^5 - 5(x+1/x)^3 +5(x+1/x) Put x+1/x=3 So f(3)=243-135+15 =123

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...