Differentiation Problem: Find the Derivative of y = 1/ COS(t^2)

  • Thread starter Thread starter andrey21
  • Start date Start date
  • Tags Tags
    Differentiation
andrey21
Messages
475
Reaction score
0
Find the derivative of the following:
y = 1/ COS(t^2)



Homework Equations





Here is my attempt

Using (Cos(t^2))^-1

SOlve using the chain rule:

u = t^2
du = 2t
dy/dt = -1.(-sin(u))^(-2) .(2t)
= -2t(-sin(u))^(-2)

= -2t/(Sin(t^2))^2

Is this correct or have I totally used the wrong techiniques?
 
Physics news on Phys.org
This isn't correct. Try applying the chain rule twice, starting with u=cos(t^2).
 
You can do it whatever way you want, but I would use the quotient rule. It seems less confusing to me.
 
Your function is the same as sec(t^2). If you know the rule for the derivative of the secant function, you can use that (plus the chain rule).
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top