Anmelden
Login
Benutzername
Passwort
Login
Passwort vergessen?
Rechner
Forum
+0
Formeln
Mathematik
Hilfe
Komplexe Zahlen
Integralrechnung
Differentialrechnung
Gleichungen
Funktionsgraphen
Lineare Algebra - Vektoralgebra
Zahlentheorie
Prozentrechnung
Standard-Funktionen
Wahrscheinlichkeitsrechnung
Trigonometrie
Einheiten-Umrechnung
Rechnen mit Einheiten
Über Uns
Impressum
Datenschutzrichtlinie
Nutzungsbedingungen
Credits
Google+
Facebook
Email
Apfelkuchen
Benutzername
Apfelkuchen
Punkte
104
Membership
Stats
Fragen
0
Antworten
52
0 Questions
52 Answers
#1
+104
0
f(x) = -x
3
+ bx
2
+ cx + d
f(x) = 0 with x
0
= 0, x
1
= 1, x
2
= k
Because of x
0
we know: d = 0
So we have the equation f(x) = -x
3
+ bx
2
+ cx
f(1) = -(1
3
) + b(1
2
) + c1 = 0 b + c = 1 b = 1-c
Remainder of division is 8, so we conclude:
(-x
3
+ bx
2
+ cx):(x-3) = -x
2
+ x(b-3) + (c + 3(b - 3)) + 3(c + 3(b - 3))/(x-3)
3(c + 3(b - 3)) = 8 = 3c + 9b - 27 3c + 9b = 35
Insert b = 1-c into the last equation and solve for c:
3c + 9(1-c) = 35 = 3c + 9 - 9c = 9 - 6c c = -26/6 = -13/3
Insert c = -13/3 into f(1):
b = 1-(-13/3) = 16/3
So we have the final equation: f(x) = -x
3
+ (16x
2
)/3 - 13x/3 = -x(x
2
- 16x/3 + 13/3)
Now just solve x
2
- 16x/3 + 13/3 = 0
[input]x^2 - 16x/3 + 13/3 = 0[/input]
Edit: Misread. Actual roots are x
0
= 1, x
1
= 2, x
2
= k
So we have:
f(1) = -(1
3
) + b(1
2
) + c1 + d = 0 b + c + d = 1
f(2) = -(2
3
) + b(2
2
) + 2c + d = -8 + 4b + 2c + d = 0 4b + 2c + d = 8
f(k) = -(k
3
) + b(k
2
) + kc + d = 0
So the actual division would result into:
(-x
3
+ bx
2
+ cx + d):(x-3) = -x
2
+ x(b-3) + (c + 3(b - 3)) + (3(c + 3(b - 3)) + d)/(x-3)
(3(c + 3(b - 3)) + d) = 8 9b + 3c + d = 35
Gauss-Jordan:
[1] 1 1 1 1
[2] 4 2 1 8
[3] 9 3 1 35
[2] - [1], [3] - [1]
[1] 1 1 1 1
[2] 3 1 0 7
[3] 8 2 0 34
[3] - 2x[2]
[1] 1 1 1 1
[2] 3 1 0 7
[3] 2 0 0 20 2b = 20 b = 10
Insert b = 10 into [2]
3*10 + c = 7 c = 7-30 = -23
Insert b = 10 and c = -23 into [1]
10 - 23 + d = 1 d = 14
Final equation f(x) = -x
3
+ 10x
2
- 23x + 14
Apfelkuchen
13.09.2013
#1
+104
0
Potenzsummen.png
Apfelkuchen
10.09.2013
#3
+104
0
So the square root of 2 would also be a rational number, because 2 is rational? Of course not.
6 is a rational number, thats correct.
But as we know, every square root of a number n is either an irrational number or an integer.
Claim: sqrt(6) is a rational number.
Therefore we could create an equation like sqrt(6) = n/k with n,k being integers > 1.
6 = (n/k)^2 = (n^2)/(k^2)
6*k^2 = n^2
We can see, that 6*k^2 is always even n^2 is also even n is even
So we rephrase the equation with 6*k^2 = n^2 = (2a)^2; n = 2a
(6*k^2)/2 = 2a^2 = 3*k^2
2a^2 is always even. Therefore 3*k^2 has to be even. This is only the case if k is even.
k = 2b
2a^2 = 3*k^2 = 3*(2b)^2 = 3*4b^2 = 12b^2
a^2 = 6b^2
etc.
sqrt(6) won't result in an integer. So there shouldn't be two even integers.
Apfelkuchen
04.09.2013
#1
+104
0
2^(999,999,999,999,999) is a logical left shift of 1 by 999,999,999,999,999.
Most common is an implementation of 32-bit blocks. So you'll need at least 999,999,999,999,999/32 ~ 31250000000000 blocks.
Apfelkuchen
04.09.2013
#1
+104
0
sqrt(6) = sqrt(2*3) = sqrt(2) * sqrt(3)
2 and 3 are prime numbers. You've got two prime numbers without an even exponent. The square root of every prime number is an irrational number sqrt(6) is an irrational number.
Apfelkuchen
03.09.2013
#1
+104
0
Per def. mean score: k = Σ(n_i, i = 1...k)/k
Σ(x_i, i = 1...6)/6 = (x_1 + x_2 + x_3 + x_4 + x_5 + x_6)/6 = 14.5 [*6]
x_1 + x_2 + x_3 + x_4 + x_5 + x_6 = 14.5*6 = 87
7. game:
Σ(x_i, i = 1...7)/7 = (x_1 + x_2 + x_3 + x_4 + x_5 + x_6 + x_7)/7 = 16 [*7]
x_1 + x_2 + x_3 + x_4 + x_5 + x_6 + x_7 = 16*7 = 112
x_7 = 112 - (x_1 + x_2 + x_3 + x_4 + x_5 + x_6) = 112 - 87 =
25
Apfelkuchen
03.09.2013
#1
+104
0
Alan: a
Bob: b
Charlie: c
"Alan is twice the height of Bob" a = 2*b
"Charlie is 40cm taller than Bob" c = b+40cm
Total height: a+b+c = 410cm
2*b + b + b+40cm = 410cm = 4b + 40cm [-40cm]
4b = 410cm - 40cm = 370cm [/4]
b = 370cm/4 = 92.5cm
Insert b = 92.5cm into a = 2*b:
a = 2*92.5cm = 185cm
Insert b = 92.5cm into c = b+40cm:
c = 92.5cm + 40cm = 132.5cm
[input]solve(a+b+c=410[cm], a=2*b, c=b+40cm,a,b,c)[/input]
Apfelkuchen
03.09.2013
#1
+104
0
I suppose you mean F(x) = ∫f(x)dx
F(x) = ∫f(x)dx = ∫(x^4 - 2x^2)dx = (x^5)/5 - (2x^3)/3
Solve F(x) = g(x) for x:
F(x) = g(x) = (x^5)/5 - (2x^3)/3 = 2x^2 [-2x^2]
(x^5)/5 - (2x^3)/3 - 2x^2 = 2x^2 * (x^3/10 - x/3 - 1) = 0
So we get
x_0 = 0
x_1 = 0
For the other values you could use methods like completing the square or just the polynomial division.
[input]solve((x^3)/10 - x/3 - 1 = 0)[/input]
Apfelkuchen
01.09.2013
#1
+104
0
Logarithm to base 11:
[input]log(73,11)[/input]
Apfelkuchen
01.09.2013
#1
+104
0
x+y+z = f (fruits total)
x = oranges
y = apples
z = pears
"58% of the fruits at a stall are oranges" => x = f*0.58
"There are 240 more oranges than apples." => y = x - 240 = f*0.58 - 240
"The rest are apples and pears in the ratio of 3:4." => y*4/3 = (f*0.58 - 240)*4/3
x + y + z = (f*0.58) + (f*0.58-240) + (f*0.58-240)*4/3 = f
= -240-320 = f-f0.58-f0.58-f0.77333 = -0.9333333f
=> f = 560/0.93333333 =
600
Apfelkuchen
01.09.2013
«
neueste
4
3
2
1
»