Limit question / algebra problem

  • Thread starter Thread starter tony873004
  • Start date Start date
  • Tags Tags
    Algebra Limit
tony873004
Science Advisor
Gold Member
Messages
1,753
Reaction score
143
I forgot how to do the algebra in this one.

<br /> \begin{array}{l}<br /> f(x) = \frac{{ - 1}}{x};\,\,a = 1 \\ <br /> \\ <br /> f&#039;(a) = \mathop {\lim }\limits_{h \to 0} \frac{{f(a + h) - f(a)}}{h} = \\ <br /> \\ <br /> \mathop {\lim }\limits_{h \to 0} \frac{{\frac{{ - 1}}{{a + h}} - \frac{{ - 1}}{a}}}{h} = \\ <br /> \\ <br /> \mathop {\lim }\limits_{h \to 0} \frac{{\frac{{ - 1a}}{{a(a + h)}} - \frac{{ - 1(a + h)}}{{a(a + h)}}}}{h} = \\ <br /> \\ <br /> \mathop {\lim }\limits_{h \to 0} \frac{{\left( {\frac{{ - a - a + h}}{{a(a + h)}}} \right)}}{h} = \\ <br /> \\ <br /> \mathop {\lim }\limits_{h \to 0} \frac{{\left( {\frac{{ - 2a + h}}{{a^2 + ah}}} \right)}}{h} = \\ <br /> \\ <br /> \mathop {\lim }\limits_{h \to 0} \frac{{ - 2a + h}}{{a^2 + ah}}\,\,\frac{1}{h} = \\ <br /> \\ <br /> \mathop {\lim }\limits_{h \to 0} \frac{{ - 2a + h}}{{h\left( {a^2 + ah} \right)}} \\ <br /> \end{array}<br />

Am I even going in the right direction? If so, what comes next?
 
Last edited:
Physics news on Phys.org
You screwed up adding the fractions. -(-1) = 1.
 
That's a bit nicer. Thanks d leet
<br /> \begin{array}{l}<br /> f(x) = \frac{{ - 1}}{x};\,\,a = 1 \\ <br /> \\ <br /> f&#039;(a) = \mathop {\lim }\limits_{h \to 0} \frac{{f(a + h) - f(a)}}{h} = \\ <br /> \\ <br /> \mathop {\lim }\limits_{h \to 0} \frac{{\frac{{ - 1}}{{a + h}} - \frac{{ - 1}}{a}}}{h} = \\ <br /> \\ <br /> \mathop {\lim }\limits_{h \to 0} \frac{{\frac{{ - 1a}}{{a(a + h)}} - \frac{{ - 1(a + h)}}{{a(a + h)}}}}{a} = \\ <br /> \\ <br /> \mathop {\lim }\limits_{h \to 0} \frac{{\left( {\frac{{ - a - \left( { - a - h} \right)}}{{a(a + h)}}} \right)}}{h} = \\ <br /> \\ <br /> \mathop {\lim }\limits_{h \to 0} \frac{{\left( {\frac{{ - a + a + h}}{{a(a + h)}}} \right)}}{h} \\ <br /> \\ <br /> \mathop {\lim }\limits_{h \to 0} \frac{{\left( {\frac{{ - a + a + h}}{{a(a + h)}}} \right)}}{h} \\ <br /> \\ <br /> \mathop {\lim }\limits_{h \to 0} \frac{{\left( {\frac{h}{{a^2 + ah}}} \right)}}{h} = \\ <br /> \\ <br /> \mathop {\lim }\limits_{h \to 0} \frac{h}{{a^2 + ah}}\,\,\frac{1}{h} = \\ <br /> \\ <br /> \mathop {\lim }\limits_{h \to 0} \frac{h}{{h\left( {a^2 + ah} \right)}} = \\ <br /> \\ <br /> f&#039;(a) = \frac{1}{{a^2 }} \\ <br /> \end{array}<br />
Now I can't find my TEX error, but I get the right answer: 1/a^2
 
Last edited:
<br /> \begin{array}{l}<br /> f(x) = \frac{{ - 1}}{x};\,\,a = 1 \\ <br /> \\ <br /> f&#039;(a) = \mathop {\lim }\limits_{h \to 0} \frac{{f(a + h) - f(a)}}{h} = \\ <br /> \\ <br /> \mathop {\lim }\limits_{h \to 0} \frac{{\frac{{ - 1}}{{a + h}} - \frac{{ - 1}}{a}}}{h} = \\ <br /> \\ <br /> \mathop {\lim }\limits_{h \to 0} \frac{{\frac{{ - 1a}}{{a(a + h)}} - \frac{{ - 1(a + h)}}{{a(a + h)}}}}{a} = \\ <br /> \\ <br /> \mathop {\lim }\limits_{h \to 0} \frac{{\left( {\frac{{ - a - \left( { - a - h} \right)}}{{a(a + h)}}} \right)}}{h} = \\ <br /> \\ <br /> \mathop {\lim }\limits_{h \to 0} \frac{{\left( {\frac{{ - a + a + h}}{{a(a + h)}}} \right)}}{h} \\ <br /> \end{array}<br />
<br /> \begin{array}{l}<br /> \mathop {\lim }\limits_{h \to 0} \frac{{\left( {\frac{{ - a + a + h}}{{a(a + h)}}} \right)}}{h} \\ <br /> \\ <br /> \mathop {\lim }\limits_{h \to 0} \frac{{\left( {\frac{h}{{a^2 + ah}}} \right)}}{h} = \\ <br /> \\ <br /> \mathop {\lim }\limits_{h \to 0} \frac{h}{{a^2 + ah}}\,\,\frac{1}{h} = \\ <br /> \\ <br /> \mathop {\lim }\limits_{h \to 0} \frac{h}{{h\left( {a^2 + ah} \right)}} = \\ <br /> \\ <br /> f&#039;(a) = \frac{1}{{a^2 }} \\ <br /> \end{array}
I think you should split it up a bit, it seems to work if you split it into 2 LaTeX images. However, IMHO, you are using way too many brackets of the type {...}. It should be clearer if you you less of them. Say, instead of typing \frac{{-1}}{a}, just type:
\frac{-1}{a}, which also displays the correct image, but the code does look nicer, right?
\frac{-1}{a}
Don't complicate things... :)
 
Last edited:
Thanks, VietDao. I was having some trouble with the forum. Clicking on my code wouldn't open it so I couldn't edit it.

Actually, I didn't hand-code this TEX. I use Math-type, which translates it into tex for me. In a sense it's like using MS Word to write a simple web page. Hand-coding HTML is short and to the point, and the code looks nice. But the Word version, even in the simplest example is mind-numbingly complex.

I'm better with Math-type than tex, and Math-type let's you see what you're typing, i.e., WYSIWYG. So for the longer problems I use Math-type and have it translate.

Thanks for fixing it for me. It was frusterating me more than dumb mistake than d leet pointed out to me.
 
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...

Similar threads

Back
Top