Rocksolid Light

News from da outaworlds

mail  files  register  groups  login

Message-ID:  

BOFH excuse #320: You've been infected by the Telescoping Hubble virus.


sci / sci.math.symbolic / Re: CAS that can show me a trend [ODE Solutions]

SubjectAuthor
* CAS that can show me a trend [ODE Solutions]Mild Shock
+- Re: CAS that can show me a trend [ODE Solutions]Mild Shock
+- Re: CAS that can show me a trend [ODE Solutions]Dr Huang (DrHuang.com)
`* Re: CAS that can show me a trend [ODE Solutions]Dr Huang (DrHuang.com)
 `- Re: CAS that can show me a trend [ODE Solutions]Nasser M. Abbasi

1
Subject: CAS that can show me a trend [ODE Solutions]
From: Mild Shock
Newsgroups: sci.math.symbolic
Date: Fri, 20 Oct 2023 20:56 UTC
Path: eternal-september.org!news.eternal-september.org!2.eu.feeder.erje.net!feeder.erje.net!news2.arglkargh.de!news.mixmin.net!weretis.net!feeder8.news.weretis.net!reader5.news.weretis.net!news.solani.org!.POSTED!not-for-mail
From: janburse@fastmail.fm (Mild Shock)
Newsgroups: sci.math.symbolic
Subject: CAS that can show me a trend [ODE Solutions]
Date: Fri, 20 Oct 2023 22:56:12 +0200
Message-ID: <ugupha$g3m4$1@solani.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Fri, 20 Oct 2023 20:56:10 -0000 (UTC)
Injection-Info: solani.org;
logging-data="528068"; mail-complaints-to="abuse@news.solani.org"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101
Firefox/91.0 SeaMonkey/2.53.17.1
Cancel-Lock: sha1:/eBj52CudbQaScBmVgyP795L7QM=
X-User-ID: eJwFwYEBwDAEBMCV+PBiHFL2H6F3fqh8YXSar+9oiQyU6ApeOiLMPGykFfMKu13TDxeUykpkest+R7+b+gNAxhUk
X-Mozilla-News-Host: news://news.solani.org:119
View all headers

1) Here Wolfram Alpha can show me a trend:
Problem:
y' = cos(t) * (2 + cos(t)) / 100
Solution:
y(t) = c_1 + t/200 + sin(t)/50 + 1/200 sin(t) cos(t)

The trend is the linear non-periodic part t/200.

2) But here Wolfram Alpha fails to show me a trend:
Problem (real valued root):
y' = cos(t)^(1/3) * (2 + cos(t)) / 100
Solution:
y(t) = c_1
- 3/200 sqrt(sin^2(t)) cos(t)^(1/3) cot(t)
2F1(1/2, 2/3, 5/3, cos^2(t))
- 3/700 sqrt(sin^2(t)) cos(t) cos(t)^(1/3) cot(t)
2F1(1/2, 7/6, 13/6, cos^2(t))

Doesn't show me a linear non-period part,
but I guess it has one.

Any CAS around that can show me a trend?

Subject: Re: CAS that can show me a trend [ODE Solutions]
From: Mild Shock
Newsgroups: sci.math.symbolic
Date: Fri, 20 Oct 2023 21:14 UTC
References: 1
X-Received: by 2002:ac8:540b:0:b0:41c:b944:e9a8 with SMTP id b11-20020ac8540b000000b0041cb944e9a8mr54900qtq.0.1697836471403;
Fri, 20 Oct 2023 14:14:31 -0700 (PDT)
X-Received: by 2002:a9d:57c6:0:b0:6b9:cf90:87a6 with SMTP id
q6-20020a9d57c6000000b006b9cf9087a6mr805340oti.1.1697836471114; Fri, 20 Oct
2023 14:14:31 -0700 (PDT)
Path: eternal-september.org!news.eternal-september.org!feeder1.feed.usenet.farm!feed.usenet.farm!peer01.ams4!peer.am4.highwinds-media.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: sci.math.symbolic
Date: Fri, 20 Oct 2023 14:14:30 -0700 (PDT)
In-Reply-To: <ugupha$g3m4$1@solani.org>
Injection-Info: google-groups.googlegroups.com; posting-host=77.57.50.239; posting-account=UjEXBwoAAAAOk5fiB8WdHvZddFg9nJ9r
NNTP-Posting-Host: 77.57.50.239
References: <ugupha$g3m4$1@solani.org>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <7f26e4b6-bd6c-4881-87ae-5e99b976915an@googlegroups.com>
Subject: Re: CAS that can show me a trend [ODE Solutions]
From: bursejan@gmail.com (Mild Shock)
Injection-Date: Fri, 20 Oct 2023 21:14:31 +0000
Content-Type: text/plain; charset="UTF-8"
X-Received-Bytes: 2255
View all headers

I can already eliminate FriCAS, at least the default
integrate command doesn't produce a solution at all:

/* Version: FriCAS 1.3.7, WSL2 */

(2) -> integrate(cos(t)^(1/3)*(2+cos(t))/100, t)

t 3+-------+
++ (cos(%A) + 2)\|cos(%A)
(2) | ----------------------- d%A
++ 100

Mild Shock schrieb am Freitag, 20. Oktober 2023 um 22:56:13 UTC+2:
> 1) Here Wolfram Alpha can show me a trend:
> Problem:
> y' = cos(t) * (2 + cos(t)) / 100
> Solution:
> y(t) = c_1 + t/200 + sin(t)/50 + 1/200 sin(t) cos(t)
>
> The trend is the linear non-periodic part t/200.
>
> 2) But here Wolfram Alpha fails to show me a trend:
> Problem (real valued root):
> y' = cos(t)^(1/3) * (2 + cos(t)) / 100
> Solution:
> y(t) = c_1
> - 3/200 sqrt(sin^2(t)) cos(t)^(1/3) cot(t)
> 2F1(1/2, 2/3, 5/3, cos^2(t))
> - 3/700 sqrt(sin^2(t)) cos(t) cos(t)^(1/3) cot(t)
> 2F1(1/2, 7/6, 13/6, cos^2(t))
>
> Doesn't show me a linear non-period part,
> but I guess it has one.
>
> Any CAS around that can show me a trend?

Subject: Re: CAS that can show me a trend [ODE Solutions]
From: Dr Huang (DrHuang.co
Newsgroups: sci.math.symbolic
Date: Mon, 30 Oct 2023 23:57 UTC
References: 1
X-Received: by 2002:a05:620a:4621:b0:778:9452:5b99 with SMTP id br33-20020a05620a462100b0077894525b99mr209834qkb.1.1698710276615;
Mon, 30 Oct 2023 16:57:56 -0700 (PDT)
X-Received: by 2002:a9d:6197:0:b0:6cd:f9b7:dadf with SMTP id
g23-20020a9d6197000000b006cdf9b7dadfmr3264824otk.2.1698710276349; Mon, 30 Oct
2023 16:57:56 -0700 (PDT)
Path: eternal-september.org!news.eternal-september.org!news.mixmin.net!weretis.net!feeder8.news.weretis.net!3.eu.feeder.erje.net!3.us.feeder.erje.net!feeder.erje.net!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: sci.math.symbolic
Date: Mon, 30 Oct 2023 16:57:55 -0700 (PDT)
In-Reply-To: <ugupha$g3m4$1@solani.org>
Injection-Info: google-groups.googlegroups.com; posting-host=220.245.132.104; posting-account=J3me-QoAAADJKszxIWDNh7Q0R5yUTTAq
NNTP-Posting-Host: 220.245.132.104
References: <ugupha$g3m4$1@solani.org>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <6b364d8e-94e3-4e84-90f5-09427ef4cf91n@googlegroups.com>
Subject: Re: CAS that can show me a trend [ODE Solutions]
From: drhuang57@gmail.com (Dr Huang (DrHuang.com))
Injection-Date: Mon, 30 Oct 2023 23:57:56 +0000
Content-Type: text/plain; charset="UTF-8"
X-Received-Bytes: 2123
View all headers

On Saturday, 21 October 2023 at 07:56:13 UTC+11, Mild Shock wrote:
> 1) Here Wolfram Alpha can show me a trend:
> Problem:
> y' = cos(t) * (2 + cos(t)) / 100
> Solution:
> y(t) = c_1 + t/200 + sin(t)/50 + 1/200 sin(t) cos(t)
>
> The trend is the linear non-periodic part t/200.
>
> 2) But here Wolfram Alpha fails to show me a trend:
> Problem (real valued root):
> y' = cos(t)^(1/3) * (2 + cos(t)) / 100
> Solution:
> y(t) = c_1
> - 3/200 sqrt(sin^2(t)) cos(t)^(1/3) cot(t)
> 2F1(1/2, 2/3, 5/3, cos^2(t))
> - 3/700 sqrt(sin^2(t)) cos(t) cos(t)^(1/3) cot(t)
> 2F1(1/2, 7/6, 13/6, cos^2(t))
>
> Doesn't show me a linear non-period part,
> but I guess it has one.
>
> Any CAS around that can show me a trend?
mathHandbook.com can solve eq and auto plot its solution if variable is x, for your example
http://server.drhuang.com/input/?guess=dsolve%28y%27+%3D+cos%28x%29%5E%281%2F3%29+*+%282+%2B+cos%28x%29%29+%29&inp=y%27+%3D+cos%28x%29%5E%281%2F3%29+*+%282+%2B+cos%28x%29%29+&lang=en

Subject: Re: CAS that can show me a trend [ODE Solutions]
From: Dr Huang (DrHuang.co
Newsgroups: sci.math.symbolic
Date: Sat, 25 Nov 2023 12:03 UTC
References: 1
X-Received: by 2002:a0c:c205:0:b0:67a:27d5:327a with SMTP id l5-20020a0cc205000000b0067a27d5327amr38240qvh.13.1700913800009;
Sat, 25 Nov 2023 04:03:20 -0800 (PST)
X-Received: by 2002:a05:6a00:cc6:b0:6c4:ec00:2941 with SMTP id
b6-20020a056a000cc600b006c4ec002941mr1397293pfv.4.1700913799563; Sat, 25 Nov
2023 04:03:19 -0800 (PST)
Path: eternal-september.org!news.eternal-september.org!feeder3.eternal-september.org!eternal-september.org!news.mixmin.net!border-2.nntp.ord.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: sci.math.symbolic
Date: Sat, 25 Nov 2023 04:03:18 -0800 (PST)
In-Reply-To: <ugupha$g3m4$1@solani.org>
Injection-Info: google-groups.googlegroups.com; posting-host=110.174.250.66; posting-account=J3me-QoAAADJKszxIWDNh7Q0R5yUTTAq
NNTP-Posting-Host: 110.174.250.66
References: <ugupha$g3m4$1@solani.org>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <25ec55ed-c7f8-4358-9430-f320b7186a37n@googlegroups.com>
Subject: Re: CAS that can show me a trend [ODE Solutions]
From: drhuang57@gmail.com (Dr Huang (DrHuang.com))
Injection-Date: Sat, 25 Nov 2023 12:03:20 +0000
Content-Type: text/plain; charset="UTF-8"
Lines: 23
View all headers

On Saturday, 21 October 2023 at 07:56:13 UTC+11, Mild Shock wrote:
> 1) Here Wolfram Alpha can show me a trend:
> Problem:
> y' = cos(t) * (2 + cos(t)) / 100
> Solution:
> y(t) = c_1 + t/200 + sin(t)/50 + 1/200 sin(t) cos(t)
>
> The trend is the linear non-periodic part t/200.
>
> 2) But here Wolfram Alpha fails to show me a trend:
> Problem (real valued root):
> y' = cos(t)^(1/3) * (2 + cos(t)) / 100
> Solution:
> y(t) = c_1
> - 3/200 sqrt(sin^2(t)) cos(t)^(1/3) cot(t)
> 2F1(1/2, 2/3, 5/3, cos^2(t))
> - 3/700 sqrt(sin^2(t)) cos(t) cos(t)^(1/3) cot(t)
> 2F1(1/2, 7/6, 13/6, cos^2(t))
>
> Doesn't show me a linear non-period part,
> but I guess it has one.
>
> Any CAS around that can show me a trend?
Any CAS around that can show me a trend of y'-exp(y)-x-x*x=0 ?

Subject: Re: CAS that can show me a trend [ODE Solutions]
From: Nasser M. Abbasi
Newsgroups: sci.math.symbolic
Organization: A noiseless patient Spider
Date: Sat, 25 Nov 2023 14:13 UTC
References: 1 2
Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: nma@12000.org (Nasser M. Abbasi)
Newsgroups: sci.math.symbolic
Subject: Re: CAS that can show me a trend [ODE Solutions]
Date: Sat, 25 Nov 2023 08:13:07 -0600
Organization: A noiseless patient Spider
Lines: 30
Message-ID: <ujsvdj$2qu3t$1@dont-email.me>
References: <ugupha$g3m4$1@solani.org>
<25ec55ed-c7f8-4358-9430-f320b7186a37n@googlegroups.com>
Reply-To: nma@12000.org
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Sat, 25 Nov 2023 14:13:08 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="b92025c12182f92d250e61b6eb0e1c63";
logging-data="2979965"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19rGEZhcd6Q0GPz9cTUbimy"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.15.1
Cancel-Lock: sha1:itvtTMgauctyrQM1zmZrmBbmKSU=
In-Reply-To: <25ec55ed-c7f8-4358-9430-f320b7186a37n@googlegroups.com>
Content-Language: en-US
View all headers

On 11/25/2023 6:03 AM, Dr Huang (DrHuang.com) wrote:

> Any CAS around that can show me a trend of y'-exp(y)-x-x*x=0 ?

I have no idea what "trend" of an ode mean. This is a new
term for me that I still have not learned at school and
first time I see it.

But if you just mean the solution of the ode, this is an
easy ode to solve. Just use the substitution u=exp(-y)
which converts it to linear first order ode in u(x) which
is solved using an integrating factor.

Here is my solution attached with slope field plot.

https://12000.org/tmp/solved_problems/nov_25_2023.pdf

The only issue is that there remain unresolved integral.

int( exp(1/3*x^3+1/2*x^2), x)

Which could not be solved by Maple nor Mathematica nor Rubi so the
solution has this unresolved integral in it.

--Nasser

1

rocksolid light 0.9.8
clearnet tor