Math Problem Statement

ABCD is a parallelogram. AB = 3√ 2, AD = 8, ∠BAD = 45◦ , M is a point on CD, CM : MD = 1 : 2. N is a point on AD, AN : ND = 3 : 1. Find:

c) the acute angle between AM and BN.

Solution

We are tasked with finding the acute angle between lines AMAM and BNBN, where ABCDABCD is a parallelogram with specific dimensions and points defined as MM and NN. Here's the step-by-step process to solve this:

1. Given Information:

  • AB=32AB = 3\sqrt{2}
  • AD=8AD = 8
  • BAD=45\angle BAD = 45^\circ
  • CM:MD=1:2CM : MD = 1 : 2, so MM divides CDCD in the ratio 1:21:2.
  • AN:ND=3:1AN : ND = 3 : 1, so NN divides ADAD in the ratio 3:13:1.

We need to find the acute angle between vectors AM\overrightarrow{AM} and BN\overrightarrow{BN}.

2. Coordinate Setup:

We can place the parallelogram on the coordinate plane. Let:

  • A=(0,0)A = (0, 0)
  • B=(32,0)B = (3\sqrt{2}, 0)
  • D=(0,8)D = (0, 8)

Now, using the fact that BAD=45\angle BAD = 45^\circ, we can determine the coordinates of point CC, which is directly opposite to AA in the parallelogram:

  • The vector AB\overrightarrow{AB} is along the x-axis, and the vector AD\overrightarrow{AD} makes a 4545^\circ angle with ABAB. Therefore, C=(32,8)C = (3\sqrt{2}, 8).

3. Finding Coordinates of MM and NN:

  • Point MM on CDCD: Since MM divides CDCD in the ratio 1:21:2, use the section formula to find its coordinates: M=(1(0)+2(32)1+2,1(8)+2(8)1+2)=(22,8)M = \left( \frac{1(0) + 2(3\sqrt{2})}{1+2}, \frac{1(8) + 2(8)}{1+2} \right) = \left( 2\sqrt{2}, 8 \right)

  • Point NN on ADAD: Since NN divides ADAD in the ratio 3:13:1, its coordinates are: N=(3(0)+1(0)3+1,3(8)+1(0)3+1)=(0,6)N = \left( \frac{3(0) + 1(0)}{3+1}, \frac{3(8) + 1(0)}{3+1} \right) = (0, 6)

4. Vectors AM\overrightarrow{AM} and BN\overrightarrow{BN}:

Now, we calculate the vectors AM\overrightarrow{AM} and BN\overrightarrow{BN}:

  • AM=(22,8)(0,0)=(22,8)\overrightarrow{AM} = (2\sqrt{2}, 8) - (0, 0) = (2\sqrt{2}, 8)
  • BN=(0,6)(32,0)=(32,6)\overrightarrow{BN} = (0, 6) - (3\sqrt{2}, 0) = (-3\sqrt{2}, 6)

5. Dot Product to Find the Angle:

The dot product formula between two vectors u=(x1,y1)\mathbf{u} = (x_1, y_1) and v=(x2,y2)\mathbf{v} = (x_2, y_2) is: uv=x1x2+y1y2\mathbf{u} \cdot \mathbf{v} = x_1 x_2 + y_1 y_2 Applying this to AM=(22,8)\overrightarrow{AM} = (2\sqrt{2}, 8) and BN=(32,6)\overrightarrow{BN} = (-3\sqrt{2}, 6): AMBN=(22)(32)+(8)(6)=12+48=36\overrightarrow{AM} \cdot \overrightarrow{BN} = (2\sqrt{2})(-3\sqrt{2}) + (8)(6) = -12 + 48 = 36

Next, compute the magnitudes of the vectors: AM=(22)2+82=8+64=72=62|\overrightarrow{AM}| = \sqrt{(2\sqrt{2})^2 + 8^2} = \sqrt{8 + 64} = \sqrt{72} = 6\sqrt{2} BN=(32)2+62=18+36=54=36|\overrightarrow{BN}| = \sqrt{(-3\sqrt{2})^2 + 6^2} = \sqrt{18 + 36} = \sqrt{54} = 3\sqrt{6}

Finally, use the dot product formula to find the cosine of the angle θ\theta between the vectors: cosθ=AMBNAMBN=36(62)(36)=36183=23=233\cos \theta = \frac{\overrightarrow{AM} \cdot \overrightarrow{BN}}{|\overrightarrow{AM}| |\overrightarrow{BN}|} = \frac{36}{(6\sqrt{2})(3\sqrt{6})} = \frac{36}{18\sqrt{3}} = \frac{2}{\sqrt{3}} = \frac{2\sqrt{3}}{3}

Thus, the angle θ\theta is: θ=cos1(233)=30\theta = \cos^{-1} \left( \frac{2\sqrt{3}}{3} \right) = 30^\circ

Final Answer:

The acute angle between AMAM and BNBN is 3030^\circ.


Would you like more details or have any questions?

Here are five related questions to deepen understanding:

  1. How do you calculate the angle between two vectors in 3D?
  2. How does the section formula apply to other shapes?
  3. What is the significance of the dot product in finding angles?
  4. How can the concept of vector projection help in geometry problems?
  5. What happens if the ratio in which a point divides a line changes?

Tip: The dot product is zero when two vectors are perpendicular to each other, giving an easy way to check for right angles!

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Geometry
Vectors
Dot Product
Coordinate Geometry
Angles

Formulas

Dot product: u · v = x1 * x2 + y1 * y2
Magnitude of a vector: |v| = sqrt(x^2 + y^2)
Cosine of angle between two vectors: cosθ = (u · v) / (|u| * |v|)

Theorems

Dot Product Theorem
Section Formula

Suitable Grade Level

Grades 10-12