not sure what its called sorry

James Smithson

Junior Member
Joined
Nov 6, 2020
Messages
61
I have been away from maths for a few years as my wife got very ill but as shes on the mend i started up my couse again . however I am very confused about the smallest details sometimes.

for example in my book we have a deivitive going from

f'(x) = 6 x^2 -9x-6

= 3(2x+1)(x-2)


its the second = part where i am confused i dont know how they got there or how i do simular with the next one. or what its called . I think it was done to remove the exponent to solve for 0 for stationary points but what is the process called where you change it from
6 x^2 -9x-6 to 3(2x+1)(x-2)

im trying to do it with 4x^3 -8x^2 -4x and i get as far as taking the 4x out and end up with 4x(x^2 -2x^2 -x) ...


thanks in advance for help and appologies if in the wrong forum
 
I have been away from maths for a few years as my wife got very ill but as shes on the mend i started up my couse again . however I am very confused about the smallest details sometimes.

for example in my book we have a deivitive going from

f'(x) = 6 x^2 -9x-6

= 3(2x+1)(x-2)


its the second = part where i am confused i dont know how they got there or how i do simular with the next one. or what its called . I think it was done to remove the exponent to solve for 0 for stationary points but what is the process called where you change it from
6 x^2 -9x-6 to 3(2x+1)(x-2)

im trying to do it with 4x^3 -8x^2 -4x and i get as far as taking the 4x out and end up with 4x(x^2 -2x^2 -x) ...


thanks in advance for help and appologies if in the wrong forum
The overall problem is calculus, but your difficulty is indeed a matter of basic algebra.

The process is called factorization of a polynomial, which means rewriting an expression as a product of factors. Search for that, and you should be able to find lots of help.

You have a good start on the second problem; now look up how to factorize a (trinomial) quadratic polynomial.
 
I have been away from maths for a few years as my wife got very ill but as shes on the mend i started up my couse again . however I am very confused about the smallest details sometimes.

for example in my book we have a deivitive going from

f'(x) = 6 x^2 -9x-6

= 3(2x+1)(x-2)


its the second = part where i am confused i dont know how they got there or how i do simular with the next one. or what its called . I think it was done to remove the exponent to solve for 0 for stationary points but what is the process called where you change it from
6 x^2 -9x-6 to 3(2x+1)(x-2)

im trying to do it with 4x^3 -8x^2 -4x and i get as far as taking the 4x out and end up with 4x(x^2 -2x^2 -x) ...


thanks in advance for help and appologies if in the wrong forum
The idea is that xa x-a divides a polynomial p(x) p(x) if and only if p(a)=0. p(a)=0. This means, if you find a zero a a with p(a)=0 p(a)=0 then you can perform a long division p(x):(xa)=q(x) p(x)\, : \,(x-a) =q(x) where q(x) q(x) has a lower degree and you can go on finding a number b b such that q(b)=0 q(b)=0 and divide q(x):(xb)=r(x) q(x)\, : \,(x-b)= r(x) etc.

In your example of p(x)=6x29x6 p(x)=6x^2-9x-6 we can find p(2)=0 p(2)=0 by testing low numbers. The second step would then be the division:
(6x29x6):(x2)=6x6x(x2)=6x2+12x12x9x6=3x6(3x6):(x2)=33(x2)=3x+60\begin{array}{lll} (6x^2-9x-6)\, : \,(x-2)&=6x\\ -6x\cdot (x-2)&=-6x^2+12x\\ \hline \\ 12x-9x-6=3x-6\\ (3x-6)\, : \,(x-2)&=3\\ -3\cdot (x-2)&=-3x+6\\ \hline\\ 0&\\ \hline \end{array}so that we arrive at (6x29x6):(x2)=6x+3=3(2x+1) (6x^2-9x-6)\, : \,(x-2)=6x+3=3(2x+1) or 6x29x6=3(2x+1)(x2). 6x^2-9x-6=3(2x+1)(x-2). The division works the same way as with numbers, only that we have polynomials here with an x x instead of powers of 10. 10.
 
im trying to do it with 4x^3 -8x^2 -4x and i get as far as taking the 4x out and end up with 4x(x^2 -2x^2 -x) ...

When the middle term is divided by the x-term, the degree of the x-term drops down by one.
When you divide (4x) by (4x), you get 1. The factorization up to that point should look like this:

4x38x24x = 4x(x22x1)\displaystyle 4x^3 - 8x^2 - 4x \ = \ 4x(x^2 - 2x - 1)

It happens to be the case that the trinomial inside the parentheses does not factor into two
binomials with integer coefficients.
 
Last edited:
Top