Math Problem Statement

已知四棱锥P-ABCD,底面ABCD为正方形,边长为3,PD ⊥ 平面ABCD. (1) 求证:BC ⊥ 平面CDP; (2) 若直线AD与BP所成的角大小为60°,求DP的长。

Solution

The problem consists of a pyramid PABCDP-ABCD, where the base ABCDABCD is a square with side length 3, and point PP is located such that PDplane ABCDPD \perp \text{plane } ABCD. You are tasked with solving two parts:

  1. Prove that BCplane CDPBC \perp \text{plane } CDP.
  2. Given that the angle between line ADAD and line BPBP is 6060^\circ, find the length of DPDP.

Part 1: Proof that BCplane CDPBC \perp \text{plane } CDP

Since PDPD is perpendicular to the plane ABCDABCD, and since BCBC is a side of the square base, we know that:

  • BCplane ABCDBC \parallel \text{plane } ABCD,
  • PDABCDPD \perp ABCD.

Because BCBC lies in the plane ABCDABCD and PDABCDPD \perp ABCD, line BCBC must be perpendicular to any line passing through PP and extending outside the plane, like DPDP. Therefore, BCplane CDPBC \perp \text{plane } CDP, as desired.

Part 2: Finding the length of DPDP

To find the length of DPDP, we'll use the fact that the angle between lines ADAD and BPBP is 6060^\circ. Here are the steps:

  1. Coordinates setup: Since the base ABCDABCD is a square with side length 3, we can place the points on a coordinate plane:

    • A(0,0,0)A(0, 0, 0),
    • B(3,0,0)B(3, 0, 0),
    • C(3,3,0)C(3, 3, 0),
    • D(0,3,0)D(0, 3, 0).

    Let P(0,3,h)P(0, 3, h), where hh is the height we need to determine for PP, and hence for DPDP.

  2. Using the angle information: We know that the angle (AD,BP)=60\angle(AD, BP) = 60^\circ. This allows us to use the dot product formula between vectors AD\overrightarrow{AD} and BP\overrightarrow{BP}:

    cos60=ADBPADBP\cos 60^\circ = \frac{\overrightarrow{AD} \cdot \overrightarrow{BP}}{|\overrightarrow{AD}| |\overrightarrow{BP}|}

    First, compute the vectors:

    • AD=(00,30,00)=(0,3,0)\overrightarrow{AD} = (0 - 0, 3 - 0, 0 - 0) = (0, 3, 0),
    • BP=(03,30,h0)=(3,3,h)\overrightarrow{BP} = (0 - 3, 3 - 0, h - 0) = (-3, 3, h).

    Next, apply the dot product: ADBP=(0,3,0)(3,3,h)=0(3)+33+0h=9\overrightarrow{AD} \cdot \overrightarrow{BP} = (0, 3, 0) \cdot (-3, 3, h) = 0 \cdot (-3) + 3 \cdot 3 + 0 \cdot h = 9

    Using the magnitudes:

    • AD=02+32+02=3|\overrightarrow{AD}| = \sqrt{0^2 + 3^2 + 0^2} = 3,
    • BP=(3)2+32+h2=9+9+h2=18+h2|\overrightarrow{BP}| = \sqrt{(-3)^2 + 3^2 + h^2} = \sqrt{9 + 9 + h^2} = \sqrt{18 + h^2}.

    Now, substitute into the dot product formula: 93×18+h2=cos60=12\frac{9}{3 \times \sqrt{18 + h^2}} = \cos 60^\circ = \frac{1}{2}

    Simplifying: 9318+h2=1218+h2=36h2=18h=32\frac{9}{3\sqrt{18 + h^2}} = \frac{1}{2} \quad \Rightarrow \quad 18 + h^2 = 36 \quad \Rightarrow \quad h^2 = 18 \quad \Rightarrow \quad h = 3\sqrt{2}

  3. Finding DPDP: Now that we have h=32h = 3\sqrt{2}, we can find the length of DPDP: DP=(00)2+(33)2+(320)2=0+0+(32)2=18=32.DP = \sqrt{(0 - 0)^2 + (3 - 3)^2 + (3\sqrt{2} - 0)^2} = \sqrt{0 + 0 + (3\sqrt{2})^2} = \sqrt{18} = 3\sqrt{2}.

Thus, the length of DPDP is 323\sqrt{2}.


Would you like further details or have any questions?

Here are 5 related questions for deeper understanding:

  1. What would change in the proof if the base ABCDABCD were a rectangle instead of a square?
  2. How do you find the perpendicular distance from a point to a plane in 3D geometry?
  3. What is the significance of using vector dot products to find angles between lines?
  4. How can you verify if two planes are perpendicular in space?
  5. What are the conditions for a line to be perpendicular to a plane?

Tip: In geometry problems involving 3D shapes, always start by placing points on a coordinate system and use vector analysis for clarity and accuracy.

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Geometry
3D Geometry
Vectors
Dot Product

Formulas

cosθ = (u • v) / (|u| |v|)
Distance between points in 3D space: √[(x2 - x1)² + (y2 - y1)² + (z2 - z1)²]

Theorems

Perpendicular lines and planes
Dot Product Theorem

Suitable Grade Level

Grades 10-12