A B C D is a square. Given P A = 1 ; P B = 3 and P D = 7 , find the area of square A B C D .
Note: The image is not drawn to scale.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
jay bharat
draw the square on the x-y plane L is the side length
B = ( 0 , 0 ) ; A = ( 0 , L ) ; D = ( L , L ) ; P = ( a , b ) ∣ ∣ P B ∣ ∣ 2 = a 2 + b 2 = 9 → ( 1 ) ∣ ∣ P A ∣ ∣ 2 = a 2 + ( L − b ) 2 = 1 → ( 2 ) ∣ ∣ P D ∣ ∣ 2 = ( L − a ) 2 + ( L − b ) 2 = 7 → ( 3 ) ( 1 ) − ( 2 ) ⇒ b = 2 L L 2 + 8 ( 3 ) − ( 2 ) ⇒ a = 2 L L 2 − 6
substitute the value of a and b in (1)
4 L 2 ( L 2 − 6 ) 2 + ( L 2 + 8 ) 2 = 9 L 4 − 1 6 L 2 + 5 0 = 0 ⇒ L 2 = 8 ± 1 4 L = 8 − 1 4 ⇒ d i a g o n a l = 2 ⋅ 8 − 1 4 < 3 d i a g o n a l < ∣ ∣ P A ∣ ∣ ⇒ 8 − 1 4 r e j e c t e d
Rotate triangle Δ A P D about A by a right angle in the anticlockwise direction. Then D lands on B . Let P land on some P ′ . Join P to P ′ .
Then, Δ P A P ′ is an isoceles right-angled triangle right-angled at A , and P P ′ = 2 .
This also means P B P ′ is a right-angled triangle, right-angled at P ′ , due to Pythagoras' Theorem, as P P ′ 2 + P ′ B 2 = 7 + 2 = 9 = P B 2 .
Thus ∠ A P ′ B = ∠ A P ′ P + ∠ P P ′ B = 4 5 ∘ + 9 0 ∘ = 1 3 5 ∘
so A B 2 = P ′ A 2 + P ′ B 2 − 2 ⋅ P ′ A ⋅ P ′ B ⋅ cos ∠ A P ′ B = 8 + 1 4
From point P, draw perpendicular lines from P to AD (=x), and P to AB(= y). We then have the three equations: (1) x^2 + y^2 = 1. (2) (S - y)^2 + x^2 = 7, and (3) (S - x)^2 + y^2 = 9, where S= side of the square. Expanding (2) and (3),and substituting (1), we have the equations: S^2 - 2Sy - 6 = 0 and S^2 - 2Sx - 8 = 0 So 2Sy = S^2 - 6 and 2Sx = S^2 - 8. Multiplying, 4S^2 xy = S^4 - 14S^2 + 48. By subtracting the 2 equations, we have 1 = S(y - x). Squaring, 1 = S^2(y^2 - 2xy + y^2). Usung x^2 + y^2 =1, 1 = S^2 (1 - 2xy) = S^2 - 2S^2 xy. Multiplying by 2, and transposing, 4S^2*xy = 2S^2 - 2.We now have 2 expressions for 4xyS^2. Equating them, we have: 2S^2 - 2 = S^4 - 14S^2 + 48. Transposing, we have S^4 - 16S^2 + 50 = 0, a quadratic equation in S^2, with solution S^2 = [16 +/- sqrt(256 - 200)]/2, or S^2 = 8 + sqrt(14). Ed Gray
Problem Loading...
Note Loading...
Set Loading...
If α = ∠ P A B and β = ∠ P A D , then cos α = 2 X 1 + X 2 − 9 = 2 X X 2 − 8 cos β = 2 X 1 + X 2 − 7 = 2 X X 2 − 6 where X is the side of the square. Since α + β = 2 1 π , we see that 1 4 X 2 X 4 − 1 6 X 2 + 5 0 ( X 2 − 8 ) 2 = cos 2 α + cos 2 β = ( X 2 − 8 ) 2 + ( X 2 − 6 ) 2 = 0 = 1 4 Since α is acute, we must have X 2 > 8 , and hence X 2 = 8 + 1 4 .