StarKiller4011

5 Reputation

One Badge

8 years, 72 days

MaplePrimes Activity


These are replies submitted by StarKiller4011

The k=+1 solution should look like the following but I cannot get it into the same plot as the k=-1,0 solutions.

plot(sin(RootOf(_Z-sqrt(sin(_Z)^2)*sqrt(-sin(_Z)^2+1)-t))^2, t = 0 .. 3)

@Kitonum This sort of works but I am trying to plot the 3 k=-1,0,1 solutions which are:

S(t)=t^(2/3)

arcsin(sqrt(S))-sqrt(S)*sqrt(1-S) = t

and

sqrt(S)*sqrt(1+S)-arcsinh(sqrt(S)) = t

I know that one of them will expand and then collapse back to 0, and the other two will expand forever. I used the following however one of the curves cuts short and I believe it is the one that should collapse.

with(plots);
implicitplot({S = t^(2/3), sqrt(S)*sqrt(1+S)-arcsinh(sqrt(S)) = t, arcsin(sqrt(S))-sqrt(S)*sqrt(1-S) = t}, t = 0 .. 3, S = 0 .. 3);
plots:-implicitplot({S = t^(2/3), sqrt(S)*sqrt(1+S)-arcsinh(sqrt(S)) = t, arcsin(sqrt(S))-sqrt(S)*sqrt(1-S) = t}, t = 0 .. 3, S = 0 .. 3)

Page 1 of 1