Solving Cubic Factorisation Homework

  • Thread starter Thread starter Rumplestiltskin
  • Start date Start date
  • Tags Tags
    Cubic
Rumplestiltskin
Messages
97
Reaction score
3

Homework Statement


The curve C with equation y = f(x) passes through the point (5, 65).
Given that f'(x) = 6x2 -10x - 12,
a) use integration to find f(x)
b) Hence show that f(x) = x(2x+3)(x-4)

The Attempt at a Solution


I have no problem with this question, except it seems the given function for b) might be wrong or at least not complete.
a) integrated for y = 2x3 - 5x2 - 12x + c
65 = 2(5)3 - 5(5)2 - 12(5) + c
= 200 - 125 - 60 + c = 15 + c.
65 - 15 = 50 = c,
Therefore y = 2x3 - 5x2 - 12x + 50.
b) Taking out x, we get x(2x2 - 5x - 12) + 50.
This factors into x(2x+3)(x-4) + 50. So the given function is missing the +50. My fault or printing error?
 
Physics news on Phys.org
2*53 is not 200.
 
  • Like
Likes Rumplestiltskin
mfb said:
2*53 is not 200.

Argh... thanks. I went over that 4 or 5 times and didn't catch it out.
 
Rumplestiltskin said:

Homework Statement


The curve C with equation y = f(x) passes through the point (5, 65).
Given that f'(x) = 6x2 -10x - 12,
a) use integration to find f(x)
b) Hence show that f(x) = x(2x+3)(x-4)

The Attempt at a Solution


I have no problem with this question, except it seems the given function for b) might be wrong or at least not complete.
a) integrated for y = 2x3 - 5x2 - 12x + c
65 = 2(5)3 - 5(5)2 - 12(5) + c
= 200 - 125 - 60 + c = 15 + c.
65 - 15 = 50 = c,
Therefore y = 2x3 - 5x2 - 12x + 50.
b) Taking out x, we get x(2x2 - 5x - 12) + 50.
This factors into x(2x+3)(x-4) + 50. So the given function is missing the +50. My fault or printing error?
For future reference, a solitary factor of x implies that the constant term is zero in the full polynomial.
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top