Differentiation Ax^b with f(x) already given

  • Thread starter Thread starter jameswill1am
  • Start date Start date
  • Tags Tags
    Differentiation
jameswill1am
Messages
10
Reaction score
0

Homework Statement



The function f is defined as f(x)=x^4, then;

f'(3x^3)=?

d[f(3x^3)]/dx=?

f'(xy^3)=?

Homework Equations





The Attempt at a Solution



My problem here is not so much doing the differentiation itself but understanding the notation.

1. for f'(3x^3) i want to differentiate my f(x) to get 4x^3 and then f'(3x^3)=4(3x^3)^3?

2. Here i want to diff. (3x^3)^4?

3. And for the third i want to put f'(xy^3)is equal to f'(x) and then put in x=(xy^3), and so something like 4(xy^3)^3?

Let me know if I'm on the right tracks. cheers
 
Physics news on Phys.org
First you'll need f'(x). Then you need to evaluate that function at 3x3.

As an example, suppose that g(x) = x3 and you want g'(2x2).

g'(x) = 3x2, so g'(2x2) = 3(2x2)2 = 3 * 4x4 = 12x4.
Edit: Never mind. It looks like you have the idea.
2. That looks right.
3. Looks right.
 
Last edited:
Thanks i felt as though i new what i was doing but hours without sleep had caused me to doubt myself. Thanks for the concise reply and for the peace of mind.
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top