Find k in f(x) = ln(5x-3)^k, when f'(1) = k?

  • Thread starter Thread starter silvershine
  • Start date Start date
Click For Summary

Homework Help Overview

The discussion revolves around finding the constant k in the function f(x) = ln(5x-3)^k, given that the derivative at x=1 equals 4. Participants explore the implications of the function's structure and the differentiation process involved.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning

Approaches and Questions Raised

  • Participants attempt to differentiate the function and substitute values to find k. There is some confusion regarding the correct interpretation of the function's notation, specifically whether it is ln(5x-3)^k or ln[(5x-3)^k]. Questions arise about the appropriate differentiation rules to apply, particularly the product rule versus the constant multiple rule.

Discussion Status

The discussion has progressed through various interpretations and clarifications regarding the function's notation and differentiation techniques. Some participants have offered guidance on the differentiation process, while others are still questioning the correct approach to take. There is a recognition of the need for precision in mathematical communication.

Contextual Notes

Participants note that the problem was initially posted in the wrong section, indicating it was part of a precalculus assignment, which may influence the level of understanding and approach to the problem.

silvershine
Messages
13
Reaction score
0

Homework Statement


Find the value of the constant, k, when f(x) = ln(5x-3)^k and f'(1) = 4

Homework Equations


f(x) = ln(5x-3)^k
f'(1) = 4

The Attempt at a Solution


I've tried:
f'(x) = [kln(5x-3)^(k-1)] [1/(5x-3)] (5)
And when I simplified that, I got
f'(x) = 5kln(5x-3)^(k-1) / (5x - 3)

I tried plugging in 4 and 1 so that
4 = 5kln(2)^(k-1) / 2
8 = 5kln(2)^(k-1)
8/5 = kln(2)^(k-1)

And now I'm stumped.
 
Last edited by a moderator:
Physics news on Phys.org
silvershine said:

Homework Statement


Find the value of the constant, k, when f(x) = ln(5x-3)^k and f'(1) = 4


Homework Equations


f(x) = ln(5x-3)^k
f'(1) = 4


The Attempt at a Solution


I've tried:
f'(x) = [kln(5x-3)^(k-1)] [1/(5x-3)] (5)
And when I simplified that, I got
f'(x) = 5kln(5x-3)^(k-1) / (5x - 3)

I tried plugging in 4 and 1 so that
4 = 5kln(2)^(k-1) / 2
8 = 5kln(2)^(k-1)
8/5 = kln(2)^(k-1)

And now I'm stumped.

It seems to me that you're doing a lot of extra work that you don't need to do.

ln(5x - 3)k = k*ln(5x - 3)

Or did you mean [ln(5x - 3)]k?
 
BTW, this is obviously a calculus problem, so should not have been posted in the precalc section. I am moving it to the Calculus & Beyond section.
 
Sorry about posting it in the wrong section! This was a bonus question in my precalc homework.

From the looks of it, the question says ln(5x - 3)^k.

So would I do:
4 = kln(2)
4/k = ln(2)
k = ln(2)/4?
 
silvershine said:
Sorry about posting it in the wrong section! This was a bonus question in my precalc homework.

From the looks of it, the question says ln(5x - 3)^k.

So would I do:
4 = kln(2)
4/k = ln(2)
k = ln(2)/4?

To repeat Mark44's question: do you mean [ln(5x-3)]^k or ln[(5x-3)^k]? It makes a big difference.

RGV
 
Ray Vickson said:
To repeat Mark44's question: do you mean [ln(5x-3)]^k or ln[(5x-3)^k]? It makes a big difference.

RGV

It says ln[(5x-3)^k].
 
Now that that's cleared up,
f(x) = ln[(5x - 3)k] = k*ln(5x - 3)
What is f'(x)?
 
f'(x) would k[1/(5x+3)](5) + ln(5x-3), with the chain rule, right? Which would simplify to 5k/(5x-3) + ln(5x -3)?
 
silvershine said:
f'(x) would k[1/(5x+3)](5) + ln(5x-3), with the chain rule, right? Which would simplify to 5k/(5x-3) + ln(5x -3)?
No. You should get only one term. I think you are using the product rule incorrectly. There really is no need to use the product rule when one factor is a constant.
 
  • #10
Mark44 said:
No. You should get only one term. I think you are using the product rule incorrectly. There really is no need to use the product rule when one factor is a constant.

Hm... So then would it be 5k/(5x-3)?
 
  • #11
silvershine said:
Hm... So then would it be 5k/(5x-3)?
Who is "it"? Are you talking about f(x) or f'(x)?

I actually know what you're referring to, but I'm trying to get you to be more precise in what you're writing.
 
  • #12
Sorry.
So f'(x) would be 5k/(5x-3)?
 
  • #13
Yes.

And you're given that f'(1) = 4, so k = ?
 
  • #14
So then k = 8/5, right?
 
  • #16
Alright. So to clarify:
When you have a constant times a function, when you take the derivative, you don't have to use the product rule?
 
  • #17
I'm hopeful that a couple of points have sunk in.

1. When you have ln[<something>k], this is equal to k*ln[<something>], as long as <something> is greater than 0.
If you have to differentiate a function like this, it is much easier to differentiate the latter form.

2. Never use the product rule to differentiate a product where one factor is a constant. Instead, use the constant multiple rule. Although there is nothing wrong with using the product rule in this case, the product rule is more complicated to use, so offers a greater chance of introducing a mistake.

A corollary to 2 is
3. Never use the quotient rule if the denominator is a constant. For example, f(x) = ##\frac{\sqrt{x}}{3}##. Write this as ##\frac{1}{3} \sqrt{x} ##
Pull the constant out as 1/k and then use the constant multiple rule. Again, it's not wrong to use the quotient rule, but it's even more complicated than the product rule, so the chances of making a mistake are even greater.
 
  • #18
They have! Or they will, once I get more practice with them.

Thanks for walking me through! I can do the rest of these bonus problems on my own now.
 
  • #19
silvershine said:
Alright. So to clarify:
When you have a constant times a function, when you take the derivative, you don't have to use the product rule?

In some sense you are doing the product rule, but the derivative of a constant is zero so...
 

Similar threads

Replies
5
Views
2K
Replies
11
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K