All about flooble | fun stuff | Get a free chatterbox | Free JavaScript | Avatars    
perplexus dot info

Home > Just Math
No calculus (Posted on 2002-07-31) Difficulty: 4 of 5
Define:
d/dx(f(x)) = f'(x)

where f'(x) = gradient (or slope) of f(x) at x = x.

Prove that:
d/dx(x^2) = 2x

without using calculus.

See The Solution Submitted by Cheradenine    
Rating: 3.2000 (10 votes)

Comments: ( Back to comment list | You must be logged in to post comments.)
Solution Standard solution | Comment 22 of 26 |
Not sure if this is what Cheradenine had in mind, but here's the classical way of solving this:

Slope is the ratio of how far something moves along the y-axis to how far it moves along the x-axis. For a plane old line, you can determine this by comparing two points (x1, y1) and (x2, y2) and dividing the y offset by the x offset: (y2 - y1)/(x2 - x1). This works for any two points on a line because the slope never changes.

For a nonlinear function, you can use the same basic idea. However, because the slope changes, you have to approximate it by comparing two points that are very close to the x value where you want to determine the slope. The closer the points, the more accurate the approximation. If the points are infinitely close, you have an exact answer.

For f(x) = x², we use the points (x, f(x)) and (x + d, f(x + d)) where d is some nonzero number. Computing the slope, we get:
(f(x + d) - f(x)) / (x + d - x)
= (x² + 2xd + d² - x²) / d
= 2x + d.

The exact solution uses an infinitely small value for d, which gives d/dx(x²) = 2x.
  Posted by friedlinguini on 2002-08-04 13:15:17
Please log in:
Login:
Password:
Remember me:
Sign up! | Forgot password


Search:
Search body:
Forums (0)
Newest Problems
Random Problem
FAQ | About This Site
Site Statistics
New Comments (12)
Unsolved Problems
Top Rated Problems
This month's top
Most Commented On

Chatterbox:
Copyright © 2002 - 2024 by Animus Pactum Consulting. All rights reserved. Privacy Information