How do you write a system of equations with the solution (4,-3)?

1 Answer
Mar 28, 2015

We'll make a linear system (a system of linear equations) whose only solution in #(4, -3)#.
First note that there are several (or many) ways to do this. We'll look at two ways:

Standard Form Linear Equations

A linear equation can be written in several forms. "Standard Form" is #ax+by=c# where #a#, #b# and #c# are constants (numbers).

We want to make two equations that
(i) have this form,
(ii) do not have all the same solutions (the equations are not equivalent), and
(iii) #(4, -3)# is a solution to both.

#ax+by=c#. We want #a#, #b# and #c# so that

#a(4)+b(-3)=c# (This will make (i) and (iii) true.)

Choose #a#, #b# and #c# the make the equation true.
How? Choose two of the and find the third.

Example: If we make #a=1# and #b=1#, then because we have
#1(4)+1(-3)=c# , we can see that we need #c=1#.

One equation of my system will be #x+y=1#

Now in order to satisfy (ii) My second equations need to not be a multiple of the first.
If I used #2x+2y=2#, it would share, not only #(4, -3)#, but every solution.

T make sure that we do not get a multiple, my second choice for #a# and #b# will not be a constant multiple of the first choice. (Not #a=3#, and #b=3#. and not #a=5#, and #b=5#. an so on.)

I want to keep this example simple, so I'll keep #a=1# and choose a different #b#, then I'll find (calculate) the #c# I need.

Let's use #a=1# and #b=2#. This makes #1(4)+2(-3)=c#, so #c=4-6=-2#

My second equation is #x+2x=-2#

My system is:
#x+y=1#
#x+2x=-2#

We can check that #(4, -3)# solves both equations, but the equations are not equivalent. (#(1,0)# solves the first, but not the second.)

Intersecting Lines

A different way of thinking about the question is much more geometrical.

We want two different lines through the point #(4, -3)#

(i) lines (ii) distinct lines (iii) through the point #(4, -3)#

We'll make sure we have lines.
If the equations of the lines have different slope, then we can be certain that the lines are distinct. (that we really have 2 different lines, not just two equations for the same line.)
So we'll make sure the slopes are different.

There are still several ways to think about how to do this

First Method:
Use slope form or point-slope form for the equation of a line.

#(y-(-3))/(x-4) =m# or #(y-(-3))=m(x-4)#

Choose two different #m#'s and simplify, if you think you should.

#m=1# leads to #y=x-7#
#m=2# leads to #y=2x-11#
#m=-5# leads to #y=-5x+17#

Second method:
Use slope intercept form #y=mx+b# where we want #-3=m(4)+b#

Choose two different #m#'s and find the associated #b#'s

#m=1# leads to #y=x-7#
#m=2# leads to #y=2x-11#
#m=-5# leads to #y=-5x+17#