Derivative of Trig Function: y = u(cos(u) + b cot(u)) | No Chain Rule

  • Thread starter Thread starter QuarkCharmer
  • Start date Start date
  • Tags Tags
    Function Trig
QuarkCharmer
Messages
1,049
Reaction score
3

Homework Statement


Differentiate:
y= u(a cos(u) + b cot(u))

Homework Equations


No Chain Rule

The Attempt at a Solution



I started out finding the derivative of (a cosu + b cotu)
I'm guessing that a/b is constant?
\frac{d}{du}(a cos(u) + b cot(u))=
=(0(cosu)+a(-sinu))+(0(cosu)+b(-csc^2u))
=(0+a(-sinu))+(0+b(-csc^2u))
=(-asin(u)-bcsc^2(u))

So then I used that and the product rule:
y'=1(a cos(u) + b cot(u))+u(-asin(u)-bcsc^2(u))
y'=a cos(u) + b cot(u)-uasin(u)-ubcsc^2(u))

Pretty sure I am making a huge mistake here, it doesn't feel right at all?
 
Last edited:
Physics news on Phys.org
Actually, you're correct. I solved it numerically real quick and input values for a,b,u and got the same results from your solution. Nice job.
 
Thanks! I wasn't expecting it to be anywhere near correct.

Well, I just assumed they meant to take d/du, it never said which variable is the input to the function. The other problems have had more "elegant" solutions, and this just doesn't look correct to me.

Is it right to assume a and b as constants in this case? Even though they are variables? I am not sure I understand what a "constant" is exactly. Specifically in terms of the constant rule for derivatives and such.

This is problem #8 in 3.4 of Stewards Calculus 6E. If anyone has the solutions manual could you please tell me what the book shows?
 
QuarkCharmer said:
Thanks! I wasn't expecting it to be anywhere near correct.

Well, I just assumed they meant to take d/du, it never said which variable is the input to the function. The other problems have had more "elegant" solutions, and this just doesn't look correct to me.

Is it right to assume a and b as constants in this case? Even though they are variables? I am not sure I understand what a "constant" is exactly. Specifically in terms of the constant rule for derivatives and such.

This is problem #8 in 3.4 of Stewards Calculus 6E. If anyone has the solutions manual could you please tell me what the book shows?

Your answer is correct. Since the argument to the cosine and cotangent function is u, it's reasonable to assume that y is a function of u, and that the derivative asked for is dy/du.

Any letters other than u can be assumed to be constants. IOW, parameters whose values don't change.
 
QuarkCharmer said:
Well, I just assumed they meant to take d/du, it never said which variable is the input to the function. The other problems have had more "elegant" solutions, and this just doesn't look correct to me.
Were all of them generalised ie, did they all contain constants? Constants tend to add complexity to expressions.

QuarkCharmer said:
Is it right to assume a and b as constants in this case? Even though they are variables? I am not sure I understand what a "constant" is exactly. Specifically in terms of the constant rule for derivatives and such.
Unless you're in multivariable calculus (aka calculus III), all variables other than the obvious variable are constants.
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top