Help with f ' (a) and tangent lines

In summary, the problem is that the student is trying to solve for f '(a) when f(t)=(3t+3)/(t+6) and they keep getting zero in the denominator. They need to use the equation f '(a)= lim as h--> 0 of f(a+h)-f(a)/h and make sure that (f(a+h)-f(a)) is all in the numerator. Once they have the expression with the difference quotient, they can multiply things out and factor out an h in the numerator which will cancel with the h in the denominator. Then they can let h= 0.
  • #1
grollio
2
0
I'm taking calculus online and I need help figuring out how to solve the following problem. My book and notes given from my teacher do not show how to solve problems like this and I keep ending up with answers that don't work. The question is;

Find f '(a) when f(t)=(3t+3)/(t+6)







I know I need to use the equation f '(a)= lim as h--> 0 of f(a+h)-f(a)/h




When I attempted this problem I kept getting zero in the denominator which i know is not correct.
 
Physics news on Phys.org
  • #2
Once you have an expression with the difference quotient, you multiply things out and factor out an h in the numerator which cancels with the h in the denominator. Then you can let h = 0
Also, make sure that (f(a+h)-f(a)) is all in the numerator.
 
Last edited:
  • #3
Do you have anything like the quotient rule to use to simplify this problem? It's fairly rare you want to calculate a derivative via the definition
 
  • #4
Yeah, in practice you almost never calculate a derivative from first principles...Use product/quotient rule (you know what that is?)
 
  • #5
Yes, the derivative of f(x), at x= a, it defined as
[tex]\lim_{h\rightarrow h}\frac{f(a+h)- f(a)}{h}[/tex]
and the denominator always goes to 0! But evaluating the limit is NOT just a matter of putting h= 0. Contrary to popular belief among students, the limit is NOT just a fancy way of talking about the value of the function!

If
[tex]f(t)= \frac{3t+3}{t+6}[/tex]
then
[tex]f(a)= \frac{3a+3}{a+ 6}[/tex]
and
[tex]f(a+h)= \frac{3(a+h)+3}{a+ h+ 6}= \frac{3a+ 3h+ 3}{a+ h+ 6}[/tex]
so
[tex]f(a+h)- f(a)= \frac{3a+ 3h+ 3}{a+ h+ 6}- \frac{3a+3}{a+ 6}[/tex]
To subtract those fractions, we need to get a common denominator by multiplying the numerator of the first fraction by a+ 6 and of the second fraction by a+h+ 6:
[tex]f(a+h)- f(a)= \frac{(3a+3h+ 3)(a+6)}{(a+h+6)(a+6)}-\frac{(3a+3)(a+h+6)}{(a+h+6)(a+6)}[/tex]
[tex]= \frac{((3a^2+3ah+3a+18+ 18h+ 18)- (3a^2+3a+ 3ah+3h+ 18a+ 18)}{(a+h+6)(a+6)}= \frac{18h}{(a+h+6)(a+ 6)}[/tex]
so that when we divide by h we have an h in both numerator and denominator:
[tex]\frac{f(a+h)-f(a)}{h}= \frac{18h}{(a+h+6)(a+ 6)h}[/tex]
and, as long as h is not 0, we can cancel the h s.
[tex]\frac{f(a+h)-f(a)}{h}= \frac{18}{(a+h+6)(a+ 6)}[/tex]
and now we can let h= 0 without any problem:
the limit is [itex]18/(a+6)^2[/itex].


I once taught a course called "Calculous for Business Administration and Economics" using a text that had been selected by the Business administartion department. The text had, on one page the "laws of limits":
1) [itex]\lim_{x\rightarrow a} (f(x)+ g(x))= \lim_{x\rightarrow a}f(x)+ lim_{x\rightarrow a}g(x)[/itex]

2) [itex]lim_{x\rightarrow a} f(x)g(x)= (lim_{x\rightarrow a}f(x))(lim_{x\rightarrow a}g(x))[/tex]

3) [tex]lim_{x\rightarrow a}\frac{f(x)}{g(x)}= \frac{lim_{x\rightarrow a}f(x)}{lim_{x\rightarrow a} g(x)}[/tex]
as long as [itex]lim_{x\rightarrow a} g(x)[/itex] is not 0.

On the next page they define the derivative, completely ignoring the fact that, in that definition, the denominator always goes to 0 so those laws don't apply!

It is essential to have also this very important but often overlooked law: If, in some neighborhood of a, f(x)= g(x) for all x except possibly x=a, then [itex]\lim_{x\rightarrow a} f(x)= \lim_{x\rightarrow a} g(x)[/itex]. That makes it possible to cancel the h's and then take the limit.
 

FAQ: Help with f ' (a) and tangent lines

What is the definition of f ' (a)?

The notation f ' (a) represents the derivative of a function f at a specific value of x, denoted as a. It is the slope of the tangent line to the graph of f at the point (a, f(a)).

How do I find f ' (a) using the limit definition?

The limit definition of the derivative states that f ' (a) is equal to the limit of the difference quotient as h approaches 0, where h is the change in x between two points on the graph of f. This can be calculated by finding the limit of [f(a+h) - f(a)] / h as h approaches 0.

Can I find f ' (a) using the power rule?

Yes, if the function f is a polynomial, you can use the power rule to find the derivative f ' (a). The power rule states that the derivative of f(x) = x^n is f ' (x) = nx^(n-1). Plug in the value a for x to find f ' (a).

How does f ' (a) relate to the slope of the tangent line?

The derivative f ' (a) represents the slope of the tangent line to the graph of f at the point (a, f(a)). In other words, it is the instantaneous rate of change of f at x = a. This means that if you were to zoom in infinitely close to the point (a, f(a)) on the graph of f, the slope of the tangent line at that point would be equal to f ' (a).

Can I use f ' (a) to find the equation of the tangent line to the graph of f at x = a?

Yes, the equation of the tangent line to the graph of f at x = a can be written in point-slope form as y - f(a) = f ' (a)(x - a). Simply plug in the values of f ' (a) and a to find the equation of the tangent line.

Back
Top