מכינה למחלקת מתמטיקה/מערכי שיעור/10: הבדלים בין גרסאות בדף

מתוך Math-Wiki
שורה 55: שורה 55:


::ביחד <math>\int\frac{ln(x)}{x}dx=\frac{1}{2}ln^2(x)+C</math>
::ביחד <math>\int\frac{ln(x)}{x}dx=\frac{1}{2}ln^2(x)+C</math>
===אינטגרציה בהצבה (החלפת משתנים)===
לעיתים ניתן לפתור את האינטגרל לאחרי שינוי של המשתנה. הנוסחאות להחלפת המשתנים נובעות מכלל הגזירה של פונקציה מורכבת. נלמד על ידי דוגמאות:
*<math>\int sin\Big(e^x\Big)e^xdx</math>
נבצע את החלפת המשתנים
::<math>t=e^x</math>
נגזור את צד שמאל לפי t ואת צד ימין לפי x ונקבל:
::<math>dt = e^xdx</math>
ולכן מתקיים
::<math>\int sin\Big(e^x\Big)e^xdx= \int sin(t)dt = -cos(t) +C = -cos(e^x) + C</math>
*<math>\int sin(\sqrt{x})dx</math>
נבצע את החלפת המשתנים:
::<math>t=\sqrt{x}</math>
נגזור את שני הצדדים לקבל
::<math>dt=\frac{1}{2\sqrt{x}}dx</math>
ולכן
::<math>2tdt=dx</math>
(שימו לב שניתן היה להגיע לכך גם מההחלפה השקולה <math>t^2=x</math>)
ביחד
::<math>\int sin(\sqrt{x})dx=\int 2t\cdot sin(t)dt = -2t\cdot cos(t) +\int 2cos(t) = -2t\cdot cos(t) + 2sin(t) +C=-2\sqrt{x}cos(\sqrt{x})+2sin(\sqrt{x}) +C</math>

גרסה מ־09:59, 22 באוגוסט 2012

חזרה למערכי השיעור

אינטרגלים

נלמד שני סוגי אינטגרלים - האינטגרל המסויים והאינטגרל הלא מסויים.

האינטגרל המסויים [math]\displaystyle{ \int_a^bf(x)dx }[/math] מוגדר להיות השטח מתחת לגרף הפונקציה f בקטע [math]\displaystyle{ [a,b] }[/math] כאשר אם הפונקציה מתחת לציר האיקס השטח נספר כשלילי.

האינטגרל הלא מסויים [math]\displaystyle{ \int f(x)dx }[/math] הוא פונקציה קדומה [math]\displaystyle{ F(x) }[/math], כלומר פונקציה המקיימת [math]\displaystyle{ F'(x)=f(x) }[/math].


במקרים שמעניינים אותנו (נלמד בעתיד את התנאי המדוייקים) מתקיים [math]\displaystyle{ \int_a^bf(x)dx=F(b)-F(a) }[/math] כאשר F קדומה ל f.


שיטות לחישוב אינטגרלים

אינטגרציה בחלקים

נזכר בנוסחאת לגזירת מכפלה של פונקציות:

[math]\displaystyle{ (fg)'=f'g+g'f }[/math]

כעת, לפי הגדרת פונקציה קדומה, מתקיים כי

[math]\displaystyle{ fg= \int (fg)' }[/math]


ביחד נקבל:

[math]\displaystyle{ fg=\int f'g +\int g'f }[/math]


ומכן אנו מסיקים את הנוסחא של אינטגרציה בחלקים:

[math]\displaystyle{ \int f'(x) g(x) dx = f(x)\cdot g(x) - \int f(x)g'(x)dx }[/math]



תרגילים:

  • [math]\displaystyle{ \int cos(x)\cdot x\cdot dx = sin(x)\cdot x - \int sin(x)dx = sin(x)\cdot x +cos(x) +C }[/math]


  • [math]\displaystyle{ \int ln(x)dx = \int 1\cdot ln(x)dx = x\cdot ln(x) - \int x\cdot\frac{1}{x}dx = x\cdot ln(x) - x + C }[/math]


  • [math]\displaystyle{ I=\int sin(x)e^xdx=sin(x)e^x - \int cos(x)e^xdx = sin(x)e^x - [cos(x)e^x+\int sin(x)e^xdx] = e^x[sin(x)+cos(x)] - I }[/math]


לכן ביחד [math]\displaystyle{ I=\frac{e^x}{2}[sin(x)+cos(x)]+C }[/math]


  • [math]\displaystyle{ \int\frac{ln(x)}{x}dx=ln^2(x) -\int \frac{ln(x)}{x}dx }[/math]


ביחד [math]\displaystyle{ \int\frac{ln(x)}{x}dx=\frac{1}{2}ln^2(x)+C }[/math]


אינטגרציה בהצבה (החלפת משתנים)

לעיתים ניתן לפתור את האינטגרל לאחרי שינוי של המשתנה. הנוסחאות להחלפת המשתנים נובעות מכלל הגזירה של פונקציה מורכבת. נלמד על ידי דוגמאות:


  • [math]\displaystyle{ \int sin\Big(e^x\Big)e^xdx }[/math]

נבצע את החלפת המשתנים

[math]\displaystyle{ t=e^x }[/math]

נגזור את צד שמאל לפי t ואת צד ימין לפי x ונקבל:

[math]\displaystyle{ dt = e^xdx }[/math]

ולכן מתקיים

[math]\displaystyle{ \int sin\Big(e^x\Big)e^xdx= \int sin(t)dt = -cos(t) +C = -cos(e^x) + C }[/math]


  • [math]\displaystyle{ \int sin(\sqrt{x})dx }[/math]

נבצע את החלפת המשתנים:

[math]\displaystyle{ t=\sqrt{x} }[/math]

נגזור את שני הצדדים לקבל

[math]\displaystyle{ dt=\frac{1}{2\sqrt{x}}dx }[/math]

ולכן

[math]\displaystyle{ 2tdt=dx }[/math]

(שימו לב שניתן היה להגיע לכך גם מההחלפה השקולה [math]\displaystyle{ t^2=x }[/math])


ביחד

[math]\displaystyle{ \int sin(\sqrt{x})dx=\int 2t\cdot sin(t)dt = -2t\cdot cos(t) +\int 2cos(t) = -2t\cdot cos(t) + 2sin(t) +C=-2\sqrt{x}cos(\sqrt{x})+2sin(\sqrt{x}) +C }[/math]