Post Reply 
Why won't the prime graph correctly?
05-22-2019, 03:08 PM (This post was last modified: 05-22-2019 03:17 PM by ijabbott.)
Post: #3
RE: Why won't the prime graph correctly?
(05-22-2019 02:16 PM)gba456 Wrote:  I'm trying to graph f(x) = x^0.4 * (x+3). However, it doesn't graph anything lower than x=0. Desmos graphs it correctly, but this doesn't. Any help?

It doesn't like fractional powers of negative numbers. Try this instead:

F1(X) = (5 NTHROOT X)^2 * (X+3)

Or:

F1(X) = (X^2)^0.2 * (X+3)

— Ian Abbott
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Why won't the prime graph correctly? - ijabbott - 05-22-2019 03:08 PM



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