Steps for Solving Differential Quotient Equations in Calculus

Ryuk1990
Messages
157
Reaction score
0
I don't take a Calculus class(I'm learning on my own), but I'm just curious as to what are the steps to solving the following equations.

Homework Statement


These are the following problems that I'm having trouble solving.

y(x) = cos(x)

y(x) = \sqrt{x}

y(x) = sin(x)

y(x) = x^{n}

Homework Equations



For all of these, the limit of \DeltaX approaches 0.

The Attempt at a Solution



The problem is, I can't attempt it because it's different from other ones. I can do simpler things like y(x) = 9x^2 no problem. These are different though.
 
Physics news on Phys.org
Ryuk1990 said:
y(x) = cos(x)

I'm guessing that you are needing to find y'(x) in each case using the definition of the derivative, which is the limit of the difference quotient.

I'll help you with the first one, and maybe that will get you started. You need to know this special limit to do the first one:
\lim_{x\to0} \frac{1 - cos x}{x} = 0
You also need the trig identity:
\cos(u+v) = \cos u\cos v - \sin u\sin v[/itex]<br /> <br /> Then the derivative is:<br /> y&amp;#039;(x) = \lim_{h\to 0} \frac{\cos(x+h) - \cos x}{x} [/itex]&lt;br /&gt; Now apply the above information to compute y&amp;#039;(x).
 
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