تقييم تكاملات الدوال

أمثلة تفصيلية، تقنيات، وحلول لحساب التفاضل والتكامل

احسب التكاملات باستخدام تقنيات مختلفة مع أمثلة وحلول وتفسيرات تفصيلية. يتم تقديم المزيد من التمارين مع الحلول في أسفل الصفحة.

ملاحظة: في جميع الأمثلة والتمارين أدناه، يمثل \( c \) ثابت التكامل.

الأمثلة وحلولها التفصيلية

المثال 1: \( \int 6 \; \cos x \; \sin x \; dx \)

نستخدم أولاً المتطابقة المثلثية \( 2 \sin x \cos x = \sin(2x) \) لإعادة كتابة التكامل:

\[ \int 6 \; \cos x \; \sin x \; dx = 3 \int \sin(2x) \; dx \]

نستخدم التكامل بالتعويض: ليكن \( u = 2x \)، مما يؤدي إلى \( \dfrac{du}{dx} = 2 \) أو \( dx = du / 2 \):

\[ = 3 \int (1/2) \sin u \; du = - (3/2) \cos u + c \]

عوض مرة أخرى بـ \( u = 2x \):

\[ \int 6 \cos x \sin x \, dx = - (3/2) \cos(2x) + c \]

تحقق: اشتقاق \( - (3/2) \cos(2x) + c \) يعطي \( 6 \sin x \cos x \)، وهي دالة التكامل الأصلية.

المثال 2: \( \int x \; \sqrt{x+1} \, dx \)

استخدم التكامل بالتعويض: ليكن \( u = x + 1 \) مما يعطي \( x = u - 1 \) و \( du = dx \).

\[ \int x \sqrt{x+1} \; dx = \int (u-1) \cdot u^{1/2} \; du = \int (u^{3/2} - u^{1/2}) \; du \]

استخدم قاعدة القوى للتكامل (\( \int x^n dx = \dfrac{1}{n+1} x^{n+1} + c \)):

\[ = (2 / 5) u^{5/2} - (2 / 3) u^{3/2} + c \]

عوض مرة أخرى بـ \( u = x + 1 \):

\[ \int x \sqrt{x+1} \, dx = (2 / 5) (x + 1)^{5/2} - (2 / 3) (x + 1)^{3/2} + c \]
المثال 3: \( \int \cos^2 x \; dx \)

استخدم المتطابقة المثلثية \( \cos^2 x = \dfrac{1 + \cos(2x)}{2} \):

\[ \int \cos^2 x \; dx = \int \dfrac{1 + \cos(2x)}{2} \; dx \]

ليكن \( u = 2x \) بحيث يكون \( dx = du / 2 \):

\[ = \int (1/4)(1 + \cos u) \; du = (1 / 4) u + (1 / 4) \sin(u) + c \]

عوض مرة أخرى بـ \( u = 2x \):

\[ \int \cos^2 x \; dx = x / 2 + (1 / 4) \sin(2x) + c \]
المثال 4: \( \int x^3 e^{x^4} \; dx \)

ليكن \( u = x^4 \)، إذن \( (1 / 4) du = x^3 dx \):

\[ \int x^3 e^{x^4} dx = \int (1 / 4) e^u \; du = (1 / 4) e^u + c \]

عوض مرة أخرى بـ \( u = x^4 \):

\[ \int x^3 e^{x^4} dx = (1 / 4) e^{x^4} + c \]
المثال 5: \( \int \dfrac{\sin(2x)}{1 - \cos^2(x)} \; dx \)

استخدم المتطابقات \( \sin(2x) = 2 \sin x \cos x \) و \( 1 - \cos^2(x) = \sin^2(x) \):

\[ \int \dfrac{2 \sin x \cos x}{\sin^2(x)} dx = \int 2 \dfrac{\cos x}{\sin x} \; dx \]

استخدم الصيغة \( \int \dfrac{f'(x)}{f(x)} \; dx = \ln|f(x)| + c \):

\[ = 2 \ln|\sin x| + c \]
المثال 6: \( \int (x + \sin x)^2 \; dx \)

فك القوس \( (x + \sin x)^2 = x^2 + \sin^2 x + 2x \sin x \) وطبق قاعدة المجموع:

\[ \int (x + \sin x)^2 \; dx = \int x^2 \; dx + \int \sin^2 x \; dx + \int 2x \sin x \; dx \]

\( \int x^2 \; dx = (1/3) x^3 + c \)

استخدم \( \sin^2 x = (1 - \cos(2x)) / 2 \):
\( \int \sin^2 x \; dx = (1/2) x - (1/4) \sin(2x) + c \)

بالنسبة لـ \( \int 2x \sin x \; dx \)، استخدم التكامل بالأجزاء (\( v = x, u' = \sin x \)):

\[ \int 2x \sin x \, dx = -2x \cos x + 2 \sin x + c \]

اجمع كل ذلك:

\[ \int (x + \sin x)^2 \; dx = (1/3) x^3 + (1/2) x - (1/4) \sin(2x) - 2x \cos x + 2 \sin x + c \]
المثال 7: \( \int \dfrac{\sin x}{\sin^2 x - 2 \cos x + 2} \; dx \)

استخدم \( \sin^2 x = 1 - \cos^2 x \). ليكن \( u = \cos x \)، إذن \( du = - \sin x \; dx \):

\[ \int \dfrac{\sin x}{1 - \cos^2 x - 2 \cos x + 2} \; dx = \int \dfrac{1}{u^2 + 2u - 3} \, du \]

حلل \( u^2 + 2u - 3 = (u+3)(u-1) \) واستخدم تفكيك الكسور الجزئية:

\[ \dfrac{1}{u^2 + 2u - 3} = \dfrac{1}{4(u-1)} - \dfrac{1}{4(u+3)} \]

كامل وعوض مرة أخرى بـ \( u = \cos x \):

\[ = (1/4) (\ln|u-1| - \ln|u+3|) + c \] \[ \int \dfrac{\sin x}{\sin^2 x - 2 \cos x + 2} \; dx = (1/4) \left(\ln \left|\dfrac{\cos x - 1}{\cos x + 3}\right|\right) + c \]
المثال 8: \( \int \dfrac{1}{x + \sqrt{x+2}} \; dx \)

ليكن \( u = \sqrt{x + 2} \) مما يعطي \( x = u^2 - 2 \) و \( dx = 2u \; du \).

\[ \int \dfrac{1}{x + \sqrt{x+2}} \; dx = 2 \int \dfrac{u}{u^2 - 2 + u} \; du \]

حلل \( u^2 + u - 2 = (u+2)(u-1) \) واستخدم الكسور الجزئية:

\[ \dfrac{u}{u^2 + u - 2} = \dfrac{1}{3(u-1)} + \dfrac{2}{3(u+2)} \] \[ 2 \int \dfrac{u}{u^2 + u - 2} \; du = 2 \int \dfrac{1}{3(u-1)} du + 2 \int \dfrac{2}{3(u+2)} du \] \[ = (2/3) \ln|u-1| + (4/3) \ln|u+2| + c \]

عوض بـ \( u = \sqrt{x + 2} \):

\[ \int \dfrac{1}{x + \sqrt{x+2}} \; dx = (2/3) \ln|\sqrt{x+2} - 1| + (4/3) \ln|\sqrt{x+2} + 2| + c \]
المثال 9: \( \int \dfrac{1}{\tan x} \; dx \)

استخدم المتطابقة \( \tan(x) = \dfrac{\sin(x)}{\cos(x)} \):

\[ \int \dfrac{1}{\tan x} \; dx = \int \dfrac{\cos x}{\sin x} \; dx \]

استخدم الصيغة \( \int \dfrac{f'(x)}{f(x)} \; dx = \ln|f(x)| + c \):

\[ \int \dfrac{1}{\tan x} \; dx = \ln|\sin x| + c \]
المثال 10: \( \int \dfrac{1}{x^2 + 2x + 1} \; dx \)

أكمل المربع في المقام: \( x^2 + 2x + 1 = (x+1)^2 \)

\[ \int \dfrac{1}{(x+1)^2} \; dx \]

ليكن \( u = x + 1 \) و \( dx = du \):

\[ = \int u^{-2} \; du = - \dfrac{1}{u} + c \]

عوض مرة أخرى بـ \( u = x + 1 \):

\[ \int \dfrac{1}{x^2 + 2x + 1} \; dx = - \dfrac{1}{x+1} + c \]
المثال 11: \( \int \dfrac{1}{x^2 + x + 1} \; dx \)

أكمل المربع في المقام: \( x^2 + x + 1 = (x + 1/2)^2 + 3/4 \)

ليكن \( u = x + 1/2 \)، ثم أخرج \( 3/4 \) كعامل مشترك:

\[ \int \dfrac{1}{u^2 + 3/4} du = \dfrac{4}{3} \int \dfrac{1}{\dfrac{4}{3} u^2 + 1} du \]

عوض بـ \( w = \dfrac{2}{\sqrt{3}} u \)، مما ينتج \( du = \dfrac{\sqrt{3}}{2} dw \):

\[ \dfrac{4}{3} \dfrac{\sqrt{3}}{2} \int \dfrac{1}{w^2 + 1} dw = \dfrac{2}{\sqrt{3}} \arctan w \]

عوض مرة أخرى بـ \( w = \dfrac{2}{\sqrt{3}} (x + 1/2) \):

\[ \int \dfrac{1}{x^2 + x + 1} dx = \dfrac{2}{\sqrt{3}} \arctan\left(\dfrac{2}{\sqrt{3}} (x + 1/2)\right) + c \]
المثال 12: \( \int \dfrac{x^4 - 2x^2 + x}{x^2 + x + 1} \; dx \)

اقسم البسط على المقام نظراً لأن الدرجة أكبر:

\[ \dfrac{x^4 - 2x^2 + x}{x^2 + x + 1} = x^2 - x - 2 + \dfrac{4x + 2}{x^2 + x + 1} \]

يمكن كتابة \( \dfrac{4x + 2}{x^2 + x + 1} \) على صورة \( 2 \dfrac{2x + 1}{x^2 + x + 1} \).

بما أن \( 2x + 1 \) هي مشتقة \( x^2 + x + 1 \)، نستخدم قاعدة اللوغاريتم:

\[ \int \dfrac{x^4 - 2x^2 + x}{x^2 + x + 1} dx = (1/3)x^3 - (1/2)x^2 - 2x + 2 \ln|x^2 + x + 1| + c \]
المثال 13: \( \int \left(x^3 - \dfrac{1}{x^2}\right)^4 \; dx \)

استخدم نظرية ذات الحدين لفك تعبير الدالة:

\[ \left(x^3 - \dfrac{1}{x^2}\right)^4 = x^{12} - 4x^7 + 6x^2 - \dfrac{4}{x^3} + \dfrac{1}{x^8} \]

استخدم تكامل دالة القوة للحصول على الإجابة النهائية:

\[ \int \left(x^3 - \dfrac{1}{x^2}\right)^4 \; dx = \dfrac{x^{13}}{13} - \dfrac{x^8}{2} + 2x^3 + \dfrac{2}{x^2} - \dfrac{1}{7x^7} + c \]
المثال 14: \( \int \tan^2(x) \; dx \)

استخدم المتطابقة \( \tan^2 x = \sec^2 x - 1 \) لإعادة كتابة التكامل:

\[ \int \tan^2(x) \; dx = \int (\sec^2 x - 1) \; dx = \int \sec^2 x \; dx - \int 1 \; dx \]

استخدم الصيغة \( \int \sec^2 x dx = \tan(x) + c \):

\[ \int \tan^2(x) \; dx = \tan(x) - x + c \]
المثال 15: \( \int x^4(4x^5 - 2)^{10} \; dx \)

ليكن \( u = 4x^5 - 2 \) مما يعطي \( du = 20x^4 dx \):

\[ \int x^4(4x^5 - 2)^{10} \; dx = \dfrac{1}{20} \int u^{10} du = \dfrac{1}{220} u^{11} + c \]

عوض مرة أخرى بـ \( u = 4x^5 - 2 \):

\[ \int x^4(4x^5 - 2)^{10} \; dx = \dfrac{1}{220} ( 4x^5 - 2 )^{11} + c \]
المثال 16: \( \int x^2 \arcsin(x) \; dx \)

استخدم التكامل بالأجزاء: ليكن \( w' = x^2 \) (\( w = (1/3) x^3 \)) و \( v = \arcsin(x) \) (\( v' = \dfrac{1}{\sqrt{1-x^2}} \)).

\[ \int x^2 \arcsin(x) \; dx = (1/3) x^3 \arcsin(x) - (1/3) \int x^3 \dfrac{1}{\sqrt{1-x^2}} \; dx \]

حل التكامل الأيمن بالتعويض \( u = \sqrt{1-x^2} \) للحصول على:

\[ \int x^2 \arcsin(x) \; dx = \dfrac{1}{3} x^3 \arcsin(x) - \dfrac{1}{3} \left( \dfrac{1}{3} (1-x^2)^{3/2} - \sqrt{1-x^2} \right) + c \]
المثال 17: \( \int \sqrt{x} \ln x \; dx \)

استخدم التكامل بالأجزاء. ليكن \( w' = \sqrt{x} \) (\( w = (2/3)x^{3/2} \)) و \( v = \ln x \) (\( v' = 1/x \)):

\[ \int \sqrt{x} \ln x \; dx = (2/3)x^{3/2} \ln x - \int (2/3)x^{1/2} \; dx \] \[ = \dfrac{2}{3} \; x^{3/2} \ln x - \left(\dfrac{2}{3}\right)^2 x^{3/2} + c \]
المثال 18: \( \int \dfrac{\sqrt{x+1}}{x} \; dx \)

ليكن \( u = \sqrt{x+1} \) مما يجعل \( dx = 2u \; du \) و \( x = u^2 - 1 \):

\[ \int \dfrac{\sqrt{x+1}}{x} \; dx = \int \dfrac{u}{u^2 - 1} 2u \; du = 2 \int \dfrac{u^2}{u^2 - 1} \; du \]

اقسم البسط وأعد الكتابة باستخدام الكسور الجزئية:

\[ \dfrac{u^2}{u^2 - 1} = 1 - \dfrac{1}{2(u+1)} + \dfrac{1}{2(u-1)} \] \[ 2 \int \left(1 - \dfrac{1}{2(u+1)} + \dfrac{1}{2(u-1)}\right) \; du = 2 \left(u - \dfrac{1}{2} \ln|u+1| + \dfrac{1}{2} \ln|u-1|\right) + c \]

عوض مرة أخرى بـ \( u = \sqrt{x+1} \):

\[ \int \dfrac{\sqrt{x+1}}{x} \; dx = 2 \sqrt{x+1} + \ln \left(\dfrac{|x|}{(\sqrt{x+1} + 1)^2}\right) + c \]
المثال 19: \( \int \sin\left(\sqrt{x}\right) \; dx \)

ليكن \( u = \sqrt{x} \)، و \( dx = 2u \; du \):

\[ \int \sin\left(\sqrt{x}\right) \; dx = 2 \int u \sin u \; du \]

طبق التكامل بالأجزاء على \( \int u \sin u \; du \):

\[ \int u \sin u \; du = -u \cos u + \int \cos u \, du = -u \cos u + \sin u + c \]

عوض مرة أخرى بـ \( u = \sqrt{x} \):

\[ \int \sin\left(\sqrt{x}\right) \; dx = -2 \sqrt{x} \cos\sqrt{x} + 2 \sin\sqrt{x} + c \]
المثال 20: \( \int \dfrac{1}{e^x + e^{-x}} \; dx \)

ليكن \( u = e^x \)، و \( dx = \dfrac{1}{u} du \):

\[ \int \dfrac{1}{e^x + e^{-x}} \; dx = \int \dfrac{1}{u + 1/u} \; \dfrac{1}{u} \; du = \int \dfrac{1}{u^2 + 1} \; du \]

استخدم التكامل الشائع \( \int \dfrac{1}{u^2+1}du = \arctan(u) \):

\[ \int \dfrac{1}{e^x + e^{-x}} \; dx = \arctan(e^x) + c \]
المثال 21: \( \int \log_5 x \; dx \)

استخدم صيغة تغيير الأساس \( \log_5(x) = \dfrac{\ln x}{\ln 5} \):

\[ \int \log_5 x \; dx = \dfrac{1}{\ln 5} \int \ln x \; dx \]

طبق التكامل بالأجزاء على \( \int \ln x \, dx \) (\( w' = 1, v = \ln x \)):

\[ \int \ln x \; dx = x \ln x - \int x (1/x) \; dx = x \ln x - x + c \] \[ \int \log_5 x \; dx = \dfrac{1}{\ln 5} (x \ln x - x) + c \]
المثال 22: \( \int \dfrac{x^2}{\sqrt{16 - x^2}} \; dx \)

استخدم التعويض المثلثي: ليكن \( \dfrac{x}{4} = \sin t \) مما يعطي \( x = 4 \sin t \) و \( dx = 4 \cos t \, dt \):

\[ \sqrt{16 - x^2} = 4 \sqrt{1 - \sin^2 t} = 4 \cos t \] \[ \int \dfrac{x^2}{\sqrt{16 - x^2}} \; dx = \int \dfrac{(4 \sin t)^2}{4 \cos t} \; 4 \cos t \, dt = 16 \int \sin^2 t \; dt \]

استخدم \( \sin^2 t = (1/2)(1 - \cos(2t)) \):

\[ 16 \int (1/2)(1 - \cos(2t)) \; dt = 8t - 4 \sin(2t) + c \]

عوض بـ \( t = \arcsin(x/4) \) وبسط:

\[ \int \dfrac{x^2}{\sqrt{16 - x^2}} \; dx = 8 \arcsin(x/4) - \dfrac{x\sqrt{16 - x^2}}{2} + c \]

تمارين تدريبية

استخدم جدول التكاملات والتقنيات التي تم استعراضها لحساب التكاملات التالية. افتح المربعات للتحقق من حلولك.

التمرين 1: \( \int \left(\sqrt{x} - \dfrac{x^3}{4} + x \ln x\right) dx \)
\[ \dfrac{2}{3}x^{3/2} - \dfrac{x^4}{16} + \dfrac{1}{2}x^2 \ln x - \dfrac{x^2}{4} + c \]
التمرين 2: \( \int \sqrt{x+1} \, dx \)
\[ (2 / 3)(x+1)^{3/2} + c \]
التمرين 3: \( \int \sin^2 x \, dx \)
\[ x / 2 - (1/2) \sin x \cos x + c \]
التمرين 4: \( \int x \cos(x^2) \, dx \)
\[ (1 / 2) \sin(x^2) + c \]
التمرين 5: \( \int x e^{x^2} \, dx \)
\[ (1 / 2) e^{x^2} + c \]

المزيد من المراجع والروابط