What is the derivative of the square root of 2x using the chain rule?

  • Thread starter Thread starter chebyshevF
  • Start date Start date
  • Tags Tags
    Chain Chain rule
chebyshevF
Messages
29
Reaction score
0

Homework Statement


Find the derivative of:
f(x)=\sqrt{2x}


Homework Equations


So using the chain rule: \frac{dy}{dx}=\frac{dy}{du}.\frac{du}{dx}


The Attempt at a Solution


Isn't it just a simple matter of setting u=2x, therefore du/dx=2, and y=\sqrt{u}=u^1/2, therefore dy/du=1/2 * u^(-1/2)
Therefore dy/dx = 1/2 *2x^(1/2) . 2
finally = 2x^(-1/2)

Is this correct? The solutions say that the answer is 1/2 * sqrt(2x)^-1/2
 
Physics news on Phys.org
So long as your answer is (2x)^(-1/2) not 2*x^(-1/2) then you are correct and the solution is wrong.
 
Thanks.
But isn't 2x the same as saying 2*x ?
 
chebyshevF said:
Thanks.
But isn't 2x the same as saying 2*x ?

I just wanted to be clear that the square root applied to the 2 and the x and not just the x hence the brackets
 
chebyshevF said:
Thanks.
But isn't 2x the same as saying 2*x ?
Yes, but (2x)^{1/2} is NOT the same as 2x^{1/2}!
 
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