Mada za sehemu hiiIntergrationMada 4
- The Anti Derivative
- Indefinite Intergral
- The Definite Integral
- Application Of Integrations
Integration has numerous applications in various fields, including science, economics, business, and engineering. This note focuses on using integration to find the area under a curve, the area between two curves, and the volume of solids of revolution.
Integration can determine the area bounded by a curve and a line. This area can represent physical quantities like work done or distance traveled.
i) Area above the x-axis
Consider the area bounded by the curve y=f(x), the x-axis, and the lines x=a and x=b.
Formula: The area under the curve is given by the definite integral:
∫abf(x)dx=F(x)ab=F(b)−F(a)
Where F(x) is the antiderivative of f(x).
Example 1: Find the area under the curve f(x)=x2+1 from x=0 to x=2.
Solution:
∫02(x2+1)dx=[3x3+x]02
=(323+2)−(303+0)
=(38+2)−0=314
Therefore, the area under the curve is 14/3 square units.
Example 2: Find the area under the curve f(x)=x3+1 from x=−1 to x=0.
Solution:
∫−10(x3+1)dx=[4x4+x]−10
=(404+0)−(4(−1)4+(−1))
=0−(41−1)=43
Therefore, the area under the curve is 3/4 square units.
ii) Area below the x-axis
If the curve is below the x-axis, the integral will give a negative value. Since area is always positive, take the absolute value of the result.
Formula: A=−∫abf(x)dx or A=∫abf(x)dx
Example 1: Find the area under the curve f(x)=−x2+1 from x=1 to x=2.
Solution:
∫12(−x2+1)dx=[−3x3+x]12
=(−38+2)−(−31+1)=−32−32=−34
The actual area is ∣−4/3∣=4/3 square units.
Area with parts above and below the x-axis: Calculate the areas above and below the x-axis separately and then add their absolute values.
Example 2: Find the total area enclosed by the curve f(x)=4x2−1 and the x-axis between x=0 and x=1.
Solution: The curve intersects the x-axis at x=±0.5.
∫01∣4x2−1∣dx=∫00.5(1−4x2)dx+∫0.51(4x2−1)dx
=[x−34x3]00.5+[34x3−x]0.51
=(21−61)+(34−1−(61−21))
=31+32=1
The required area is 1 square units.
iii) Area between two intersecting curves
If two curves y=f(x) and y=g(x) intersect at points A and B (x=a and x=b), the area between them is:
Formula: A=∫ab∣g(x)−f(x)∣dx
Where g(x) is the upper curve and f(x) is the lower curve in the interval [a,b].
Example 1: Find the area bounded by the curve f(x)=x2 and the straight line g(x)=x.
Solution: The curves intersect when x2=x, which gives x=0 and x=1.
A=∫01(x−x2)dx=[2x2−3x3]01
=(21−31)−0=61
The area is 1/6 square units.
Example 2: Find the area bounded by the curves f(x)=x2 and g(x)=2x−x2.
Solution: The curves intersect when x2=2x−x2, which simplifies to 2x2−2x=0, giving x=0 and x=1.
A=∫01(2x−x2−x2)dx=∫01(2x−2x2)dx
=[x2−32x3]01=(1−32)−0=31
The area is 1/3 square units.
A solid of revolution is formed by rotating a region bounded by a curve around an axis.
Rotation about the x-axis: V=π∫aby2dx
Rotation about the y-axis: V=π∫abx2dy
Example 1: Find the volume of the solid formed by rotating the region bounded by y=x, the x-axis, and the lines x=1 and x=3 about the x-axis.
Solution:
V=π∫13x2dx=π[3x3]13
=π(327−31)=326π cubic units
Example 2: Find the volume of the solid generated when the region between the curve y=4−x2 and the lines y=0 and y=4 is rotated about the y-axis.
Solution: x2=4−y
V=π∫04(4−y)dy=π[4y−2y2]04
=π(16−8)=8π cubic units
Example 3: Find the volume of the solid generated by the curve xy=2 rotating about the x-axis, and the straight lines x=−4 and x=−2.
Solution: y=2/x
V=π∫−4−2(x2)2dx=4π∫−4−2x21dx
=4π[−x1]−4−2=4π(21−41)=π cubic units
- Marginal Cost (MC): The additional cost of producing one more unit.
- Marginal Revenue (MR): The additional revenue from selling one more unit.
- Total Cost (C(x)): C(x)=∫MC(x)dx+Fixed Cost
- Total Revenue (R(x)): R(x)=∫MR(x)dx
Example 1: The marginal cost of a firm is given by M(x)=20+0.5x2−3x3. Find the total cost function.
Solution:
C(x)=∫(20+0.5x2−3x3)dx
=20x+30.5x3−43x4+c
=20x+61x3−43x4+c
Example 2: Given that the fixed cost is 30 and the marginal cost, MC(x)=3x−21x2. Determine the total cost function.
Solution:
C(x)=∫(3x−21x2)dx=23x2−61x3+c
Since C(x)=FC+VC(x) where FC represents fixed cost and VC represents variable cost.
Therefore, C(x)=30+23x2−61x3
Example 3: Assume that the marginal cost in Tanzanian shillings is given by MC(x)=73e−2x+6x2+11, where x is the quantity produced. Find the total cost of production when x=3, if the fixed cost is Tsh 10,000.
Solution:
C(x)=∫(73e−2x+6x2+11)dx
=−143e−2x+2x3+11x+T
When x=0, C(x)=10000:
10000=−143+T
T≈10000.21
So, C(x)=−143e−2x+2x3+11x+10000.21
C(3)=−143e−6+2(3)3+11(3)+10000.21≈10087.21 Tsh
Integration is crucial in describing motion using vector quantities like displacement, velocity, and acceleration.
Velocity (v(t)): v(t)=∫a(t)dt (integral of acceleration)
Displacement (s(t)): s(t)=∫v(t)dt (integral of velocity)
Example 1: A particle is moving along a straight line with a velocity of V(t)=t3−4t2−4t+16 meters per second at time t. What is the displacement of the particle within the time interval 1≤t≤5?
Solution:
s(t)=∫15(t3−4t2−4t+16)dt
=[4t4−34t3−2t2+16t]15
=(4625−3500−50+80)−(41−34−2+16)
=320 meters
Example 2: A car starts from rest and moves with a displacement (in meters) of s(t)=61t4+41t3. What is the velocity at the end of 2 seconds?
Solution:
v(t)=dtds(t)=dtd(61t4+41t3)
v(t)=64t3+43t2=32t3+43t2
v(2)=32(2)3+43(2)2=316+3=325=831 m/s
Therefore, the velocity after 2 seconds is 831 m/s.
Mwalimu
Unasoma somo hili? Niulize nikuelezee chochote kilichomo.
Ingia ili kumuuliza Mwalimu wa AI wa Sonza kuhusu mada hii.
Ingia ili kuulizaMajadiliano
Hakuna maswali bado