Are My Calculus Derivative Solutions Correct?

  • Thread starter Thread starter alpha01
  • Start date Start date
  • Tags Tags
    Derivative
alpha01
Messages
77
Reaction score
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)
 
Physics news on Phys.org
alpha01 said:

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))
No. Your previous result is correct, but the simplification is not. The expression tan(ex) sec(ex) ex is the product of its three factors. Your mistake was changing the product of the tangent and secant factors into a composition of them.
alpha01 said:

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
Same comment as in the first question. Also, is the log function here the natural log? If so, you should use ln instead of log, which normally means log base 10.
alpha01 said:

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)

Your first derivative is correct, the the second derivative is not. You are apparently using the product rule on 2cos(2x) and 3sin(3x). You can use the product rule here, but it's more powerful than what you need, and it's easier to use the constant multiple rule (i.e., d/dx (k * f(x)) = k * d/dx(f(x)) = k*f'(x) ). Where you made your mistake was forgetting that d/dx(2) = 0 and d/dx(3) = 0 in the coefficients of the two terms in f'(x).
Mark
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top