Notes on Slope, Intercept, and Perpendicular/Parallel Line Equations (Transcript Summary)

Slope and Slope-Intercept Form

  • From the transcript: initial slope computation yielded m = \frac{3}{5} after simplifying the ratio \frac{6}{10} by factoring out a 2.

    • Therefore, the slope is m=35m = \frac{3}{5}.

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

  • How to obtain the slope-intercept form when you know a slope and a point:

    • Start with the point-slope form: yy<em>1=m(xx</em>1)y - y<em>1 = m\,(x - x</em>1).

    • Pick a point on the line. In the transcript they consider a point denoted as ( (x1, y1) ) and substitute into the equation with the known slope.

    • To find the y-intercept b, you can solve for b after expanding to slope-intercept form. A quick relation is b=y<em>1mx</em>1.b = y<em>1 - m\,x</em>1.

  • Example discussion from the transcript:

    • If you use the point ( (0,0) ) (the origin) with m = \frac{3}{5}, you get y0=35(x0)y - 0 = \frac{3}{5}\,(x - 0) which simplifies to y=35xy = \frac{3}{5}x, so the intercept b = 0.

    • The y-intercept is the point where the line crosses the y-axis (set x = 0).

  • The transcript emphasizes starting from the y-intercept and moving along the line, but practically you can use any known point on the line with the point-slope form.

  • Quick conceptual recap:

    • If the intercept is zero, the line passes through the origin and is simply y=mx.y = m x.

    • Slope-intercept form makes the roles of slope and intercept explicit in the equation.

Point-Slope Form

  • Primary formula: yy<em>1=m(xx</em>1).y - y<em>1 = m\,(x - x</em>1).

  • Usage:

    • After finding the slope m (e.g., from data or from two points), plug in a known point ((x1, y1)) on the line.

    • This form is especially convenient when you know a slope and one point, and you want to write the equation quickly.

  • Converting to slope-intercept form from point-slope:

    • Expand and simplify to obtain y=mx+by = m x + b where b=y<em>1mx</em>1.b = y<em>1 - m x</em>1.

  • Worked example (illustrative):

    • Let m = \frac{3}{5} and take point ((2, 6)).

    • Start with: y6=35(x2).y - 6 = \frac{3}{5}\,(x - 2).

    • Distribute: y6=35x65.y - 6 = \frac{3}{5}x - \frac{6}{5}.

    • Add 6 to both sides: y=35x65+6=35x65+305=35x+245.y = \frac{3}{5}x - \frac{6}{5} + 6 = \frac{3}{5}x - \frac{6}{5} + \frac{30}{5} = \frac{3}{5}x + \frac{24}{5}.

    • Thus, y=35x+245.y = \frac{3}{5}x + \frac{24}{5}.

  • Conceptual notes:

    • The choice of which point to plug in does not change the line; different points yield the same final equation after simplification.

    • The y-intercept b is the value of y when x = 0, equivalent to b = y1 - m x1 for any chosen point on the line.

Perpendicular and Parallel Lines

  • Key ideas:

    • Parallel lines have the same slope (m1 = m2).

    • Perpendicular lines have slopes that are negative reciprocals: m<em>1m</em>2=1m<em>1 m</em>2 = -1, which means m<em>2=1m</em>1.m<em>2 = -\frac{1}{m</em>1}.

  • Example from the transcript:

    • If a line has slope m<em>1=35m<em>1 = \frac{3}{5}, a line perpendicular to it has slope m</em>2=1m1=53.m</em>2 = -\frac{1}{m_1} = -\frac{5}{3}.

    • Through the origin, that perpendicular line would be y=53x.y = -\frac{5}{3}x. (If it passes through a different point ((x0,y0)), you can write: yy<em>0=53(xx</em>0).y - y<em>0 = -\frac{5}{3}(x - x</em>0).)

  • Important clarification:

    • Parallel lines: same slope, distinct intercepts possibly.

    • Perpendicular lines: slopes are negative reciprocals; one slope is the negative reciprocal of the other; product equals -1.

  • Quick sanity check method:

    • If you multiply the slopes of two lines and get -1, the lines are perpendicular.

    • If the product is not -1 but the slopes are equal, the lines are parallel.

Two-Point Line Equation (From Two Points)

  • Steps:

    • Given two points ((x1, y1)) and ((x2, y2)):

    • Compute the slope: m=y<em>2y</em>1x<em>2x</em>1.m = \frac{y<em>2 - y</em>1}{x<em>2 - x</em>1}.

    • Use point-slope form with one of the points: yy<em>1=m(xx</em>1).y - y<em>1 = m\,(x - x</em>1).

    • Optional: convert to slope-intercept form by solving for y: y=mx+b,b=y<em>1mx</em>1.y = m x + b,\quad b = y<em>1 - m x</em>1.

  • Example (illustrative, with concrete numbers):

    • Let ((x1, y1) = (1, 2)) and ((x2, y2) = (4, 9)).

    • Slope: m=9241=73.m = \frac{9 - 2}{4 - 1} = \frac{7}{3}.

    • Point-slope form: y2=73(x1).y - 2 = \frac{7}{3}\,(x - 1).

    • Slope-intercept form: y=73x13.y = \frac{7}{3}x - \frac{1}{3}.

  • Alternative path (using a known point to find b directly):

    • After computing m, substitute into b=y<em>1mx</em>1b = y<em>1 - m x</em>1 using any point on the line.

  • Notes from the transcript:

    • When rearranging, be careful with parentheses and signs while distributing the slope across (x - x_1).

    • The final equation should satisfy both original points.

Quick Real-World Context and Class Tips

  • Real-world aside from the transcript:

    • A brief mention about light spectra and human perception was used as an aside: there is more light beyond what humans can see, which matters for context but not for the algebraic steps.

  • Practical exam tips mentioned implicitly:

    • If you know m and a point, use y - y1 = m(x - x1) to form the equation, then convert to slope-intercept if needed.

    • If you know two points, compute m from the coordinates, then use one point in the point-slope form to get the equation.

    • For perpendicular lines, remember the negative reciprocal rule: m2 = -1/m1 and check with the product m1 m2 = -1.

    • For parallel lines, ensure the slopes are equal but the intercepts may differ.

  • Extra-credit note from the transcript (1.4):

    • The task is to find the equation of the line perpendicular to a given line, typically also through a given point. The process uses the perpendicular slope and the point-slope form, e.g., if the original line has slope m1 and the perpendicular slope is m2 = -1/m1, then the equation through a specific point (x0, y0) is yy<em>0=m</em>2(xx0).y - y<em>0 = m</em>2\,(x - x_0).

  • Anecdote mentioned in class:

    • A light-hearted story about rescuing a dragonfly was shared to keep the class engaged; not part of the mathematical content but reflects classroom atmosphere.

Summary of Key Formulas (for quick reference)

  • Slope: m=y<em>2y</em>1x<em>2x</em>1m = \frac{y<em>2 - y</em>1}{x<em>2 - x</em>1}

  • Slope-intercept form: y=mx+by = mx + b

  • Point-slope form: yy<em>1=m(xx</em>1)y - y<em>1 = m\,(x - x</em>1)

  • Intercept: b=y<em>1mx</em>1b = y<em>1 - m x</em>1

  • Perpendicular slopes: m<em>2=1m</em>1m<em>2 = -\frac{1}{m</em>1} and m<em>1m</em>2=1m<em>1 m</em>2 = -1

  • Two-point equation workflow:

    • Compute m, then use either point in the point-slope form, and/or convert to slope-intercept form.

  • Example quick checks:

    • If m = \frac{3}{5}, a perpendicular slope is m2=53m_2 = -\frac{5}{3}, giving a line like y=53xy = -\frac{5}{3}x through a given point.

    • If two points are given, the line through them has slope m = (\frac{y2 - y1}{x2 - x1}) and equation derived via the point-slope form.