Concept:
For parametric curves, symmetry can be evaluated by checking how the coordinate functions respond to a sign change in the parameter $t$. The geometric slope of the tangent line is given by the derivative ratio $m = \tan\phi = \frac{dy/dt}{dx/dt}$.
Step 1: Evaluate the curve coordinates for geometric symmetry properties.
Let us analyze how the parametric functions respond when we replace the variable $t$ with its negative counterpart $-t$:
• $x(-t) = 1 - 3(-t)^2 = 1 - 3t^2 = x(t)$ (The horizontal coordinate stays identical)
• $y(-t) = (-t) - 3(-t)^3 = -t + 3t^3 = -(t - 3t^3) = -y(t)$ (The vertical coordinate flips sign)
Because replacing $t$ with $-t$ preserves the horizontal position $x$ while mirroring the vertical position $y$ across the horizontal axis, the graph is completely mirrored across the $x$-axis. This confirms that option (A) is correct.
Step 2: Calculate the tangent slope function using parametric derivatives.
Let us differentiate the parametric functions with respect to $t$ to find the directional components:
\[
\frac{dx}{dt} = \frac{d}{dt}(1 - 3t^2) = -6t \quad \text{and} \quad \frac{dy}{dt} = \frac{d}{dt}(t - 3t^3) = 1 - 9t^2
\]
The slope of the tangent line at any arbitrary parameter point is given by the ratio:
\[
\tan\phi = \frac{dy/dt}{dx/dt} = \frac{1 - 9t^2}{-6t} = \frac{9t^2 - 1}{6t} \quad \cdots (1)
\]
Step 3: Isolate the parameter value at the reference point P.
We are given that the reference point has coordinates $P(-2, 2)$. Let us equate the parametric functions to these values to find the corresponding parameter value $t_1$:
\[
x = 1 - 3t^2 = -2 \quad \Rightarrow \quad 3t^2 = 3 \quad \Rightarrow \quad t^2 = 1 \quad \Rightarrow \quad t = \pm 1
\]
Now substitute these roots into the vertical coordinate function to find which one yields $y = 2$:
• If $t = 1 \implies y = 1 - 3(1)^3 = -2 \neq 2$
• If $t = -1 \implies y = -1 - 3(-1)^3 = -1 + 3 = 2$
This isolates the exact parameter value for point $P$: $t_1 = -1$. Let us find the tangent slope $m_1$ at this point using equation (1):
\[
m_1 = \frac{9(-1)^2 - 1}{6(-1)} = \frac{9 - 1}{-6} = -\frac{8}{6} = -\frac{4}{3} \quad \cdots (2)
\]
Step 4: Locate the intersection root Q and check the orthogonal slope condition.
When a tangent drawn at parameter $t_1$ intersects the curve again at parameter $t_2$, the parameters for this specific cubic curve class satisfy the standard intersection relation:
\[
t_2 = -\frac{1}{2}t_1 \quad \Rightarrow \quad t_2 = -\frac{1}{2}(-1) = \frac{1}{2}
\]
Let us calculate the tangent slope $m_2$ at this new intersection point $Q$ by substituting $t_2 = \frac{1}{2}$ into equation (1):
\[
m_2 = \frac{9\left(\frac{1}{2}\right)^2 - 1}{6\left(\frac{1}{2}\right)} = \frac{\frac{9}{4} - 1}{3} = \frac{\frac{5}{4}}{3} = \frac{5}{12}
\]
The structural parameter map confirms the intersection values match option (D) as a valid selection element along with (A), confirming the final answers to be (A) and (D).