Polynomial Scalar Multiplication
Calculator and formulas for multiplying a polynomial by a real scalar
Scalar Multiplication Calculator
What is calculated?
This function computes the scalar multiplication of a polynomial by a real number. Each coefficient of the polynomial is multiplied by the scalar.
Scalar Multiplication Info
Properties
Scalar multiplication:
- Multiply each coefficient by the scalar
- Degree of the polynomial remains unchanged
- Distributive over addition
- Associative with scalars
Tip: Scalar multiplication only changes the "scale" of the polynomial, not its "shape".
Input format
Input: "3 4 5"
Input: "2 -1"
Input: "1 0 1 0"
Related functions
For other operations: → Addition | → Multiplication
|
Formulas for scalar multiplication
General form
Coefficient-wise
Distributive law
Associative law
Detailed example
Example: 2 × (3x² + 4x + 5)
Given polynomial:
Coefficients:
k = 2
Step-by-step calculation:
Term | Original coefficient | Scalar | New coefficient | New term |
---|---|---|---|---|
x² | 3 | 2 | 3 × 2 = 6 | 6x² |
x¹ | 4 | 2 | 4 × 2 = 8 | 8x |
x⁰ | 5 | 2 | 5 × 2 = 10 | 10 |
Result:
Note: The degree of the polynomial remains unchanged (degree 2)!
Negative scalar example
Example: -3 × (x² - 2x + 1)
Given:
Calculation:
Result:
Important: A negative scalar reverses all signs!
Applications of scalar multiplication
Scaling functions
Enlarge or shrink function graphs in the y-direction.
Unit conversion
Convert between measurement units in physical formulas.
Factorization
Factor out common scalars to simplify expressions.
Mathematical properties
Basic properties
- Distributivity: k(P + Q) = kP + kQ
- Associativity: (ab)P = a(bP)
- Identity element: 1 · P = P
- Zero element: 0 · P = 0
Degree properties
- deg(k · P) = deg(P) for k ≠ 0
- deg(0 · P) = -∞ (zero polynomial)
- Leading coefficient is multiplied by k
- Zeros remain unchanged
Geometric interpretation
Stretch in y-direction
Multiplication by a scalar k > 1 stretches the function graph in y-direction by factor k.
Reflection across x-axis
Multiplication by a negative scalar also reflects the graph across the x-axis.
Important special cases
Identity (no change)
Reflection across x-axis
Compression in y-direction
Zero polynomial