Calculating tangents from a table

  • Context: High School 
  • Thread starter Thread starter Tarragon
  • Start date Start date
  • Tags Tags
    Table Tangent
Click For Summary

Discussion Overview

The discussion revolves around calculating tangent lines from a table of time and position data in a physics context. Participants explore methods for estimating slopes at specific time intervals, the relevance of calculus concepts, and the implications of using visual approximations versus mathematical calculations.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested
  • Homework-related

Main Points Raised

  • One participant questions whether tangent lines should be drawn by eye, expressing confusion over the lack of clear instructions.
  • Another participant suggests using the slope formula but notes that substituting values leads to confusion about what the slope represents.
  • Some participants propose using points on either side of the target time to estimate slopes, while others emphasize the importance of selecting points close to the desired time for accuracy.
  • There is mention of the mean value theorem, which implies that the slope calculated between two points will match the slope of the curve at some point in the interval, though the exact location is unknown.
  • Concerns are raised about the arbitrariness of eyeballing tangent lines and whether this approach can yield specific answers for subsequent calculations.
  • Some participants suggest that the question may be poorly worded and that the data could represent a polygon with sharp corners, complicating the concept of tangents.
  • One participant introduces the idea of fitting a polynomial curve to the data, suggesting that this could provide a more precise method for calculating slopes.
  • Another participant offers a specific curve fitting example, providing a formula and discussing how to derive slopes from it using calculus.

Areas of Agreement / Disagreement

Participants express a range of views on the validity of using eyeballed tangent lines versus mathematical methods. There is no consensus on the best approach, and the discussion remains unresolved regarding the appropriateness of the methods suggested.

Contextual Notes

Participants note limitations in their current understanding of calculus and curve fitting, indicating that these concepts have not yet been covered in their coursework.

Tarragon
Messages
4
Reaction score
0
I'm given a simple table (time(s),position) to make into a graph:
0,0
2,0.6
4.,2.4
6,5.4
8,9.6
10,15
I'm asked to draw tangent lines at 4, 6, and 8 seconds.

There is no indication of how they should be drawn, are tangent lines just eyeballed? I see equation involving "lim" online and equations using functions of slopes... these don't seem relevant as I am taking grade 11 physics.

The textbook has shown one equation that involves slope;

v2-v1/t2-t = slope

If i substitute some points given it makes even less sense to me:

6-4/5.4-2.4 = 2/3 (slope?) does this mean the slope of a tangent line for 4 seconds AND 6 seconds = 2/3... something?[Moderator note: Strikeout mistake fixed.]
 
Last edited by a moderator:
Physics news on Phys.org
Tarragon said:
The textbook has shown one equation that involves slope;

v2-v1/t2-t = slope

If i substitute some points given it makes even less sense to me:

6-4/5.4-2.4 = 2/3 (slope?) does this mean the slope of a tangent line for 4 seconds AND 6 seconds = 2/3... something?
First, it would be worth your while to get in the habit of using parentheses in writing equations to make clear what operations are supposed to be done first. As you have written it, it looks you are supposed to divide 4 by 5.4, then subtract the result from 6, and then subtract 2.4. When you get beyond doing a simple calculation, those parentheses are going to prevent a lot of arithmetic errors.

So let's start with your equation for the slope and write it as
##(v_2 - v_1) / (t_2-t_1) = s##

I would suggest that to estimate the slope of the curve at ##t=4##, you make ##t_1=2## and ##t_2=6##, that is, use the points on either side of your target point. If you draw a line segment connecting these two points, and eyeball the tangent line at the point in between, you will see that their slopes are similar. You will notice that the question did not ask for the slope at ##t=0## or ##t=10##, most likely because there are not points on both sides to use for the estimate.
 
  • Like
Likes   Reactions: Tarragon
Tarragon said:
There is no indication of how they should be drawn, are tangent lines just eyeballed?
When the data is just provided as a series of data points, you have a couple of options. Hand plot the data and eyeball your tangents, or use some curve-fitting algorithm to find a function that matches your data points. Then you could use calculus to find the slope at any point on that curve.
Tarragon said:
If i substitute some points given it makes even less sense to me:

6-4/5.4-2.4 = 2/3 (slope?) does this mean the slope of a tangent line for 4 seconds AND 6 seconds = 2/3... something?
That would give you the slope of a chord joining the 4 and 6 second points on the curve. It would not be a tangent to the curve at either point, but might be a good approximation for the slope of the curve somewhere between the two points; It depends upon how smooth your curve is between the selected points. Pick the points too far apart from where you want to find the slope and you'll get nonsense. Ideally you'd pick two points very close to where you want to find the slope.

When you use the "eyeball" method to draw your tangent, the usual procedure for finding the slope is to extend your tangent line until it crosses some convenient grid lines on your graph, then read off two points that the tangent passes through:

upload_2018-11-12_13-44-31.png


So in the above figure, the slope at x = 4 on the red curve would be given by:

$$m = \frac{\Delta y}{\Delta x} = \frac{2.9 - 1.1}{8 - 0} = 0.23 $$
 

Attachments

  • upload_2018-11-12_13-44-31.png
    upload_2018-11-12_13-44-31.png
    3.8 KB · Views: 1,070
  • Like
Likes   Reactions: Tarragon
gneill said:
That would give you the slope of a chord joining the 4 and 6 second points on the curve. It would not be a tangent to the curve at either point, but might be a good approximation for the slope of the curve somewhere between the two points
The mean value theorem (if applicable) says that it'll match the slope exactly, somewhere in the interval. You just don't know where.
 
  • Like
Likes   Reactions: sophiecentaur
gneill said:
When the data is just provided as a series of data points, you have a couple of options. Hand plot the data and eyeball your tangents, or use some curve-fitting algorithm to find a function that matches your data points. Then you could use calculus to find the slope at any point on that curve.
Thank you for the reply.

But the next question asks me to calculate the slopes of these tangents and record values in a time-velocity data table and then calculate the acceleration. But if I just eyeball these tangents then a) why even draw the tangent lines if they are not exact, and b) how could there be a specific answer if the tangent lines are largely arbitrary? Shouldn't there be an exact answer based off the original table, and if so, why would the tangent line be somewhat arbitrary, or why even make a tangent line at all?

We haven't been shown any curve-fitting algorithms in this course or calculus for that matter.

Maybe this is my first question in physics where the answer is just arbitrary? Are arbitrary answers in high-school physics common?
 
Tarragon said:
But the next question asks me to calculate the slopes of these tangents and record values in a time-velocity data table. But if I just eyeball these tangents then a) why even draw the tangent lines if they are not exact, and b) how could there be a specific answer if the tangent lines are largely arbitrary?
They won't exactly be arbitrary, but your closest approximation by eye. Just as your curve wasn't arbitrary as you did an eyeball fit of a curve through your data points.

Until you're using software curve fitting and taking into account error ranges for the data points, you'll be doing your best to eyeball the fits and slopes.
 
  • Like
Likes   Reactions: Tarragon
gneill said:
They won't exactly be arbitrary, but your closest approximation by eye. Just as your curve wasn't arbitrary as you did an eyeball fit of a curve through your data points.

Until you're using software curve fitting and taking into account error ranges for the data points, you'll be doing your best to eyeball the fits and slopes.

Thank you!
 
Tarragon said:
I'm asked to draw tangent lines at 4, 6, and 8 seconds.
What you were given seems to be yet another badly worded question (if, indeed those are the only words in the original question). The data provided has no "tangents' because it could represent a polygon with sharp corners . Grade 11 would have the beginnings of Differential Calculus, I guess. Your comment
Tarragon said:
I see equation involving "lim" online and equations using functions of slopes... these don't seem relevant as I am taking grade 11 physics.
confirms this as the word "lim" (limit) would be in an introduction to Calculus.
Drawing the points and putting a subjectively assessed curve of best fit is all you can do, at this stage. There are ways of taking the data points and fitting them to a polynomial curve of a chosen order. (Say a quadratic or a cubic curve)
Tarragon said:
The textbook has shown one equation that involves slope;

v2-v1/t2-t = slope
This makes sense if you ignore the word "tangent". It tells you the average slope between those graph points. The slope of a curve function is taken to be the "limit" of the slope between data points as the density of data points increases and the step size approaches zero. That's what's needed to get the 'tangent'.

Maybe, next week they will start you off on Calculus?
 
  • #10
For what it's worth, if I fit a curve of the form ##x = m t^2## to your data, I find that

##x(t) = \frac{3}{20} t^2##

fits your data quite exactly. The slope of this curve at time t is given by (a bit of calculus -- differentiation):

##slope(t) = \frac{3}{10} t##

You might wish to check your "eyeballed" slopes against this fitted curve derived slope to see how good your eye is when estimating tangents.
 
  • Like
Likes   Reactions: sophiecentaur
  • #11
Tarragon said:
Thank you for the reply.

But the next question asks me to calculate the slopes of these tangents and record values in a time-velocity data table and then calculate the acceleration. But if I just eyeball these tangents then a) why even draw the tangent lines if they are not exact, and b) how could there be a specific answer if the tangent lines are largely arbitrary? Shouldn't there be an exact answer based off the original table, and if so, why would the tangent line be somewhat arbitrary, or why even make a tangent line at all?

We haven't been shown any curve-fitting algorithms in this course or calculus for that matter.

Maybe this is my first question in physics where the answer is just arbitrary? Are arbitrary answers in high-school physics common?

Jbriggs444 gave you a link to a similarly-worked problem. Why haven’t you look at it? It answers all of the questions in the first post.

Zz.
 

Similar threads

  • · Replies 53 ·
2
Replies
53
Views
6K
  • · Replies 49 ·
2
Replies
49
Views
4K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 2 ·
Replies
2
Views
5K
  • · Replies 5 ·
Replies
5
Views
4K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 169 ·
6
Replies
169
Views
16K
Replies
1
Views
4K
Replies
2
Views
1K