Calculating the Area of a Parallelogram with Two Sets of Parallel Lines

Click For Summary

Homework Help Overview

The discussion revolves around calculating the area of a parallelogram defined by two pairs of parallel lines in R^2, represented by linear equations. The original poster seeks a formula for the area in terms of the coefficients and constants from these equations.

Discussion Character

  • Exploratory, Assumption checking, Mathematical reasoning

Approaches and Questions Raised

  • Participants explore the implications of having four equations for two pairs of parallel lines and discuss the need to find intersection points to derive vectors for area calculation.
  • Some participants suggest using determinants and cross products, while others question the relevance of certain approaches to the area calculation.
  • There is a focus on deriving a formula based on the coordinates of intersection points and the relationships between the lines.

Discussion Status

The discussion is active, with various attempts to derive a formula for the area. Some participants express doubt about the simplicity of the proposed formulas, while others encourage checking the correctness of the steps taken. There is no explicit consensus on the final formula, and participants are exploring different interpretations and methods.

Contextual Notes

Participants note that the problem is not assigned homework but rather a self-posed question from a math book, which may influence the level of detail and rigor in the responses. There is also a concern about ensuring that the exploration does not detract from actual homework responsibilities.

freeballa
Messages
7
Reaction score
0

Homework Statement


This isn't really homework, but a not assigned problem out of my mathbook which is kinda confusing me..

#74. We have two pairs of parallel lines in R^2 defined by the linear equations below:

a1x + b1y = r1
a1x + b1y = s1
a2x + b2y = r2
a2x + b2y = s2

We assume that these lines enclose a parallelogram P. Find the very simplest formula for the area of P in terms of a1, b1, a2, b2, r1, r2, s1, s2.

Homework Equations





The Attempt at a Solution


Not sure how to attempt this problem because there are 4 equations for two lines?
 
Physics news on Phys.org


There are FOUR lines. There are two pairs of parallel lines. The first two don't intersect and the last two don't intersect.
 


Then the area P would be:

P = ||r1 x s1||
or..
P = ||r2 x s2||

Correct?
 
Last edited:


freeballa said:
Then the area P would be:

P = ||r1 x s1||
or..
P = ||r2 x s2||

Correct?

r1 and s1 are numbers, not vectors. You can't take their cross product. You need to find some points on the intersection of the lines and take their difference to get vectors.
 


I think I understand how to do it...

Find the intersection of the points:
a1x + b1y = r1 and a2x + b2y = r2
a1x + b1y = r1 and a2x + b2y = s2
a1x + b1y = s1 and a2x + b2y = r2
a1x + b1y = s1 and a2x + b2y = s2

Get the (x, y) for each of those points

Then subtract two sets by your selected new origin getting a and b.
Then put those into ||a x b||

But the question is asking me to put it into a formula; any help?
 


Couldn't I just take the determinant of a1, b1, a2, b2?

Area = |a1b2 - a2b1|
 


Sure you can take the determinant, but what makes you think that has anything to do with AREA? It's obviously wrong. The a's and b's alone only tell you about the angles of the sides. The r's and s's determine how far apart they are.
 


It is true that if two intersecting sides of a parallelogram can be represented by \vec{v} and \vec{u} then the area of the rectangle is given by the length of \vec{u}\times\vec{v}.

It is also true that the area of a rectangular solid with sides intersecting at one corner given by vectors \vec{u}, \vec{v}, \vec{w} is given by the "triple product", |\vec{u}\cdot(\vec{v}\times \vec{w})| which is equal to the determinant formed with the vectors as columns or rows.
 
  • #10


a1x + b1y = r1 and
a2x + b2y = r2

X1 = (r1b2-b1r2)/(a1b2-b1a2)
Y1 = (a1r2-r1a2)/(a1b2-b1a2)

a1x + b1y = r1 and
a2x + b2y = s2

X2 = (r1b2-b1s2)/(a1b2-b1a2)
Y2 = (a1s2-r1a2)/(a1b2-b1a2)

a1x + b1y = s1 and
a2x + b2y = r2

X3 = (s1b2-b1r2)/(a1b2-b1a2)
Y3 = (a1r2-s1a2)/(a1b2-b1a2)

a1x + b1y = s1 and
a2x + b2y = s2

X4 = (s1b2-b1s2)/(a1b2-b1a2)
Y4 = (a1s2-s1a2)/(a1b2-b1a2)

Using a1x + b1y = r1 and a2x + b2y = r2 as midpoint:

AX = X2 - X1
AY = Y2 - Y1

BX = X3 - X1
BY = Y3 - Y1

Area = AXBY - BXAY

So, the simplest formula for P would be:

P = ((r1b2-b1s2)/(a1b2-b1a2) - (r1b2-b1r2)/(a1b2-b1a2))((a1r2-s1a2)/(a1b2-b1a2) - (a1r2-r1a2)/(a1b2-b1a2)) - ((s1b2-b1r2)/(a1b2-b1a2) - (r1b2-b1r2)/(a1b2-b1a2))((a1s2-r1a2)/(a1b2-b1a2) - (a1r2-r1a2)/(a1b2-b1a2))
 
Last edited:
  • #11


If that is correct, then it's one answer. Have you checked it. I really doubt that it's the simplest. Since this isn't homework, I hope you aren't neglecting your real homework to pour time into this. Gotta confess, I actually don't know the answer.
 
  • #12


It hasn't been simplified, so it isn't in the simplest form. I am just checking if I did the correct steps as I have nothing to compare against to see if the answer is correct.

I am not neglecting my homework to do this.
 
  • #13


Ok, it looks like you are doing the right sort of stuff. If you really want to check if it's correct, why don't you make some sample parallelograms with real numbers and check it out? I'm sorry to seem lazy here and not checking it myself. But, in fact, I am lazy. Sorry. The lord helps those who help themselves.
 
  • #14


Can anyone else confirm if I did this problem correctly?
 

Similar threads

Replies
3
Views
5K
Replies
8
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 5 ·
Replies
5
Views
3K