Another, use definition as a derivative (as a limit) problem 2

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
12 replies · 2K views
CrossFit415
Messages
160
Reaction score
0
use definition as a derivative (as a limit) to show that

Dx (x(x+1)) = 2x + 1, x [itex]\in[/itex] ℝ

Would I need to find the derivative first?

f'(x) = 2
 
Physics news on Phys.org
So the derivative of x(x+1) is just 1?
 
No, it is not. Since you are supposed to show (by using the limit definition of the derivative) that the derivative of x(x + 1) = 2x + 1, why would you think that the derivative is 1?
 
Is this the definition, Lim h -> 0 [f(a+h) - f(a)] / [f(h)] ?
 
Mark44 said:
No, it is not. Since you are supposed to show (by using the limit definition of the derivative) that the derivative of x(x + 1) = 2x + 1, why would you think that the derivative is 1?

Whoops I meant 2x+1 = 2x^1-1 + 0 = 2
 
CrossFit415 said:
Is this the definition, Lim h -> 0 [f(a+h) - f(a)] / [f(h)] ?
This would give you f'(a). For f'(x), the definition is this limit:
[tex]\lim_{h \to 0}\frac{f(x + h) - f(x)}{h}[/tex]
 
CrossFit415 said:
Whoops I meant 2x+1 = 2x^1-1 + 0 = 2
2x + 1 ≠ 2x1 - 1.

Note that what you wrote in the middle expression above is interpreted as 2x1 - 1 + 0 = 2x - 1, and that's probably not what you intended. If you have an exponent that is an arithmetic expression, USE PARENTHESES.

Also, in what you wrote, you are apparently taking a derivative, but your notation gives no hint that you're doing this. What you should have written is
d/dx(2x + 1) = 2 + 0 = 2.
 
CrossFit415 said:
Is this the definition, Lim h -> 0 [f(a+h) - f(a)] / [f(h)] ?
The denominator should be h, not f(h). Mark provided you with the correct definition. So you want to evaluate
[tex]\lim_{h \to 0} \frac{f(x+h)-f(x)}{h} = \lim_{h \to 0} \frac{[(x+h)((x+h)+1)] - x(x+1)}{h}[/tex]Multiply out the top, cancel terms, simplify, and then take the limit. If you do it correctly, you'll find you end up with 2x+1.
 
I don't know how but I ended getting (2x-x+1) using the derivative (as a limit) formula.

[itex]\stackrel{Lim}{h→0}[/itex] [itex]\frac{(x^2+2xh+h^2+1)-x(x+1)}{h}[/itex]

[itex]\stackrel{Lim}{h→0}[/itex] (2x-x+1)
 
Last edited:
CrossFit415 said:
I don't know how but I ended getting (2x-x+1) using the derivative (as a limit) formula.

[itex]\stackrel{Lim}{h→0}[/itex] [itex]\frac{(x^2+2xh+h^2+1)-x(x+1)}{h}[/itex]
What you're starting with is incorrect. It should be
[tex]\lim_{h \to 0}\frac{(x + h)(x + h + 1) - x(x + 1)}{h}[/tex]

It would make life easier if you rewrote x(x + 1) as x2 + x.
CrossFit415 said:
[itex]\stackrel{Lim}{h→0}[/itex] (2x-x+1)
 
Ahhh I ended getting 2x+1, thank you.