Welcome to the MacNN Forums.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

You are here: MacNN Forums > Community > MacNN Lounge > Ti-83 Calculator and Quadratic Formula

Ti-83 Calculator and Quadratic Formula
Thread Tools
bstone
Mac Elite
Join Date: Jun 2000
Location: Boston, MA
Status: Offline
Reply With Quote
Mar 15, 2005, 11:33 PM
 
Wondering if anyone knows the code for, or how I can, get my Ti-83 to solve quadratic equations.

Thanks.
Emergency Medicine & Urgent Care.
     
adamk
Mac Enthusiast
Join Date: Mar 2000
Location: atx, usa
Status: Offline
Reply With Quote
Mar 15, 2005, 11:51 PM
 
"do unto others as you would have them do unto you" begins with yrself.

"He that fights for Allah's cause fights for himself. Allah does not need His creatures' help." -koran, the spider, 29:7
     
Sage
Mac Elite
Join Date: Apr 2003
Location: SoCal
Status: Offline
Reply With Quote
Mar 15, 2005, 11:52 PM
 
There's probably an easier way to do this than what I'm about to explain, but it's easy enough (and finds the roots of any function, not just a quadratic):

- Go to Y= and input your function, press GRAPH
- Press 2ND + CALC (it's above the TRACE button), choose 2 (zero)
- It'll show you the graph, asking for the Left Bound. Use the cursor to go slightly left of the x-intersection, press ENTER; repeat for the Right Bound
- When it asks for Guess?, place the cursor as close to the root as possible; press ENTER, and voila!

Of course, you could just also input it in the quadratic formula, which any calculator can do.
     
phantomdragonz
Mac Elite
Join Date: Aug 2001
Location: Near Boulder, CO
Status: Offline
Reply With Quote
Mar 16, 2005, 12:41 AM
 
Originally posted by adamk:
try this...

http://www.acad.sunytccc.edu/instruc...83/quadrat.htm

or

http://math.arizona.edu/~krawczyk/Ca...or/TI83QF.html

found this by googling "quadratic formula ti-83"
Thats what I use, works well for me...

There is no quadratic function on the calc, if you have multiple roots, the only way to find them is to do the problem..

synthetic division anyone???

Zach <--- actually learned something
     
DeathToWindows
Professional Poster
Join Date: Feb 2000
Location: Nashville, TN
Status: Offline
Reply With Quote
Mar 16, 2005, 11:32 AM
 
Yeah... I had a lot of fun with this in HS... my answer was to get a TI89 for college.

The TI-83 plus does not have a nice way to handle quadratic equations... grrr

Don't try to outweird me, I get stranger things than you free with my breakfast cereal.
     
G4ME
Addicted to MacNN
Join Date: Dec 2000
Location: Maine
Status: Offline
Reply With Quote
Mar 16, 2005, 12:21 PM
 
get and 89 and use the solve function, take you 2 seconds, csolve will give you real and non real roots, **** that synthetic division.

89 got me through diffy Qs and Linear algebra
( Last edited by G4ME; Mar 16, 2005 at 12:33 PM. )

I GOT WASTED WITH PHIL SHERRY!!!
     
bstone  (op)
Mac Elite
Join Date: Jun 2000
Location: Boston, MA
Status: Offline
Reply With Quote
Mar 16, 2005, 06:59 PM
 
I figured it out. The 83 has the Solver which works wonderfully.

W))T
Emergency Medicine & Urgent Care.
     
SamuraiDL
Mac Elite
Join Date: Nov 2003
Status: Offline
Reply With Quote
Mar 16, 2005, 07:02 PM
 
Thank god i never have to see one of those ****ing calculators ever again...
     
misc
Moderator
Join Date: Apr 2001
Location: Las Vegas, NV
Status: Offline
Reply With Quote
Mar 16, 2005, 07:04 PM
 
Math->0(Solver)

Push the up key. Insert equation. Make sure the equation is equal to zero. Hit enter.
Put in any random number, then press alpha enter (solve).

"And after we are through, ten years in making it to be the most of glorious debuts."
     
Daveecee
Forum Regular
Join Date: Jan 2005
Status: Offline
Reply With Quote
Mar 17, 2005, 03:15 AM
 
Originally posted by misc:
Math->0(Solver)

Push the up key. Insert equation. Make sure the equation is equal to zero. Hit enter.
Put in any random number, then press alpha enter (solve).
If you know anything about making programs, you could do the following (name it QUAD or something):

: Input "A=",A
: Input "B=",B
: Input "C=",C
: (-b+√(B^2-4AC))/(2A)->X
: (-b-√(B^2-4AC))/(2A)->Y
: Disp "X=",X
: Disp "OR",Y
: Stop


I couldn't figure out how to use the solver, so I just made that program and it made everything a lot easier.
     
Fyre4ce
Mac Elite
Join Date: Nov 2000
Location: Los Angeles, CA
Status: Offline
Reply With Quote
Mar 17, 2005, 07:29 PM
 
...brings back memories. My very first programming endeavor was writing a quadratic equation solver in middle school on my TI-82.

But back to the topic: if you are serious about pursuing a degree in math, science, or engineering, get a TI-89!!! It's well worth the money. The unit capability alone is enough to justify the price, not to mention all the calculus functions and symbolic manipulation. I got one my senior year of high school and it has saved me countless hours over the last four years of college (I'm a senior in mechanical and aerospace engineering). And no, I'm not paid by TI to say that either.

Get one!!
Fyre4ce

Let it burn.
     
misc
Moderator
Join Date: Apr 2001
Location: Las Vegas, NV
Status: Offline
Reply With Quote
Mar 21, 2005, 07:35 PM
 
Originally posted by Daveecee:
If you know anything about making programs, you could do the following (name it QUAD or something):

: Input "A=",A
: Input "B=",B
: Input "C=",C
: (-b+√(B^2-4AC))/(2A)->X
: (-b-√(B^2-4AC))/(2A)->Y
: Disp "X=",X
: Disp "OR",Y
: Stop


I couldn't figure out how to use the solver, so I just made that program and it made everything a lot easier.
(Sorry to dig up an old thread!!)

Daveecee, the benefit of using the solver is the ability to solve cubic equations (ax3+bx2+cx+d) and other equations(ax^b, etc) that aren't just quadratic (ax2+bx+c).

Contact me off board and I will go into further detail with the solver.

"And after we are through, ten years in making it to be the most of glorious debuts."
     
goMac
Posting Junkie
Join Date: May 2001
Location: Portland, OR
Status: Offline
Reply With Quote
Mar 21, 2005, 07:55 PM
 
Originally posted by Fyre4ce:
But back to the topic: if you are serious about pursuing a degree in math, science, or engineering, get a TI-89!!! It's well worth the money. The unit capability alone is enough to justify the price, not to mention all the calculus functions and symbolic manipulation. I got one my senior year of high school and it has saved me countless hours over the last four years of college (I'm a senior in mechanical and aerospace engineering). And no, I'm not paid by TI to say that either.

Get one!!
I can't agree more.
8 Core 2.8 ghz Mac Pro/GF8800/2 23" Cinema Displays, 3.06 ghz Macbook Pro
Once you wanted revolution, now you're the institution, how's it feel to be the man?
     
Ghoser777
Professional Poster
Join Date: Dec 2000
Location: Chicago, Illinois
Status: Offline
Reply With Quote
Mar 21, 2005, 10:24 PM
 
     
G4ME
Addicted to MacNN
Join Date: Dec 2000
Location: Maine
Status: Offline
Reply With Quote
Mar 22, 2005, 12:06 AM
 
out of all the students in my engineering classes, none of them have anything other then TI calculators with 90% of them having 89s.

the prof even goes over how to solve equations using the 98 and if asked how do do it on any other calc he doesn't care.

I GOT WASTED WITH PHIL SHERRY!!!
     
Albert Pujols
Mac Elite
Join Date: Oct 2004
Location: Neither Here Nor There
Status: Offline
Reply With Quote
Mar 22, 2005, 01:43 AM
 
I bought a Ti-89 Titanium. That thing got me through so many classes. Calculus, AP Chemistry, Intro to Health, World Lit., Art...

The Titanium is great because you can fill twice as many games as you can with the 89. I recommend Bomber Dude, Tetris, and Excite Bike.

http://www.ticalc.org/pub/89/asm/games/
     
mindwaves
Registered User
Join Date: Sep 2000
Location: Irvine, CA
Status: Offline
Reply With Quote
Mar 22, 2005, 01:58 AM
 
No games, all work.

     
entrox
Senior User
Join Date: Jan 2003
Location: Stuttgart, Germany
Status: Offline
Reply With Quote
Mar 22, 2005, 06:49 AM
 
Bah. High school kids use TI calculators. Real men use HP calculators with RPN. *hugs his HP49G*
     
   
 
Forum Links
Forum Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Top
Privacy Policy
All times are GMT -4. The time now is 01:39 AM.
All contents of these forums © 1995-2017 MacNN. All rights reserved.
Branding + Design: www.gesamtbild.com
vBulletin v.3.8.8 © 2000-2017, Jelsoft Enterprises Ltd.,