How Can Vector Algebra Prove Diagonal Relationships in Parallelograms?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
lolimcool
Messages
20
Reaction score
0

Homework Statement


P is the point where the diagonals of the parallelogram abcd intersect one another
let [itex]\alpha = AB[/itex] and [itex]\beta = AD[/itex] and let s and t be scalars such that [itex]AP = sAC[/itex] and [itex]BP = tBD[/itex]

use vector algebra to show that
[itex]s(\alpha + \beta) = AP = \alpha + t(\beta - \alpha)[/itex]

The Attempt at a Solution


ok so
s(AB + AD) = AP = AB + t(AD - AB)
s(AC) = AP = AB + t(BD) (s(AC) and AP have the same direction so s(AC) = AP)
AP = AB + t(BD)
AP = AB + BP
AP = AP

is that right?and could someone explain to me the principle of planar independence
 
Physics news on Phys.org
lolimcool said:

Homework Statement


P is the point where the diagonals of the parallelogram abcd intersect one another
let [itex]\alpha = AB[/itex] and [itex]\beta = AD[/itex] and let s and t be scalars such that [itex]AP = sAC[/itex] and [itex]BP = tBD[/itex]

use vector algebra to show that
[itex]s(\alpha + \beta) = AP = \alpha + t(\beta - \alpha)[/itex]





The Attempt at a Solution


ok so
s(AB + AD) = AP = AB + t(AD - AB)
The line above is essentially what you are trying to show, so you shouldn't start off by assuming that it is true.

First, you want to show that s([itex]\alpha~+~\beta[/itex]) = AP, then show that s([itex]\alpha~+~\beta[/itex]) = [itex]\alpha~+t(\beta~-\alpha)[/itex]. (Or you can show that AP = [itex]\alpha~+t(\beta~-\alpha)[/itex].)

For the first part, you have
s([itex]\alpha~+~\beta[/itex]) = s(AB + AD) = s(AC). From the given information, what is that last expression equal to?
lolimcool said:
s(AC) = AP = AB + t(BD) (s(AC) and AP have the same direction so s(AC) = AP)
AP = AB + t(BD)
AP = AB + BP
AP = AP

is that right?
Generally speaking, you don't want to end with a statement that is obviously true; i.e., that some quantity equals itself.
lolimcool said:
and could someone explain to me the principle of planar independence
 
Actually, what you have written is a valid "synthetic proof" where you start with what you want to show, then work down to an obviously true statement. The critical part is that each statement be reversible. That way a "standard proof" would start at the bottom and work upward.

That is, as "standard" proof would be:
AP= AP
AP= AB+ BP
AP = AB + t(BD)
AP = s(AC) = AB + t(BD)
AP = s(AB + AD) = AB + t(AD - AB)

By the way, you don't want to say "s(AC) and AP have the same direction so s(AC) = AP". It sounds like you are saying "if two vectors have the same direction then they are equal" which, of course, is not true. You are given that s(AC)= AP.
 
Mark44 said:
Generally speaking, you don't want to end with a statement that is obviously true; i.e., that some quantity equals itself.

HallsofIvy said:
Actually, what you have written is a valid "synthetic proof" where you start with what you want to show, then work down to an obviously true statement. The critical part is that each statement be reversible.
And this is why I qualified what I said. I didn't want to go into details about the steps being reversible.