Each limit represents the derivative of func. at # a. State f and a.

WK95
Messages
139
Reaction score
1

Homework Statement


Each limit below represents the derivative of some function f at some number a. State such an f and a.
##\lim_{x \rightarrow \pi/4} \frac{tan(x) - 1}{x - \pi/4} ##

Homework Equations


##f'(x) = \lim_{x \rightarrow 0} \frac{f(a + h) - f(a)}{h}##

The Attempt at a Solution


##\lim_{x \rightarrow \frac{\pi}{4}} \frac{tan(x) - 1}{x - \frac{\pi}{4}}##
##\lim_{x \rightarrow \frac{\pi}{4}} \frac{tan(x) - tan(\pi/4)}{x - \frac{\pi}{4}}##
##\lim_{x \rightarrow \frac{\pi}{4}} \frac{tan(\frac{\pi}{4} +(x - \frac{\pi}{4})) - tan(\frac{\pi}{4})}{x - \frac{\pi}{4}}##
##h = x - \frac{\pi}{4}##
##\lim_{x \rightarrow \frac{\pi}{4}} \frac{tan(\frac{\pi}{4} + h) - tan(\frac{\pi}{4})}{h}##
##f(x)=tan(x)##
##a=\frac{\pi}{4}##

The definition of the derivative states that x approaches 0. However, in my approach, i get the answer while h approaches pi/4 so I did something incorrectly with my work. However, the end answer seems to be correct. How do I my work to obey the definition of the derivative to solve the problem?
 
Physics news on Phys.org
You should always make a "syntax check" about your formulas! Does what you've written under "Relevant Equations" make any sense?
 
WK95 said:

Homework Statement


Each limit below represents the derivative of some function f at some number a. State such an f and a.
##\lim_{x \rightarrow \pi/4} \frac{tan(x) - 1}{x - \pi/4} ##

Homework Equations


##f'(x) = \lim_{x \rightarrow 0} \frac{f(a + h) - f(a)}{h}##

The Attempt at a Solution


##\lim_{x \rightarrow \frac{\pi}{4}} \frac{tan(x) - 1}{x - \frac{\pi}{4}}##
##\lim_{x \rightarrow \frac{\pi}{4}} \frac{tan(x) - tan(\pi/4)}{x - \frac{\pi}{4}}##
##\lim_{x \rightarrow \frac{\pi}{4}} \frac{tan(\frac{\pi}{4} +(x - \frac{\pi}{4})) - tan(\frac{\pi}{4})}{x - \frac{\pi}{4}}##
##h = x - \frac{\pi}{4}##
##\lim_{x \rightarrow \frac{\pi}{4}} \frac{tan(\frac{\pi}{4} + h) - tan(\frac{\pi}{4})}{h}##
##f(x)=tan(x)##
##a=\frac{\pi}{4}##

The definition of the derivative states that x approaches 0. However, in my approach, i get the answer while h approaches pi/4 so I did something incorrectly with my work. However, the end answer seems to be correct. How do I my work to obey the definition of the derivative to solve the problem?

Very close. You made a very small error right here though :

##h = x - \frac{\pi}{4}##
##\lim_{x \rightarrow \frac{\pi}{4}} \frac{tan(\frac{\pi}{4} + h) - tan(\frac{\pi}{4})}{h}##

As ##x → \frac{π}{4}## you can observe that ##h → 0## from ##h = x - \frac{\pi}{4}##.

This means you should change your limit from ##x → \frac{π}{4}## to ##h → 0##.
 
  • Like
Likes 1 person
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top