How to plot a “x and y” inequality function

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
1
down vote

favorite












I'd like to plot the following function :



$$(fracd2+1)biglceilsqrt8x+1bigrceil leq 2x(biglceilsqrt4d+1bigrceil-1)+1$$



It's ok to plot without the ceiling function I suppose.

So far, this has been unsuccessful on Symbolab, Cymath, Quickmath and Photomath.

I've tried WolframAlpha, which seems to work fine, but it only allows a small part of the plot (unless I pay).

I'm installing MatLab at the moment, but meanwhile, does anyone perhaps know of a way to plot my function?







share|cite|improve this question



















  • Are you looking for software recommendations, or do you want to solve it by hand?
    – user496634
    Aug 2 at 9:45










  • I'd like to solve for x. I'd also like to plot it.
    – J.Schoeters
    Aug 2 at 9:49














up vote
1
down vote

favorite












I'd like to plot the following function :



$$(fracd2+1)biglceilsqrt8x+1bigrceil leq 2x(biglceilsqrt4d+1bigrceil-1)+1$$



It's ok to plot without the ceiling function I suppose.

So far, this has been unsuccessful on Symbolab, Cymath, Quickmath and Photomath.

I've tried WolframAlpha, which seems to work fine, but it only allows a small part of the plot (unless I pay).

I'm installing MatLab at the moment, but meanwhile, does anyone perhaps know of a way to plot my function?







share|cite|improve this question



















  • Are you looking for software recommendations, or do you want to solve it by hand?
    – user496634
    Aug 2 at 9:45










  • I'd like to solve for x. I'd also like to plot it.
    – J.Schoeters
    Aug 2 at 9:49












up vote
1
down vote

favorite









up vote
1
down vote

favorite











I'd like to plot the following function :



$$(fracd2+1)biglceilsqrt8x+1bigrceil leq 2x(biglceilsqrt4d+1bigrceil-1)+1$$



It's ok to plot without the ceiling function I suppose.

So far, this has been unsuccessful on Symbolab, Cymath, Quickmath and Photomath.

I've tried WolframAlpha, which seems to work fine, but it only allows a small part of the plot (unless I pay).

I'm installing MatLab at the moment, but meanwhile, does anyone perhaps know of a way to plot my function?







share|cite|improve this question











I'd like to plot the following function :



$$(fracd2+1)biglceilsqrt8x+1bigrceil leq 2x(biglceilsqrt4d+1bigrceil-1)+1$$



It's ok to plot without the ceiling function I suppose.

So far, this has been unsuccessful on Symbolab, Cymath, Quickmath and Photomath.

I've tried WolframAlpha, which seems to work fine, but it only allows a small part of the plot (unless I pay).

I'm installing MatLab at the moment, but meanwhile, does anyone perhaps know of a way to plot my function?









share|cite|improve this question










share|cite|improve this question




share|cite|improve this question









asked Aug 2 at 9:32









J.Schoeters

83




83











  • Are you looking for software recommendations, or do you want to solve it by hand?
    – user496634
    Aug 2 at 9:45










  • I'd like to solve for x. I'd also like to plot it.
    – J.Schoeters
    Aug 2 at 9:49
















  • Are you looking for software recommendations, or do you want to solve it by hand?
    – user496634
    Aug 2 at 9:45










  • I'd like to solve for x. I'd also like to plot it.
    – J.Schoeters
    Aug 2 at 9:49















Are you looking for software recommendations, or do you want to solve it by hand?
– user496634
Aug 2 at 9:45




Are you looking for software recommendations, or do you want to solve it by hand?
– user496634
Aug 2 at 9:45












I'd like to solve for x. I'd also like to plot it.
– J.Schoeters
Aug 2 at 9:49




I'd like to solve for x. I'd also like to plot it.
– J.Schoeters
Aug 2 at 9:49










1 Answer
1






active

oldest

votes

















up vote
1
down vote



accepted










Try here: https://www.desmos.com/calculator using $y$ not $d$ and it should work (did for me at least).



The syntax is pretty straightforwards (similar to LaTeX): ceil gives you the ceiling function, <= turns into $leq$, sqrt turns into $sqrthphantomxx$ etc.
enter image description here






share|cite|improve this answer























  • do you happen to know if it's possible to define the domain of the function? I'd want the function to only consider natural numbers, i.e., N -> N
    – J.Schoeters
    Aug 2 at 14:10










  • Click on the spanner in the top right, there you can define the domain/range
    – aidangallagher4
    Aug 2 at 14:22










Your Answer




StackExchange.ifUsing("editor", function ()
return StackExchange.using("mathjaxEditing", function ()
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
);
);
, "mathjax-editing");

StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "69"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);








 

draft saved


draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2869872%2fhow-to-plot-a-x-and-y-inequality-function%23new-answer', 'question_page');

);

Post as a guest






























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes








up vote
1
down vote



accepted










Try here: https://www.desmos.com/calculator using $y$ not $d$ and it should work (did for me at least).



The syntax is pretty straightforwards (similar to LaTeX): ceil gives you the ceiling function, <= turns into $leq$, sqrt turns into $sqrthphantomxx$ etc.
enter image description here






share|cite|improve this answer























  • do you happen to know if it's possible to define the domain of the function? I'd want the function to only consider natural numbers, i.e., N -> N
    – J.Schoeters
    Aug 2 at 14:10










  • Click on the spanner in the top right, there you can define the domain/range
    – aidangallagher4
    Aug 2 at 14:22














up vote
1
down vote



accepted










Try here: https://www.desmos.com/calculator using $y$ not $d$ and it should work (did for me at least).



The syntax is pretty straightforwards (similar to LaTeX): ceil gives you the ceiling function, <= turns into $leq$, sqrt turns into $sqrthphantomxx$ etc.
enter image description here






share|cite|improve this answer























  • do you happen to know if it's possible to define the domain of the function? I'd want the function to only consider natural numbers, i.e., N -> N
    – J.Schoeters
    Aug 2 at 14:10










  • Click on the spanner in the top right, there you can define the domain/range
    – aidangallagher4
    Aug 2 at 14:22












up vote
1
down vote



accepted







up vote
1
down vote



accepted






Try here: https://www.desmos.com/calculator using $y$ not $d$ and it should work (did for me at least).



The syntax is pretty straightforwards (similar to LaTeX): ceil gives you the ceiling function, <= turns into $leq$, sqrt turns into $sqrthphantomxx$ etc.
enter image description here






share|cite|improve this answer















Try here: https://www.desmos.com/calculator using $y$ not $d$ and it should work (did for me at least).



The syntax is pretty straightforwards (similar to LaTeX): ceil gives you the ceiling function, <= turns into $leq$, sqrt turns into $sqrthphantomxx$ etc.
enter image description here







share|cite|improve this answer















share|cite|improve this answer



share|cite|improve this answer








edited Aug 2 at 9:49


























answered Aug 2 at 9:41









aidangallagher4

6171312




6171312











  • do you happen to know if it's possible to define the domain of the function? I'd want the function to only consider natural numbers, i.e., N -> N
    – J.Schoeters
    Aug 2 at 14:10










  • Click on the spanner in the top right, there you can define the domain/range
    – aidangallagher4
    Aug 2 at 14:22
















  • do you happen to know if it's possible to define the domain of the function? I'd want the function to only consider natural numbers, i.e., N -> N
    – J.Schoeters
    Aug 2 at 14:10










  • Click on the spanner in the top right, there you can define the domain/range
    – aidangallagher4
    Aug 2 at 14:22















do you happen to know if it's possible to define the domain of the function? I'd want the function to only consider natural numbers, i.e., N -> N
– J.Schoeters
Aug 2 at 14:10




do you happen to know if it's possible to define the domain of the function? I'd want the function to only consider natural numbers, i.e., N -> N
– J.Schoeters
Aug 2 at 14:10












Click on the spanner in the top right, there you can define the domain/range
– aidangallagher4
Aug 2 at 14:22




Click on the spanner in the top right, there you can define the domain/range
– aidangallagher4
Aug 2 at 14:22












 

draft saved


draft discarded


























 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2869872%2fhow-to-plot-a-x-and-y-inequality-function%23new-answer', 'question_page');

);

Post as a guest













































































Comments

Popular posts from this blog

Color the edges and diagonals of a regular polygon

Relationship between determinant of matrix and determinant of adjoint?

What is the equation of a 3D cone with generalised tilt?