Let equation x2+ax+b=0 and x2+cx+d=0 (a≠c) have the same root x. Please determine this root value using a, b, c, d to represent it.
we can add the two equations to obtain
2x2+(a+c)x+(b+d)=0x2+a+c2x+b+d2=0
Now just apply the quadratic formular1,2=−a+c2±√(a+c2)2−2(b+d)2
we can clean this up a bitr1,2=14(±√(a+c)2−8(b+d)−a−c)
If there is only a single shared root r1=r2if there are no shared roots(a+c)2−8(b+d)<0
Why add the two equations ?
Why not simply subtract one from the other ?
Suppose that the first equation has roots p and q and that the second equation has roots p and s,
so that the common root is p.
Then we have
(x−p)(x−q)=0 and (x−p)(x−s)=0.
Subtracting the second equation from the first,
(x−p){(x−q)−(x−s)}=0,
so
(x−p)(s−q)=0,
showing that x = p is the root of the resulting equation, (s≠q).
So, going back to the original equations and subtracting one from the other,
x(a−c)+(b−d)=0,
x=d−ba−c.
Tiggsy