Find the equation of the tangent and the normal lines to the curves

y=2x^3-x^2+3x+2 at the point x=1

First, we find the derivative of the curve to find the slope of the tangent line at x=1:

y = 2x^3 - x^2 + 3x + 2
y' = 6x^2 - 2x + 3

Evaluate the derivative at x=1:
y'(1) = 6(1)^2 - 2(1) + 3
y'(1) = 6 - 2 + 3
y'(1) = 7

So, the slope of the tangent line at x=1 is 7.

We can use the point-slope form of a line, y - y1 = m(x - x1), to find the equation of the tangent line. Substituting x=1, y=2, and m=7 (the slope we found) into the equation:

y - 2 = 7(x - 1)
y - 2 = 7x - 7
y = 7x - 5

Therefore, the equation of the tangent line to the curve at x=1 is y = 7x - 5.

To find the equation of the normal line, we use the fact that the slopes of a tangent and normal line are negative reciprocals of each other. Therefore, the slope of the normal line is -1/7.

Using the point-slope form of a line again, we have:
y - 2 = (-1/7)(x - 1)
y - 2 = (-1/7)x + 1/7
y = (-1/7)x + 15/7

Therefore, the equation of the normal line to the curve at x=1 is y = (-1/7)x + 15/7.

To find the equation of the tangent and normal lines to the curve at a given point, we need to find the slope of the tangent line and the slope of the normal line.

Step 1: Find the derivative of the given function to find the slope of the tangent line.

Given function: y = 2x^3 - x^2 + 3x + 2

Taking the derivative,

dy/dx = 6x^2 - 2x + 3

Step 2: Evaluate the derivative at x = 1 to find the slope of the tangent line at that point.

dy/dx = 6(1)^2 - 2(1) + 3
= 6 - 2 + 3
= 7

So, the slope of the tangent line at x = 1 is 7.

Step 3: Use the point-slope form of a linear equation to find the equation of the tangent line.

The equation of a line with slope m passing through the point (x1, y1) is given by:

y - y1 = m(x - x1)

Let's use the point (1, y) and slope 7:

y - y1 = m(x - x1)

y - y1 = 7(x - 1)

Since x = 1, we substitute it in the equation:

y - y1 = 7(1 - 1)
y - y1 = 7(0)
y - y1 = 0
y = y1

Therefore, the equation of the tangent line is y = y1.

Step 4: Find the slope of the normal line by taking the negative reciprocal of the slope of the tangent line.

m(normal) = -1/m(tangent)
= -1/7

Step 5: Use the point-slope form to find the equation of the normal line.

Using the point (1, y) and slope -1/7:

y - y1 = m(x - x1)

y - y1 = -1/7(x - 1)

Since x = 1, we substitute it in the equation:

y - y1 = -1/7(1 - 1)
y - y1 = -1/7(0)
y - y1 = 0
y = y1

Therefore, the equation of the normal line is also y = y1.

In summary, at the point x = 1, the equation of the tangent line is y = y1 and the equation of the normal line is also y = y1.