Yahoo Answers is shutting down on May 4th, 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.
Trending News
Differentiation question?
Hi. Any tips on how to differentiate:
y = a + bx + sqrt( c + dx^2)
with respect to x. I don't think I can use the chain rule because x is in two different places.
Thanks
3 Answers
- Φ² = Φ+1Lv 72 years agoFavorite Answer
dy/dx = da/dx + d(bx)/dx + d(sqrt( c + dx^2))/dx
dy/dx = 0 + b + dx / sqrt(c + dx^2)
dy/dx = dx / sqrt(c + dx^2) + b
- billrussell42Lv 72 years ago
you use (f + g)' = f' + g'
and the chain rule on the right hand part
y = a + bx + √( c + dx²)
y' = b + (√( c + dx²) )'
y' = b + (( c + dx²)^-1/2)(2dx)
y' = b + 2dx/√( c + dx²)