DIFFERENTIAL CACULUS with MATLAB by BOOKS SCIENTIFIC

DIFFERENTIAL CACULUS with MATLAB by BOOKS SCIENTIFIC

Author:BOOKS, SCIENTIFIC [BOOKS, SCIENTIFIC]
Language: eng
Format: azw3
Published: 2016-01-15T16:00:00+00:00


Exercise 4-10. Calculate the implicit derivative of y with respect to x, where x and y satisfy the following equation:

x3 + 3 x2y3 + 5xy + 6y3 = 8

First, we will use the operator D to differentiate the equation:

» pretty (sym (maple ('D(x^3+3*x^2*y^3+5*x*y+6*y^3=8)')))

2 3 2 2 2

3 D(x) x + 6 D(x) x y + 9 x D(y) y + 5 D(x) y + 5 x D(y) + 18 D(y) y = 0

Now we replace D (x) with 1 and solve for D (y):

» pretty (sym (maple ('subs (D (x) = 1, D(x^3+3*x^2*y^3+5*x*y+6*y^3=8))')))

2 3 2 2 2

3 x + 6 x y + 9 x D(y) y + 5 y + 5 x D(y) + 18 D(y) y = 0



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.