Differentiating/Integrating Equation: Is it Possible?

  • Thread starter Thread starter mubashirmansoor
  • Start date Start date
AI Thread Summary
Differentiating or integrating the proposed function is not feasible due to its definition involving factorials, which limits it to specific integer values. The discussion highlights that the function is discrete, making traditional calculus operations like differentiation and integration inapplicable. Clarifications about the function's upper limits and the interpretation of terms like "x/2" were provided, emphasizing the need for integer values in the summation. The conversation also touched on the broader implications of such functions in mathematical sequences and their relevance in the scientific community. Ultimately, the consensus is that without continuity, differentiation and integration are not valid for this function.
mubashirmansoor
Messages
258
Reaction score
0
Is This possible?

Hello,

Is it possible to diffrentiate or intigrate the following equation?

f \left( x \right) =\sum _{r=1}^{x-1}{\frac { \left( x-1 \right) !\,f

\left( x-r \right) }{ \left( x-1-r \right) !\,r!}}-2\,\sum _{r=1}^{1/

2\,x-3/4-1/4\,\cos \left( {\frac {22}{7}}\,x \right) }{\frac { \left(

x-1 \right) !\,f \left( x-2\,r \right) }{ \left( x-2\,r-1 \right) !\,

\left( 2\,r \right) !}}



I'll be thankfull for your answer.

edit: I've attached the equation as jpeg.
 

Attachments

  • untitled.JPG
    untitled.JPG
    8.7 KB · Views: 500
Last edited:
Mathematics news on Phys.org
it's not even possible to read it :biggrin:
 
here is the same eq. in string:

f(x) = sum((x-1)!/(x-1-r)!/r!*f(x-r),r = 1 .. x-1)-2*sum((x-1)!/(x-2*r-1)!/(2*r)!*f(x-2*r),r = 1 .. 1/2*x-3/4-1/4*cos(22/7*x))
 
f \left( x \right) =\sum _{r=1}^{x-1}{\frac { \left( x-1 \right) !\,f<br /> <br /> \left( x-r \right) }{ \left( x-1-r \right) !\,r!}}-2\,\sum _{r=1}^{1/<br /> <br /> 2\,x-3/4-1/4\,\cos \left( {\frac {22}{7}}\,x \right) }{\frac { \left( <br /> <br /> x-1 \right) !\,f \left( x-2\,r \right) }{ \left( x-2\,r-1 \right) !\,<br /> <br /> \left( 2\,r \right) !}}

you need to put itex and /itex around it, both in square brackets
 
I wouldn't do it inline -- here's how it looks in full form ([ tex ] ... [ /tex ]):

f \left( x \right) =\sum _{r=1}^{x-1}{\frac { \left( x-1 \right) !\,f \left( x-r \right) }{ \left( x-1-r \right) !\,r!}}-2\,\sum _{r=1}^{1/2\,x-3/4-1/4\,\cos \left( {\frac {22}{7}}\,x \right) }{\frac { \left(x-1 \right) !\,f \left( x-2\,r \right) }{ \left( x-2\,r-1 \right) !\, \left( 2\,r \right) !}}
 
CRGreathouse said:
I wouldn't do it inline -- here's how it looks in full form ([ tex ] ... [ /tex ]):

f \left( x \right) =\sum _{r=1}^{x-1}{\frac { \left( x-1 \right) !\,f \left( x-r \right) }{ \left( x-1-r \right) !\,r!}}-2\,\sum _{r=1}^{1/2\,x-3/4-1/4\,\cos \left( {\frac {22}{7}}\,x \right) }{\frac { \left(x-1 \right) !\,f \left( x-2\,r \right) }{ \left( x-2\,r-1 \right) !\, \left( 2\,r \right) !}}
thankyou. I'm still getting my head around the tex tags on this forum myself :biggrin:

some notes though, it's not an equation, it's a function definition. also all those factorials make it defined on some subset of the integers so you couldn't really differentiate or integrate without some jiggery-pokery
 
Thanks for your help, Now I am able to write it correctly;

So is it possible to be diffrentiated?
 
mubashirmansoor said:
Thanks for your help, Now I am able to write it correctly;

So is it possible to be diffrentiated?
as it is no. the factorial has no derivative as it's not defined on any interval of R. i suggest you post info on motivation and context, rather than a raw expression.
 
How do you expect to differentiate a discreet function?
 
  • #10
Also note the second summation upper limit is a bit suspect, it should be an integer so you should be using floor() or ceil() or round() or something there.

Additionally the use of 1/2x (again in that second sum upper limit) is a bit ambiguous. I think that strictly speaking it should mean x/2 but many people write that expression (format) when they really mean 1/(2x).

One last thing, that fraction 22/7 (in the cosine argument of the upper limit of the second sum) isn't supposed to be an "exact" rational reresentation of \pi is it? I certainly hope not anyway.BTW. How about telling us where your goofy function comes from. That is, what does it represent?
 
Last edited:
  • #11
Well sure Uart, But there is a long story behind this function...

I'm a collage student & doing my O'levels write now, In my math book there were several patterns and that we were to find the next ones...

that was when I was able to start my way which somehow results to this function;

It's for polynomial sequences only and gives you the nth term using n-1 terms.

I'd be glad to give you much more information on how it is derived if you are interested.

By the way you are abseloutly correct about x/2 and 22/7 :)
you'll have to round it off to the nearest whole number for the second sum.

& thankyou for the information
 
  • #12
Ok mubashirmansoor that second summation is making more sense now that you've explained those things.

Note that cos(Pi x) only takes the values or +/- 1 for integer x. So if x is even then x/2 is integer and -3/4 - 1/4 * cos(Pi x) is also integer. Additionally when x is odd then x/2 is half integer and -3/4 - 1/4 * cos(Pi x) is also half integer. So in all cases the upper limit is indeed integer and no rounding flooring of ceiling are required.

Now this function is looking more interesting.
 
  • #13
Yes... You are correct, I had not looked at it from this point of view... I had checked some values in a calculator and it gave me some errors... But you are abseloutly correct.

How many of such function definitions are discovered? And do these look interesting to the scientific comunity?

An example of such sequences is say x^2:

1 4 9 ... what's the next term?

By taking x = 4 in the function given above we have:

3(9) - 3(4) + 1 which is equal to 16 .
 
  • #14
mubashirmansoor said:
Hello,

Is it possible to diffrentiate or intigrate the following equation?

I shall give you a problem to find your answer. Let, x be a variable and x>0.
then

x+x+x+...+ upto x terms =x^2
Differentiating both sides with respect to x
1+1+1+...+ upto x terms =2x
or, x=2x
or, 1=2, x can be canceled out since x>0.
Find the fallacy.
 
  • #15
Possible falacy:

the x on the left handside & the right handside are different from each other...

hence better to say : y=2x

Correct?
 
  • #16
mubashirmansoor said:
Possible falacy:

the x on the left handside & the right handside are different from each other...

hence better to say : y=2x

Correct?
Not correct... x's on both sides are same. Example: 5+5+...upto 5 terms=5^2.
Answer: The left hand side the expression uses the fact that the sum is upto x terms, that is, x is an integer... hence x is not differentiable.
 
  • #17
I would have said "x is fixed", not "x is an integer".
 
  • #18
CRGreathouse said:
I would have said "x is fixed", not "x is an integer".

I am sorry but I don't follow you...why x should be fixed? x is a variable and can take values 1,2,3,..., ad inf (since given that x>0). How can we disagree on the fact that x is an integer since the sum runs for x terms!

Particular example: Let x denote the number of points turning up (on the top face) from the throw of a six faced unbiased die. Now, x is an integer valued variable with possible values of 1,2,...,6. In this case also we have, x+x+...+ x terms = x^2.
 
Last edited:
  • #19
I would have said that the fact that x is not fixed is the reason you can't differentiate it, instead of that it is an integer.
 
  • #20
CRGreathouse said:
I would have said that the fact that x is not fixed is the reason you can't differentiate it, instead of that it is an integer.

What do you mean by "x is not fixed"? What do you mean by fixed?
 
  • #21
CRGreathouse said:
I would have said that the fact that x is not fixed is the reason you can't differentiate it, instead of that it is an integer.
I still don't get the concept of "fixed" in the context of differentiation. Let x be real valued, -infinity< x < infinity. Then the derivative of x^ 2 exists and equals 2x. How x becomes "fixed" here?
 
Last edited:
  • #22
The fallacy maybe that your expression are only valid for integer x, and therefore discrete and therefore it is meaningless to differentiate? Correct me if I am wrong.

Which makes the argument ssd is saying clear. If the function is not continuous, it can not be differentiated/integrated.

EDIT: O GOD DAMN IT, THERES A SECOND PAGE TO THIS I DIDNT READ!
 
Back
Top