Application Center - Maplesoft

App Preview:

Tangent and Normal Lines

You can switch back to the summary page by clicking here.

Learn about Maple
Download Application


 

Image 

Finding Tangent and Normal Lines 

Copyright Maplesoft, a division of Waterloo Maple Inc., 2007 

 

Introduction 

This application is one of a collection of examples teaching Calculus with Maple. These applications use Clickable Calculus? methods to solve problems interactively. Steps are given at every stage of the solution, and many are illustrated using short video clips.  Click on the Image buttons to watch the videos. 

 

This application is reusable. Modify the problem, then click the !!! button on the toolbar to re-execute the document to solve the new problem. 

 

Problem Statement 

Obtain the equations of the lines tangent and normal to the graph of Typesetting:-mrow(Typesetting:-mi( at Typesetting:-mrow(Typesetting:-mi(. On the same set of axes, graph Typesetting:-mrow(Typesetting:-mi( and the two lines. 

 

Solution 

Define Typesetting:-mrow(Typesetting:-mi( 

From the  Expression palette, use the Typesetting:-mrow(Typesetting:-mi( button to create a function template, then fill in the placeholders.. 

HyperlinkImage 

Typesetting:-mrow(Typesetting:-mi( 

proc (x) options operator, arrow; `+`(`*`(3, `*`(`^`(x, 2))), `-`(`*`(5, `*`(x))), 7) end proc (3.1)
 

The point of contact is: 

 

Typesetting:-mrow(Typesetting:-mfenced(Typesetting:-mrow(Typesetting:-mn( 

[2, 9] (3.2)
 

 

Obtain the slope of the tangent line at the point of contact. 

This can be done by entering in the function call f'(x), using the single right quote ( ' ) to imply differentiation. 

HyperlinkImage 

Typesetting:-mrow(Typesetting:-mi( 

7 (3.3)
 

Implement the point-slope form of the straight line to get the equation of the tangent line. 

This can be done by inserting the task template.  Do this by going to Tools > Tasks > Browse, navigate to Algebra / Equation of a Line / Point - Slope and select Insert Minimal Content. Press [Ctrl][L] to use the equation labels of the previous two results to insert the value of the point and slope. Evaluate the last line to recieve the eqation of the line. 

HyperlinkImage 

 

Compute the Equation of a Line from a Specified Point and Slope 

Enter a point: 

> Typesetting:-mrow(Typesetting:-mi(
 

[2, 9] (3.4)
 

Enter a slope: 

> Typesetting:-mrow(Typesetting:-mi(
 

7 (3.5)
 

Compute the equation of the line passing through the given point and having the given slope: 

> Typesetting:-mrow(Typesetting:-mi(
 

y = `+`(`*`(7, `*`(x)), `-`(5)) (3.6)
 

 

Implement the same method to find the equation of the normal line. 

The same task template can be used in this case.  For the slope of the line, use the negative inverse of the label for the slope of the tangent line. 

HyperlinkImage 

 

 

Compute the Equation of a Line from a Specified Point and Slope 

Enter a point: 

> Typesetting:-mrow(Typesetting:-mi(
 

[2, 9] (3.7)
 

Enter a slope: 

> Typesetting:-mrow(Typesetting:-mo(
 

-`/`(1, 7) (3.8)
 

Compute the equation of the line passing through the given point and having the given slope: 

> Typesetting:-mrow(Typesetting:-mi(
 

y = `+`(`-`(`*`(`/`(1, 7), `*`(x))), `/`(65, 7)) (3.9)
 

 

Juxtapose the equations of the tangent and normal lines with the the equation of Typesetting:-mrow(Typesetting:-mi(. 

This can be done by placing the equation labels seperated by a comma, followed by Typesetting:-mrow(Typesetting:-mi(. 

HyperlinkImage 

Typesetting:-mrow(Typesetting:-mi( 

y = `+`(`*`(7, `*`(x)), `-`(5)), y = `+`(`-`(`*`(`/`(1, 7), `*`(x))), `/`(65, 7)), y = `+`(`*`(3, `*`(`^`(x, 2))), `-`(`*`(5, `*`(x))), 7) (3.10)
 

Plot the function, tangent and normal line. 

Right-click on the output then select Plots>Plot Builder. Specify the ranges to be x=-5..10 and y=-5..20.  Under the plot options for each plot, accessible by clicking the Options button and using the drop down menu at the top to specify the equation of the plot, select the grid size to be (100,100).  Under the global options,also accessible through the drop down menu, select Constrained Scaling. 

HyperlinkImage 

Typesetting:-mo( 

Plot_2d
 

Related Resources 

The first task template below can be found by going to Tools > Tasks > Browse, then navigate to Calculus / Tangent line of a Univariate Function.  The second task template can be found by navigating to Calculus / Derivatives / Applications / Tangent Line.  The third task template can be found by navigating to Calculus / Derivatives / Applications / Normal Line. 

Tangent Line at a Point of a Function 

Calculate the equation of the tangent line through a specified point for a univariate function. 

 

Enter the function as an expression. 

 

Typesetting:-mrow(Typesetting:-mi( 

`*`(`^`(exp(x), 2)) (4.1.1)
 

Specify a point, and then calculate the equation of the tangent line. 

 

Typesetting:-mrow(Typesetting:-mi( 

`+`(`*`(2, `*`(x)), 1) (4.1.2)
 

 

Alternatively, you can use the Tangents tutor, a point-and-click interface. There are two ways to launch this tutor. 

  • From the Tools menu, select Tutors>Calculus - Single Variable>Tangents.
 

  • Click the Tangents button below:
 

TangentsEmbedded componentTypesetting:-mstyle(Typesetting:-mi(Embedded componentTypesetting:-mstyle(Typesetting:-mi( 

Tangent Line 

At a specified point Typesetting:-mstyle(Typesetting:-mi(, obtain the equation of the line tangent to the curve Typesetting:-mstyle(Typesetting:-mi(. 

 

Enter the function Typesetting:-mstyle(Typesetting:-mi( and Typesetting:-mstyle(Typesetting:-mi(, the point at which the tangent line will be constructed: 

 

Tangent Line 

Typesetting:-mstyle(Typesetting:-mi(Embedded component        Typesetting:-mstyle(Typesetting:-mi(Embedded component   (Default value: Typesetting:-mstyle(Typesetting:-mi() 

Tangent Line Embedded component     Clear 

Compute Details 

Typesetting:-mstyle(Typesetting:-mi(Graph 

Typesetting:-mstyle(Typesetting:-mi(Embedded component 

Embedded component 

Typesetting:-mstyle(Typesetting:-mi(Embedded component 

Typesetting:-mstyle(Typesetting:-mi(Embedded component 

Typesetting:-mstyle(Typesetting:-mi(Embedded component 

Clear Details 

Clear Graph 

Normal Line 

 

At a specified point Typesetting:-mstyle(Typesetting:-mi(, obtain the equation of the line normal to the curve Typesetting:-mstyle(Typesetting:-mi( 

 

Enter the function Typesetting:-mstyle(Typesetting:-mi( and Typesetting:-mstyle(Typesetting:-mi(, the point at which the normal will be constructed: 

 

Normal Line 

Typesetting:-mstyle(Typesetting:-mi(Embedded componentTypesetting:-mstyle(Typesetting:-mi(Embedded component (Default value: Typesetting:-mstyle(Typesetting:-mi() 

Normal Line   Embedded component     Clear 

Typesetting:-mstyle(Typesetting:-mi(Compute Details 

Typesetting:-mstyle(Typesetting:-mi(Graph 

Typesetting:-mstyle(Typesetting:-mi(Embedded component 

Embedded component 

Typesetting:-mstyle(Typesetting:-mi(Embedded component 

Typesetting:-mstyle(Typesetting:-mi(Embedded component 

Normal Line:  Embedded component 

Clear Details 

Clear Graph 

 

 

Legal Notice: The copyright for this application is owned by Maplesoft. The application is intended to demonstrate the use of Maple to solve a particular problem. It has been made available for product evaluation purposes only and may not be used in any other context without the express permission of Maplesoft.   

 

Image