Property
The solution to a system of equations is the set of intersection points of their graphs. For a system with a quadratic equation, we can solve it algebraically. If both equations are solved for y, we can set the expressions equal to each other. This creates a single equation in terms of x, which can then be solved. The resulting equation is often quadratic and can be solved using methods like the quadratic formula.
Examples
- To solve the system y=x2−2x+3 and y=x+1, set the expressions for y equal: x2−2x+3=x+1. This simplifies to x2−3x+2=0, which factors into (x−1)(x−2)=0. The solutions are x=1 and x=2. The corresponding points are (1,2) and (2,3).
- A company's cost is C=0.1x2+2x+100 and revenue is R=12x. To break even, C=R. So, 0.1x2+2x+100=12x. This gives 0.1x2−10x+100=0. Using the quadratic formula, break-even points are at x=11.27 and x=88.73 items.