Calculating Limits for a Quadratic Function

Dembadon
Gold Member
Messages
658
Reaction score
89

Homework Statement



Consider the following function:

f(x) = 4x^2 - 8x.

Find the limit.

<br /> \lim_{{\Delta}x\rightarrow 0} \frac{f(x+{\Delta}x)-f(x)}{{\Delta}x}<br />

Given: The limit exists.


The Attempt at a Solution



Since the limit exists, I know that I need to do some algebraic manipulations that will enable me to cancel the {\Delta}x in the denominator.


Here's what I did first:

<br /> \frac{4(x+{\Delta}x)^2-8(x+{\Delta}x)}{{\Delta}x}<br />


After expanding:

<br /> \frac{4(x^2+2x{\Delta}x+{\Delta}x^2)-8(x+{\Delta}x)}{{\Delta}x}<br />


After distributing:

<br /> \frac{4x^2+8x{\Delta}x+4{\Delta}x^2-8x-8{\Delta}x}{{\Delta}x}<br />


Would my next step be?:

<br /> \frac{(4{\Delta}x^2+8x{\Delta}x-8{\Delta}x)+(4x^2-8x)}{{\Delta}x}<br />

...so that I could pull out the {\Delta}x and cancel it?
 
Physics news on Phys.org
You forgot to subtract the 'f(x)' that's in the numerator of your difference quotient. That's what cancels the stuff that doesn't have a delta-x in it.
 
Dembadon said:
Would my next step be?:

<br /> \frac{(4{\Delta}x^2+8x{\Delta}x-8{\Delta}x)+(4x^2-8x)}{{\Delta}x}<br />

...so that I could pull out the {\Delta}x and cancel it?

The second group (4x^2-8x) in the numerator does not have a {\Delta}x so you can't completely get rid of the {\Delta}x. Do you have any other attemps?
 
Dick said:
You forgot to subtract the 'f(x)' that's in the numerator of your difference quotient. That's what cancels the stuff that doesn't have a delta-x in it.

What an embarrassingly careless mistake. Thank you, Dick. I've obtained the correct expression for the limit.

My initial difference quotient should've been:

<br /> \frac{4(x+{\Delta}x)^2-8(x+{\Delta}x)-(4x^2-8x)}{{\Delta}x}<br />

Thanks for the help!
 
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