Hmmm hab ich bis dahin auch so...und als Stammfunktion hab ich dann (4/7) * x^(7/2)
Die richtigen Ergebnisse sollen jedoch
(2x^3)*Wurzel(x)
und
(x^4) / ( (1/2)*Wurzel(x) )
sein.
Kann mein Ergebnis irgendwie nicht so umformen dass das richtige herauskommt.
Kann mir jemand auf die Sprünge helfen?
Comments
sangrick
Contributions on this page: 1
View profileDas unterstrichene soll doch ein Bruchstrich sein oder?
In dem Fall würde ich die Funktion erstmal etwas vereinfachen
1/ Wurzel aus x = x^(-1/2)
Also ist 7x^3/Wurzel aus x = 7x^3*x^(-1/2) = 7x^(5/2) und das lässt sich wieder recht einfach integrieren.
Gruß
Stephanie
herrdeno
Contributions on this page: 2
View profileHmmm hab ich bis dahin auch so...und als Stammfunktion hab ich dann (4/7) * x^(7/2)
Die richtigen Ergebnisse sollen jedoch
(2x^3)*Wurzel(x)
und
(x^4) / ( (1/2)*Wurzel(x) )
sein.
Kann mein Ergebnis irgendwie nicht so umformen dass das richtige herauskommt.
Kann mir jemand auf die Sprünge helfen?
Weaver
Contributions on this page: 1
View profileIch bin etwas aus der Übung, aber ich komme auf:
siehe Shutdown unter mir ;)
gruß Weaver
shutdown
Contributions on this page: 1
View profileF(x) = 7* x^3 / Wurzel(x) = 7 * x^3 / x^(1/2) = 7 * x^3 * x^(-1/2) = 7 * x^(6/2 + (-1/2)) = 7 * x^(5/2)
F= 7 * 2/7 * x^(7/2) = 2 * x^(7/2) = 2 * x^(6/2 + 1/2) = 2 * x^3 * x^(1/2) = 2 * x^3 * Wurzel(x) = (x^3 * Wurzel(x)) / (1/2) = ((x^4 / x) * Wurzel(x)) / (1/2) = (x^4 * Wurzel(x)) / ((1/2) * x) = (x^4 * x^(1/2)) / ((1/2) * x) = (x^4) / (1/2) * x * x^(-1/2)) = (x^4) / ((1/2) * x^(2/2 + (-1/2))) = (x^4) / ((1/2) * x^(1/2)) = (x^4) / ((1/2) * Wurzel(x))
herrdeno
Contributions on this page: 2
View profileVielen dank für die ausführliche Antwort