01
Linear functionsWhat are linear functions?01_01A
We generally think of linear functions in the form
, where
is the gradient and
is the
-intercept. There are, however, other ways including:
,
, and
(which is line-slope form). All of these are functions for finding straight lines, and should be middle-school knowledge. In all examples, we input an
value, and get a
value as an output, and this correlation is linear (hence,
linear
equation or function).When given cartesian coordinates
and
, we're able to get the gradient,
, using the following formula:
, which takes the
and divides it by
. We colloquially say it as "change in
by change in
", which happens to be the definition of the gradient!
Solutions01_02A
We can get either:
, 1, or 0 solutions. The number of solutions when dealing with two linear functions abides by these rules:
Solution occurrences
solutions: when
and when both functions share common solutions
1 solution: when
0 solutions: when
and when there's no common solution(s)
In simultaneous equations, these solutions represent where two functions intersect, and in intercepts, where functions(s) intercept the
or
-axis.
When dealing with linear equations in general, you can either get solutions by: plotting on a graph, solving for a variable, or using simultaneous equations (explanation below).
Perpendicular lines01_03A
Now that we've got the basics of linear functions, we can apply them to find out things like perpendiculars, and perpendicular bisectors. When talking about perpendicular lines, we're referring to those who intersect each other at 90 degree angles, and in order to find said perpendicular line, all you have to do is find the negative reciprocal of the gradient! This is defined as
.
Solutions and perpendicular lines
1) Determine how many solutions
has, and any
and
intercepts for both lines.
2) Without a GDC, conclude why
produces 0 solutions.
3) Find solutions on the
axis, of the perpendicular line produced from
with the intersection at
.
4) The equation of a line is given as
. If
, find
.
Midpoints and perpendicular bisectors01_04A
When faced with a question like "Find the perpendicular bisector of
with the endpoints
at
and
", we need to note that the perpendicular
bisector
is a line (perpendicular to ) created on the midpoint between two points
and
.
To find the midpoint, we use
, which is the average (mean, if you would like to be specific) of the distances of
and
. This logic can also be applied to finding the centroid of a triangle, which is found by
, however we don't have to worry about that for now.
If we want to find the function of a perpendicular bisector line (line perpendicular to
at a midpoint of a segment
), we can just insert the reciprocal of the gradient (
) and the coordinates of the midpoint into the following equation:
, where
are the midpoint coordinates,
is the gradient, and
form the function itself. Then, just do some re-arranging to get the form required by the question.
Midpoints and perpendicular bisectors
1) The midpoint of a line segment
is
. Point
has the coordinate
. Find the coordinate of point
, and hence find the equation of the line.
2) Consider the function
. Find the midpoint of the line segment connecting the points
and
on the graph of
.
3) A quadrilateral
has vertices
,
,
, and
. Consider a point
, lying in the center of
and
; find the midpoint in the line segment
.
4) Find the perpendicular bisector of the line
with the points
and
.
5) Consider the midpoint generated from question 3. Form an function for that line, and then find the function of the perpendicular bisector.
Simultaneous equations01_05A
When solving simultaneous equations, especially in IB, the general elimination method isn"t enough. Gaussian elimination using augmented matrices provides a more efficient approach. This involves representing equations as matrices and applying row operations to solve. Don't worry about understanding matrices fully now; they'll be introduced in a later chapter.
In order to solve them using matrices, we need to turn the formed matrix into what's called "reduced row form" (don't worry, you don't have to memorize that word). This involves us getting the following forms of a matrix:
Row forms
1 solution:
0 solutions:
Infinite solutions:
Note that in exams, you might not explicitly be asked 'give the value of
that produces a single solution'. Instead, exams might say: "consistent systems" (systems have at least one solution), "inconsistent systems" (systems have no solutions), and "unique solution" (systems have exactly one solution), and then the obvious "infinite solutions" (equations are linearly dependent of each other [hint hint], meaning there's an infinite number of solutions).
We can input equations into a matrix, and manipulate the contents of the matrix to get our required solutions. An example of said manipulation is below:
Solving systems using Gaussian elimination
Consider the system
.
Transition it to an augmented matrix (by taking the coefficients/constants, and placing them in a matrix):
Multiply everything in row 1 by 2 and take row 2 away from that result (also noted as
):
Then divide row 1 by 5 and row 2 by 4 (noted as
and
):
(see how this looks like the form of a singular-solution RRM?)
The convert the matrix back into equation form:
for the top row and
for the bottom row.
Simply do some substitution to arrive to the solution
, which you can check on Desmos, is in fact the answer!
Having a solution to two sets of equations is nice, however we can get infinite solutions if they never intersect (remember Note N01.0a from the top). With this, you have to "introduce" a variable yourself, and express the answer as that variable. For now, you won't have to worry about this. I found it quite hard to find questions that worked to produce infinite solutions, and always found ones that produce
. Think about why that might be!
Try some yourself. Remember, there are different reduced-row-matrix forms that could be achieved!
Solving systems using Gaussian elimination
1) Consider the system
. Show that there's no solutions to this system.
2) Consider the system
. Explain why there are infinitely many solutions.
3) Discuss the solutions to
for all
, including values that provide: infinite, one, or no solutions.
Practical applications01_06A
Common examples of applications involves establishing relationships (in physics or chemistry) and finding break-even points (in finance). Generally because they're linear equations, the applications are quite easy to solve, so if you just want to glance over this, you don't have to solve them if you don't want to.
Practical applications
1) A repair specialist charges an initial inspection fee of
dollars. Then when he starts fixing things, he charges
dollars an hour. Figure out how many hours he has worked, to earn
dollars.
2) The freezing temperature of water is
and
. The boiling point is
and
. Deduce a relationship, and hence convert
to
.