Yahoo Answers is shutting down on 4 May 2021 (Eastern Time) and the Yahoo Answers website is now in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
5 Answers
- PaulLv 78 years agoFavourite answer
To tackle a problem like this you should use the chain rule. Rewrite this equation as:
(x^4 + 3x -1)^(1/2)
Let u = x^4 + 3x -1
Therefore y = u^(1/2)
dy/dx = dy/du * du/dx
dy/du = (1/2) u ^(-1/2)
du/dx = 4x^3 + 3
substitute u = x^4 + 3x -1 in dy/du
(1/2) (x^4 + 3x -1)^(-1/2) (4x^3 + 3)
This can be rewritten
(4x^3 + 3) / (2√ (x^4 + 3x -1))
- 8 years ago
I'd square both sides and implicitly derive with the power rule.
y^2 = x^4 + 3x - 1
2y * dy = 4x^3 * dx + 3 * dx
2y * dy = dx * (4x^3 + 3)
dy/dx = (4x^3 + 3) / (2y)
dy/dx = (4x^3 + 3) / (2 * sqrt(x^4 + 3x - 1))
There you go.
- NiallLv 78 years ago
Square both sides:
y^2 = x^4 + 3x - 1
Differentiate implicitly:
2yy' = 4x^3 + 3
Divide both sides by 2y:
y' = (4x^3 + 3) / 2y
Now substitute √(x^4 + 3x - 1) back for y:
y' = (4x^3 + 3) / 2√(x^4 + 3x - 1)
- ComoLv 78 years ago
y = [ x^4 + 3x - 1 ]^(1/2)
dy/dx = (1/2) [ x^4 + 3x - 1 ]^(-1/2) [ 4x³ + 3]
dy/dx = [ 4x³ + 3 ] / [ 2 ( x^4 + 3x - 1 )^(1/2) ]
- 8 years ago
y' = dy/dx = (1/2)((x^4+3x-1)^((1/2)-1)) d/dx(x^4+3x-1)
y' = (1/2)((x^4+3x-1)^(-1/2)) (4x^3 + 3)
y' = (1/(2( √ (x^4+3x −1)))) (4x^3 + 3)