zu 2.)
g ( x ) und f ( x ) sind jetzt andere Funktionen
f ( x ) = x2
g ( x ) = m * x
Hier einmal der Graph für m = 1
Plotlux öffnen f1(x) = x2f2(x) = 1·x Zoom: x(0…1,5) y(0…1,5)
Gesucht ist die Fläche zwischen rot und blau mit A = 10
Schnittpunkte
f ( x ) = g ( x )
x2 = m * x
x2 - m * x = 0
x * ( x - m ) = 0
x = 0
und
x = m
d ( x ) = g ( x ) - f ( x )
d ( x ) = m * x - x2
Stammfunktion
∫ d ( x ) dx
∫ m * x - x2 dx
m * x2 / 2 - x3 / 3
[ m * x2 / 2 - x3 / 3]0m = 10
m * m2 /2 - m3 / 3 - ( m * 02 / 2 - 03 /3 ) = 10
m3 / 2 - m3 / 3 = 10
m3 / 6 = 10
m3 = 60
m = 3.915
g ( x ) = 3.915 * x