1. **Problem Statement:** Calculate the angle that line segment $AJ$ makes with the base $ABHG$ of the prism, given the dimensions and angles of the pentagonal prism.
2. **Understanding the prism:** The prism has a pentagonal base $ABCDE$ and a congruent top face $FGHIJ$. The vertical edges $AG$, $BH$, $EF$, $DJ$, and $CI$ are all 12 cm.
3. **Given:**
- $AE = BC = x$ cm
- $AB = 2x$ cm
- $ED = CD = 8$ cm
- $ ext{angle } EAB = ext{angle } CBA = 90^60$
- $ ext{angle } AED = ext{angle } BCD = 120^60$
- $AG = BH = EF = DJ = CI = 12$ cm
- $BC = x$, $AB = 2x$, $AE = x$
- $C$ to $B$ is horizontal, $A$ to $B$ is horizontal
4. **Find $x$:**
Since $AB = 2x$ and $BC = x$, and $BC$ is perpendicular to $AB$ (since angle $CBA = 90^60$), triangle $ABC$ is right angled at $B$.
5. **Coordinates for base points:**
- Place $A$ at origin $(0,0,0)$.
- $AB$ along x-axis: $B = (2x,0,0)$.
- $BC$ perpendicular to $AB$ along y-axis: $C = (2x,x,0)$.
- $AE$ perpendicular to $AB$ along y-axis: $E = (0,x,0)$.
6. **Coordinates for $D$:**
Given $ED = 8$ cm and angle $AED = 120^60$ at $E$ between $AE$ and $ED$.
Vector $EA = A - E = (0 - 0,0 - x,0 - 0) = (0,-x,0)$.
We want vector $ED$ of length 8 cm making $120^60$ with $EA$.
Let $ED = 8(\\cos \theta, \\sin \theta, 0)$ in the plane, with $ heta$ measured from $EA$ direction.
Since $EA$ points down along negative y-axis, set $EA$ direction as reference.
Angle between $EA$ and $ED$ is $120^60$, so $ED$ makes $120^60$ with vector $(0,-1)$.
Calculate components of $ED$:
$$
ED_x = 8 \cos 120^60 = 8 \times (-0.5) = -4
$$
$$
ED_y = 8 \sin 120^60 = 8 \times 0.866 = 6.928
$$
So,
$$
D = E + ED = (0 - 4, x + 6.928, 0) = (-4, x + 6.928, 0)
$$
7. **Coordinates for $J$:**
$J$ is vertically above $D$ by 12 cm:
$$
J = (-4, x + 6.928, 12)
$$
8. **Coordinates for $G$:**
$G$ is vertically above $A$ by 12 cm:
$$
G = (0,0,12)
$$
9. **Vector $AJ$:**
$$
AJ = J - A = (-4 - 0, (x + 6.928) - 0, 12 - 0) = (-4, x + 6.928, 12)
$$
10. **Base plane $ABHG$:**
Points $A(0,0,0)$, $B(2x,0,0)$, $H(2x,x,12)$, $G(0,0,12)$.
Vectors in base plane:
$$
AB = (2x,0,0)
$$
$$
AG = (0,0,12)
$$
The base plane is vertical in $z$ direction.
11. **Vector $ABHG$ plane normal:**
Calculate normal vector to base plane using vectors $AB$ and $AG$:
$$
\vec{n} = AB \times AG = (2x,0,0) \times (0,0,12) = (0, -24x, 0)
$$
Normal vector is along negative y-axis.
12. **Angle between $AJ$ and base plane:**
Angle between vector $AJ$ and base plane is complementary to angle between $AJ$ and normal vector $\vec{n}$.
Calculate angle $\theta$ between $AJ$ and $\vec{n}$:
$$
\cos \theta = \frac{AJ \cdot n}{|AJ||n|}
$$
Calculate dot product:
$$
AJ \cdot n = (-4)(0) + (x + 6.928)(-24x) + 12(0) = -24x(x + 6.928) = -24x^2 - 166.272x
$$
Magnitude of $AJ$:
$$
|AJ| = \sqrt{(-4)^2 + (x + 6.928)^2 + 12^2} = \sqrt{16 + (x + 6.928)^2 + 144} = \sqrt{160 + (x + 6.928)^2}
$$
Magnitude of $n$:
$$
|n| = \sqrt{0^2 + (-24x)^2 + 0^2} = 24x
$$
13. **Find $x$ using $BC = x$ and $CD = 8$ with angle $BCD = 120^60$:**
Coordinates of $C = (2x, x, 0)$ and $D = (-4, x + 6.928, 0)$.
Vector $CB = B - C = (2x - 2x, 0 - x, 0 - 0) = (0, -x, 0)$.
Vector $CD = D - C = (-4 - 2x, (x + 6.928) - x, 0 - 0) = (-4 - 2x, 6.928, 0)$.
Angle between $CB$ and $CD$ is $120^60$:
$$
\cos 120^60 = \frac{CB \cdot CD}{|CB||CD|} = -0.5
$$
Calculate dot product:
$$
CB \cdot CD = (0)(-4 - 2x) + (-x)(6.928) = -6.928x
$$
Magnitudes:
$$
|CB| = \sqrt{0^2 + (-x)^2} = x
$$
$$
|CD| = \sqrt{(-4 - 2x)^2 + 6.928^2} = \sqrt{(4 + 2x)^2 + 48}
$$
Set equation:
$$
-0.5 = \frac{-6.928x}{x \times \sqrt{(4 + 2x)^2 + 48}} = \frac{-6.928}{\sqrt{(4 + 2x)^2 + 48}}
$$
Multiply both sides:
$$
-0.5 \times \sqrt{(4 + 2x)^2 + 48} = -6.928
$$
Simplify:
$$
0.5 \times \sqrt{(4 + 2x)^2 + 48} = 6.928
$$
Square both sides:
$$
0.25 \times ((4 + 2x)^2 + 48) = 48
$$
Multiply both sides by 4:
$$
(4 + 2x)^2 + 48 = 192
$$
Simplify:
$$
(4 + 2x)^2 = 144
$$
Take square root:
$$
4 + 2x = \pm 12
$$
Two cases:
- $4 + 2x = 12 \Rightarrow 2x = 8 \Rightarrow x = 4$
- $4 + 2x = -12 \Rightarrow 2x = -16 \Rightarrow x = -8$ (discard negative length)
So, $x = 4$ cm.
14. **Calculate angle between $AJ$ and normal vector $n$ with $x=4$:**
Calculate dot product:
$$
AJ \cdot n = -24(4)^2 - 166.272(4) = -24(16) - 665.088 = -384 - 665.088 = -1049.088
$$
Calculate magnitudes:
$$
|AJ| = \sqrt{160 + (4 + 6.928)^2} = \sqrt{160 + 10.928^2} = \sqrt{160 + 119.4} = \sqrt{279.4} \approx 16.71
$$
$$
|n| = 24 \times 4 = 96
$$
Calculate cosine:
$$
\cos \theta = \frac{-1049.088}{16.71 \times 96} = \frac{-1049.088}{1604.16} \approx -0.6539
$$
Angle $\theta$:
$$
\theta = \cos^{-1}(-0.6539) \approx 130.8^\circ
$$
15. **Angle between $AJ$ and base plane:**
This is complementary to angle between $AJ$ and normal vector:
$$
\phi = 180^\circ - 130.8^\circ = 49.2^\circ
$$
Rounded to 3 significant figures:
$$
\boxed{49.2^\circ}
$$
Angle Aj Base 460F1D
Step-by-step solutions with LaTeX - clean, fast, and student-friendly.