Math: Equations, Inequalities, and Graphing - Comprehensive Notes

Types of Equations: Classification and Examples

  • Types introduced: conditional equations, contradictions, identities.

  • Conditional equation: sometimes true; example given: x+3=6\implies x=3

  • Contradiction: never true; example: x+1=x+2 which simplifies to 1=2, no solution.

  • Identity: always true; conceptually an equation that holds for all eligible values of the variables. The transcript gave a nonstandard example (\"x+4=x+1\"), which is not true for all x. Correct identity-like examples include forms such as x+x=2x or any equation of the form (f(x)=f(x)) (or a true equality that reduces to a tautology). The key idea is: identities hold for every permissible value.

  • How to tell type: simplify the equation and compare to patterns (conditional, contradiction, identity).

  • Worked example from transcript (with note):

    • Given 5\cdot 3 + c + 2 = 2c + 3c + 17

    • Left side simplifies to 15 + c + 2 = 17 + c\; ext{so}\, LHS=17+c

    • Right side simplifies to 2c + 3c + 17 = 5c + 17

    • Equation becomes 17 + c = 17 + 5c\Rightarrow c = 5c\Rightarrow -4c = 0\Rightarrow c = 0

    • This yields a unique solution, not an identity. The transcript labeled this as an identity; the correct outcome is a specific value ((c=0)).

  • If asked what type an equation is, simplify and compare to patterns; this helps decide conditional vs contradiction vs identity.

  • Other vocabulary:

    • Literal equation: an equation that contains several variables (no single target value).

    • Example: y = 3x + d

    • Formula: a literal equation with a specific application; example: the perimeter of a rectangle, P = 2l + 2w, is a formula.

  • Solving for a specific variable in a formula (example):

    • Given the perimeter formula P = 2L + 2W, solve for W:

    • Start with P = 2L + 2W; move terms: P - 2L = 2W; divide by 2: W = \frac{P - 2L}{2}

  • Case sensitivity reminder: capital vs lowercase letters are distinct (e.g., A vs a, B vs b).

  • Summary takeaway: recognize and classify equations by simplifying and matching to patterns (conditional, contradiction, identity); understand literal equations and formulas as a step toward solving for a chosen variable.

Inequalities: Types, Notation, and Representations

  • Four basic inequality symbols: >$, \geq, <, \leq; each has a version without and with a line under the symbol ((\geq/\leq) vs strict > or <).

  • Geometric intuition: the graph always opens toward the larger/bigger side (the solution set lies on the side of the inequality that ()points to the (larger) value).

  • Linear inequalities in one variable have the form:a x + b \;\;\; (\text{with any of } >, \geq, <, \leq)

  • Solving rule: multiplying or dividing by a negative flips the inequality sign.

  • Important caveat: never multiply or divide by a variable (e.g., by x) to move it to the other side; do operations that keep x on one side via addition/subtraction.

  • Notation systems for solution sets:

    • Standard inequality form: e.g., x > c,\; x \ge c,\; x < c,\; x \le c

    • Interval notation:

    • For (x > c): (c,\infty)

    • For (x \ge c): $[[c,\infty) (use brackets on included endpoints)

    • For (x < c): (−\infty, c)

    • For (x \le c): $[−\infty, c)

  • Set-builder notation (a.k.a. set-builder notation):

    • Example: { x \mid x > c } (excludes boundary c)

    • For inclusive: { x \mid x \ge c }

  • Number line representation: use open/closed circles at boundary points to indicate inclusion/exclusion; shade to the appropriate side.

  • Self-set notation (typically called set-builder notation): { x : \text{inequality} }; explicitly describes the set of x values satisfying the inequality.

Linear Inequalities in One Variable: Solving and Notation

  • Solve linear inequalities the same way as equations, with a crucial sign rule when dividing/multiplying by a negative.

  • General steps:

    • Isolate x on one side by adding/subtracting terms.

    • If you multiply/divide by a negative, flip the inequality sign.

    • Do not divide by a variable to move it across the inequality; instead, add/subtract like terms to collect x.

  • Examples (from transcript, summarized):

    • Example 1: Solve -3x \le 9; divide by -3 (negative) to get x \ge -3.

    • Example 2 (illustrative): solving with explicit steps for a negative coefficient to show sign flip when dividing by a negative.

Compound Inequalities: And vs Or; Graphical Interpretation

  • Compound inequalities consist of two inequalities with and/or between them.

  • Differences:

    • And: the solution must satisfy both inequalities (intersection). Resulting solution set is more restrictive.

    • Or: the solution satisfies at least one of the inequalities (union). Resulting solution set is more inclusive.

  • Visual guidance: often easiest to understand with a number line diagram.

  • Example 1 (AND): 2x+1 ≤ 7 and 3x−1 > −13

    • Solve individually:

    • 2x+1 ≤ 7 → 2x ≤ 6 → x ≤ 3

    • 3x−1 > −13 → 3x > −12 → x > −4

    • For AND, intersection: −4 < x ≤ 3

    • Interval notation: $(-4, 3]$

    • Set-builder notation: { x \mid -4 < x \le 3 }

    • Number line: open circle at −4, closed circle at 3, shading between.

  • Example 2 (OR): -\frac{2}{3} x + 8 ≤ \frac{1}{3} \quad\text{or}\quad 5x + 2 ≤ 3x - 10

    • Left inequality: solve to get -\frac{2}{3}x ≤ \frac{1}{3} - 8 = -\frac{23}{3}; multiply/divide by negative to clear fractions; result: x ≥ \frac{23}{2}

    • Right inequality: 5x + 2 ≤ 3x - 10 → 2x ≤ -12 → x ≤ -6

    • For OR, union of two solution sets: (-\infty, -6) \cup [\frac{23}{2}, \infty)

    • Set-builder notation: { x \mid x ≤ -6 \;\text{or}\; x ≥ \frac{23}{2} }

    • Number line: two disjoint shaded regions; left side with an open circle at -6, right side with a closed circle at 23/2.

  • Practical takeaway: for AND, intersect the individual solution sets; for OR, take the union of the individual solution sets.

Graphing Basics: Points, Intercepts, and Forms

  • Graphs visually represent equations or relationships; for lines, a couple of points can define the line.

  • Age example (linear relation): Sarah is five years older than Tommy.

    • Mathematical relation: S = T + 5

    • Plot ordered pairs: (T,S) = (0,5), (2,7), (4,9)

    • Graph: two axes labeled (horizontal: Tommy's age, vertical: Sarah's age); plot points and draw a line through them; the line represents all solutions to S = T + 5

  • General graphing approach for a function like y = f(x):

    • Pick multiple x-values, compute y, plot points, and draw a line (or curve) through them.

  • Absolute value graph example: y = |x| + 2

    • Compute a set of points: x = -3, -2, -1, 0, 1, 2, 3 with corresponding y-values: 5, 4, 3, 2, 3, 4, 5.

    • Sketch yields a V-shaped graph.

  • Intercepts (to graph quickly):

    • x-intercept: set y = 0 and solve for x; the point is ( (x, 0) ).

    • y-intercept: set x = 0 and solve for y; the point is ( (0, y) ).

    • For a line in slope-intercept form y = mx + b, intercepts are:

    • y-intercept: ( (0, b) )

    • x-intercept: set y = 0: 0 = m x + b \Rightarrow x = -\frac{b}{m} (provided (m \neq 0)).

  • Standard form vs slope-intercept form:

    • Standard form: ax + by = z

    • Solve for y to obtain slope-intercept form: y = -\frac{a}{b}x + \frac{z}{b}

    • Example: from 3x + 5y = 4 to slope-intercept: 5y = -3x + 4 \Rightarrow y = -\frac{3}{5}x + \frac{4}{5}

    • Intercepts from this form: y-intercept is ( (0, 4/5) ); x-intercept from setting y = 0 gives ( x = 4/3 ).

  • Special graph forms:

    • If the equation is of the form x = a, the graph is a vertical line through the value (x=a).

    • If the equation is of the form y = b, the graph is a horizontal line through the value (y=b).

  • Slope basics:

    • Slope measures rise over run: m = \frac{y2 - y1}{x2 - x1}

    • Order matters for the calculation but you can flip the subtraction consistently (either as above or reversed).

    • Horizontal line: slope = 0; Vertical line: slope is undefined (no finite slope).

    • Quick mnemonic: horizontal line looks like a Z (zero slope); vertical line looks like an N (undefined slope).

  • Point-slope form:

    • If you know a point ((x1,y1)) on the line and the slope (m), the equation is:

    • y - y1 = m\,(x - x1)

    • This is useful when you know a point and a slope rather than the intercepts.

  • Consequence: you can convert between standard form, slope-intercept form, and point-slope form as needed.

Slopes, Intercepts, and Practice Conversions

  • Practice: Given a line equation, you can identify slope and intercepts by converting to slope-intercept form

    • Example: from a given line, find the slope and y-intercept; then graph by plotting the intercepts and drawing the line.

Parallel and Perpendicular Lines: Rules and Applications

  • Parallel lines:

    • Do not intersect; have the same slope; must have different y-intercepts (to be distinct lines).

    • If two lines are parallel, their slopes are equal: m2 = m1.

  • Perpendicular lines:

    • Intersect at 90 degrees.

    • Slopes are negative reciprocals (assuming neither is vertical/horizontal): if m1 is the slope of one line, then m2 = -1/m1 for the other line.

    • Special cases: a horizontal line (m1 = 0) has a perpendicular line with undefined slope (vertical line), and vice versa.

  • Example from transcript:

    • Find the equation of the line through ((-2,2)) that is parallel to y = 4x + 7.

    • Since the target line is parallel, it has the same slope m = 4.

    • Use point-slope form with the given point: y - y1 = m\,(x - x1) \Rightarrow y - 2 = 4\,(x - (-2)))

    • Simplify: y - 2 = 4\,(x + 2) = 4x + 8 \Rightarrow y = 4x + 10.

  • Summary of parallel/perpendicular use:

    • To construct a line parallel to a given line through a point, keep the same slope and apply the point in either point-slope or slope-intercept form.

    • To construct a line perpendicular to a given line through a point, choose the negative reciprocal slope and apply the point accordingly.

  • Practical reminders:

    • Be mindful of sign flips when multiplying/dividing by negatives in solving inequalities and equations.

    • Distinguish between parallel and perpendicular cases by slopes and their relationships.

    • Always verify if the line is vertical or horizontal when applying perpendicular slope rules (these cases yield undefined or zero slopes respectively).

Quick Reference: Common Forms and Transforms

  • Standard form: ax + by = z

  • Slope-intercept form: y = mx + b where m is the slope and b is the y-intercept.

  • Point-slope form: y - y1 = m\,(x - x1)

  • Intercept calculations from slope-intercept form: if y = mx + b then

    • y-intercept: ( (0,b) )

    • x-intercept: set y = 0, solve: ( x = -\frac{b}{m} ) (for (m \neq 0)).

  • Intervals and sets are useful for representing solution sets of inequalities and compound inequalities.

Note: Sections above reflect key ideas and examples from the transcript, including some clarifications where the transcript’s example descriptions contained inconsistencies (e.g., identity vs. a single solution). Use the corrected interpretations when solving problems in practice.