Solve Systems of Linear and Quadratic Equations Algebraically
Algebra-1
1. Fundamental Concepts
System of Linear and Quadratic Equations: A system composed of one linear equation (in the form $y = mx + b$ or $Ax + By + C = 0$ ) and one quadratic equation (in the form $y = ax^2 + bx + c$ , $a \neq 0$ ).
Algebraic Solution Meaning: Solving the system algebraically involves finding the x- and y-values that satisfy both equations simultaneously. These values correspond to the coordinates of the intersection points of the line and parabola (geometrically).
2. Key Concepts
Substitution Method: The primary algebraic technique, where one variable is expressed from one equation and substituted into the other. For systems with y-expressions, substitute the linear equation into the quadratic equation to eliminate y and form a single quadratic equation in x.
Quadratic Equation in Standard Form: After substitution, the resulting equation is simplified to $ax^2 + bx + c = 0$ . The discriminant ( $b^2 - 4ac$ ) determines the number of solutions:
Substitute to Eliminate a Variable: Since both equations often solve for y, substitute the linear equation into the quadratic equation to form a single equation in x.
Simplify to Standard Quadratic Form: Rearrange terms to $ax^2 + bx + c = 0$ by moving all terms to one side and combining like terms.
Solve the Quadratic Equation: Use factoring (if possible), completing the square, or the quadratic formula ( $x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$ ) to find x-values.
Find Corresponding y-Values: Substitute each x-solution back into the linear equation (simpler calculation) to find y.
Check Solutions: Verify all $(x, y)$ pairs in both original equations to ensure they satisfy both.
Interpret the Discriminant: Use $b^2 - 4ac$ to predict the number of solutions before solving, which helps confirm results.