PrakashPhy
- 35
- 0
Homework Statement
The problem is to find the integral of function [itex]\frac{1}{x}[/itex] using the definition i.e the area under the curve as a limit of a sum?
Homework Equations
[itex]\int_a^b \frac{1}{x} dx = ln(\frac{b}{a})[/itex]
The Attempt at a Solution
I tried with dividing the interval [a,b] into n parts such that [itex]h=\frac{b-a}{n}[/itex] but what I got was a too vague expression of the sum.
[itex]\lim_{n \rightarrow ∞} \frac{b-a}{n} = h[/itex]
now
[itex]\int_a^b \frac{1}{x} dx = \lim_{h \rightarrow 0}\bigg[ \frac{1}{a}×h+\frac{1}{a+h}×h+\frac{1}{a+2h}×h^2...\bigg][/itex]
how do I proceed now