Solveeit Logo

Question

Question: What is the equation of the tangent to the curve y=x² at the point (1,1) ? ...

What is the equation of the tangent to the curve y=x² at the point (1,1) ?

A

y = x - 1

B

y = 2x - 1

C

y = 2x + 1

D

y = x + 1

Answer

y = 2x - 1

Explanation

Solution

To find the equation of the tangent to the curve y=x2y=x^2 at the point (1,1), we follow these steps:

  1. Find the derivative of the curve's equation. The given curve is y=x2y = x^2. Differentiate yy with respect to xx to find the slope function: dydx=ddx(x2)=2x\frac{dy}{dx} = \frac{d}{dx}(x^2) = 2x

  2. Calculate the slope of the tangent at the given point. The given point is (1,1). Substitute x=1x=1 into the derivative to find the slope (mm) of the tangent at this point: m=dydxx=1=2(1)=2m = \left.\frac{dy}{dx}\right|_{x=1} = 2(1) = 2 So, the slope of the tangent line is 2.

  3. Use the point-slope form of a linear equation. The point-slope form of a line is yy1=m(xx1)y - y_1 = m(x - x_1), where (x1,y1)(x_1, y_1) is a point on the line and mm is the slope. Here, (x1,y1)=(1,1)(x_1, y_1) = (1,1) and m=2m=2. Substitute these values into the formula: y1=2(x1)y - 1 = 2(x - 1)

  4. Simplify the equation. y1=2x2y - 1 = 2x - 2 Add 1 to both sides to solve for yy: y=2x2+1y = 2x - 2 + 1 y=2x1y = 2x - 1

Thus, the equation of the tangent to the curve y=x2y=x^2 at the point (1,1) is y=2x1y = 2x - 1.