FOIL Calculator
Expand (ax + b)(cx + d) into a quadratic using FOIL.
FOIL (First, Outer, Inner, Last) multiplies two binomials term by term.
How the Math Works
The FOIL Calculator applies the FOIL method to expand the product of two binomials of the form (ax + b)(cx + d). FOIL stands for First, Outer, Inner, Last: multiply the first terms (ax * cx = acx²), then the outer terms (ax * d = adx), next the inner terms (b * cx = bcx), and finally the last terms (b * d = bd). Combining these results gives the expanded quadratic expression acx² + (ad + bc)x + bd, where the coefficients are calculated by summing the products of the respective terms.
Practical Applications
This calculation is essential in algebra for simplifying expressions, solving quadratic equations, or factoring polynomials. Engineers and physicists often use it when modeling quadratic relationships in systems, while students apply it to verify solutions or prepare expressions for graphing. The calculator streamlines the process, ensuring accuracy when expanding binomials with variable coefficients, which is critical in fields like computer science for algorithm design or in finance for modeling growth patterns.
Day-to-Day Use
While not immediately obvious, expanding quadratics like these underpins many real-world calculations. For instance, determining the trajectory of a projectile involves quadratic equations derived from such expansions. It’s also useful in budgeting, where revenue functions (price × quantity) often form quadratics, or in optimizing garden layouts by calculating areas with variable dimensions. By mastering these expansions, individuals can better analyze trends, predict outcomes, and solve practical problems involving rates of change or optimal designs.
Worked example
(2x + 3)(x − 5) = 2x² − 10x + 3x − 15 = 2x² − 7x − 15.
FAQ
Does FOIL work for trinomials?
No — FOIL is specifically for two binomials. Use full distribution for larger products.