Step 1: Understand the slope of the normal
A line making equal intercepts on the coordinate axes has a slope of \( \pm 1 \). If the intercepts are non-zero and equal in magnitude and sign, the slope is \( -1 \). If they are equal in magnitude but opposite in sign, the slope is \( 1 \). The standard interpretation of "equal intercepts" implies \( a = b \), so slope \( m = -b/a = -1 \).
Step 2: Find the derivative
Curve: \( y^2 = x^3 - x + 1 \).
Differentiating w.r.t \( x \):
\[ 2y \frac{dy}{dx} = 3x^2 - 1 \implies \frac{dy}{dx} = \frac{3x^2 - 1}{2y} \]
The slope of the tangent is \( m_T = \frac{3x^2 - 1}{2y} \).
The slope of the normal is \( m_N = -\frac{1}{m_T} = -\frac{2y}{3x^2 - 1} \).
Step 3: Solve for Point P
Set \( m_N = -1 \):
\[ -\frac{2y}{3x^2 - 1} = -1 \implies 2y = 3x^2 - 1 \implies y = \frac{3x^2 - 1}{2} \]
Substitute \( y \) back into the curve equation:
\[ \left( \frac{3x^2 - 1}{2} \right)^2 = x^3 - x + 1 \]
\[ \frac{9x^4 - 6x^2 + 1}{4} = x^3 - x + 1 \]
\[ 9x^4 - 6x^2 + 1 = 4x^3 - 4x + 4 \]
\[ 9x^4 - 4x^3 - 6x^2 + 4x - 3 = 0 \]
By trial, \( x = 1 \) is a root: \( 9 - 4 - 6 + 4 - 3 = 0 \).
If \( x = 1 \), then \( y = \frac{3(1)^2 - 1}{2} = 1 \).
So P is \( (1, 1) \).
Step 4: Equation of the Tangent
Slope of tangent at \( (1,1) \) is \( m_T = -\frac{1}{m_N} = 1 \).
Equation: \( y - 1 = 1(x - 1) \implies y = x \implies x - y = 0 \).