SOLUTION: For the system of equations {{{system(ax + by = c, dx + ey = f)}}} Find the conditions on a,b,c,d,e anf f, where b and e are nonzero, such that the equations have i. Infini

Algebra ->  Polynomials-and-rational-expressions -> SOLUTION: For the system of equations {{{system(ax + by = c, dx + ey = f)}}} Find the conditions on a,b,c,d,e anf f, where b and e are nonzero, such that the equations have i. Infini      Log On


   



Question 174787: For the system of equations
system%28ax+%2B+by+=+c%2C%0D%0Adx+%2B+ey+=+f%29
Find the conditions on a,b,c,d,e anf f, where b and e are nonzero, such that the equations have
i. Infinitely many solutions
ii. No solution
iii. A unique solution

Answer by Edwin McCravy(20060) About Me  (Show Source):
You can put this solution on YOUR website!
For the system of equations
system%28ax+%2B+by+=+c%2C%0D%0Adx+%2B+ey+=+f%29
Find the conditions on a,b,c,d,e and f, where
b and e are nonzero, such that the equations have

There are more than one way to do this, and
the method used depends on what course you
are taking.  It could be done with determinants,
matrices, or neither.  And there are different 
ways in each of those.  I will arbitrarily do it 
one way with neither.  If you're studying another 
method then post again telling us what method 
you are studying. 

-----

Equations like these

i.  0x=0 and 0y=0 

have infinitely many solutions
since any number may be 
substituted for x or y and the
the equation will 
always become 0=0,
which will always be true.

Equations like these

ii. 0x=r and 0y=s

where neither r nor s is 0

cannot have any solutions,
because the left side will
always be 0 and the right
side will be something other
than 0, which will never be 
true.

iii.  Equations like these

ii. px=r and qy=s

where neither p nor q is 0  will
have exactly one unique solution, 
for since neither the coefficient
of x and y is  0, then we can
divide both sides by that non-zero
coefficient and get one and only
one solution.

----------------------

Let's start to solve the system by
elimination:

system%28ax+%2B+by+=+c%2C%0D%0Adx+%2B+ey+=+f%29

Multiply the first equation through by -d
and multiply the second equation through by %22%22%2Ba
to eliminate the x's

system%28-adx+-+bdy+=+-cd%2C%0D%0A%22%22%2Badx+%2B+aey+=+af%29

Adding corresponding terms, the x-terms cancel
out and we have:

    aey-bdy+=+af-cd

Factor out y on the left:

    y%28ae-bd%29+=+af-cd

------

Now we eliminate the y-terms.

system%28ax+%2B+by+=+c%2C%0D%0Adx+%2B+ey+=+f%29

Multiply the first equation through by %22%22%2Be
and multiply the second equation through by -b
to eliminate the x's

system%28%22%22%2Baex+%2B+bey+=+ce%2C%0D%0A-bex+-+bey+=+-bf%29

Adding corresponding terms, the y-terms cancel
out and we have:

    aex-bex+=+ce-bf

Factor out x on the left:

    x%28ae-bd%29+=+ce-bf

So we have the system:

system%28x%28ae-bd%29+=+ce-bf%2C+y%28ae-bd%29=af-cd%29

i. Infinitely many solutions


Here we need to have a case of

system%280x+=+0%2C+0y=0%29, so we set the 
coefficient of x and y on the left, which are
both %28ae-bd%29, equal to 0:

ae-bd=0 or ae=bd

We also set each right side equal to 0.
Setting the first right side = 0,

ce-bf=0 or ce=bf 

Setting the second right side = 0,

af-cd=0 or af=cd

Putting these results toghether, these fractions
are all equal, so the answer to (i) is

system%28ae=bd%2C+ce=bf%2Caf=cd%29

ii. no solution

0x=p and 0y=q

where neither p nor q is 0, so

system%28x%28ae-bd%29+=+ce-bf%2C+y%28ae-bd%29=af-cd%29

This system is like (i) in that we have

ae-bd=0 or ae=bd

However it is unlike (i) in that we must 
require that the right sides NOT equal 0,

Setting the first right side NOT equal 0,

ce-bf%3C%3E0 or ce%3C%3Ebf 

Setting the second right side NOT equal 0,

af-cd%3C%3E0 or af%3C%3Ecd

Putting these results together, the answer 
to (ii) is

system%28ae=bd%2C+ce%3C%3Ebf%2Caf%3C%3Ecd%29

---

iii. A unique solution

There will be exactly one
unique solution if the coefficient
of x and y is not 0, for then we can
divide both sides by that non-zero
coefficient and get one and only
one solution.

system%28x%28ae-bd%29+=+ce-bf%2C+y%28ae-bd%29=af-cd%29

So we require that %28ae-bd%29%3C%3E0, so that
we can divide both sides of both equations
by ae-bd and get just one value for x
and just one value for y.

So we just have to require that

ae-bd%3C%3E0 or ae%3C%3Ebd

So the answer to (iii) is

ae%3C%3Ebd and there are no restrictions on
c or f.

Edwin