Wiki-Quellcode von Lösung Bruchgleichungen und trigonometrische Gleichungen
Version 1.1 von Holger Engels am 2023/10/30 13:15
Zeige letzte Bearbeiter
author | version | line-number | content |
---|---|---|---|
1 | {{info}} | ||
2 | Es gibt Aufgaben, bei denen man das Problem mit Hilfe des eigenen Vorwissens auf ein bereits bekanntes und gelöstes Problem zurückführen kann. So lassen sich zum Beispiel Gleichungen der Form {{formula}}x^4+2x^2+1=0{{/formula}} mit Hilfe Substitution {{formula}} (x^2=z){{/formula}} auf eine bekannte quadratische Gleichung zurückführen {{formula}} z^2+2z+1=0{{/formula}}, welche dann z.B. mit der abc - Formel gelöst werden kann. | ||
3 | {{/info}} | ||
4 | |||
5 | (% style="list-style: alphastyle" %) | ||
6 | 1. ((( | ||
7 | {{formula}} | ||
8 | \begin{align*} | ||
9 | &\quad 2x + \frac{2}{x} &=&\: 5 & |\: \cdot x \\ | ||
10 | \Leftrightarrow &\quad 2x^2 + 2 &=&\: 5x & \\ | ||
11 | \Leftrightarrow &\quad 2x^2 - 5x + 2 &=&\: 0 & |\: MNF \\ | ||
12 | \end{align*} | ||
13 | {{/formula}} | ||
14 | |||
15 | {{formula}} | ||
16 | \Rightarrow x_1 = 0,5;\: x_2 = 2 | ||
17 | {{/formula}} | ||
18 | ))) | ||
19 | 1. ((( | ||
20 | {{formula}} | ||
21 | \begin{align*} | ||
22 | sin(x)+2 sin(x)cos(x)=0 \quad;\quad [0; 2π] | ||
23 | \end{align*} | ||
24 | {{/formula}} | ||
25 | ))) | ||
26 | 1. ((( | ||
27 | {{formula}} | ||
28 | \begin{align*} | ||
29 | (cos(x))^2=2 cos(x)-1 \quad;\quad [0; 2π] | ||
30 | \end{align*} | ||
31 | {{/formula}} | ||
32 | ))) |