Math Lab
Home/Class X/Ch 3/Consistency and the ratio test

Consistency and the ratio test

The geometric story has three cases. The algebraic test that decides which case you are in is the ratio test, and it is one of the cleanest theorems in the chapter.

Definitions

A pair of linear equations is:

  • Consistent if it has at least one solution.
  • Inconsistent if it has no solution.
  • Independent if it has a unique solution; dependent if it has infinitely many.

Theorem: the ratio test

Consider the pair a1x+b1y+c1=0,a_1 x + b_1 y + c_1 = 0, a2x+b2y+c2=0.a_2 x + b_2 y + c_2 = 0.

Compute the three ratios a1/a2a_1/a_2, b1/b2b_1/b_2, c1/c2c_1/c_2 (whenever defined).

ConditionSolution behaviourGeometry
a1a2b1b2\dfrac{a_1}{a_2} \ne \dfrac{b_1}{b_2}Unique solutionLines intersect
a1a2=b1b2c1c2\dfrac{a_1}{a_2} = \dfrac{b_1}{b_2} \ne \dfrac{c_1}{c_2}No solutionLines parallel
a1a2=b1b2=c1c2\dfrac{a_1}{a_2} = \dfrac{b_1}{b_2} = \dfrac{c_1}{c_2}Infinitely manyLines coincide

Why it works. The slope of ax+by+c=0a x + b y + c = 0 is a/b-a/b (assuming b0b \ne 0), and the yy-intercept is c/b-c/b.

  • Different slopes (a1/b1a2/b2-a_1/b_1 \ne -a_2/b_2, equivalently a1/a2b1/b2a_1/a_2 \ne b_1/b_2) \Rightarrow lines cross.
  • Same slope, different yy-intercepts \Rightarrow parallel and distinct.
  • Same slope, same yy-intercept \Rightarrow coincident.

In ratio form, "same slope" becomes a1/a2=b1/b2a_1/a_2 = b_1/b_2, and the third ratio decides whether the lines also share the intercept.

The test is mechanical. You do not have to solve the system to know how many solutions exist. This is invaluable in problems asking "for which values of kk does the system have no solution?" , you just set the ratios appropriately.

A useful intuition: think of the three ratios as a signature. If the first two ratios differ, the system has a unique solution and the third ratio is irrelevant. If the first two ratios agree, then the third ratio decides between "no solution" and "infinitely many".

Worked examples

Example 1. Classify the system 3x+2y=83 x + 2 y = 8, 6x+4y=166 x + 4 y = 16.

Rewrite with all terms on one side: 3x+2y8=03 x + 2 y - 8 = 0 and 6x+4y16=06 x + 4 y - 16 = 0.

Ratios: 3/6=1/23/6 = 1/2, 2/4=1/22/4 = 1/2, 8/16=1/2-8/-16 = 1/2. All three equal \Rightarrow infinitely many solutions; lines coincide.

Example 2. Classify the system x+2y=5x + 2 y = 5, 2x+4y=112 x + 4 y = 11.

Ratios: 1/21/2, 2/4=1/22/4 = 1/2, 5/11=5/11-5/-11 = 5/11. First two equal but the third differs \Rightarrow no solution; lines parallel.

Example 3. Classify 2x+3y=72 x + 3 y = 7, 3x+4y=113 x + 4 y = 11.

2/32/3 vs 3/43/4. Not equal \Rightarrow unique solution; lines intersect.

Example 4. For what value of kk does the system x+2y=3x + 2 y = 3, 5x+ky=155 x + k y = 15 have infinitely many solutions?

Need 15=2k=315\dfrac{1}{5} = \dfrac{2}{k} = \dfrac{3}{15}. From 1/5=2/k1/5 = 2/k: k=10k = 10. Check the third: 3/15=1/53/15 = 1/5. ✓ So k=10k = 10.

Example 5. For what value of kk are the lines 2x+3y=72 x + 3 y = 7 and (k1)x+(k+2)y=3k(k - 1) x + (k + 2) y = 3 k inconsistent?

Need 2k1=3k+273k\dfrac{2}{k - 1} = \dfrac{3}{k + 2} \ne \dfrac{7}{3k}.

From 2/(k1)=3/(k+2)2/(k-1) = 3/(k+2): 2(k+2)=3(k1)2k+4=3k3k=72(k+2) = 3(k-1) \Rightarrow 2 k + 4 = 3 k - 3 \Rightarrow k = 7.

Check the third ratio: 271=13\dfrac{2}{7-1} = \dfrac{1}{3} and 737=13\dfrac{7}{3 \cdot 7} = \dfrac{1}{3}. They are equal, so the system would actually be consistent (infinitely many) for k=7k = 7, not inconsistent.

So no value of kk makes the system inconsistent. (Important to verify the third ratio.)

Try it yourself

  1. Classify each as unique / no / infinite solutions: (a) x+y=5,2xy=1x + y = 5, 2 x - y = 1 (b) 2x3y=5,4x6y=72 x - 3 y = 5, 4 x - 6 y = 7 (c) 3x+4y=12,6x+8y=243 x + 4 y = 12, 6 x + 8 y = 24
  2. Find kk so that 2x+ky=5,3x+2y=72 x + k y = 5, 3 x + 2 y = 7 has a unique solution.
  3. Find kk so that kx+3y=k3,12x+ky=kk x + 3 y = k - 3, 12 x + k y = k has infinitely many solutions.
  4. Find kk so that 3x+y=1,(2k1)x+(k1)y=2k+13 x + y = 1, (2 k - 1) x + (k - 1) y = 2 k + 1 is inconsistent.
  5. For what value of α\alpha are the lines αx+3y=α3\alpha x + 3 y = \alpha - 3 and 12x+αy=α12 x + \alpha y = \alpha coincident?
  6. Show that the system 3x5y=4,9x15y=183 x - 5 y = 4, 9 x - 15 y = 18 is inconsistent without solving.
  7. For what value of kk is kx+2y=5,3x+y=1kx + 2y = 5, 3x + y = 1 consistent independent?
  8. The system 2x+3y=5,px6y=82 x + 3 y = 5, p x - 6 y = 8 has no solution. Find pp.
  9. Determine without graphing whether 3x+2y=5,2x3y=73 x + 2 y = 5, 2 x - 3 y = 7 has a unique solution.
  10. For what value(s) of kk does kxy=2,6x2y=3kx - y = 2, 6x - 2y = 3 have (a) unique solution, (b) no solution, (c) infinitely many?

Pitfalls / Insight

  • Always bring both equations to the form ax+by+c=0a x + b y + c = 0 before computing ratios. Don't mix forms.
  • Check the third ratio when the first two agree , otherwise you'll mis-call "no solution" as "infinite solutions" and vice versa.
  • Be careful when a coefficient is 00: e.g., if b1=0b_1 = 0, the ratio b1/b2b_1/b_2 is 00 and the comparison may need a small fix-up.

Insight. The ratio test is a one-glance classification. Use it before solving , sometimes the problem says "no solution" and you can immediately set the ratios appropriately, saving minutes of algebra.

Practice quiz

Quick check on this topic.

Quiz
Quick check : Ratio test
6 questions · pick the best answer
Q1

If a1/a2=b1/b2=c1/c2a_1/a_2 = b_1/b_2 = c_1/c_2, the lines are:

Q2

If a1/a2b1/b2a_1/a_2 \ne b_1/b_2, the system has:

Q3

For 2x+3y=7,3x+4y=112x + 3y = 7, 3x + 4y = 11:

Q4

For 4x+6y=9,8x+12y=184x + 6y = 9, 8x + 12y = 18:

Q5

Find kk for no solution: 3x+y=1,(2k1)x+(k1)y=2k+13x + y = 1, (2k-1)x + (k-1)y = 2k+1:

Q6

If both lines pass through origin, then c1=c2=0c_1 = c_2 = 0. The system has: