Microsoft
Software
Hardware
Network
Question : finding all the points of inflection in a sine curve
Hi
Lets say I wanted to find all of the points of inflection in a sine curve. I am assuming I am going to look for all the points where the second derivative = 0.
My curve has equation y = 5sin(15x + pi)
First derivative = -75cos(15x)
Second derivative = 1125sin(15x)
When is second deriviatve = 0? When sin(15x) = 0 so when 15x = 0 or pi or 2pi so when x = 0, pi/15, 2pi/15 etc
Are there 3 or 4 points of inflection per period? a period is 2pi but is it 0 to 2pi inclusive so there are 4 points of inflection?
thanks
Answer : finding all the points of inflection in a sine curve
Check the Administrator Group and see if the users is added to that group. If he is then he is a local administrator too of the system.
Sudeep
Random Solutions
Cisco ASA 5505 ssh default username and password
Problems with Accordion functionality
digital sender 9100c, sent fine before, now doesnt
Password history and length: Group Policy
How do I determine the sizes of an Exchange 2003, Exchange 2007, & Exchange 2010 Information store?
How can I move my 'footer' under my 'content' with CSS?
How do I access setting in web.config file ?
vb.net, reflection, copying some similar fields from one object to another
How can I immpove the design on this asp.net form
Given a string{aab,cdb,aabbc,d$hhd
}remove duplicates and show the string as {ab,cdb,abc,d$h).Solve with linked lists in C#