Determining the value of required parameter for the equations to have a common root

51 Views Asked by At

Determine the value of $a$ such that $x^2-11x+a=0$ and $x^2-14x+2a=0$ may have a common root.

My attempt:

Let the common root be $\alpha$

On substituting $\alpha$ in both equations and then subtracting, $a = -3\alpha$

How do I continue from here? What are the other conditions for them to have common roots?

3

There are 3 best solutions below

0
On BEST ANSWER

Eliminate $a$. Then, $$-2a=2(x^2-11x)=x^2-14x$$ $$x^2-8x=0$$ Therefore, the common root should be either $0$ or $8$.

If the common root is $0$, then $a=0$.

If the common root is $8$, then $a=24$.

2
On

If you do the calculation correctly $a=3\alpha$. So,$x^2-11*x+3\alpha=0$ is the first equation and it has root $\alpha$. So $\alpha^2-11*\alpha+3\alpha=0$, that is $\alpha(\alpha-8)=0$. So, $\alpha=0,8$. If common root $\alpha=8$ then $a=3\alpha=3*8=24$. If $\alpha=0$ then $a=0$.

0
On

Another way to get $a$ directly, without first determining the common root.

  • Eliminating $x^2$ between the equations by direct subtraction gives $3x-a=0 \iff x = \frac{a}{3}\,$.

  • Eliminating $x$ between the equations by multiplying the first one by $14$, the second one by $11$ then subtracting the two gives $3x^2-8a=0 \iff x^2 = \frac{8a}{3}$.

Equating $(x)^2=x^2$ between the two previous expressions gives $\frac{a^2}{9}=\frac{8a}{3} \iff a \in \mathbb\{0, 24\}$.