Showing posts with label Polynomials. Show all posts
Showing posts with label Polynomials. Show all posts

Sunday, May 31, 2015

What is the number of turning points in the graph of the function of x defined below?

y = 2x2 + 5x - 7


Solution:


The polynomial y has degree n=2 so the maximum number of turns it can have is n-1 = 2-1 = 1. (In fact we know that our polynomial is a quadratic and it opens upwards so this is another way to know it only has one turn).

The polynomial equation x(x2+4)(x2-x-6)=0 has how many real roots?

Solution:


x2+4 contributes complex zeros. This means that the factors x and x2-x-6 contribute real zeros. Therefore the polynomial has 3 real zeros

Saturday, December 13, 2014

Monday, April 21, 2014

What is the solution for x? sqrt(x+5)=x^2-5

The solution is very long a little tough...but I will summarize...

square both sides to get:
%28x%5E2-5%29%5E2=x%2B5
Simplify and rewrite as
P=x%5E4-10x%5E2-x%2B20
We wish to write this as a product of square polynomials, so after some careful thought and experimentation we use

P=%28x%5E2-a%29%5E2-%28bx%2Bc%29%5E2

When we expand this version and compare coefficients we can determine that

1) -2a-b%5E2=-10
2) -2bc=-1
3) a%5E2-c%5E2=20

This nonlinear can be solved by substitution. It has a rational solution of
a=9%2F2
b=1
c=1%2F2

therefore we can write:

P=%28x%5E2-9%2F2%29%5E2-%28x%2B1%2F2%29%5E2
and that means
x%5E4-10x%5E2-x%2B20=%28x%5E2-9%2F2%29%5E2-%28x%2B1%2F2%29%5E2

so that
x%5E4-10x%5E2-x%2B20=%28x%5E2%2Bx-5%29%28x%5E2%2Bx-4%29

and we know there are only two solutions so...
x=%28-1-sqrt%2817%29%29%2F2
x=%281%2Bsqrt%2821%29%29%2F2






Friday, April 4, 2014

Find the polynomial of least degree having zeros: -5i and 6+i

Assuming you are familiar with the theory... 

-5i is a root of x^2+25
6+i comes from x^2-12x+37
...their product is... 
(x^2+25)(x^2-12x+37)=
x^4-12x^3+62x^2-300x+925
(and any constant multiple of this will due)

Tuesday, January 21, 2014

Solve the equation 3x^3+x^2-8x+4=0

by synthetic division we can determine that
3x%5E3%2Bx%5E2-8x%2B4=%28x-1%29%283%2Ax%5E2%2B4x-4%29
then by some other method we can see that
%283%2Ax%5E2%2B4x-4%29=%283x-2%29%28x%2B2%29

therefore the solution is:
{ 1, 2/3, -2}

Sunday, December 1, 2013

Saturday, November 30, 2013

Use the Rational Zero Test to list all possible rational zeros of f. f(x)=x^3-4x^2-4x+16

since the leading coefficient is 1, we only look at the constant terms factors
16:
1, -1, 2, -2, 4, -4, 8, -8, 16, -16
in fact toe actual zeros are -2, 2, and 4

Saturday, November 23, 2013

Find the complex zeros of each polynomial function. write f in factored form. f(x)=x^4+ 2x^3 + 22x^2 +50x- 75

x^4+ 2x^3 + 22x^2 +50x- 75=
(2x^3 +50x)+(x^4 + 22x^2 - 75)=
2x(x^2 +25)+(x^4 + 25x^2 -3x^2- 75)=
2x(x^2 +25)+(x^4 + 25x^2) -(3x^2+ 75)=
2x(x^2 +25)+x^2(x^2 + 25) -3(x^2+ 25)=
(x^2 +25)(x^2+2x-3)=
(x^2+25)(x+3)(x-1) 

zeros: {-5i, 5i, -3, 1} 



:)

Thursday, November 7, 2013

Factor to find all the zeros x^3-5x^2+16x-30=0

factors of 30:

1,2,3,5,15,30
of which we'd determine that x=3 is a solution such that
x^3-5x^2+16x-30=(x-3)(x^2-2x+10)=0
but the quadratic is not factorable over the reals - so we'd need the quadratic formula to determine that x=1+3i, and x=1-3i are the other two factors. Thus the zeros are:
{3, 1-3i, 1+3i}

Friday, October 11, 2013

Find a cubic function with integral coefficients having (4 + 3i) and -3 as roots

If coefficients are real and roots are complex, then roots occur in complex conjugate pairs:

 
(x-(4+3i))(x-(4-3i))(x-(-3)) =
x^3-5x^2+x+75