Is there a program for TI-84 that can solve integrals without showing steps?

In summary, the person is asking for help finding a program that can solve integrals on a TI-84 calculator. They mention the built-in numerical function called fnInt and its syntax. They also mention using plot and differentiation to check the integral answer on the calculator. However, they caution that this method may have some errors.
  • #1
think4432
62
0
I don't know if this is the right place to post a question like this...but help?

Does anyone know of a good program that can be downloaded to a ti84 that can solve integrals? It doesn't have to show the steps...just an answer [that you could check while doing homework...if you don't have access to internet to get on WolframAlpha and check the problem?]

Please help :]
 
Computer science news on Phys.org
  • #2
Any downloads would work too?
 
  • #3
Symbolic? The TI-84 has en extremely limited processor and very little memory, I doubt that exists.

It has a built in numerical function called fnInt which you could use to compare answers with.
 
  • #4
*-<|:-D=<-< said:
Symbolic? The TI-84 has en extremely limited processor and very little memory, I doubt that exists.

It has a built in numerical function called fnInt which you could use to compare answers with.

Thank you for the reply!


What does the fnInt function do? And where can I find it?
 
  • #5
It's at MATH, 9.

The syntax is
Code:
fnInt(f(vars), var, lower, upper)
with an additional optional argument of accuracy (
Code:
fnInt(f(vars), var, lower, upper, accuracy)
).

So two uses would be
Code:
fnInt(sin(x), x, 0, 1)
and
Code:
fnInt(x^12/(e^x+1), x, 0, 230, 1E-16)
.

However for checking integrals you can plot the function you suspect is the correct answer together with the integrand look for obvious errors and check some key points with differentiation (2nd CALC, 6). Obviously this method has several faults so be extremely cautious of what points you choose and which x range you plot. This method will only accurately tell you if have the wrong integral (within the calculators numerical bounds), but if you are cautious enough can also give you an idea if you have the right answer or not.
 

1. What is an integral program for TI-84?

An integral program for TI-84 is a software designed to help students and professionals in solving calculus problems involving integrals. It allows users to input equations and calculate their integrals step by step, making the process of solving integrals more efficient and accurate.

2. How does an integral program for TI-84 work?

An integral program for TI-84 works by using algorithms and mathematical formulas to solve integrals. Users can input the equation they want to integrate, and the program will break it down into smaller steps, showing the process of solving the integral from start to finish.

3. Is an integral program for TI-84 easy to use?

Yes, most integral programs for TI-84 are designed to be user-friendly and easy to use, even for those who are not familiar with advanced calculus concepts. They usually have a user-friendly interface and provide step-by-step instructions, making it easier for users to navigate and understand the process of solving integrals.

4. Can an integral program for TI-84 solve all types of integrals?

Most integral programs for TI-84 are designed to solve a wide range of integrals, including definite and indefinite integrals, as well as single and multiple variable integrals. However, some programs may have limitations, so it's best to check the features and capabilities of the specific program before using it.

5. Are there any free integral programs for TI-84?

Yes, there are some free integral programs available for TI-84, but they may have limited features and capabilities compared to paid programs. Some educational websites and online forums also offer free integral programs for download. However, it's important to verify the reliability and accuracy of these programs before using them for important calculations.

Similar threads

  • Computing and Technology
Replies
6
Views
3K
  • Computing and Technology
Replies
6
Views
22K
Replies
1
Views
1K
  • Computing and Technology
Replies
15
Views
7K
  • Computing and Technology
Replies
2
Views
3K
  • Classical Physics
Replies
2
Views
1K
  • Computing and Technology
Replies
1
Views
3K
  • Computing and Technology
Replies
2
Views
2K
  • Computing and Technology
Replies
5
Views
14K
  • Computing and Technology
Replies
1
Views
4K
Back
Top