Solveeit Logo

Question

Question: Find the point of intersection of tangents drawn at points (0,1) and (2,3) on $y=2x^2-3x+1$....

Find the point of intersection of tangents drawn at points (0,1) and (2,3) on y=2x23x+1y=2x^2-3x+1.

A

The point of intersection is (1, -2).

B

The point of intersection is (1, 2).

C

The point of intersection is (-1, -2).

D

The point of intersection is (-1, 2).

Answer

The point of intersection is (1, -2).

Explanation

Solution

  1. Find the derivative of the curve: The given curve is y=2x23x+1y = 2x^2 - 3x + 1. The derivative is dydx=4x3\frac{dy}{dx} = 4x - 3.

  2. Find the equation of the tangent at (0,1): The slope of the tangent at x=0x=0 is m1=4(0)3=3m_1 = 4(0) - 3 = -3. Using the point-slope form yy1=m(xx1)y - y_1 = m(x - x_1): y1=3(x0)y - 1 = -3(x - 0) y=3x+1y = -3x + 1 (Equation 1)

  3. Find the equation of the tangent at (2,3): The slope of the tangent at x=2x=2 is m2=4(2)3=83=5m_2 = 4(2) - 3 = 8 - 3 = 5. Using the point-slope form yy1=m(xx1)y - y_1 = m(x - x_1): y3=5(x2)y - 3 = 5(x - 2) y3=5x10y - 3 = 5x - 10 y=5x7y = 5x - 7 (Equation 2)

  4. Find the point of intersection: Equate Equation 1 and Equation 2: 3x+1=5x7-3x + 1 = 5x - 7 8x=88x = 8 x=1x = 1 Substitute x=1x=1 into Equation 1: y=3(1)+1=2y = -3(1) + 1 = -2. The point of intersection is (1, -2).