Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7932191
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T20:56:32+00:00 2026-06-03T20:56:32+00:00

Why does evaluating polynomials with n points using the Fast Fourier Transform take O(n

  • 0

Why does evaluating polynomials with n points using the Fast Fourier Transform take O(n log n) time? I am specifically talking about implementing a divide and conquer algorithm that divides the polynomial A(x) into its even powers and odd powers and then uses recursion.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T20:56:34+00:00Added an answer on June 3, 2026 at 8:56 pm

    Let T(n) be time used by the FFT algorithm to evaluate a polynomial of degree n at n points.

    The algorithm splits

    A(x)=xB(x^2)+C(x^2),

    i.e. into two polynomials: odd and even coefficients. For example: 3x^3 + 2x^2 + 9x + 7 is split into x(3x^2 + 9) + (2x^2 + 7).

    Originally you wanted to compute 3x^3 + 2x^2 + 9x + 7 at points a,b,c,d.

    Now you want to compute 3x+9 and 2x+7 at points a2, b2, c2, d2. Later you will combine that to get values of 3x^3 + 2x^2 + 2x + 7 at a,b,c,d.

    The crucial idea: since you use roots of unity, half of the values in a2, b2, c2, d2 are the same. Suppose that a2=c2 and b2=d2.

    So you need to compute 3x+2 and 2x+7 at points a2, b2.

    This means you reduced an instance of size N into two instances of size N/2 and O(N) postprocessing.

    FFT repeats this process recursively. This is the same recursion equation as for mergesort, which is O(N log N) complexity.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Does anyone know a fast algorithm for evaluating 7 card poker hands? Something which
Am evaluating 960 gs css framework for using on my site. Does anyone knows
Does anyone have some code that will take a TimeZoneInfo field from .NET and
Question: does operand order make any difference when evaluating equality or identity in JavaScript?
When evaluating if(-t STDIN) , does the < UNIX operator count as STDIN? If
Does the ?? operator in C# use shortcircuiting when evaluating? var result = myObject
I'm evaluating using Coco/R vs. ANTLR for use in a C# project as part
I am evaluating Microstrategy 9.0.1 and attempting to build a prototype metadata layer using
We're evaluating MySQL and PostgreSQL for building our indic language(using utf-8 encoding) web application
I am evaluating Elasticsearch as a datasource for my dashboard analytics. Does anybody have

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.