Tangents and Normals

This article is only useful if you know what tangets are. Be able to find gradients of tangents and be able to form general formulas for tangents. This is just an expansion from Gradient of a Tangent to a curve and without any knowledge of tangents be ready for huge headaches.

Prior Knowledge

  • Tangents
  • How to find gradients of tangents
  • Basic differentiation
  • General formula for tagents
  • You know that a tangent to a curve is a straight line which touches the curve at a certain point. Well…

    The normal to a curve is the straight line perpendicular to the tangent at the same point as the tangent attachment to the curve. In the following illustration the normal to the curve is the blue line while the orange line is the tangent and the red line the curve.

    Tangents and Normals

    If the gradient of the tangent is m

    …then the gradient of the normal is -1/m

    For instance;

    if the gradient of a tangent is 4 then the gradient of the normal is -1/4

    It is as simple as that, this is how you find the normal to the curve at a certain point but you first need to differentiate to find the gradient first.

    In most cases when working with tangents and normals there will be a need to find the equations of the tangents and normals at a certain point. In the following examples we shall be exploring just that.

    To find the equations of either the tangent of the normal we need to know the gradient of the curve and the point of the line then we use the following equation;

    y – y1 = m(x – x1)

    where m is the gradient and (x1, y1) is the point given.

    Finding the equation of the tangent

    In this section we shall look at how to find the equation of a tangent.

    Example: Find the equation of the tangent to the curve; y = 3x2 + 4 at the point where x = 1.

    Answer

      Explanation:

      First let us look at the shape of the curve and where the tagent to the curve is located. If you had to plot the curve of the equation y = 3x2 + 4, you would get the following curve on the graph.
      [IMAGE]

      We can also see the tagent (which is the line touching the curve at that point)

      [IMAGE]

      Step 1: Differentiate the equation

      We need to find the general formula that can be used to find the gradient at any point on the curve. We find this by using differentiation

      dy/dx = 3 × 2x2 – 1 + 0
      dy/dx = 6x
      Step 2:Find the gradient at x = 1

      To find the gradient at x = 1 we substitute the x value in the gradient formula 6x.

      dy/dx = 6 × 1 = 6

      The gradient is a 6 at the position when x = 1.

      Step 3:Find the value of y

      To find the y value we use the x coordinate value by substituting it into the original curve equation;

      y = 3x2 + 4
      y = 3×1 + 4
      y = 7

      Now we know the point on the curve at where the gradient is 6 is (1, 7).

      Step 3:Use y – y1 = m(x – x1) to find the equation of the tangent to the point where x = 1.

      From here we can use thelinear equation of a curve to form the tangent equation at that point;

      y – y1 = m(x – x1)
      y – y1 = m(x – x1)
      y – 7 = 6(x – 1)
      y – 7 = 6x – 6
      y = 6x + 1

      Th equation of a tangent to the curve; y = 3x2 + 4 at the point where x = 1 is given by; y = 6x + 1.

      Finding the equation of a normal

      Example: Find the equation of the normal to the curve y = x² – 3x – 2 at the point where x = 3.

      Answer

        Explanation
        This is exactly the same except instead of using the tangent gradient we use the normal gradient value in the equation of a linear line y – y1 = m(x – x1)

        Step 1 Find the gradient of the curve at the point where x = 3

        We will need to differentiate the equation of the curve first. The differentiation will provide a formula to find the gradient of the curve at any point.

        dy/dx = 2 × x2 – 1 – 3x1-1 – 0
        = 2x – 3x

        Once we have found the differentiation we will need to use it to find the gradient of the curve at the point where x = 3.

        dy/dx = 2 × 3 – 3

        = 3

        This gives us the gradient of the tangent at the point where x = 3, this is equal to3.

        Step 2: Find the gradient of normal on the curve at the point where x = 3

        We have the gradient of the tagent, we can go further to use it to find the gradient of the normal at that point;

        Normal gradient = -1/Tangent gradient
        Normal gradient = -1/3

        The normal gradient is -1/3.

        Step 3:Use y – y1 = m(x – x1) to find the equation of the normal to the point where x = 3.

        We also need to find the value of y at the point where x is equl to 3. This is simple; we use the curve equation by substituting in the value of x.

        y = x² – 3x – 2
        y = 3² – (3×3) – 2
        y = -2

        So far we know that;

        Normal gradient = -1/3
        (x, y) coordinate ⇒ (3, -2)

        Now we can use the equation as y – y1 = m(x – x1)

        y – y1 = m(x – x1)
        y – -2 = -1/3(x – 3)
        3(y – -2) = -1(x – 3)
        3y – -6 = -x + 3
        3y = -x + 3 + 6
        3y = -x + 9
        3y + x = 9

        The equation for the normal to the curve where x = 3 is 3y + x = 9

        You may also like...

        Leave a Reply

        Your email address will not be published. Required fields are marked *