What is the Tangent Line of f(x) = x2-1 at x=1?

Click For Summary

Discussion Overview

The discussion centers on the existence of a tangent line for the function f(x) = |x² - 1| at the point x = 1. Participants explore the conditions under which a tangent line can be defined, including continuity and the behavior of derivatives from both sides of the point in question.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • Some participants assert that the function f(x) = |x² - 1| has a limit at x = 1, with both left and right limits equal to 0, suggesting continuity at that point.
  • Others argue that while the function is continuous at x = 1, this does not guarantee the existence of a tangent line, emphasizing the need to examine the derivatives instead.
  • One participant outlines the derivative calculations for both sides of x = 1, showing that the left-hand derivative approaches -2 and the right-hand derivative approaches 2, indicating a lack of a tangent line at that point.
  • A related question is posed about whether a function that is not continuous at a point can still have a tangent line if the left and right derivative limits are equal, leading to further discussion on the definition of a tangent line.
  • Some participants clarify that for a tangent line to exist, the function must be continuous at the point in question, and the derivative must be defined.

Areas of Agreement / Disagreement

Participants generally disagree on the conditions under which a tangent line can be said to exist, particularly regarding the implications of continuity and the behavior of derivatives. The discussion remains unresolved regarding the broader question of tangents for discontinuous functions.

Contextual Notes

Limitations include the dependence on definitions of continuity and derivatives, as well as the specific behavior of the function at the point of interest. The discussion highlights the nuances in mathematical definitions and the importance of precise language.

Who May Find This Useful

Readers interested in calculus, particularly those exploring the concepts of continuity, derivatives, and tangent lines in the context of piecewise functions.

tachyon_man
Messages
49
Reaction score
0
Does the function f(x) l x2-1 l have a tangent line at x=1? What is the tangent line if it does?
Attempt: l x2-1 l
(x2-1) When x ≥ 1
-(x2-1) When x < 1
Lim x→1+ (x2-1) = 0
Lim x→1- -(x2-1) = 0
Therefore, it does have a limit because the right and left hand limit are equal and the slope of the tangent line is 0. Is this right? My book tells me that the same type of question but with equation f(x)=√lxl at x=0 does not have a tangent line, same with the equation f(x)=lxl at x=0. It tells me neither of those equations have a tangent line at their given points.
 
Physics news on Phys.org
kylem1994 said:
Does the function f(x) l x2-1 l have a tangent line at x=1? What is the tangent line if it does?
Attempt: l x2-1 l
(x2-1) When x ≥ 1
-(x2-1) When x < 1
Lim x→1+ (x2-1) = 0
Lim x→1- -(x2-1) = 0
Therefore, it does have a limit because the right and left hand limit are equal and the slope of the tangent line is 0.
The limit of the function at x= 1 is the same from both sides and is the same as the value of the function- that tells you that the function is continuous at x= 1 (in fact, for all x). It does not tell you anything about tangents.

To learn about the tangents you can do either of two things:
1) Use the definition of the derivative to see if the derivative exists at x= 1.
[itex]\lim_{h\to 0} (f(1+h)- f(1))/h[/itex]
For h>0, 1+h> 1 so (f(1+h)- f(1))/h= ((1+h)2- 1)/h= (1+ 2h+ h2- 1)/h= (2h+ h2)/h= 2+ h and that goes to 2 as h goes to 0.
For h< 0, 1+h< 1 so (f(1+h)- f(1))/h= (-(1+h)2+ 1)/h= (-1- 2h- h2+ 1)/h= (-2h- h2)/h= -2- h and that goes to -2 as h goes to 0.

2) Find the derivatives on either sides of x= 1 and look at the limits of those.
If x> 1, f(x)= x2- 1 so that f'(x)= 2x which goes to 2 as x goes to 1.
If x< 1, f(x)= -x2+ 1 so that f'(x)= -2x which goes to -2 as x goes to 1.

Is this right? My book tells me that the same type of question but with equation f(x)=√lxl at x=0 does not have a tangent line, same with the equation f(x)=lxl at x=0. It tells me neither of those equations have a tangent line at their given points.
Again your mistake was looking at the limits of the values of the function, rather than looking at the derivatives.
 
Thank you very much! I actually had this written down on a separate piece of scrap paper but missed a - sign when dealing with the absolute value and couldn't get a sensible answer after that. I really appreciate your help!
 
Sorry to barge in, but may I ask a related question here that's bugging me?

If a function [itex]f(x)[/itex] is not continuous at [itex]x=a[/itex] (say) but [itex]f'(x)[/itex] has equal left and right limits at [itex]x=a[/itex], is it still valid to say that it has a tangent at [itex]x=a[/itex]?

A very simple example of this sort of function would be
[tex] f(x) =<br /> \begin{cases}<br /> 0 & \text{if } x < a \\<br /> 1 & \text{if } x \geq a<br /> \end{cases}[/tex]
 
No, it is not. If there were a tangent line at x= 0, its slope would, pretty much be definition, be the derivative there. If we were trying to find the derivative at x= a, we would have to find the limit
[tex]\lim_{h\to 0}\frac{f(a+h)- f(a)}{h}[/tex]
and if f is not continuous at a, that numerator does not go to 0 as h goes to 0.

Specifically, for your example, for that limit to exist, the limit from below would have to exist. And that would be
[tex]\lim_{h\to 0^-}\frac{0- 1}{h}= \lim_{h\to 0}\frac{-1}{h}[/tex]
which does not exist. (Recall that f(x)= 0 for any x< 0 but f(0)= 1.)
 
HallsofIvy said:
No, it is not. If there were a tangent line at x= 0, its slope would, pretty much be definition, be the derivative there. If we were trying to find the derivative at x= a, we would have to find the limit
[tex]\lim_{h\to 0}\frac{f(a+h)- f(a)}{h}[/tex]
and if f is not continuous at a, that numerator does not go to 0 as h goes to 0.

Specifically, for your example, for that limit to exist, the limit from below would have to exist. And that would be
[tex]\lim_{h\to 0^-}\frac{0- 1}{h}= \lim_{h\to 0}\frac{-1}{h}[/tex]
which does not exist. (Recall that f(x)= 0 for any x< 0 but f(0)= 1.)
I'm not sure why you've brought x=0 into the discussion, but I appreciate the explanation.

I understand the definition of a derivative, but can't quite get my head around why if the "left" derivative limit is the same as the "right" derivative limit, why can't you say that the function has a tangent at that point? Semantics, I suppose.
 
oay said:
I'm not sure why you've brought x=0 into the discussion, but I appreciate the explanation.
Sorry, for some reason i was thinking about the case a= 0. Just replace x= 0 with x= a.

I understand the definition of a derivative, but can't quite get my head around why if the "left" derivative limit is the same as the "right" derivative limit, why can't you say that the function has a tangent at that point? Semantics, I suppose.
What are you using as the definition of "tangent line to the graph of y= f(x) at x= a"? If by "semantics" you mean the "definition", yes, it's semantics. And you should soon learn how important precise defintions are in mathematics.
 

Similar threads

Replies
3
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 53 ·
2
Replies
53
Views
7K
Replies
5
Views
3K
  • · Replies 17 ·
Replies
17
Views
4K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 9 ·
Replies
9
Views
3K