Find Derivative of f(2x): f'(x) = x^2

  • Thread starter endeavor
  • Start date
  • Tags
    Derivative
To A_I_:I think I get it nowIn summary, to find f'(x) for the given equation, we can apply the chain rule by first letting u(x) = 2x, then finding f'(u) and substituting x for u to get the final answer of f'(x) = x^2. However, attempting to use partial derivatives in this case is incorrect, as the chain rule is only applicable in cases of multivariable functions.
  • #1
endeavor
176
0
Find f'(x) if it is known that
[tex]\frac{d}{dx}[f(2x)] = x^2[/tex]

I let u(x) = 2x, then
[tex]\frac{d}{dx}[f(u)] = \frac{dy}{du} \frac{du}{dx}[/tex]
[tex]\frac{d}{dx}[f(2x)] = 2 \frac{dy}{du}[/tex]
therefore
[tex]\frac{dy}{du} = \frac{1}{2}x^2[/tex]
then
[tex]f'(x) = \frac{dy}{dx} = \frac{dy}{du} \frac{du}{dx}[/tex]
[tex] = (\frac{1}{2}x^2) (2)[/tex]
[tex] = x^2[/tex]
why doesn't this work??
 
Physics news on Phys.org
  • #2
u have f'(2x) = x^2

first find f(2x) and try to write it as a function of (2x)

and then after u do that substitute x for 2x
you therefore find f(x) finally derive it and you obtain f'(x)

does it make any sense?
 
  • #3
yeah, i think so.
 
  • #4
let me know what your answer is to see if you did it right
 
  • #5
Well, i kinda cheated and looked at the solutions manual:tongue2:
Using the chain rule:
[tex]\frac{d}{dx}[f(2x)] = 2 f'(2x) = x^2[/tex]
[tex]f'(2x) = \frac{1}{2}x^2[/tex]
then let u(x) = 2x
[tex]f'(u) = \frac{1}{2} (\frac{u}{2})^2[/tex]
[tex]f'(u) = \frac{1}{8} u^2[/tex]
then substitute x for u:
[tex]f'(x) = \frac{1}{8} x^2[/tex]

Is there an easy to understand explanation why my original method did not work?
 
  • #6
hehe good

my method was simple: f'(2x) = x^2 --> f(2x) = x^3 / 3

we multiply the denominator and numerator by 8 --> f(2x) = 8x^3 / 24

---> f(2x) = (2x)^3 / 24 ---> f(x) = x^3 / 24 --> f'(x) = x^2 / 8
 
  • #7
your mistake was taking partial derivatives

u write f'(x) = dy/dx = (dy/du)/(du/dx)

since y and u are both functions of x u can not apply the partial derivative (the chain rule formula)
 
  • #8
Thanks A_I_, I like your method :tongue:

can you expand on what you said my mistake was? I'm not sure I understand.
 
  • #9
the chain rule is used when u have:

f(x,y) and x=g(t) and y=r(t)

but since your f and your u are both functions of x,
thus you can not use the chain rule and you can not say:

f'(x) = (dy/du)*(du/dx)

ok?
 
  • #10
Yeah, i think I understand.

Can you explain that function syntax? I've seen it before, but I've always learned the simple f(x) not f(x,y)

and for composite functions (using the chain rule), f(x) = g(r(x))
 
  • #11
what do you exactly want to know?
do you want an example of the chain rule?

what you wrote: f(x)= g(r(x)) is (gor)(x) and is different from the chain rule.

do you have an im?
 
  • #12
i know what the chain rule is.
i just want to know what f(x,y) means and what "f(x,y) and x=g(t) and y=r(t)" means.
 
  • #13
here you go
 

Attachments

  • bikh.JPG
    bikh.JPG
    17.1 KB · Views: 383
  • #15
A_I_ said:
your mistake was taking partial derivatives

u write f'(x) = dy/dx = (dy/du)/(du/dx)

since y and u are both functions of x u can not apply the partial derivative (the chain rule formula)
What do you mean by partial derivative here? You only encounter partial derivative in multi-variable function, not 1 variable function like f(x)!
A_I_ said:
the chain rule is used when u have:

f(x,y) and x=g(t) and y=r(t)

but since your f and your u are both functions of x,
thus you can not use the chain rule and you can not say:

f'(x) = (dy/du)*(du/dx)

ok?
?
NOOO! What do you mean by this? I am TOTALLY lost!
Why can't you use the chain rule in that case? Am I misssing something? :confused:
Please look back at your cal textbook, see the part that covers the chain rule.
-------------------
[tex]\frac{df}{dx} = \frac{df}{du} \times \frac{du}{dx}[/tex]
Example:
[tex]\frac{df(2x)}{dx} = \frac{df(2x)}{d(2x)} \times \frac{d(2x)}{dx} = 2 f'(2x)[/tex].
Now, let's do your problem in a slightly different way:
[tex]\frac{df(2x)}{dx} = 2 f'(2x) = x ^ 2[/tex]
[tex]\Rightarrow f'(2x) = \frac{x ^ 2}{2}[/tex]
Now, let y = 2x, we have:
[tex]f'(y) = \frac{(2x) ^ 2}{8} = \frac{y ^ 2}{8}[/tex]
Now, what's f'(x)?
Can you go from here? Is there anything unclear? :)
-------------------
Whoops, looking back at some previous posts of this thread, I saw that you've looked through the manual.
The only error you made is that you were trying to find dy / dx, which means you were finding d(f(2x)) / dx, not d(f(x)) / dx (which means the same as f'(x)).
Is there anything unclear, endeavor? :)
 
Last edited:
  • #16
VietDao29 said:
What do you mean by partial derivative here? You only encounter partial derivative in multi-variable function, not 1 variable function like f(x)!

?
NOOO! What do you mean by this? I am TOTALLY lost!
Why can't you use the chain rule in that case? Am I misssing something? :confused:
Please look back at your cal textbook, see the part that covers the chain rule.
-------------------
[tex]\frac{df}{dx} = \frac{df}{du} \times \frac{du}{dx}[/tex]
Example:
[tex]\frac{df(2x)}{dx} = \frac{df(2x)}{d(2x)} \times \frac{d(2x)}{dx} = 2 f'(2x)[/tex].
Now, let's do your problem in a slightly different way:
[tex]\frac{df(2x)}{dx} = 2 f'(2x) = x ^ 2[/tex]
[tex]\Rightarrow f'(2x) = \frac{x ^ 2}{2}[/tex]
Now, let y = 2x, we have:
[tex]f'(y) = \frac{(2x) ^ 2}{8} = \frac{y ^ 2}{8}[/tex]
Now, what's f'(x)?
Can you go from here? Is there anything unclear? :)

for the first part, that's what i was trying to tell him,
that we only use the chain rule when we have a multivariable function, which is not the case.
As for the second part, i am not sure about it, because i know you can only use the chain rule with multivariable function.
Did u consider x and 2x to be two different variables, if yes, then it works.
 
  • #17
A_I_ said:
for the first part, that's what i was trying to tell him,
that we only use the chain rule when we have a multivariable function, which is not the case.
As for the second part, i am not sure about it, because i know you can only use the chain rule with multivariable function.
Did u consider x and 2x to be two different variables, if yes, then it works.
What do you mean?
Chain rule can be used for both multivariable functions, and 1 variable function.
You must have studied [tex]\frac{df}{dx} = \frac{df}{du} \times \frac{du}{dx}[/tex] BEFORE studying multi-variable functions, no?
As I told you before, you should re-read your calculus textbook, just look up the chapter for Chain rule (or you can just click on the link) for one variable function. That won't do you any harm, I promise. :wink:
 
Last edited:
  • #18
I get what you've said.
Thanks for the explanation
 
  • #19
So when in my first post I wrote:
[tex]\frac{dy}{du}[/tex]
that really means
[tex]\frac{d f(2x)}{du}[/tex]
since y = f(2x) ?

and then later on, when I wrote:
[tex]\frac{dy}{dx} = \frac{dy}{du} \frac{du}{dx}[/tex]
I was actually finding f'(2x), which was already given??
 
  • #20
endeavor said:
So when in my first post I wrote:
[tex]\frac{dy}{du}[/tex]
that really means
[tex]\frac{d f(2x)}{du}[/tex]
since y = f(2x) ?
Yes, this is correct. :)

and then later on, when I wrote:
[tex]\frac{dy}{dx} = \frac{dy}{du} \frac{du}{dx}[/tex]
I was actually finding f'(2x), which was already given??
Nah, this is not correct, you are finding:
[tex]\frac{df(2x)}{dx}[/tex], not f'(2x).
[tex]\frac{df(2x)}{dx} \neq f'(2x)[/tex].
To find f'(2x), you must find: [tex]\frac{df(2x)}{d(2x)}[/tex].
Can you get this? :)
 

1. What is the meaning of the notation "f'(x)"?

The notation "f'(x)" represents the derivative of the function f(x), which is the rate of change of the function at a specific point x. It tells us how much the function is changing at that point.

2. How do you find the derivative of a function?

To find the derivative of a function, you can use the power rule, product rule, quotient rule, or chain rule. In this case, since the function is f(2x), we can use the chain rule where we take the derivative of the outer function (f(x)) and multiply it by the derivative of the inner function (2x). This gives us f'(x) = 2x * f'(2x).

3. What is the purpose of finding the derivative of a function?

The derivative of a function helps us understand the rate of change of the function at a specific point. It also allows us to find the slope of a tangent line to the function's graph at that point. This is useful in many applications, such as optimization problems and calculating velocities and accelerations.

4. Can the derivative of a function be negative?

Yes, the derivative of a function can be negative. This indicates that the function is decreasing at that point. A positive derivative indicates that the function is increasing at that point, and a zero derivative indicates that the function is neither increasing nor decreasing.

5. How does changing the value of x affect the derivative of f(2x)?

Changing the value of x will affect the derivative of f(2x) by changing the point at which the derivative is evaluated. The actual value of the derivative may also change, depending on the function f(x) and the value of x. However, the general process of finding the derivative using the chain rule will remain the same.

Similar threads

  • Calculus and Beyond Homework Help
Replies
19
Views
763
  • Calculus and Beyond Homework Help
Replies
5
Views
609
  • Calculus and Beyond Homework Help
Replies
3
Views
568
  • Calculus and Beyond Homework Help
Replies
4
Views
678
  • Calculus and Beyond Homework Help
Replies
12
Views
1K
  • Calculus and Beyond Homework Help
Replies
4
Views
726
  • Calculus and Beyond Homework Help
Replies
6
Views
835
  • Calculus and Beyond Homework Help
Replies
10
Views
1K
  • Calculus and Beyond Homework Help
Replies
1
Views
727
  • Calculus and Beyond Homework Help
Replies
2
Views
528
Back
Top