Drawing plot of a function with a fraction power Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)Plot reciprocal function with tkizFloor function plot with TikZPlot a linear function with pgf plot?Plot of a functionProblem with axis when drawing a function plot using PGFplotsLine up nested tikz enviroments or how to get rid of themproblem with tikz function plotTikz drawing with functionHow to plot function with an $n$How can plot power functions
malloc in main() or malloc in another function: allocating memory for a struct and its members
What are some likely causes to domain member PC losing contact to domain controller?
Why did Bronn offer to be Tyrion Lannister's champion in trial by combat?
Is it OK to use the testing sample to compare algorithms?
By what mechanism was the 2017 UK General Election called?
Why not use the yoke to control yaw, as well as pitch and roll?
Marquee sign letters
How does the body cool itself in a stillsuit?
Random body shuffle every night—can we still function?
How can I list files in reverse time order by a command and pass them as arguments to another command?
An isoperimetric-type inequality inside a cube
How do I find my Spellcasting Ability for my D&D character?
Calculation of line of sight system gain
How to name indistinguishable henchmen in a screenplay?
My mentor says to set image to Fine instead of RAW — how is this different from JPG?
Should man-made satellites feature an intelligent inverted "cow catcher"?
Getting representations of the Lie group out of representations of its Lie algebra
What is a more techy Technical Writer job title that isn't cutesy or confusing?
What is "Lambda" in Heston's original paper on stochastic volatility models?
NIntegrate on a solution of a matrix ODE
Twin's vs. Twins'
Determine whether an integer is a palindrome
What was the last profitable war?
How to ask rejected full-time candidates to apply to teach individual courses?
Drawing plot of a function with a fraction power
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)Plot reciprocal function with tkizFloor function plot with TikZPlot a linear function with pgf plot?Plot of a functionProblem with axis when drawing a function plot using PGFplotsLine up nested tikz enviroments or how to get rid of themproblem with tikz function plotTikz drawing with functionHow to plot function with an $n$How can plot power functions
How to draw curve of $y=(6x+2)^frac13$ in domain $-1:3$ with tikz?
begintikzpicture[scale=1,line join=round, font=footnotesize]
coordinate[label=[rotate=28,shift=(.3,-.05)]above:$A(1,2)$] (A) at (1,2);
coordinate[label=[shift=(.05,.15)]left:$B$] (B) at (0,1.5);
coordinate[label=[shift=(.13,-.05)]above:$C$] (C) at (2,0);
coordinate[label=[shift=(-.15,0)]below:$O$] (O) at (0,0);
coordinate[label=[shift=(0,.05)]right:$E$] (E) at (.55,1.1);
draw[-stealth] (-1,0)--(4,0) node[right]$X$;
draw[-stealth] (0,-2)--(0,3) node[above]$Y$;
sikuBAC
draw[Periwinkle,domain=-1:3,samples=200,smooth] plot (x,.5*x+1.5);
draw[Peach] (O)--(A)--($(C)!-.3!(A)$) (B)--(C) ;
draw[blue,thick,domain=0:3,samples=200,smooth] plot (x,(6*x+2)^(1/3)) node[right,black] $y=(6x+2)^frac13$; %here the plot
endtikzpicture
tikz-pgf
add a comment |
How to draw curve of $y=(6x+2)^frac13$ in domain $-1:3$ with tikz?
begintikzpicture[scale=1,line join=round, font=footnotesize]
coordinate[label=[rotate=28,shift=(.3,-.05)]above:$A(1,2)$] (A) at (1,2);
coordinate[label=[shift=(.05,.15)]left:$B$] (B) at (0,1.5);
coordinate[label=[shift=(.13,-.05)]above:$C$] (C) at (2,0);
coordinate[label=[shift=(-.15,0)]below:$O$] (O) at (0,0);
coordinate[label=[shift=(0,.05)]right:$E$] (E) at (.55,1.1);
draw[-stealth] (-1,0)--(4,0) node[right]$X$;
draw[-stealth] (0,-2)--(0,3) node[above]$Y$;
sikuBAC
draw[Periwinkle,domain=-1:3,samples=200,smooth] plot (x,.5*x+1.5);
draw[Peach] (O)--(A)--($(C)!-.3!(A)$) (B)--(C) ;
draw[blue,thick,domain=0:3,samples=200,smooth] plot (x,(6*x+2)^(1/3)) node[right,black] $y=(6x+2)^frac13$; %here the plot
endtikzpicture
tikz-pgf
add a comment |
How to draw curve of $y=(6x+2)^frac13$ in domain $-1:3$ with tikz?
begintikzpicture[scale=1,line join=round, font=footnotesize]
coordinate[label=[rotate=28,shift=(.3,-.05)]above:$A(1,2)$] (A) at (1,2);
coordinate[label=[shift=(.05,.15)]left:$B$] (B) at (0,1.5);
coordinate[label=[shift=(.13,-.05)]above:$C$] (C) at (2,0);
coordinate[label=[shift=(-.15,0)]below:$O$] (O) at (0,0);
coordinate[label=[shift=(0,.05)]right:$E$] (E) at (.55,1.1);
draw[-stealth] (-1,0)--(4,0) node[right]$X$;
draw[-stealth] (0,-2)--(0,3) node[above]$Y$;
sikuBAC
draw[Periwinkle,domain=-1:3,samples=200,smooth] plot (x,.5*x+1.5);
draw[Peach] (O)--(A)--($(C)!-.3!(A)$) (B)--(C) ;
draw[blue,thick,domain=0:3,samples=200,smooth] plot (x,(6*x+2)^(1/3)) node[right,black] $y=(6x+2)^frac13$; %here the plot
endtikzpicture
tikz-pgf
How to draw curve of $y=(6x+2)^frac13$ in domain $-1:3$ with tikz?
begintikzpicture[scale=1,line join=round, font=footnotesize]
coordinate[label=[rotate=28,shift=(.3,-.05)]above:$A(1,2)$] (A) at (1,2);
coordinate[label=[shift=(.05,.15)]left:$B$] (B) at (0,1.5);
coordinate[label=[shift=(.13,-.05)]above:$C$] (C) at (2,0);
coordinate[label=[shift=(-.15,0)]below:$O$] (O) at (0,0);
coordinate[label=[shift=(0,.05)]right:$E$] (E) at (.55,1.1);
draw[-stealth] (-1,0)--(4,0) node[right]$X$;
draw[-stealth] (0,-2)--(0,3) node[above]$Y$;
sikuBAC
draw[Periwinkle,domain=-1:3,samples=200,smooth] plot (x,.5*x+1.5);
draw[Peach] (O)--(A)--($(C)!-.3!(A)$) (B)--(C) ;
draw[blue,thick,domain=0:3,samples=200,smooth] plot (x,(6*x+2)^(1/3)) node[right,black] $y=(6x+2)^frac13$; %here the plot
endtikzpicture
tikz-pgf
tikz-pgf
asked 40 secs ago
kalakaykalakay
1,037725
1,037725
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "85"
;
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',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f485988%2fdrawing-plot-of-a-function-with-a-fraction-power%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to TeX - LaTeX Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f485988%2fdrawing-plot-of-a-function-with-a-fraction-power%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown