Compute Derivative Using First Principles - MathLoveR's Question

In summary, a question is asked about finding the derivative of a given function and using it to find the equation of a tangent line. The process of finding the derivative using the definition of a derivative is shown and the equation of the tangent line is found using the point-slope formula. A plot of the function and tangent line is also provided. The responder invites others to post more calculus problems in a forum. There is also some discussion about the function and whether the given function is correct.
  • #1
MarkFL
Gold Member
MHB
13,288
12
Here is the question:

Calculus Question ... Please HELP?

For the function f(x) = 4/3x

a) Using the definition of derivative (limits) to compute f'(3)
b) Use the result of part (a) to find an equation of the line tangent to the curve y = f(x) at the point for which x = 2

Here is a link to the question:

Calculus Question ... Please HELP? - Yahoo! Answers

I have posted a link there to this topic so the OP can find my response.
 
Mathematics news on Phys.org
  • #2
Hello MaThLoVeR,

We are given:

\(\displaystyle f(x)=\frac{4}{3x}\)

a) To compute the derivative of $f$ using first principles, we use:

\(\displaystyle f'(x)\equiv\lim_{h\to0}\frac{f(x+h)-f(x)}{h}\)

Using the given function definition, we have:

\(\displaystyle f'(x)=\lim_{h\to0}=\frac{\frac{4}{3(x+h)}-\frac{4}{3x}}{h}\)

In the numerator of the expression, let's combine the two terms by getting a common denominator:

\(\displaystyle f'(x)=\lim_{h\to0}=\frac{\frac{4(3x)}{3(x+h)(3x)}-\frac{4(3(x+h)}{3x(3(x+h))}}{h}\)

\(\displaystyle f'(x)=\lim_{h\to0}=\frac{4(3x)-4(3(x+h)}{3h(x+h)(3x)}\)

Distribute in the numerator:

\(\displaystyle f'(x)=\lim_{h\to0}=\frac{12x-12x-12h}{3h(x+h)(3x)}\)

Combine like terms:

\(\displaystyle f'(x)=\lim_{h\to0}=\frac{-12h}{3h(x+h)(3x)}\)

Divide out common factors:

\(\displaystyle f'(x)=\lim_{h\to0}=\frac{-4}{(x+h)(3x)}=-\frac{4}{3x^2}\)

Hence:

\(\displaystyle f'(3)=-\frac{4}{3(3)^2}=-\frac{4}{27}\)

b) Now, to find the tangent line where $x=2$, we need a point on the curve:

\(\displaystyle (2,f(2))=\left(2,\frac{2}{3} \right)\)

and we need the slope:

\(\displaystyle m=f'(2)=-\frac{4}{3(2)^2}=-\frac{1}{3}\)

Using the point-slope formula, we find the equation of the tangent line is:

\(\displaystyle y-\frac{2}{3}=-\frac{1}{3}(x-2)\)

Arranging in slope-intercept form, we have:

\(\displaystyle y=-\frac{1}{3}x+\frac{4}{3}\)

Here is a plot of the function and the tangent line:

https://www.physicsforums.com/attachments/826._xfImport

To MaThLoVeR and any other guests viewing this topic, I invite and encourage you to post other calculus problems here in our http://www.mathhelpboards.com/f10/ forum.

Best Regards,

Mark.
 

Attachments

  • mathlover.jpg
    mathlover.jpg
    5.5 KB · Views: 30
Last edited:
  • #3
Are you sure that \(\displaystyle \displaystyle f(x) = \frac{4}{3x}\) and not \(\displaystyle \displaystyle \frac{4}{3}x\)?
 
  • #4
Prove It said:
Are you sure that \(\displaystyle \displaystyle f(x) = \frac{4}{3x}\) and not \(\displaystyle \displaystyle \frac{4}{3}x\)?

No, in fact I am not sure since bracketing symbols were not used, so I made a guess as to what was intended. (Bandit)

Also, the interpretation I used is a somewhat more interesting problem. :D

And a tangent line to a linear function seemed to be a bit strange.(Rofl)
 
  • #5


Hello MathLoveR,

Thank you for your question regarding computing derivatives using first principles. I am happy to assist you with this problem.

a) To compute f'(3), we will use the definition of derivative which is the limit of the difference quotient as h approaches 0. This can be written as:

f'(3) = lim(h->0) (f(3+h) - f(3)) / h

Plugging in the given function, we get:

f'(3) = lim(h->0) ((4/3(3+h)) - (4/3(3))) / h

= lim(h->0) ((4/3(3+h) - 4) / h

= lim(h->0) (4/3h) / h

= lim(h->0) 4/3

= 4/3

Therefore, f'(3) = 4/3.

b) Now, to find the equation of the line tangent to the curve y = f(x) at the point where x = 2, we will use the result from part (a). The equation of a line can be written as y = mx + b, where m is the slope and b is the y-intercept.

Since we know the slope at x = 3 is 4/3, we can plug that into the equation as:

y = (4/3)x + b

To find the y-intercept, we can plug in the point (2, f(2)) into the equation:

f(2) = (4/3)(2) + b

= 8/3 + b

Now, since we know that f(2) = 4/3(2) = 8/3, we can substitute that in and solve for b:

8/3 = 8/3 + b

b = 0

Therefore, the equation of the line tangent to the curve y = f(x) at the point where x = 2 is y = (4/3)x.

I hope this helps you with your question. Keep up the good work in your calculus studies!

Best regards,

 

Related to Compute Derivative Using First Principles - MathLoveR's Question

What is the first principles method for computing derivatives?

The first principles method for computing derivatives is a technique used in calculus to find the instantaneous rate of change of a function at a specific point. It involves taking the limit of a difference quotient as the change in the input variable approaches zero.

Why is the first principles method important?

The first principles method is important because it is the foundation for understanding and calculating derivatives. It allows us to find the slope of a curve at any point, which is crucial in many real-world applications such as physics, economics, and engineering.

What are the steps for using the first principles method to compute a derivative?

The steps for using the first principles method to compute a derivative are:

  1. Choose a function to differentiate.
  2. Select a point at which to find the derivative.
  3. Find the difference quotient by subtracting the function value at the chosen point from the function value at a nearby point, and then dividing by the change in the input variable.
  4. Take the limit of the difference quotient as the change in the input variable approaches zero.
  5. The resulting limit is the derivative at the chosen point.

Can the first principles method be used for all functions?

Yes, the first principles method can be used for all functions, as long as the limit of the difference quotient exists at the chosen point. However, for some functions, it may be more efficient to use other techniques, such as the power rule or the chain rule, to compute the derivative.

How can the first principles method be applied in real-world situations?

The first principles method can be applied in real-world situations to determine instantaneous rates of change, such as velocity or acceleration, of a variable. It is also used to optimize functions in economics and engineering, and to model natural phenomena in physics and biology.

Similar threads

Replies
2
Views
418
Replies
6
Views
458
Replies
1
Views
358
Replies
3
Views
1K
  • Programming and Computer Science
2
Replies
63
Views
3K
Replies
4
Views
2K
Replies
1
Views
2K
Replies
1
Views
1K
Replies
1
Views
2K
Replies
1
Views
5K
Back
Top