Post Reply 
how to solve equation with square root
12-24-2019, 04:22 PM
Post: #2
RE: how to solve equation with square root
Hey teerasak,
you could use the modulus:

[Image: absval.jpg]

Otherwise you could save the domain into a variable (e.g. dom) and get the intersection with the equation:

[Image: domaequ.jpg]

domain(sqrt((x^2)+x-2)+sqrt((x^2)+x-30)-sqrt((2x^2)+2x-32),x) --> dom
solve(sqrt((x^2)+x-2)+sqrt((x^2)+x-30=sqrt((2x^2)+2x-32) and dom,x)
Happy XMas holidays,

Aries Wink
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: how to solve equation with square root - Aries - 12-24-2019 04:22 PM



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