MHB Trouble finding the derivative of a fraction using four step process

Click For Summary
The discussion centers on difficulties in finding the derivative of a fraction using the four-step process, particularly at the step involving f(x+h) - f(x). The correct approach requires obtaining a common denominator for the fractions before subtraction, rather than simplifying incorrectly. The derivative of the function f(x) = 1/(x - 6) is derived step-by-step, ultimately resulting in f'(x) = -1/(x - 6)^2. Additionally, the importance of understanding basic arithmetic and algebra is emphasized, as mistakes in these areas can hinder progress in calculus. Mastery of foundational math concepts is crucial for successfully tackling calculus problems.
cole03k
Messages
1
Reaction score
0
Capture.JPG


I am trying to find the derivative of this problem using the four step process but keep getting stuck when it comes to the third step of f(x+h) - f(x). I do not know what to do once I reach that step. Am I canceling terms out incorrectly? How should I deal with a fraction over a fraction? Any help would be really appreciated.

Work:

Capture1.JPG
 
Physics news on Phys.org
Note: Don't take short cuts with the fractions. [math]\dfrac{1}{x - 6 - h} - \dfrac{1}{x - 6}[/math] is not [math]\dfrac{1}{(x - 6 - h) - (x - 6)}[/math]. No matter what your shorthand is you still have to get a common denominator and subtract the two fractions.

[math]f(x) = \dfrac{1}{x - 6}[/math]

[math]f'(x) = \lim_{h \to 0} \dfrac{ \dfrac{1}{x - 6 + h} - \dfrac{1}{x - 6} }{h} [/math]

[math]f'(x) = \lim_{h \to 0} \dfrac{ \dfrac{(x - 6) - (x - 6 + h)}{(x - 6)(x - 6 + h)} }{h}[/math]

[math]f'(x) = \lim_{h \ to 0} \dfrac{ \dfrac{-h}{(x - 6)(x - 6 + h)} }{h}[/math]

[math]f'(x) = \lim_{h \to 0} \dfrac{-1}{(x - 6)(x - 6 + h)}[/math]

[math]f'(x) = - \dfrac{1}{(x - 6)^2}[/math]

-Dan
 
The problem appears to be that you have never actually learned arithmetic!
First, $-\frac{a}{b}$ is NOT equal to $\frac{-a}{-b}$.
Second, $\frac{1}{a}- \frac{1}{b}$ is NOT equal to $\frac{1}{a- b}$..

Learn arithmetic and algebra before you attempt to learn Calculus!