Is the Derivative of 5*sqrt[x] Correct Without Using the Chain Rule?

  • Thread starter Thread starter A_Munk3y
  • Start date Start date
  • Tags Tags
    Derivative
A_Munk3y
Messages
72
Reaction score
0

Homework Statement


5*sqrt[x]

The Attempt at a Solution


=>5*(x)(1/2)
=>2.5x(-1/2)

is this right?

Or do you use chain rule here?
like =>5*(x)(1/2)
=>5(1/2)(x)(-1/2)*1)
=>2.5x(-1/2)*5
 
Physics news on Phys.org
The first one is right.
 
Thanks
 
I think combination of product rule and chain rule.
5 * d/dx x^(1/2) + x^(1/2) * d/dx 5

which is just 5 * d/dx x^(1/2)
(use the chain rule on x^(1/2))
 
It seems redundant to use the product and chain rules together. For an equation like this one it is much simpler to just use the general power rule for derivatives:

\frac{d}{dx}xr=rxr-1

In general the chain and product rules are only used when there are distinct functions f(x) and g(x). Doing what rygza is suggesting (though it gives you the correct answer) assumes f(x)=5 and g(x)=x1/2 for the product rule portion. But f'(x)=0. Then for the chain rule portion f(x)=5x1/2 and g(x)=x. But g'(x)=1.

So in summary you just do a bunch of extra steps before ending up with d/dx 5x1/2 which requires the power rule to solve (=2.5x-1/2)
 
Deneb Cyg said:
It seems redundant to use the product and chain rules together. For an equation like this one it is much simpler to just use the general power rule for derivatives:

\frac{d}{dx}xr=rxr-1

In general the chain and product rules are only used when there are distinct functions f(x) and g(x). Doing what rygza is suggesting (though it gives you the correct answer) assumes f(x)=5 and g(x)=x1/2 for the product rule portion. But f'(x)=0. Then for the chain rule portion f(x)=5x1/2 and g(x)=x. But g'(x)=1.

So in summary you just do a bunch of extra steps before ending up with d/dx 5x1/2 which requires the power rule to solve (=2.5x-1/2)

lol totally forgot about the power rule :-p. Yes, this would be the best way to go
 
The chain rule would have been applied to "x" in \sqrt(x), so the first one is right.
 
Back
Top