alpha01
- 77
- 0
Here are several problems (differentiation) i have attempted but not completely sure if they are correct
Homework Statement
differentiate y = sec(ex)
The Attempt at a Solution
y = sec(ex)
y = sec(u)
(where u = ex)
dy/dx = tan(u)sec(u)ex
tan(ex)sec(ex)ex
If this is correct so far, can it be further factorized?:
ex(tan sec(ex))
Homework Statement
differentiate y = sec(log(x))
The Attempt at a Solution
y = sec(log(x))
y = sec(u)
(where u = log(x))
dy/dx = tan(u)sec(u) 1/x
= (tan sec(log(x))) / x
Homework Statement
find the second derivative of f(x) = sin(2x) + cos(3x)
The Attempt at a Solution
f(x) = sin(2x) + cos(3x)
f ' (x) = 2cos(2x) - 3sin(3x)
f '' (x) = cos(2x) - 4sin(2x) + sin(3x) - 9cos(3x)