Calculate the inverse of f(x) = x^3 = 3x^2 + 3x -1

  • Thread starter Thread starter mooneh
  • Start date Start date
  • Tags Tags
    Inverse
AI Thread Summary
To find the inverse of the function f(x) = x^3 - 3x^2 + 3x - 1, users suggest starting by identifying a root x0 that satisfies f(x) = 0. Polynomial long division can then be used to simplify the cubic function into a quadratic, which can be factored. There is a discussion about the use of Pascal's Triangle as a potentially easier method for factoring the polynomial. Participants emphasize the importance of following forum rules regarding providing full solutions. Overall, the conversation revolves around strategies for calculating the inverse of the given cubic function.
mooneh
Messages
24
Reaction score
0
f inverse for f(x)= x^3-3x^2+3x-1

i thought of taking x common factor x(x^2-3x+3)-1
but i got stuck with the quadratic equation !
HELP...
 
Physics news on Phys.org
The coefficients of x^3, x^2, x, and 1 are +1, -3, +3, -1, an interesting pattern. Can you guess a value of x that makes f(x)=0 ? Call that value x0. Then, you can divide f(x) by x-x0 using polynomial long division: http://www.purplemath.com/modules/polydiv2.htm. That will give you a quadratic that you can factorize.
 
better yet to factorise...from x^3-3x^2 is there any factor you can't take out to make it 3x-1?
 
Sorry!, please note that the rules for the Homework Help forums explicitly state that full answers should never be given to students.
 
ooooh my bad. sorry about that cristo... i never saw a post about rules :o

but yeah... mooneh have you ever used or heard of Pascals Triangle before it's much easier to factor than long/synthetic division etc. etc. especially for the particular function you stated... from there you just solve to get the inverse
 
Last edited:
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top