Solveeit Logo

Question

Question: The angle of intersection of the curve $y = x^2$ and $x = y^2$ in the first quadrant is $\tan^{-1}(\...

The angle of intersection of the curve y=x2y = x^2 and x=y2x = y^2 in the first quadrant is tan1(pq)\tan^{-1}(\frac{p}{q}) where p,qp, q are co-prime natural numbers then p+qp + q is _____.

Answer

7

Explanation

Solution

To find the angle of intersection of two curves, we first need to find their points of intersection. Then, at each point of intersection, we calculate the slopes of the tangents to both curves. Finally, we use the formula for the angle between two lines.

1. Find the points of intersection: The given curves are: Curve 1: y=x2y = x^2 Curve 2: x=y2x = y^2

Substitute the expression for yy from Curve 1 into Curve 2: x=(x2)2x = (x^2)^2 x=x4x = x^4 x4x=0x^4 - x = 0 x(x31)=0x(x^3 - 1) = 0

This equation gives two possible values for xx:

  • x=0x = 0
  • x31=0x3=1x=1x^3 - 1 = 0 \Rightarrow x^3 = 1 \Rightarrow x = 1 (since we are looking for real intersections)

Now find the corresponding yy values using y=x2y = x^2:

  • If x=0x = 0, then y=02=0y = 0^2 = 0. So, (0,0)(0,0) is an intersection point.
  • If x=1x = 1, then y=12=1y = 1^2 = 1. So, (1,1)(1,1) is an intersection point.

Both (0,0)(0,0) and (1,1)(1,1) are in the first quadrant (or on its boundary).

2. Calculate the slopes of the tangents: We need to find dydx\frac{dy}{dx} for each curve.

For Curve 1: y=x2y = x^2 dydx=2x\frac{dy}{dx} = 2x

For Curve 2: x=y2x = y^2 Differentiate implicitly with respect to xx: 1=2ydydx1 = 2y \frac{dy}{dx} dydx=12y\frac{dy}{dx} = \frac{1}{2y}

3. Calculate the angle of intersection at each point:

At the point (0,0)(0,0):

  • Slope of tangent to Curve 1 (m1m_1): m1=2(0)=0m_1 = 2(0) = 0. (The tangent is the x-axis)
  • Slope of tangent to Curve 2 (m2m_2): m2=12(0)m_2 = \frac{1}{2(0)}, which is undefined. (The tangent is the y-axis) When one slope is 00 and the other is undefined, the angle between the tangents is 9090^\circ. tan90\tan 90^\circ is undefined. The form tan1(pq)\tan^{-1}(\frac{p}{q}) with p,qp, q being natural numbers implies a finite value, so this point is likely not what the question is looking for.

At the point (1,1)(1,1):

  • Slope of tangent to Curve 1 (m1m_1): m1=2(1)=2m_1 = 2(1) = 2.
  • Slope of tangent to Curve 2 (m2m_2): m2=12(1)=12m_2 = \frac{1}{2(1)} = \frac{1}{2}.

The angle θ\theta between two curves with slopes m1m_1 and m2m_2 is given by: tanθ=m1m21+m1m2\tan \theta = \left| \frac{m_1 - m_2}{1 + m_1 m_2} \right| tanθ=2121+(2)(12)\tan \theta = \left| \frac{2 - \frac{1}{2}}{1 + (2)\left(\frac{1}{2}\right)} \right| tanθ=4121+1\tan \theta = \left| \frac{\frac{4-1}{2}}{1 + 1} \right| tanθ=322\tan \theta = \left| \frac{\frac{3}{2}}{2} \right| tanθ=34\tan \theta = \left| \frac{3}{4} \right| tanθ=34\tan \theta = \frac{3}{4}

So, the angle of intersection is θ=tan1(34)\theta = \tan^{-1}\left(\frac{3}{4}\right).

4. Determine p+qp+q: The angle is given in the form tan1(pq)\tan^{-1}(\frac{p}{q}), where p,qp, q are co-prime natural numbers. Comparing tan1(34)\tan^{-1}\left(\frac{3}{4}\right) with tan1(pq)\tan^{-1}\left(\frac{p}{q}\right), we get p=3p=3 and q=4q=4. p=3p=3 and q=4q=4 are natural numbers. They are co-prime because their greatest common divisor is 1. Finally, we need to find p+qp+q: p+q=3+4=7p+q = 3+4 = 7.