Lösung zur Teilaufgabe a: Unterschied zwischen den Versionen

Aus RMG-Wiki
Wechseln zu: Navigation, Suche
(Schnittpunkte mit den Koordinatenachsen)
(lokal Extrempunkte)
Zeile 3: Zeile 3:
  
  
 
== lokal Extrempunkte ==
 
 
 
Damit man Extrempunkte einer Funktion finden kann braucht man ihre erste Ableitung
 
 
<math>y  = f_a (x) = ( x - a )\cdot ^{a+2-x}</math>
 
 
Um die erste Ableitung zu bekommen muss man hier die Produktregel verwenden
 
[[http://de.wikipedia.org/wiki/Produktregel Hilfe zur Produktregel]]
 
 
                          <math> f_a^{'}(x) = ( x - a )\cdot e^{a+2-x}\cdot( -1 ) + 1\cdot e^{a+2-x}</math><br />
 
                                <math>= e^{a+2-x}\cdot (( x - a )\cdot (-1) + 1 )</math><br />
 
                                <math> = e^{a+2-x}\cdot ( -x + a + 1 )</math><br />
 
                                <math>= e^{a+2-x}\cdot ( 1 + a - x )</math><br />
 
 
 
Der/Die Extrempunkt/e können an der Stelle liegen, an der die erste Ableitung der Funktion gliech Null ist. Die erste Ableitung einer Funktion zeigt das Steigungsverhalten dieser an. Wenn dieses gleich Null ist, besitzt die Funktion eine waagrechte Tangent an dieser Stelle.
 
Dass heißt es könnte ein Extrempunkt(Maximum<u>^</u>Hochpunkt und/oder Minimum <u>^</u> Tiefpunkt)auftreten.Dies muss jedoch erst mit der zweiten Ableitung oder mit dem Monotonieverhalten der Funktion überprüft werden, da auch ein Terassenpunktauftreten könnte.
 
 
 
                          <math> f_a^{'}(x) = 0  \;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;  |e^{a+2-x} > 0 </math><br />
 
                    <math>( 1 + a - x ) = 0  \;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;  |- 1 ; - a</math> <br />
 
                              <math>-x = -1 + a \;\;\;\;\;\;\;\;\;\;\;\;\;\;\ |\cdot (-1)</math><br />
 
                              <math>x = 1 + a \;</math><br />
 
 
 
 
              <math> y = f_a ( 1 + a ) = ( 1 + a - a )\cdot e^{a + 2 - ( 1 + a )}</math> <br />
 
                                          <math> =  1\cdot e^{a + 2 - 1 - a )}</math>  <br />
 
                                          <math> = 1\cdot e^1  </math><br />
 
                                          <math> = e \;</math><br />
 
      Möglicher Extrempunkt  ( 1 + a / e )
 
 
 
 
=== Überprüfung des Extrempunkts ===
 
 
 
==== 1. Möglichkeit ====
 
 
H-Methode<br />
 
Vorzeichenwechsel (VZW) des Monotonieverhaltens der Funktion
 
 
<math>f_a^{'}( 1 + a + h ) = ( 1 + a -( 1 + a + h )\cdot e{a + 2 - ( 1 + a + h)}</math><br />
 
                                        <math>= ( 1 + a - 1 - a - h )\cdot e^{a + 2 - 1 - a - h}</math> <br />
 
                                        <math>= e^{1 - h}\cdot ( -h )</math><br />
 
                                        <math>= -h\cdot e^{1 - h}</math><br />
 
 
<math>\lim_{h\to 0} f_a^{'} ( 1 + a + h ) < 0 </math><br />
 
 
<math>\rightarrow</math>  An der Stelle  f<sub>a</sub><sup>'</sup> ( 1 + a + h ) fällt der Graph
 
 
 
 
f<sub>a</sub><sup>'</sup> ( 1 + a - h ) = ( 1 + a -( 1 + a - h ) e<sup>a + 2 - ( 1 + a - h)</sup>
 
                                        = ( 1 + a - 1 - a + h ) e<sup>a + 2 - 1 - a + h</sup>
 
                                        = e<sup>1 + h</sup> ( +h )
 
                                        = +h e<sup>1 + h</sup>
 
 
<math>\lim_{h\to\0} </math> f<sub>a</sub><sup>'</sup> ( 1 + a - h ) > 0
 
 
--> An der Stelle  f<sub>a</sub><sup>'</sup> ( 1 + a - h ) steigt der Graph
 
 
 
--> VZW bei x = 1 + a
 
--> Extrempunkt bei ( 1 + a / e ) Maximum
 
 
<u>zur Verdeutlichung</u>
 
 
 
 
 
 
 
{| class="wikitable centersortable"
 
|+ Monotonieverhalten
 
|- style="background: #DDFFDD;"
 
!
 
! x<1+a
 
!
 
! x=1+a
 
!
 
! x>1+a
 
|-
 
! style="background: #FFDDDD;"|e<sup>a + 2 - x</sup>
 
|
 
| +
 
|
 
| +
 
|
 
|-
 
! style="background: #FFDDDD;"|
 
|
 
|
 
|
 
|
 
|
 
|-
 
! style="background: #FFDDDD;"|( 1 + a - x )
 
|
 
| +
 
|
 
| -
 
|
 
|-
 
! style="background: #FFDDDD;"|
 
|
 
|
 
|
 
|
 
|
 
|-
 
! style="background: #FFDDDD;"|f<sub>a</sub><sup>'</sup> ( x )
 
|
 
| +
 
|
 
| -
 
|
 
|}
 
 
 
--> Maximum ( 1 + a / e )
 
 
 
 
<u>2. Möglichkeit</u>
 
 
Überprüfung durch die zweite Ableitung  [[http://de.wikipedia.org/wiki/Produktregel Hilfe zur Produktregel]]
 
 
 
y = f<sub>a</sub> (x) = ( x - a ) e<sup>a + 2 - x</sup>
 
 
    f<sub>a</sub><sup>'</sup> (x) = e<sup>a + 2 - x </sup> ( 1 + a - x )<br />
 
 
    f<sub>a</sub><sup>''</sup> (x) = e<sup>a + 2 - x </sup> ( 1 + a - x ) ( -1 ) +  ( -1 ) e<sup>a + 2 - x </sup><br />
 
                                  = -e<sup>a + 2 - x </sup> ( 1 + a - x + 1 )<br />
 
                                  = e<sup>a + 2 - x </sup> ( x - a - 2 )
 
 
Wenn die zweite Ableitung an dem möglichen Extrempunkt größer als Null ist hat man ein Minimum, wenn sie kleiner Null ist ein Maximum, bei gleich Null könnte ein Terrassenpunkt auftreten.
 
 
f<sub>a</sub><sup>''</sup> ( 1 + a ) = e<sup>a + 2 - ( 1 + a ) </sup> ( ( 1 + a ) - a - 2 )
 
                                      = e<sup>a + 2 - 1 - a </sup> ( -1 )
 
                                      = e^1 ( -1 ) = <0
 
 
          -->  Max ( 1 + a / e )
 
  
 
=== Wendepunkte ===  
 
=== Wendepunkte ===  

Version vom 16. Januar 2010, 00:43 Uhr

y  = f_a (x) = ( x - a )\cdot e^{a+2-x} mit x\in R ; a\in R



Inhaltsverzeichnis

Wendepunkte

Zweite Ableitung siehe: Überprüfung des Extrempunkts; 2. Möglichkeit

fa (x) = ea + 2 - x ( x - a - 2 )

Um mögl. Wendepunkte zu bestimmen benötigt man die zweite Ableitung

Mögl. Wendepunkte tretten für fa (x) = 0 auf.

fa (x) = 0

ea + 2 - x ( x - a - 2 ) = 0 / ea + 2 - x > 0

 -->    ( x - a - 2 ) = 0                      / + 2 ; + a
         x = a + 2

Möglicher Wendepunkt bei x = a + 2

fa ( a + 2 ) = ( a + 2 - a ) ea + 2 - (a + 2 )

                       = 2 ea + 2 - a - 2 )
                       = 2 e^0
                       = 2
   mög. WP ( a + 2 / 2 )


Überprüfung des Wendepunkts

1. Möglichkeit H-Methode , VZW des Krümmungsverhaltens

fa ( a + 2 + - h ) = ea + 2 - (a + 2 - h ) ( a + 2 - h - a - 2 )

                                          = ea + 2 - a - 2 + h )  ( -h )
                                          = e^h ( -h )
                                          = -h e^h
                                          lim h --> 0 ............

fa ( a + 2 + + h ) = ea + 2 - (a + 2 + h ) ( a + 2 + h - a - 2 )

                                          = ea + 2 - a - 2 - h )  ( h )
                                          = e^h ( h )
                                          = h e^h
                                          lim h --> 0 ............


--> VZW bei x = a + 2
--> Wendepunkt bei ( a + 2 / 2 )

zur Verdeutlichung

Krümmungsverhalten
x<2+a x=2+a x>2+a
ea + 2 - x + +
( x - a - 2 ) - +
fa ( x ) - +

--> WP ( a + 2 / 2 )


2. Möglichkeit Verwendung der dritten Ableitung

fa (x) = ( x - a ) ea + 2 - x

fa' (x) = ea + 2 - x ( 1 + a - x )

fa (x) = ea + 2 - x ( x - a - 2 )

Um die dritte Ableitung zu bekommen muss man hier die Produktregel verwenden. [Hilfe zur Produktregel]

fa (x) = ea + 2 - x ( x - a - 2 ) (-1) + 1 ea + 2 - x

                               = ea + 2 - x  ( a + 2 - x + 1 )
                               = ( a + 3 - x ) ea + 2 - x 

Wenn die dritte Ableitung am möglichen Wendepunkt ungleich Null ist, liegt ein Wendepunkt vor.

fa ( a + 2 ) = ( a + 3 - ( a + 2 )) ea + 2 - ( a + 2 )

                                     = ( a + 3 - a - 2 ) ea + 2 - a - 2 ) 
                                     = 1 e^0
                                     = 1 
                                     > 0

--> WP ( a + 2 / 2 )


Funktiongleichung aller Extrempunkte

Extrempunkte ( 1 + a / e )

--> H ( x ) = e


Graph der Funktion f2 für 1,6 < x < 7

BILD EINFÜGEN