Notes on Section 6.1-6.2: Two-by-Two Linear and Nonlinear Systems
Prerequisites and goal
- Section 6.1 6.2 (and CCS textbook chapter 6) cover solving 2×2 linear and nonlinear systems algebraically.
- Methods highlighted in the lecture: substitution, elimination, and addition (as a variant of elimination).
- Key idea: for a system of two equations in two unknowns, there are three broad outcomes (for linear systems) and analogous possibilities for nonlinear systems.
- Nonlinear systems meaning at least one equation has a power of a variable greater than 1 in that equation.
Key concepts: linear vs nonlinear, and solution counts
- Linear systems (both equations are linear in x and y):
- Possible outcomes:
- A unique solution: you know the exact values of x and y.
- No solution (inconsistent): the equations conflict.
- Infinitely many solutions: the equations are dependent (they describe the same line).
- Nonlinear systems (at least one equation has a power > 1):
- Possible outcomes mentioned in the transcript: no solution, one or more solutions, or infinitely many solutions.
- In general, nonlinear systems can have multiple finite intersection points, but the transcript emphasizes the progression to 0, 1, or infinitely many in this context.
- How to identify linearity:
- In both equations, the powers of x and y are 1; if any term has a higher power, the system is nonlinear.
How to approach solving 2×2 systems (methods)
- Choose a method to eliminate one variable (either x or y) and solve the resulting single-variable equation.
- Common approach described: eliminate x by choosing multipliers for the two equations, then add/subtract to cancel x, solve for y, and back-substitute to find x.
- Alternative approach mentioned: substitute one equation into another (substitution) to solve.
- Important: the algebra should yield a single-variable equation, which you then solve, and then substitute back to recover the remaining variable.
- Practical note: the transcript highlights that you can pick whichever variable you want to eliminate (x or y); what matters is consistency of the multipliers and correct arithmetic.
Linear example (elimination demonstrated in the lecture)
- Consider the linear system (as used in the walkthrough):
- Elimination steps described:
- Multiply the first equation by 2: 6x - 8y = 22
- Multiply the second equation by -3: -6x - 9y = 12
- Add the two resulting equations (x cancels): (-8y) + (-9y) = 22 + 12 \ -17y = 34
- Solve for y: y = -2
- Substitute y back into one original equation to solve for x (e.g., the first): 3x - 4(-2) = 11 \ 3x + 8 = 11 \ 3x = 3 \ x = 1
- Solution to the system:
- Notes on the transcript
- The speaker shows an elimination path with numbers that led to y = -2 and implies x = 1, but there are some textual inconsistencies in the spoken work (e.g., the intermediate right-hand sides were not always consistent in the moment). The corrected, consistent elimination above uses the following concrete system:
- 3x - 4y = 11
- 2x + 3y = -4
- Key takeaway: the elimination method works as shown; if you get a false statement (for example, 0 = nonzero) on the last line, that indicates no solution; if you get 0 = 0, you have infinitely many solutions (the equations are dependent).
Detecting special cases in linear systems
- If elimination yields an equation like 0 = b with b ≠ 0, there is no solution.
- If elimination yields 0 = 0 (after simplifying) and the original equations are consistent, there are infinitely many solutions (the solutions form a line).
- If the two equations reduce to identical equations after scaling (or you get a consistent single equation in two variables), there are infinitely many solutions along that line.
Nonlinear example: initial 2×2 nonlinear system and approaches
- Nonlinear system used in the transcript:
- x^2 - y^2 = 3
- 2x^2 + y^2 = 9
- Approach A: elimination by adding to cancel y^2
- Add the two equations:
- (x^2 - y^2) + (2x^2 + y^2) = 3 + 9
- 3x^2 = 12
- x^2 = 4
- x =
egin{cases} 2 \ -2 \ ext{(since } x^2 = 4) \ ext{Therefore } x ext{ is } oxed{ ext{either } 2 ext{ or } -2 } \ ext{and thus} \ \} - Substitute back into the first equation: for $x^2 = 4$,
- 4 - y^2 = 3 \ y^2 = 1 \ y = egin{cases} 1 \ -1 \ \}
- Solutions from Approach A:
- (x, y) \in \ oxed{(2,1),\, (2,-1),\, (-2,1),\, (-2,-1)}
- Approach B (as described in the transcript): express x in terms of y from a linear-looking relation and substitute
- The speaker writes: from the second equation, x = 2y + 3 (i.e., a linear relation derived from a rearranged form, though this does not match the nonlinear system as stated)
- Substitute into a related equation (the transcript shows substituting into the form that relates to y^2):
- Assume the substitution leads to the identity
y^2 = (2y + 3)^2 - 9 - Expand: y^2 = 4y^2 + 12y + 9 - 9 = 4y^2 + 12y
- Bring all terms to one side: 0 = 3y^2 + 12y = 3y(y+4)
- Solve: y = 0 ext{ or } y = -4
- Corresponding x values from $x = 2y + 3$:
- If $y = 0$, then $x = 3$ → solution $(3, 0)$
- If $y = -4$, then $x = -5$ → solution $(-5, -4)$
- Approach C (difference-of-squares viewpoint) as described later in the transcript
- The lecture also presents a path that yields four solutions by combining the nonlinear equations appropriately, leading to the same set as Approach A in the end:
- Solutions from this path would be the pairs that satisfy both original equations, which are the four listed above.
- Note on the methods
- Approach B shows how a linear manipulation can produce a different pair of candidate solutions, but this does not align with the stated nonlinear system unless the second equation is linear in x (which it is not in the given pair). The transcript presents it as an alternative, so it is included here for completeness of the notes.
- Approach A (the straightforward combination/addition) is the standard way to solve when the equations share a common structure in powers of x and y.
Final conclusions for nonlinear systems (as per the transcript)
- For the system given, the set of all solutions is:
- oxed{(2,1),\, (2,-1),\ (-2,1),\ (-2,-1)}
- Alternative path described yields additional candidate solutions under a different interpretation of the second equation, namely:
- In practice, you should check all candidate solutions in the original equations to confirm validity, since intermediate substitutions may misalign with the original system depending on how the equations are manipulated.
Connections, implications, and study takeaways
- Conceptual connections:
- Eliminating a variable is a core algebraic tool for solving 2×2 systems, whether linear or nonlinear, because it reduces dimensionality to a single variable.
- Nonlinear systems can yield multiple intersections of curves; the number of solutions corresponds to the number of intersection points.
- The possibility of infinite solutions arises when the equations describe the same locus (line, curve) or when one equation is a multiple of the other.
- Real-world relevance:
- Linear systems model simultaneous constraints with constant rates; the number of solutions informs feasibility and uniqueness of outcomes.
- Nonlinear systems appear in physics, economics, biology, and engineering where relationships are not simply proportional; understanding whether solutions exist and how many helps in feasibility and scenario analysis.
Quick practice tips
- When solving 2×2 systems, try both elimination and substitution to verify results.
- Always verify the final solution by plugging back into the original equations.
- If you get a contradictory line (0 = nonzero), there is no solution; if you get a tautology (0 = 0) after simplification, there are infinitely many solutions along some line.
- For nonlinear systems, adding equations can often eliminate common terms (like y^2) and yield a simple relation for a variable; then back-substitute to find other variable values.