Finding the first derivative of a equation.

  • Thread starter Thread starter Amel
  • Start date Start date
  • Tags Tags
    Derivative
Amel
Messages
43
Reaction score
0

Homework Statement



Estimate f ' (2) for 7x



Homework Equations



[f(x+h)-f(x)]/h


The Attempt at a Solution



Ok so I attempted to do this. I put in [(7(2+h))-72]/h
I must be messing up with my algebra. SO then take log of both
I got
(2+h)log7-log49 all over h
distributed log7 to (2+h) and got 1.69+ .845h - 1.69 all over h
the 1.69 canceled and I have (.845h)/h left and that can't be right because then I cancel h and got no h left to plug in for zero.

What do I do obviously I am doing it wrong.
 
Physics news on Phys.org
Amel said:

Homework Statement



Estimate f ' (2) for 7x



Homework Equations



[f(x+h)-f(x)]/h


The Attempt at a Solution



Ok so I attempted to do this. I put in [(7(2+h))-72]/h
I must be messing up with my algebra. SO then take log of both
I got
Taking the log is incorrect. There is no property of logs that says log(a + b) = log a + log b.

Instead, what you want to do is to factor 72 from the two terms in the numerator, giving you
\frac{7^2(7^h - 1)}{h}
To find f'(2) you need to evaluate this limit:
\lim_{h \rightarrow 0}\frac{7^2(7^h - 1)}{h}~=~49\lim_{h \rightarrow 0}\frac{7^h - 1}{h}
If you know L'Hopital's Rule, this limit is not too hard to evaluate, but if you don't know it, it's fairly difficult to evaluate. The expression we're taking the limit of is indeterminate of the form [0/0]. It's called indeterminate because you can't determine what the limit will actually be without some work, and can come out to be anything.

Before continuing, I need to know whether you are able to find this limit for yourself.
Amel said:
(2+h)log7-log49 all over h
distributed log7 to (2+h) and got 1.69+ .845h - 1.69 all over h
the 1.69 canceled and I have (.845h)/h left and that can't be right because then I cancel h and got no h left to plug in for zero.

What do I do obviously I am doing it wrong.
 
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