Yahoo Clever wird am 4. Mai 2021 (Eastern Time, Zeitzone US-Ostküste) eingestellt. Ab dem 20. April 2021 (Eastern Time) ist die Website von Yahoo Clever nur noch im reinen Lesemodus verfügbar. Andere Yahoo Produkte oder Dienste oder Ihr Yahoo Account sind von diesen Änderungen nicht betroffen. Auf dieser Hilfeseite finden Sie weitere Informationen zur Einstellung von Yahoo Clever und dazu, wie Sie Ihre Daten herunterladen.
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 Antworten
- ?Lv 7vor 2 JahrenBeste Antwort
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 7vor 2 Jahren
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²)