What Value of a Makes Two Linear Equations Parallel?

  • Context:
  • Thread starter Thread starter ThomsonKevin
  • Start date Start date
  • Tags Tags
    Function Linear
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
ThomsonKevin
Messages
5
Reaction score
0
Hello everyone, I was wondering if someone could solve this and explain it in detail. The answer is supposed to be a= -2. Let's cut to the chase:

If the two lines 2x + ay = 1 and ax + (a+4)y = 2 are parallel ,what is a?
 
Physics news on Phys.org
ThomsonKevin said:
Hello everyone, I was wondering if someone could solve this and explain it in detail. The answer is supposed to be a= -2. Let's cut to the chase:

If the two lines 2x + ay = 1 and ax + (a+4)y = 2 are parallel ,what is a?

Hello! (Wave)We can determine if two straight lines are parallel by checking their slopes.

Suppose that the equation for the first line is $y_1 = m_1x + b_1$ and the equation for the second line $y_2 = m_2x + b_2$.

For two lines to be parallel their slopes have to be same. That is, $m_1 = m_2$.

$$2x+ay=1 \Rightarrow ay=-2x+1 \overset{a \neq 0}{\Rightarrow} y=-\frac{2}{a}x+\frac{1}{a}$$

$$ax+(a+4)y=2 \Rightarrow (a+4)y=-ax+2 \overset{a \neq -4}{\Rightarrow} y=\frac{-a}{a+4}x+\frac{2}{a+4}$$So, it has to hold:

$$-\frac{2}{a}=\frac{-a}{a+4} \Rightarrow -2a-8=-a^2 \Rightarrow 2a+8=a^2 \Rightarrow a^2-2a-8=0$$Solve the equation $a^2-2a-8=0$ and you will find the possible values of $a$.
 
You can also use the fact that the lines $A_1x+B_1y+C_1=0$ and $A_2x+B_2y+C_2=0$ are parallel iff $A_1/A_2=B_1/B_2\ne C_1/C_2$. Here if $A_2=0$, then $A_1/A_2=B_1/B_2$ means, by definition, that $A_1=0$, and similarly for $B_1$, $B_2$.
 
Yes, exactly what I needed, thank you both of you!