Derivatives of Composite Functions

Dough
Messages
18
Reaction score
0
I just need a nudge in the rigth direction ais don't know where to start
Let y = f(x^2 + 3x - 5) find dy/dx when x = 1, given that f'(-1) = 2

Thanks!
 
Physics news on Phys.org
Let g(x) = x² + 3x - 5, then y = f(g(x)). dy/dx = f'(g(x))g'(x)
 
i am not sure what else y have to do to get the answer, i wrote that out as well as

-1 = x^2 + 3x -5
solved and got x = 1 or -3...

but what else?

dy/dx = f'(x^2 + 3x - 5)(2x + 3)
 
Dough said:
i am not sure what else y have to do to get the answer, i wrote that out as well as
-1 = x^2 + 3x -5
solved and got x = 1 or -3...
but what else?
dy/dx = f'(x^2 + 3x - 5)(2x + 3)

I suggest going back and reading the problem again! You were asked to find y'(1). How about setting x= 1?
 
Very good suggestion.

And just to ease your worries, you were given a good piece of information: that f'(-1)=2. Do you see where this applies to the problem?
 
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