Find the equation of tangent line for derivatives of functions

Click For Summary

Homework Help Overview

The discussion revolves around finding the equation of the tangent line for the function f(x) = 5x² - 2x + 9 at the point where x = 1. Participants are exploring the application of differentiation and the tangent line formula.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants discuss the process of finding the derivative of the function and how to apply it to the tangent line equation. There are attempts to relate previous problems to the current one, and some participants question their understanding of the derivative calculation.

Discussion Status

There is ongoing clarification regarding the correct derivative of the function, with some participants recognizing errors in their calculations. Guidance has been offered on maintaining clarity between different variables and their roles in the equations.

Contextual Notes

Some participants express confusion over the application of derivative rules and the point at which to evaluate the derivative. There is also mention of the horizontal tangent line at the specified point, indicating a need to understand the implications of a zero derivative.

Dustobusto
Messages
32
Reaction score
0

Homework Statement



Find an equation of the tangent line at the point indicated

f(x) = 5x2-2x+9 , x = 1

Homework Equations



(d/dx) bx = ln(b)bx

General Power Rule which states:

(d/dx) g(x)n = n(g(x))n-1 * g'(x)

The Attempt at a Solution



So looking at a previous problem first, we have
s(t) = 37t, t = 2

So, we can substitute u for the exponent, and take the derivative of that. We get
(ln 3) * 3u * (7t)' which equals (7 ln 3)314

Since it wants to find the tangent line we have to take it further. The equation to the tangent line is y-f(a) = f'(a)(x-a) and point slope form is y = f'(a)(x-a) + f(a)

It helps me to look at it in this scenario as f'(a) = solution before putting it in slope form, a = the given x value(or t in this case), and f(a) = bx

Using this first example problem that would mean

y = 7 ln 3 * 314(t-2) + 314, and the book confirms this.


Now, trying to generalize these principles to the problem I am working on..

I switch the exponent with "u" to simplify the problem. We now have (ln 5)5u(x2-2x+9)' and since x = 1 its

(ln 5)5u * 8 which gives us (8 ln 5)58

Attemping to put this into the equation for a tangent line,

f'(a) = (8 ln 5)58
a = 1
f(a) = bx = 58

so putting that all together is

y = (8 ln 5)58(x-1) + 58...

or so I thought. The book gives

y = 58

How did I screw this up?
 
Physics news on Phys.org
Ok, I think I know at least the beginning of where I went wrong.

We now have (ln 5)5u(x2-2x+9)' and since x = 1 its (ln 5)5u * 8 which gives us (8 ln 5)58

The derivative of (x2-2x+9) isn't 8. It's 2x-2. I think this is where I need to start.
 
Dustobusto said:

Homework Statement



Find an equation of the tangent line at the point indicated

f(x) = 5x2-2x+9 , x = 1

Homework Equations



(d/dx) bx = ln(b)bx

General Power Rule which states:

(d/dx) g(x)n = n(g(x))n-1 * g'(x)

The Attempt at a Solution



So looking at a previous problem first, we have
s(t) = 37t, t = 2

So, we can substitute u for the exponent, and take the derivative of that. We get
(ln 3) * 3u * (7t)' which equals (7 ln 3)314

Since it wants to find the tangent line we have to take it further. The equation to the tangent line is y-f(a) = f'(a)(x-a) and point slope form is y = f'(a)(x-a) + f(a)

It helps me to look at it in this scenario as f'(a) = solution before putting it in slope form, a = the given x value(or t in this case), and f(a) = bx

Using this first example problem that would mean

y = 7 ln 3 * 314(t-2) + 314, and the book confirms this.Now, trying to generalize these principles to the problem I am working on..

I switch the exponent with "u" to simplify the problem. We now have (ln 5)5u(x2-2x+9)' and since x = 1 its

(ln 5)5u * 8 which gives us (8 ln 5)58

Attemping to put this into the equation for a tangent line,

f'(a) = (8 ln 5)58
a = 1
f(a) = bx = 58

so putting that all together is

y = (8 ln 5)58(x-1) + 58...

or so I thought. The book gives

y = 58

How did I screw this up?

f'(1) = 0, which makes the tangent line horizontal.

If f(x) = 5x2- 2x + 9 , then f'(x) = (2x - 2) 5x2- 2x + 9, so f'(1) = 0.
 
It's a lot simpler to convert exponential functions to one that involves e.

For example, 5 = eln(5), so 5x = (eln(5))x = ex ln(5).

Differentiation is pretty easy, using the fact that d/dx(eu) = eu * du/dx.
 
Dustobusto said:
Ok, I think I know at least the beginning of where I went wrong.

We now have (ln 5)5u(x2-2x+9)' and since x = 1 its (ln 5)5u * 8 which gives us (8 ln 5)58

The derivative of (x2-2x+9) isn't 8. It's 2x-2. I think this is where I need to start.
Yes. You are combining formulas for f'(x) and f'(a) for some number a. Keep them separate, and replace x by a only at the end.
 
Mark44 said:
f'(1) = 0, which makes the tangent line horizontal.

If f(x) = 5x2- 2x + 9 , then f'(x) = (2x - 2) 5x2- 2x + 9, so f'(1) = 0.

Yes, it makes complete sense now. It ends up

(2x-2)(ln 5)58

I believe you can write that out as

2x ln 5 * 2 ln 5 and, x is 1, so

2 ln 5 - 2 ln 5 = 0

Zero times 58 is zero. Got it.
 
Dustobusto said:
Yes, it makes complete sense now. It ends up

(2x-2)(ln 5)58

I believe you can right that out as

2x ln 5 * 2 ln 5 and, x is 1, so

2 ln 5 - 2 ln 5 = 0

Zero times 58 is zero. Got it.

There's no need to expand the expression. Since x = 1, we can see immediately that 2x -2 = 0.

BTW, in the above, "right" is wrong but "write" is right.
 
Mark44 said:
There's no need to expand the expression. Since x = 1, we can see immediately that 2x -2 = 0.

BTW, in the above, "right" is wrong but "write" is right.

Yeah, I caught it just before you posted that lol. Thanks Mark.
 

Similar threads

Replies
2
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 5 ·
Replies
5
Views
2K
Replies
13
Views
5K
Replies
1
Views
2K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 11 ·
Replies
11
Views
5K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K