Post Reply 
Any way to solve parametric inequations?
09-13-2021, 09:33 PM (This post was last modified: 09-13-2021 09:36 PM by jte.)
Post: #8
RE: Any way to solve parametric inequations?
(09-13-2021 07:42 PM)Albert Chan Wrote:  CAS> assume(y≥0)
CAS> solve(x*y/(x+y)^2 ≤ 0, x)       → {x<(-y),(x>(-y)) AND (x≤0)}
CAS> assume(y<0)
CAS> solve(x*y/(x+y)^2 ≤ 0, x)       → {(x≥0) AND (x<(-y)),x>(-y)}

Nice! Smile It was fun seeing this … & trying it myself! Smile Good for us to be reminded of the power and versatility of the CAS. Smile

(Maybe some of my joy here, with this, was influenced by my difficulties in getting a government website to produce a QR code for me that wasn’t needlessly blurry. argh!)

(09-13-2021 07:42 PM)Albert Chan Wrote:  Or, for y≠0, …

… hmmm, yes… what about when y is zero (with the above)? Is a little touching-up appropriate?

(09-13-2021 07:42 PM)Albert Chan Wrote:  …reduce to simple inequality, with t = x/y

CAS> solve(t/(t+1)^2 ≤ 0, t)            → {t<-1,(t>-1) AND (t≤0)}
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Any way to solve parametric inequations? - jte - 09-13-2021 09:33 PM



User(s) browsing this thread: 1 Guest(s)