To find \((f \cdot g)(x)\), we need to multiply the two functions \(f(x)\) and \(g(x)\).
Given:
- \(f(x) = 2x^2 - 3x\)
- \(g(x) = x^2 - 6\)
Now, we perform the multiplication:
\[ (f \cdot g)(x) = f(x) \cdot g(x) = (2x^2 - 3x)(x^2 - 6) \]
Using the distributive property (FOIL method), we will multiply each term in \(f(x)\) by each term in \(g(x)\):
- \(2x^2 \cdot x^2 = 2x^4\)
- \(2x^2 \cdot (-6) = -12x^2\)
- \(-3x \cdot x^2 = -3x^3\)
- \(-3x \cdot (-6) = 18x\)
Now, we combine these results:
\[ 2x^4 - 3x^3 - 12x^2 + 18x \]
This is already in the standard form. Thus, the final expression for \((f \cdot g)(x)\) is:
\[ \boxed{2x^4 - 3x^3 - 12x^2 + 18x} \]