If a/b = b/c = c/dab=bc=cd,then how do I prove that (a-d)^2 = (b-c)^2 +(c-a)^2 + (b-d)^2?(ad)2=(bc)2+(ca)2+(bd)2?

1 Answer
Oct 8, 2017

See explanation

Explanation:

We want to show that:

(a-d)^2=(b-c)^2+(c-a)^2+(b-d)^2(ad)2=(bc)2+(ca)2+(bd)2

Expanding the expression on the right:

b^2-2bc+c^2+c^2-2ac+a^2+b^2-2bd+d^2b22bc+c2+c22ac+a2+b22bd+d2

Rearranging and combining terms:

a^2+2b^2+2c^2-2ac-2bc-2bd+d^2a2+2b2+2c22ac2bc2bd+d2

Factoring out the 2:

a^2+2(b^2+c^2-ac-bc-bd)+d^2a2+2(b2+c2acbcbd)+d2

Now let’s use the fact that a/b=b/cab=bc

Multiply everything by bcbc, so:

color(red)(ac=b^2)ac=b2

Same thing for b/c=c/dbc=cd but multiply by cdcd, so:

color(blue)(bd=c^2)bd=c2

Same thing for a/b=c/dab=cd but multiply by bdbd, so:

color(green)(ad=bc)ad=bc

Find and replace these terms in our expression:

a^2+2(color(red)(b^2)+color(blue)(c^2)-ac-color(green)(bc)-bd)+d^2a2+2(b2+c2acbcbd)+d2

a^2+2(color(red)(ac)+color(blue)(bd)-ac-color(green)(ad)-bd)+d^2a2+2(ac+bdacadbd)+d2

Combine like terms inside the parentheses:

a^2+2(-ad)+d^2=a^2-2ad+d^2a2+2(ad)+d2=a22ad+d2

Factor:

(a-d)^2(ad)2

Therefore:

(a-d)^2=(b-c)^2+(c-a)^2+(b-d)^2(ad)2=(bc)2+(ca)2+(bd)2