Aufgabenbeispiele von mit Substitution

Durch Aktualisieren des Browsers (z.B. mit Taste F5) kann man neue Beispielaufgaben sehen


Polynomgleichungen (Substitution)

Beispiel:

Löse die folgende Gleichung:

x 4 -2 x 2 -8 = 0

Lösung einblenden
x 4 -2 x 2 -8 = 0

Diese Gleichung kann durch Substitution auf eine quadratische Gleichung zurückgeführt werden!

Setze u = x 2

Draus ergibt sich die quadratische Gleichung:

u 2 -2u -8 = 0

eingesetzt in die Mitternachtsformel (a-b-c-Formel):

u1,2 = +2 ± ( -2 ) 2 -4 · 1 · ( -8 ) 21

u1,2 = +2 ± 4 +32 2

u1,2 = +2 ± 36 2

u1 = 2 + 36 2 = 2 +6 2 = 8 2 = 4

u2 = 2 - 36 2 = 2 -6 2 = -4 2 = -2

Rücksubstitution:

u1: x 2 = 4

x 2 = 4 | 2
x1 = - 4 = -2
x2 = 4 = 2

u2: x 2 = -2

x 2 = -2 | 2

Diese Gleichung hat keine (reele) Lösung!

L={ -2 ; 2 }

Exponentialgl. Substitution

Beispiel:

Löse die folgende Gleichung:

1 -4 e -x +3 e -2x = 0

Lösung einblenden
1 -4 e -x +3 e -2x = 0

Diese Gleichung kann durch Substitution auf eine quadratische Gleichung zurückgeführt werden!

-4 e -x +3 e -2x +1 = 0 |⋅ e 2x
e 2x -4 e x +3 = 0

Setze u = e x

Draus ergibt sich die quadratische Gleichung:

u 2 -4u +3 = 0

eingesetzt in die Mitternachtsformel (a-b-c-Formel):

u1,2 = +4 ± ( -4 ) 2 -4 · 1 · 3 21

u1,2 = +4 ± 16 -12 2

u1,2 = +4 ± 4 2

u1 = 4 + 4 2 = 4 +2 2 = 6 2 = 3

u2 = 4 - 4 2 = 4 -2 2 = 2 2 = 1

Rücksubstitution:

u1: e x = 3

e x = 3 |ln(⋅)
x1 = ln( 3 ) ≈ 1.0986

u2: e x = 1

e x = 1 |ln(⋅)
x2 = 0 ≈ 0

L={0; ln( 3 ) }

trigonometrische Gleichung

Beispiel:

Bestimme alle Lösungen im Intervall [0; 2π ):
( cos( x ) ) 2 -3 cos( x ) +2 = 0

Lösung einblenden
( cos( x ) ) 2 -3 cos( x ) +2 = 0

Diese Gleichung kann durch Substitution auf eine quadratische Gleichung zurückgeführt werden!

Setze u = cos( x )

Draus ergibt sich die quadratische Gleichung:

u 2 -3u +2 = 0

eingesetzt in die Mitternachtsformel (a-b-c-Formel):

u1,2 = +3 ± ( -3 ) 2 -4 · 1 · 2 21

u1,2 = +3 ± 9 -8 2

u1,2 = +3 ± 1 2

u1 = 3 + 1 2 = 3 +1 2 = 4 2 = 2

u2 = 3 - 1 2 = 3 -1 2 = 2 2 = 1

Rücksubstitution:

u1: cos( x ) = 2

cos( x ) = 2

Diese Gleichung hat keine Lösung!

u2: cos( x ) = 1

canvas
cos( x ) = 1 |cos-1(⋅)

Am Einheitskreis erkennt man sofort:

x1 = 0

L={0}