Ask Experts Questions for FREE Help !
Ask
    phoenirius's Avatar
    phoenirius Posts: 34, Reputation: 1
    Junior Member
     
    #1

    Jan 23, 2006, 06:56 PM
    Polynomial Functions
    How would you solve x^3-3x^2+2=0?



    Given P(x)=x^3-2x^2-x+8 how could you use its graph to solve x^3-2x^2>4x-8? Does it show you where it shifts and to what quadrant? I'm confused. What is the solution to x^3-2x^2>4x-8?


    Thank you.
    dmatos's Avatar
    dmatos Posts: 204, Reputation: 26
    Full Member
     
    #2

    Jan 24, 2006, 11:03 AM
    Solving x^3-3x+2=0, you can try and factor it, or you can use Newton's method. Let's go the factoring route first:
    (x+a)(x+b)(x+c) = x^3 + (ab+ac+bc)x^2 + (a+b+c)x + abc
    From your equation, abc=2, a+b+c=0 Any ideas? I've got one, a=b=-1, c=2. Does that give you the correct coefficient for x^2? Yup. Okay, so that's how I'd solve that equation.

    Second part of your post, given P(x) = x^3-2x^2-4x+8, (note the bold. I'm assuming you made a typo), how could you use the graph to solve inequality (.. . )?

    Well, let Q(x) = x^3-2x^2, R(x) = 4x-8.

    P(x) = Q(x) - R(x), right?

    Your inequality is

    Q(x) > R(x), but if we move all of the terms over to the left side:
    Q(x) - R(x) > 0, hey, we can re-write this!
    P(x) > 0

    So, if you can plot P(x), the solution to the inequality will be all values of x for which P(x) > 0.

    If you want to figure out what the solution to the inequality is, factor P(x) to find out where the zeros of the equation are, then just perform a test of a number between each of the zeros, and above the highest & below the lowest.

Not your question? Ask your question View similar questions

 

Question Tools Search this Question
Search this Question:

Advanced Search


Check out some similar questions!

Polynomial Functions [ 1 Answers ]

Using transformations and the zeros of the polynomial function f(x)=x(x-4)(x+2) how could you determine the zeros of y=f(2x)?? Thanks

Functions [ 7 Answers ]

Why would f(x) =pi/4x^3-sqrt2x+4 be classified as a polynomial? How would you determine the domain and range of y=x^4-4x^2? Assuming that the zeros of the function y=x^3+mx^2+nx+2 are integers how would you determine the values of m and n?? Thank you.

Algebra of functions [ 1 Answers ]

#1 Given f(x)-x^2-4 and g(x)=2x-1 how would you determine the value of (f+g)(3) and (f/g)(-1)? #2 If f(x)=x+2 and g(x)=x how would you find the value or values for which (fg)(x)=8? Thank you.

PHP ftp functions [ 1 Answers ]

I am trying to write a page to ftp files from my PC to my website. I am able to connect and log in using ftp_connect() and ftp_login(), but the ftp_put function won't work. What do I use as the values for the parameters? $upload= ftp_put($conn_id,$destination_file,$source_file,FTP_ASCII); if...


View more questions Search