Calculus equation using delta

ursoweird123

New member
Joined
Jul 8, 2010
Messages
4
Find (g(x+[delta]x)-g(x))/[delta]x for g(x)=x^2+3x-1. I really have no idea how to do this because we never learned it. This is summer work so I don't have anyone to ask for help. Thanks.
 
This appears to be the defintion of a derivative. What is also called 'first principles'.

I am going to use h instead of delta x and f instead of g. They are more common than the notation you presented.

Same thing though.

f(x)=limh0f(x+h)f(x)h\displaystyle f'(x)=\lim_{h\to 0}\frac{f(x+h)-f(x)}{h}

Find the derivative of f(x)=x2+3x1\displaystyle f(x)=x^{2}+3x-1 using first principles or the definition of a derivative. If done correctly, we should end up with the derivative of x2+3x1\displaystyle x^{2}+3x-1. Which is 2x+3.

The algebra is mostly the booger in these.

limh0(x+h)2+3(x+h)1f(x+h)(x2+3x1)f(x)h\displaystyle \lim_{h\to 0}\frac{\overbrace{(x+h)^{2}+3(x+h)-1}^{\text{f(x+h)}}-\overbrace{(x^{2}+3x-1)}^{\text{f(x)}}}{h}

See?. For the f(x+h), sub in x+h in for x in the given expression.

Expand out the numerator:

limxh2xh+h2+3hh\displaystyle \lim_{x\to h}\frac{2xh+h^{2}+3h}{h}

Now, this is the same as limh02x+limh0h̸21+limh03\displaystyle \lim_{h\to 0}\frac{2x\not{h}}{\not{h}}+\lim_{h\to 0}\frac{h^{\not{2}^{1}}}{\not{h}}+\lim_{h\to 0}\frac{3\not{h}}{\not{h}}

Note how the h's cancel and we are left with 2x+h+3\displaystyle 2x+h+3.

Per the limit, as h goes to 0, the center term h=0 and we have 2x+3 as required.

The algebra here was not that bad, but some can be a dilly.
 
g(x) = x2+3x+1\displaystyle g(x) \ = \ x^2+3x+1

g(x) = limΔx0g(x+Δx)g(x)Δx\displaystyle g'(x) \ = \ \lim_{\Delta x\to0}\frac{g(x+\Delta x)-g(x)}{\Delta x}

You should be able to take it from here.\displaystyle You \ should \ be \ able \ to \ take \ it \ from \ here.
 
Hello, ursoweird123!

This asks for the Difference Quotient.

. . Why is everyone deriving the derivative ?


Find:   g(x+Δx)g(x)Δx   for g(x)=x2+3x1\displaystyle \text{Find: }\;\frac{g(x+\Delta x) - g(x)}{\Delta x}\;\text{ for }g(x)\,=\,x^2+3x-1


There are three steps to the Difference Quotient: \displaystyle \text{There are three steps to the Difference Quotient: }

. . [1] Find g(x+Δx) . . . Replace x with x+Δx, and simplify.\displaystyle \text{[1] Find }g(x+\Delta x)\:\text{ . . . Replace }x\text{ with }x+\Delta x,\:\text{ and simplify.}

. . [2] Subtract g(x) ⁣:   . . . Subtract the original function. and simplify.\displaystyle \text{[2] Subtract }g(x)\!:\;\text{ . . . Subtract the original function.}\:\text{ and simplify.}

. . [3] Divide by Δx . . . and simplify.\displaystyle \text{[3] Divide by }\Delta x\:\text{ . . . and simplify.}


Here we go!\displaystyle \text{Here we go!}


[1]    g(x+Δx)  =  (x+Δx)2+3(x+Δx)+1\displaystyle [1]\;\;g(x+\Delta x) \;=\;(x+\Delta x)^2 + 3(x+\Delta x) + 1

. . . . . . . . . . =  x2+2x(Δx)+(Δx)2+3x+3(Δx)+1\displaystyle =\;x^2 + 2x(\Delta x) + (\Delta x)^2 + 3x + 3(\Delta x) + 1


[2]    g(x+Δx)g(x)  =  [x2+2x(Δx)+(Δx)2+3x+3(Δx)+1][x2+3x+1]\displaystyle [2]\;\;g(x+\Delta x) - g(x) \;=\;\bigg[x^2 + 2x(\Delta x) + (\Delta x)^2 + 3x + 3(\Delta x) + 1\bigg] - \bigg[x^2 + 3x + 1\bigg]

. . . . . . . . . . . . . .=  2x(Δx)+(Δx)2+3(Δx)\displaystyle =\;2x(\Delta x) + (\Delta x)^2 + 3(\Delta x)


[3]    g(x+Δx)g(x)Δx  =  2x(Δx)+(Δx)2+3(Δx)Δx\displaystyle [3]\;\;\frac{g(x+\Delta x) - g(x)}{\Delta x} \;=\; \frac{2x(\Delta x) + (\Delta x)^2 + 3(\Delta x)}{\Delta x}

. . . . . . . . . . . . . . . =  (Δx)[2x+(Δx)+3]Δx\displaystyle =\;\frac{(\Delta x)\bigg[2x + (\Delta x) + 3\bigg]}{\Delta x}

. . . . . . . . . . . . . . . =  2x+(Δx)+3\displaystyle =\;2x + (\Delta x) + 3

 
Top