New Reply

Program for Sin(x^2) MacLaurin Series

 
Share Thread Thread Tools
Jun30-12, 06:54 PM   #1
 

Program for Sin(x^2) MacLaurin Series


I'm currently attempting to design a program on my ti-84 calculator (ti-nspire w/ 84 faceplate) to provide an approximation of the sin(x^2) as accurate as I would like the sum the reach. I attempted to input a formula for such, sum(seq((-1)^(Z-1)*X^(4Z-2)/(2Z-1)!, Z, 1, n, 1)), "Z" being the variable of the series whose end would be determined by my input of "n", and I wanted the program to display the series INCLUDING the variable "X," hence, displaying the MacLaurin approximation of sin(x^2). I hoped to possibly graph this and use the method in some way to provide an approximate integration of sin(x^2). Could anyone let me know if this is possible or even point me in a better direction? Sorry this question has to be so long.
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> 'Whodunnit' of Irish potato famine solved
>> The mammoth's lament: Study shows how cosmic impact sparked devastating climate change
>> Curiosity Mars rover drills second rock target
Jul1-12, 03:09 PM   #2
 
Recognitions:
Science Advisor Science Advisor
Start with the series for sin(y) and then let y = x². I may be missing something in your description.
 
Jul1-12, 04:20 PM   #3
 
Quote by mathman View Post
Start with the series for sin(y) and then let y = x². I may be missing something in your description.
It's the fact that the calculator won't display the series w/ the variable "X" that's my real problem. I'm not really sure if the calculator can do something like that.
 
Jul2-12, 03:37 PM   #4
 
Recognitions:
Science Advisor Science Advisor

Program for Sin(x^2) MacLaurin Series


Quote by Einstein2.0 View Post
It's the fact that the calculator won't display the series w/ the variable "X" that's my real problem. I'm not really sure if the calculator can do something like that.
I can't help you, since I have never used a TI-84 calculator.
 
New Reply
Thread Tools


Similar Threads for: Program for Sin(x^2) MacLaurin Series
Thread Forum Replies
Taylor Series and Maclaurin Series Help Calculus & Beyond Homework 1
What's the Reasoning behind the Maclaurin Series? How did Maclaurin discover it? Calculus 3
Maclaurin Series, expressing 2^x as a M series. Calculus & Beyond Homework 3
Maclaurin series Calculus & Beyond Homework 5
Maclaurin Series Introductory Physics Homework 29