Klaroline

35 Reputation

4 Badges

8 years, 184 days

MaplePrimes Activity


These are questions asked by Klaroline

 

 How get another solutions ? f:=exp(x2*(a-x))

I have a problem with finding a interval where parametr "a" is changing.
My funcion:

                 exp(x2(a-x)) for xcR.
I did this, and I don't know what's next.

g:=x->exp(x2(a-x));
dg:=diff(g(x),x);
solve(dg=0,x);
                      0,2/3a
g(0);
g(2/3a);

1 2 Page 2 of 2