Author Topic: Trying to Graph basic equations on an nspire cx...  (Read 4539 times)

0 Members and 1 Guest are viewing this topic.

Offline cnwinger

  • LV0 Newcomer (Next: 5)
  • Posts: 4
  • Rating: +0/-0
    • View Profile
Trying to Graph basic equations on an nspire cx...
« on: December 02, 2015, 09:13:41 pm »
I read the manual which tells me to choose:

Menu -> Graph Entry -> Equation -> Line

the problem is that 3 Line types available to choose all want to auto-fill in parts of the equation, which I cannot go back and edit. I don't see any possible way to enter the following:

2x – 3y + 12 = 0

What am I missing here?

Thanks…

Offline Ivoah

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 336
  • Rating: +3/-0
    • View Profile
    • Codinghobbit
Re: Trying to Graph basic equations on an nspire cx...
« Reply #1 on: December 02, 2015, 09:59:24 pm »
I read the manual which tells me to choose:

Menu -> Graph Entry -> Equation -> Line

the problem is that 3 Line types available to choose all want to auto-fill in parts of the equation, which I cannot go back and edit. I don't see any possible way to enter the following:

2x – 3y + 12 = 0

What am I missing here?

Thanks…


You can use simple algebra to rearrange it into something the Nspire can handle

2x - 3y + 12 = 0
2x + 12 = 3y
3y = 2x + 12
y = (2x + 12)/3
y = x*(2/3) + 4
http://codinghobbit.no-ip.org
My Calcs:
TI-86 (now broken) $2
TI SR-56 - $0
TI-Nspire CX CAS - $152
TI-84+ Silver Edition - $56
TI-84+ Silver Edition - $0
TI-85 - $0
TI-73 Explorer VS - $10
ViewScreen - $3

Offline cnwinger

  • LV0 Newcomer (Next: 5)
  • Posts: 4
  • Rating: +0/-0
    • View Profile
Re: Trying to Graph basic equations on an nspire cx...
« Reply #2 on: December 02, 2015, 10:23:44 pm »
Oh, I assumed the nsprie could handle that.  Thanks for the clarification.

So that is simple enough to get it down to that point (solve for Y)..but what are the steps to then enter that into the graph?  I'm not sure which option to use.

I tried the function, but it only seems to want the X value.

Offline Ivoah

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 336
  • Rating: +3/-0
    • View Profile
    • Codinghobbit
Re: Trying to Graph basic equations on an nspire cx...
« Reply #3 on: December 02, 2015, 10:26:32 pm »
You want to use the function graphing.

The final input should look something like this: f1(x)= x*(2/3) + 4
http://codinghobbit.no-ip.org
My Calcs:
TI-86 (now broken) $2
TI SR-56 - $0
TI-Nspire CX CAS - $152
TI-84+ Silver Edition - $56
TI-84+ Silver Edition - $0
TI-85 - $0
TI-73 Explorer VS - $10
ViewScreen - $3

Offline cnwinger

  • LV0 Newcomer (Next: 5)
  • Posts: 4
  • Rating: +0/-0
    • View Profile
Re: Trying to Graph basic equations on an nspire cx...
« Reply #4 on: December 02, 2015, 10:47:04 pm »
now I see.  Thanks for your help!

Offline cnwinger

  • LV0 Newcomer (Next: 5)
  • Posts: 4
  • Rating: +0/-0
    • View Profile
Re: Trying to Graph basic equations on an nspire cx...
« Reply #5 on: December 02, 2015, 11:20:37 pm »
One more thing that is escaping me...isn't there a way to auto-display the x and y intercepts on a straight line?

I see I can get it to display the X intercept manually using the "zero" action.  I don't know how to get the Y intercept.

Offline Ivoah

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 336
  • Rating: +3/-0
    • View Profile
    • Codinghobbit
Re: Trying to Graph basic equations on an nspire cx...
« Reply #6 on: December 05, 2015, 08:46:25 pm »
One more thing that is escaping me...isn't there a way to auto-display the x and y intercepts on a straight line?

I see I can get it to display the X intercept manually using the "zero" action.  I don't know how to get the Y intercept.

You can find the y intercept of any equation by just replacing the x with 0 and solving for y, which in this case the equation is already solved for y.
http://codinghobbit.no-ip.org
My Calcs:
TI-86 (now broken) $2
TI SR-56 - $0
TI-Nspire CX CAS - $152
TI-84+ Silver Edition - $56
TI-84+ Silver Edition - $0
TI-85 - $0
TI-73 Explorer VS - $10
ViewScreen - $3