Help with Derivative Homework: Find Slope of f(x)=x^3-2

  • Thread starter Thread starter priscilla98
  • Start date Start date
  • Tags Tags
    Derivative
priscilla98
Messages
93
Reaction score
0

Homework Statement



Find the slope of the tangent to the graph of f (x) = x^3 - 2 at a general point Xo.

Homework Equations



lim = f (X1) - f (Xo)
X1 -> Xo -------------
X1 - Xo

The Attempt at a Solution




I can use the coordinates (2, 6)

lim = f (X1) - f (Xo)
X1 -> Xo -------------
X1 - Xo

= (x^3 -2) - (6)
--------------
x - 2

Am I going right with this? I would appreciate the help, thanks. And happy holidays.
 
Physics news on Phys.org


Yes, you're on the right track. So the numerator is x^3-8. Can you factor this?
 


Here I'll go through the process with you:

\lim_{h \to 0} \frac{f(x+h)-f(x)}{h}

now your x here is x_0, so plugging in x_0 for x you get:

\lim_{h \to 0} \frac{f(x_0+h)-f(x_0)}{h}

since your f(x)=x^3-2 you can evaluate f(x_0+h) and f(x_0) by plugging them into the x value in the original function namely, f(x)= x^3-2.

plugging in f(x_0+h) into the x value off(x)=x^3-2 we get f(x_0+h) = h^3+3h^2x_0+3h{x^2}_0+{x_0}^3-2.

Plugging in f(x_0) we get {x^3}_0-2 so our limit now looks like this:

\lim_{h \to 0} \frac{(h^3+3h^2x_0+3h{x^2}_0+{x_0}^3-2)-({x^3}_0-2)}{h} you will notice that the 2 and the {x^3}_0 cancel out and your left with
\lim_{h \to 0} \frac{(h^3+3h^2x_0+3h{x^2}_0)}{h} factoring out the h and dividing you end up with:

\lim_{h \to 0} {(h^2+3hx_0+3{x^2}_0)} and evaluating the limit you get that derivative at any point x_0 is

= 3{x_0}^2

I'm sorry if I misread the question, this is how I interpreted it.
 
Last edited:


No it's okay, thanks a lot for this. I'm usually confused with derivatives sometimes.

But thanks and happy holidays
 
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