Solve this plss ?

if (a + 1/a )^2 = b
then what is (a^3 + 1/a^3) in terms of b ?

Shruti2014-05-15T07:42:33Z

Favorite Answer

note that ( x^3 + y^3 ) = (x+y) ( x^2 - xy + y^2)

(a^3 + 1/a^3 ) = ( a + 1/a) ( a^2 - a/a + 1/a^2)

(a^3 + 1/a^3 ) = ( a+1/a) ( a^2 + 1/a^2 -1) .....(i)

now, (a+1/a) ^2 = b
= a^2 + 2a/a + 1/a^2 =b
= a^2 + 1/a^2 = b-2 .....(ii)

and , (a+1/a) = +/- sqrt(b) ....(iii)

put (ii) and(iii) in (i),

(a^3 + 1/a^3) = +/- sqrt(b) ( b-2-1)
= +/- sqrt(b) (b-3) .....ans

Eliot2014-05-15T14:37:07Z

If you expand (a + 1/a)³ you will get...
a⅓ + ⅟a³ + 3(a + 1/a)
therefore a⅓ + ⅟a³ = 3√b + √b³

?2014-05-15T14:47:57Z

[a + ( 1 / a ) ]^3 = a^3 + 3a + (3 / a ) + 1 / a^3
b^( 3 / 2 ) = a^3 + (1 / a^3 ) + 3 sqrt ( b )
b^( 3 / 2 ) - 3 sqrt b = a^3 + ( 1 / a^3 )

Kaitlyn Ann2014-05-15T14:48:01Z

22