Let be a polynomial function of degree 3 satisfying and . If product of the roots of the equation is 4 and the sum of all possible values of is then find . [Note: denotes greatest integer function less than or equal to .]
Detailed Explanation
Road-map (why each step is chosen)
- Translate the given equal values into an algebraic form. Because , it is natural to subtract 1 to create a cubic that vanishes at 0, 1 and 2.
- Write the general cubic: (only one free parameter remains).
- Use Vieta to relate roots’ product to . For a cubic , we have product . Here and the product is given as 4, so is determined.
- Evaluate with that . This is direct substitution.
- Apply Greatest Integer Function. Finally round down and report the result.
Detailed walk-through
- Creating a simpler cubic:
Thus
- Relating to the product of roots of .
The equation is
Re-write in standard form: . Here
So (Vieta)
- Compute .
- Greatest Integer Function.
Simple Explanation (ELI5)
What is the question about?
We have a special cubic (degree-3) polynomial. We know its value at three easy points (0, 1 and 2). From that, we want to describe the whole polynomial.
Why do we care about its roots?
The question tells us that when the polynomial is set equal to zero, the product of its three roots is 4. For cubics, Vieta’s formula connects the product of roots with the constant term and the leading coefficient.
What do we finally want?
After fixing the only possible polynomial that matches all the conditions, we plug in 3, find the value, and then apply the Greatest Integer Function (rounding down). The answer happens to be −1.
Step-by-Step Solution
Let the cubic be and let (given).
- Write in factor form
- Standard form (needed for Vieta):
- For the product of roots is
Given this equals 4, so
- Evaluate :
- Apply GIF:
Hence the required value is –1.
Examples
Example 1
Designing projectile-motion polynomials by fixing height at several times.
Example 2
Engineering curve fitting: setting polynomial through data points then adjusting one parameter to control slope.
Example 3
Economics: fixed revenue at different prices -> build polynomial cost model & find break-even point.