RemNote Community
Community

Study Guide

📖 Core Concepts Linear equation: an equality of the form \(\displaystyle a{1}x{1}+a{2}x{2}+\dots +a{n}x{n}=b\) with at least one \(ai\neq0\). Coefficients \((ai)\) are the fixed multipliers; variables \((xi)\) are the unknowns; constant term \((b)\) is the right‑hand side. Solution set: all tuples \((x1,\dots ,xn)\) that satisfy the equation. 1 variable → a single point (one solution). 2 variables → a straight line in the plane. \(n\) variables → a hyperplane of dimension \(n-1\) in \(\mathbb{R}^n\). Linear vs. affine (linear‑algebra terminology): Linear function → \(c=0\) so the line passes through the origin. Affine function → \(c\neq0\); the graph is a shifted line. --- 📌 Must Remember Non‑triviality: at least one coefficient must be non‑zero; otherwise the equation is meaningless. All‑zero coefficients: If \(ai=0\;\forall i\) and \(b\neq0\) → inconsistent (no solution). If \(ai=0\;\forall i\) and \(b=0\) → true for every \((x1,\dots ,xn)\). Standard form (2‑D): \(ax+by=c\) with \((a,b)\neq(0,0)\). Slope‑intercept form (when \(b\neq0\)): \[ y = -\frac{a}{b}\,x + \frac{c}{b},\qquad m = -\frac{a}{b},\; y0 = \frac{c}{b} \] Vertical line: \(b=0 \;\Rightarrow\; x = \frac{c}{a}\) (undefined slope). Horizontal line: \(a=0 \;\Rightarrow\; y = \frac{c}{b}\) (slope \(m=0\)). Point‑slope form: \(y-y1 = m(x-x1)\). Intercept form (axis cuts \((x0,0)\) and \((0,y0)\)): \(\displaystyle \frac{x}{x0}+\frac{y}{y0}=1\). Two‑point form (through \((x1,y1)\) and \((x2,y2)\)): \[ y-y1 = \frac{y2-y1}{x2-x1}(x-x1) \] Solving for a chosen variable (any dimension) (if \(aj\neq0\)): \[ xj = \frac{b-\sum{i\neq j} ai xi}{aj} \] --- 🔄 Key Processes Convert to slope‑intercept form (given \(ax+by=c\) with \(b\neq0\)): Divide by \(b\); isolate \(y\). Find slope from two points \((x1,y1),(x2,y2)\): \[ m = \frac{y2-y1}{x2-x1} \] Write equation from a point and slope: plug \(m\) and \((x1,y1)\) into point‑slope form. Derive intercept form (when intercepts are known): place them into \(\frac{x}{x0}+\frac{y}{y0}=1\). Solve for a specific variable in \(n\)‑D: move all other terms to the right, divide by the coefficient of the desired variable. Check vertical/horizontal special cases before dividing by a coefficient (avoid division by zero). --- 🔍 Key Comparisons Linear equation vs. Linear inequality “=” → exact equality, solution set is a line/hyperplane. “≤”/“≥” → region on one side of that line/hyperplane. Linear function vs. Affine function (2‑D) Linear: \(c=0\) → passes through origin, pure proportionality. Affine: \(c\neq0\) → shifted line, still straight. Vertical line vs. Horizontal line Vertical: \(b=0\) → equation \(x=\text{constant}\); slope undefined. Horizontal: \(a=0\) → equation \(y=\text{constant}\); slope \(0\). Standard form vs. Intercept form Standard: \(ax+by=c\) – good for integer coefficients, easy to test points. Intercept: \(\frac{x}{x0}+\frac{y}{y0}=1\) – highlights where the line meets axes. --- ⚠️ Common Misunderstandings “All linear equations are functions.” False when the line is vertical; it fails the vertical line test. Assuming slope exists when \(b=0\). The line is vertical; slope is undefined. Treating \(a=0\) as “no equation.” It yields a horizontal line, not a degenerate case. Confusing the constant term \(c\) with the \(y\)-intercept. \(y\)-intercept is \(c/b\) only after solving for \(y\). Believing that “all coefficients zero” automatically gives a solution. It gives a solution only when \(b=0\); otherwise it is impossible. --- 🧠 Mental Models / Intuition Weighted balance: think of the equation as a scale where each term \(ai xi\) contributes weight; the constant \(b\) is the total weight the scale must balance. Flat sheet analogy: a hyperplane is a perfectly flat sheet cutting through \(n\)-dimensional space; the normal vector \((a1,\dots ,an)\) points perpendicular to it. Slope as “rise over run”: the ratio \(-a/b\) tells how steeply the sheet tilts in the \(x\)‑direction versus the \(y\)‑direction. --- 🚩 Exceptions & Edge Cases All coefficients zero: If \(b=0\) → every point is a solution (trivial identity). If \(b\neq0\) → no solution (contradiction). \(b=0\) (vertical line): slope undefined; use \(x = c/a\). \(a=0\) (horizontal line): slope \(0\); use \(y = c/b\). \(c=0\): line passes through the origin → qualifies as a linear map in linear algebra. Denominator zero in two‑point form (\(x2 = x1\)) → line is vertical; switch to \(x = x1\). --- 📍 When to Use Which Standard form – when coefficients are given as integers and you need to test integer points quickly. Slope‑intercept form – when you know the slope or need to read off the \(y\)-intercept directly. Point‑slope form – when a point on the line and the slope are known (e.g., after computing slope from two points). Intercept form – when the line’s axis intercepts are provided or asked for. Two‑point (determinant) form – when two distinct points are given and you want a compact equation without first computing the slope. Solve for a variable in \(n\)‑D – when isolating one variable is needed for substitution in a system of equations. --- 👀 Patterns to Recognize Coefficient ratio \(-a/b\) = slope – appears repeatedly in any form that includes both \(a\) and \(b\). Zero coefficient ⇒ line parallel to the opposite axis (e.g., \(a=0\) → horizontal). Both \(a\) and \(b\) present → non‑vertical, non‑horizontal line → slope can be computed. Presence of \(c\) in numerator of intercepts: \(x\)-intercept \(=c/a\), \(y\)-intercept \(=c/b\). Determinant expansion matches two‑point form – if you see a 2×2 determinant set to zero, it encodes the same line. --- 🗂️ Exam Traps Choosing slope‑intercept when \(b=0\) – you’ll divide by zero; the correct description is a vertical line \(x=c/a\). Reading \(c\) as the \(y\)-intercept – only after dividing by \(b\) does \(c/b\) become the intercept. Assuming any line \(ax+by=c\) defines a function – vertical lines fail the function test. Confusing “linear equation” with “linear function” – the latter requires \(c=0\) in linear‑algebra terminology. Mistaking the intercept form denominator for the intercept value – \(\frac{x}{x0}+\frac{y}{y0}=1\) means \(x0\) and \(y0\) are the actual intercept coordinates, not the fractions themselves. Overlooking the case \(a=b=0\) – leads to either “always true” or “always false” depending on \(b\); many test‑writers use this to create “no‑solution” distractors. ---
or

Or, immediately create your own study flashcards:

Upload a PDF.
Master Study Materials.
Start learning in seconds
Drop your PDFs here or
or