Question:medium

If the normal drawn at the point P on the curve $y^2 = x^2-x+1$ makes equal intercepts on the coordinate axes, then the equation of the tangent drawn to the curve at P is

Show Hint

When a problem from a test seems to have contradictions (e.g., algebraic manipulations lead to impossible statements like $1/4=1$), double-check your work. If the contradiction persists, the question is likely flawed. In an exam, you might then try to work backward from the options or look for the most plausible typo, but be aware that the problem is not sound.
Updated On: Mar 26, 2026
  • $x-y=0$
  • $x-y=4$
  • $x-y=1$
  • $x-y=2$
Show Solution

The Correct Option is A

Solution and Explanation

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 \).
Was this answer helpful?
0