Integration subscript question

  • Thread starter Thread starter Intricacy
  • Start date Start date
  • Tags Tags
    Integration
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 4K views
Intricacy
Messages
4
Reaction score
0
Simple Integration question

Hey: I am doing a practice exam question and it gives me two families of integrals, the first one being:

Cn= int(pi,0) xn cos(x) dx int n>= 0
It has asked for me to do integrate this as C0 I have assumed this means n = 0.
Do I change the n to a zero before or after integrating?

I can't find anywhere in my learning centre that tells me this. No urgency, this is just extra study for the exam in a few weeks. I may have additional questions that follow on this, but the integration itself seems straight forward, so do most of the future questions. Thanks in advance.
 
Last edited:
Physics news on Phys.org
Welcome to PF!

Hey Intricacy! Welcome to PF! :smile:
Intricacy said:
Hey: I am doing a practice exam question and it gives me two families of integrals, the first one being:

Cn= int(pi,0) xn cos(x) dx int n>= 0
It has asked for me to do integrate this as C0 I have assumed this means n = 0.
Do I change the n to a zero before or after integrating?

I can't find anywhere in my learning centre that tells me this. No urgency, this is just extra study for the exam in a few weeks. I may have additional questions that follow on this, but the integration itself seems straight forward, so do most of the future questions. Thanks in advance.

You mean Cn is defined as ∫0π xn cos(x) dx ?

Then C0 = ∫0π x0 cos(x) dx
 
What does x underscript mean?
 
HomogenousCow said:
What does x underscript mean?

Writing an index as a subscript is a way to indicate multiple variables using only a single letter. For example, x0, x1, and x2 represent three different values.

Subscripts are often used to represent sequences of numbers or the coefficients of polynomials of arbitrary degree, as in p(x) = c0 + c1x + c2x2 + ... + cnxn.
Here the coefficients of the terms are the numbers {c0, c1, c2, ... , cn}.

Intricacy said:
Cn= int(pi,0) xn cos(x) dx int n>= 0
This is confusing. As tiny-tim already asked, do you mean
$$C_n = \int_0^{\pi} x_n~cos(x)~dx \text{?}$$

Or do you mean
$$C_n = \int_0^{\pi} x^n~cos(x)~dx \text{?}$$


Intricacy said:
It has asked for me to do integrate this as C0 I have assumed this means n = 0.
 
Oh, I am so sorry for that. Yes I meant x^n, so sorry.

Thank you for that as well TinyTim. So I can turn the x^0 straight to 1 prior to integration?
Cn=∫π0 x^n cos(x) dx? ----> C0=∫π0 cos(x)
 
Hi Intricacy! :wink:
Intricacy said:
So I can turn the x^0 straight to 1 prior to integration?

Cn=∫π0 x^n cos(x) dx? ----> C0=∫π0 cos(x)

Yes … that's the definition of Co. :smile:
 
Thank you Tiny-Tim. Sorry for the obviously stupid question :P.