Original Site Title: Appetizers and Lessons for Mathematics and Reason, June 1995 to April 2012. New site title:
Logic and Mathematics Skill & Concept Development with How-TOs Français: 26 pages
for college students, gifted teens, home-tutoring and K1-12 schooling. Avid readers in school and out may like Site Volumes.

Logic 5 Chapters Arithmetic 10 Steps Algebra 12 Starter Steps & 5 Advanced Steps
Work & Study 23 Tips Geometry 15 Steps Calculus 70 Lessons. See Site Map

Ages 15+: Why study slopes Polynomials Quadratics Why factor polynomials Logarithms Functions
What is similarity Euclidean geometry leanly Coordinates + complex no.s Vectors DC Electric Circuits
Ages 12+: Prime factorization Written work formats Decimal place value Extend arithmetic skills orally
What is a variable 5. Fraction Operations by Raising Terms Solving Linear Equations: Take I Take II


Online Volumes: 1 - Elements of Reason, 2 - 3 Skills For Algebra, 3 - Why Slopes and
More Math
, 1A - Pattern Based Reason, 1B - Skill Development Principles + Troubles

Welcome: Site content may develop critical thinking, improve reading and writing, and build mathematics skills. See online chapters on on logic and pattern based reason.

Teachers: This December 2011, 5-phase framework offers a context for mathematics & logic instruction. Phases 1 to 3 focus on skills with actual or potential value for adult & daily life. College-oriented phases 5 & 4 focus on calculus & preparation for it. Phases 1 to 4 may also serve trades & professions not dependent on calculus.

Site Review: Math resources ... span ... arithmetic, logic, algebra, calculus, complex numbers, and Euclidean geometry. Lessons and how-tos .... provide a good foundation for high school and college ... mathematics. Read more.

Home < Geometry - maps plans trigonometry vectors < 4 Lines and Slopes Take 1 << 6 Intersection of lines by solving linear systems

[1] [2] [3] [4] [5] [6] [7][8] [9] [10] [11] [12] [13] [14]


Intersection of Lines

Link with Systems of Equations

The point-slope, slope-intercept, two-point and vertical line forms of the equation of a line can be written in the form 

a x + by = c 

where both coordinates x and y have been written on the left hand side of the equation and the ordered pair (a,b) is non zero, that is not (0,0).

For example

y = 5 x -10

holds when and only when

y + (-5)x = -10

It has the above form with a = 1 (not written as 1 y = y), b = -5 = (-5) and c = -10. Here the ordered pair (a, b) = (1, -5) is not (0, 0).

The equation ax + by = c when b is nonzero is equivalent to y = -(a/b)x +(c/b). The latter is the slope-intercept form of the line with slope m = -a/b and y-intercept c/b. In the case b = 0, the equation becomes ax=c or x = c/a and it provides the equation of the vertical line with x intercept c/a. So in all cases where the ordered pair (a,b) of coefficients is nonzero, the solution set of the equation ax+by= c appears as a straight line in the plane.

In general, the y intercept of the equation ax+by =c is given by y = c/b when b is nonzero; and the x intercept of the same equation is given by x = c/a when a is nonzero. And if a = 0, the equation becomes by = c, the equation for the horizontal straight line y = c/b, provided b is nonzero.

If (a,b)=(0,0) then (x,y) is a solution of the equation a x + by = c when and only when 0x+0y = c. So if c has the value 0, all point (x,y) in the plane satisfy the equation, and the equation imposes no restriction on (x,y). To avoid that equation, we assume (a,b) is nonzero.

Pairs of Lines - Geometric Expectations

Suppose L1 and L2 denote lines in the plane. These lines could be the same (concident) if unwittingly we have denoted the same line twice. These lines could be parallel or intersecting. That is what we envision geometrically.

Geometrically, if two lines L1 and L2 meet, they can only meet in one point. If the L1 and L2 meet in two points they coincide.

Small Print

Intersection of Lines - Algebraic view

When a point [x,y] is on two lines, it must satisfy the equations of both. This observation leads to two "linear" equations in two unknowns

ax + by = e

cx + dy = f

These simultaneous equations must have a unique solution if the lines are different and not parallel. The equations of lines y = e can be rewritten in the form ax+by = e with b = 1.

To find the intersection point of a line y = m1x + b1 and y = m2x + b2 , solve the equation m1x + b1 = m2x + b2 for x and then compute y. The two simultaneous equations

y = m1x + b1 and
y = m2x + b2

can also be solved in any way you wish. Subtraction of one from the other would eliminate y immediately.

set model of a line

In the algebraic view, we may say or define a LINE is the set of solutions (x,y) to an equation y = mx +b. Then the two-point formula for the coefficient m, here

m = y2 - y1
x2 - x1
=

rise
run

is a consequence of the equation without any reference to lines drawn in the plane.

By describing a LINE as a set of points satisfying an equation, we obtain a numerical model for a geometric object, the physical line in the plane, with which we work algebraically and exactly apart from the approximation we do with fat points (dots) and thick lines in the plane. Drawing errors are thus removed.

Pairs of Lines - The Algebraic Model

Let lines L1 and L2 be described by two equations

L1 eq'n: ax + b y = c (keep the old actors)
L2 eq'n: cx + d y = e (introduce new actors)

in which (a,b) and (c,d) are both not equal to (0,0). In brief with less clutter we write

L1: ax + b y = c
L2: cx + d y = e

A point (x,y) which satisfies both equations will belong to both lines L1 and L2 and so provide an intersection point of the lines or the solution sets for both equations.

If solving simultaneous equations is easy for you, then a large part of high school equation solving becomes very simple -- too simple, as then solutions to problems become the task, hard or not, of finding a set of linear equations to solve for the missing information in a problem.

Algebraic Example of Intersecting Lines: Find the intersection point if any of the equations

L1: 2x + 3 y = 1
L2: 5x + 9 y = 4

Solution First Part (x-elimination): Multiply the first equation by c=5 and the second equation by a=2 to get the coefficients of x in new equations to be equal. The multiplication gives the next two equations

5×L1: 10x + 15 y = 5
2×L2: 10x + 18 y = 8
2×L2-5×L1: 3 y = 3

The third equation 3y =3 follows from taking the 5×L1 equation away from the 2×L2 equation. The third equation implies y =3/3 =1. So x-elimination yields the value of y.

Solution Second Part: (Get x):

Now the first equation L1 (we could have used the second) implies 2x = 1 -3y which in turn implies the run-on set of equalities x = (1-3y)/2 = (1-3×1)/2 = (-2)/2 = -1.

So the point (x,y) = (-1, 1) belongs or should satisfy both equations and thus belong to both lines L1 and L2.

Solution Third Part (Check Answer):

Check that (x,y) = (-1, 1) satisfies the two equations

L1: 2x + 3 y = 1
L2: 5x + 9 y = 4

Whenever we obtain a solution of a set of equations, the possibility of an arithmetic or logical error in the steps that yield the solution suggests the solution should be checked. If the check fails, we correct the steps (or redo them) after checking the check to avoid looking for an error that is not in the solution.

Solution Postscripts

Uniqueness: Note the above sequence of steps that lead to the solution imply if (x,y) satisfies the two equations for L1 and L2 then (x,y) = (-1, 1). So the solution (-1,1) of the above two equations is unique. There is not a second intersection point.

Unequal Slopes: From the first of the two equations

L1: 2x + 3 y = 1
L2: 5x + 9 y = 4

we see that the slope of L1 is m1 = -2/3 while from the second of the two equations we see that the slope m2 = - 5/9 =\= -2/3 = - 6/9.

The case where the slopes are equal lead to parallel lines or coincident lines. Details follow.


The following explanations assume some knowledge of direct and indirect use of implication rules for arriving at conclusions. See the logic chapters 4, 6 and 7 in site Volume 1A, Pattern Based Reason.


NumericalExample of Parallel Lines: Find the intersection point if any of the equations

L1: -3x + 2 y = 1
L2: -9x + 6 y = 4

Solution First Part (try x-elimination)

Multiply the first equation by c=3 and the second equation by a=1 to get the coefficients of x in new equations to be equal. The multiplication gives the next two equations

3×L1: -9x + 6 y = 3
1×L2: -9x + 6 y = 4

Here we see that the left-sides of both equations are the same but the right hand side are different. So we are looking for a point (x,y) such that the expression -9x + 6 y gives two different values, namely 3 and 4, when computed. That is impossible. So there is no solution. So we are done. Our conclusion is no intersection.


Another way to see the impossibility of the two lines L1 and L2 intersecting is as follows. The first of the two equation

L1: -3x + 2 y = 1
L2: -9x + 6 y = 4

implies y = (3/2)x + 1 while the second implies y = (9/6)y + 4/6 = (3/2)x +(2/3). Now we have two new equations for L1 and L2, namely

L1: y = (3/2)x + 1
L2: y = (3/2)x + 2/3

The slope-intersection form of these equations tells us that both lines have the same slope 3/2, the y-intercept of the first is 1 while the while intercept of the second is 2/3. We see for each point x on the x-axis, the y coordinate of a point (x,y1) on the first line L1 is 1/3 more than the y-coordinate of a point (x,y1) on the second line L2. See the diagram

The intersection of a vertical line with L1 (the blue line) is 1/3 of a unit above its intersection with L2 (the red line). So there is no intersection. (An intersection point (p, q) would give a vertical line x = p in which the intersection with L1 and L2 have the same height q, but the intersections with L1 and L2 of x=p always have different heights.


Algebraic Example of Coincident Lines: Find the intersection point if any of the equations

L1: 3x + 9 y = 6
L2: 5x + 15 y = 10

Solution First Part (try x-elimination): Multiply the first equation by c=5 and the second equation by a=5 to get the coefficients of x in new equations to be equal. The multiplication gives the next two equations

5×L1: 15x + 45 y = 30
3×L2: 15x + 45 y = 30

Here we see that the left-sides and rights of the resulting equations are the same. So we are looking for a point (x,y) such that the expression 15x + 45 y gives the value 30. Here they are many solutions, the set or line described by the equation

15x + 45 y = 30

Now let us retreat and rewrite each equation for L1 and L2 in slope-intercept form.

  • The L1 equation 3x + 9 y = 6 gives y = (-3x + 6)/9 or y = -(1/3) x + 2/3
  • The L2 equation : 5x + 15 y = 10 gives y = (-5x +10)/15 or equivalently y = -(1/3) x + 2/3

So L1 and L2 equations both represent the line y = -(1/3) x + 2/3. All points on this line satisfy the L1 and L2 equations. That implies L1 and L2 denote the same line.

Teachers & Tutors: Site pages offer better or best practices for providing skills - simpler than expected & comprehensive but for exercises. For your charges, your duty is to study them alone or in groups and develop skill building exercises & activities to share. Start now. The effort here is the best I can do. Others are welcome to refine or exceed it. Please do.

Secondary Mathematics for Ages 11+, A Practical Approach for home-tutoring or -schooling, or for schools & colleges with local curriculum control. Study how to include site content - its skill development how-TOs and innovations into present or future lesson plans - some reading required.

Road Safety Messages and Questions: When and why should you face traffic when walking along a road or cycle path? Is it a good idea to hang limbs outside of cars etc? What gives more protection in a crash: a car, motorbike or bicycle? See too, the BBC-Belgium story Texting and Driving - texting & the impossible test - the article links to a gruesome utube video on the subject

The Logic of Injustice: How Texas sent an innocent man to his death - The wrong Carlos. Some judgments are irreversible. Procescution: Where and when prosectors play to win rather than for justice, guilt beyond a reasonable doubt goes unrespected due to prosecutors who putting winning first, those innocence before the law may be convicted. Some procescutors offices in continuing to accuse after a pardon due to reasonable doubt or innocent being shown, may sucessfully oppose compensaton for false convictions by asserting a pardon individual is still under suspicion. Then the pardoned individual or the latter's estate is not compensation for years or decade of improper or false imprisonment, or for execution. Site chapters on Logic
and some in Pattern Based Reason may slowly lead to greater precision in reading, applying and writing laws.

May 2012, Composition Starting: Pre-School and Primary Mathematics - Quantitative Skills, An Intellectual View, Feedback Welcome:

The 8 Most Popular Site Inlinks

20 Times Table - the most popular site page - popular pages - unexpected.
Fractions & Ratios - with lesson on raising terms to introduce & justify times, division & comparison as well addition & subtraction
Parent Center - See below
Volume 1, Elements of Reason - Intro to all site books.
What is a Variable - best for ages 13+
Written work formats for Arithmetic and Algebra - a skill method and standard!
Complex Numbers Visually - best for ages 13+
Natural Logs, Exponentials, Powers, Roots

Division of Labour: This site offers advice and directions with pointers to resources elsewhere, if known, when they help or lessen the need to write more.

Parent Center: Help your child or teen learn:

Parent-friendly Work Booklets for ages 3+ to 13 Use these or others to check or build skills. Other booklets are available but these booklets allow parents unsure of themselves in mathematics to help their children. The selection acquired in Canada is published in the USA. So it has a US orientation. In retrospect, the selection shows parents what to check with the booklets or by other ways, the choice is theirs. But in retrospect, the selection does not cover integral and fractions liquid weights and measures - ask the publishers to correct that! For ages 9 to 12 say, parents may compensate by showing boys and girls how to use weights or mass, and further measures in food preparation. Beyond that children may be shown how to measure and calculate angles, lengths and areas [proportional amounts too] directly or by using maps and plans drawns to scale. Learning how to gather and measure all the ingredients, pots and pans for a dish or a meal, along with cleaning up sets the stage for like activities or experiments in science courses, and in developing organizational skills, gives boys and girls a head start. Good luck. At the other extreme, more comprehensive than light, if your motto is McCainian: drill, drill, drill then Toronto mathematician and actor John Mighton's jump math organization has jump math workbooks for at least grades 3 to 8 for at-home and in-school use - training sessions for teachers available. Jump math has been expanding to cover older students. Jump Math Samples: plus Fractions for Grades 3-4 & Grades 5-6 [Read] Free Resources grades 1 to 8 [unread - likely to be good]. and

Mathematics Skills For Ages 3 to 14 - technical!

Skills with take home value - A few ideas

Basic skills include time-date-calendar Matters; money matters; map, plan and scale diagram matters;counting, measuring and figuring; decision making with logic and likelyhood; being careful and being aware of the domino effect of mistakes; reading and writing with precision.

Is your child able to add, subtract and multiply amounts of money, work with fractions, work with clocks and calendars, work with maps and plans, and measure length, weight-mass and volume? Schools may promote your son or daughter without providing basic skills in reading, writing and arithmetic.

Arithmetic and Number Theory Skills

Algebra Starter Lessons

1 Working With Sets
2 Formula Forward Use - Evaluation
3 Solving Linear Equations - Skip first step with students able to solve 1 eqn in 1 unknown.
4 Computation Rules and Function Notation
5 Real Numbers
6 More Less Greater Than Inequalities and Comparison
7 Axioms Logic and Equivalent Equations
8 Unifying Theme For Algebra
9 Proportionality Backwards and Forwards
10 Examples of Algebraic Reasoning
A Origins of Counting and Figuring Methods
B Real Numbers Extrinsic Development


Site coverage of formuala evaluation format, of computation rules and axioms, and of the forward and backward use of formulas and proportionality relations lessens the amount of natural talent needed to understand and explain algebra.

Geometry - maps plans trigonometry vectors

1 Maps Plans Measurement
2 Euclidean Geometry - Constructions + extras
3 Cartesian and Polar Coordinates
4 Lines and Slopes Take 1
5 What is Similarity
6 Trigonometry first steps
7 Complex Numbers
8 Unit-Circle Trigonometry
9 Lines and Slopes Take 2 with tangent function
10 Intersecting Straight Lines and Transversals
11 Parallel Straight Lines and Transversals
12 Function Translating and Rescaling
13 Vectors
14 Degrees to Radians and Radians to Degrees
15 Arc or Inverse Trigonometric Function

Pre-Teen and young teen mastery of skills and practices which should be common with map-plans-diagrams drawn to scale, contour interpretation included, has actual or potential take-home value for daily- and adult-life in solving routine problems. Elevating some practices to principles, axioms or postualates, provides a base for analytic and Euclidean geometry, an analytic view of similarity, and an efficient mastery of trigonometry and complex numbers. Right triangle trigonometry provide an analytic alternative to solving geometric problems by drawing diagrams to scale.

More Algebra

Natural-Logarithms Exponentials Powers Roots
Five Polynomial Operations
Quadratics Geometrically
Functions
5 Factored Polynomial Sign Analysis Examples
Rewriting algebraic substitution as function substitutions

The first topic leads to a full high school level theory for the forward and backward mastery of growth and decay models and for definition, range and domains of radicals, roots and powers. The next two topics make quadratics and polynomials easier to learn and teach. Site coverage of functions turns vertical and horizontal line rules into computation methods for evaluating functions.

70 Calculus Starter Lessons

Calculus Lessons Elsewhere:

  1. How to Ace Calculus: Street Wise Guide - Mostly Text.

  2. Flash Video for Calculus Phobics

They cover basic topics in ways likely to complement your notes, your textbooks and site material. When Goldilocks trespassed in the house of the three bears, she found three bowls of porridge, two not to her liking, and one just right. Different bears have different tastes. As invited guest here and elsewhere, if one or more explanations is not to liking, try another. It may be better or just right.

Unsolicited Advice

Learning to do and high marks if it comes to easy is often deceptive - light rather than deep. For that reason, students with learning difficulties determined not to let it get in their way may go deeper and farther than those with none. High marks, if the come easy, may be deceptive - provide a too light and not a deep mastery. That could have been your problem in secondary school, one that leads to comprehension shock or difficulties in calculus and more generally in the first year of college. Bon Appetite.


Return to Page Top

Home < Geometry - maps plans trigonometry vectors < 4 Lines and Slopes Take 1 << 6 Intersection of lines by solving linear systems

[1] [2] [3] [4] [5] [6] [7][8] [9] [10] [11] [12] [13] [14]


Logic-Reason for all
Careful Thinking
Chains of Reason
Mathematical Induction
Responsibility
Bodies-of-Knowledge

Arithmetic - Ages 10+
1. Deciml Place Value - fun
2. Decimals for Tutors
3. Prime Factors - quickly
4. Fractions + Ratios
5. Arith with units - science

Geometry
1 Maps + Plans Use
2 Euclidean Geometry
3 Rct +Polr Coordinates
4 Lines-Slopes [I]
5. What is Similarity
Algebra Starters - the base
1. Better Work Format
2. Solve Linear Eqns
3. Computation Rules
4. Axioms, Item 3 Viewpnt
5. Formulas Backwards
More Algebra
Logarithms-ax & m/nth roots
Five Polynomial Operations
Quadratics Geometrically
Functions || Vectors too
Arith. Skill Check+Answers
Calculus Prep/Preview
What is a Variable
Why study slopes
Why factor polynomials
Complex Numbers
Limits + Continuity

All trademarks and copyrights in this are owned by their respective owners.
Copyright to comments & contributions are owned by the Poster.
The Rest © 1995-2011, by site author, Alan Selby, Ph. D., Montreal,
All Rights Reserved --- Skype or Email to contact.