Solving for x in a Product Series: Is it Possible?

  • Context: Undergrad 
  • Thread starter Thread starter Sikz
  • Start date Start date
  • Tags Tags
    Product Series
Click For Summary

Discussion Overview

The discussion revolves around the possibility of solving for a variable "x" within a product series defined by the equation 0 = ∏(x - n) for n ranging from a to b. Participants explore whether it is feasible to isolate x and how this relates to other equations involving integers within the same range.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • Some participants suggest that every integer n from a to b is a solution to the equation, implying that x can take on any value within that range.
  • Others argue that while x can be defined as any integer between a and b, isolating x in the product series may not be straightforward.
  • A participant proposes rewriting the product series to show that one of the factors must equal zero, leading to the conclusion that x equals some integer t within the specified range.
  • Another participant introduces the implicit function theorem, suggesting that there exists a unique function g such that f(g(n), n) = f(x, n) under certain conditions, although the specifics of solving for x remain unclear to some.
  • Concerns are raised about the inability to isolate x in the given equations, with a request for alternative methods or simplifications involving trigonometric functions.
  • One participant expresses that they have found the function they were looking for, indicating a resolution to their inquiry.

Areas of Agreement / Disagreement

Participants generally agree that x can take values between a and b, but there is no consensus on whether it is possible to isolate x in the product series equation. Multiple competing views on the approach to solving the problem remain present throughout the discussion.

Contextual Notes

Some participants note the limitations of their mathematical knowledge, particularly regarding advanced concepts like the implicit function theorem and differential equations, which may affect their understanding of the problem.

Sikz
Messages
246
Reaction score
0
[tex]0 = \prod_{n=a}^b (x-n)[/tex]

I've not taken any calculus classes yet (I'm learning this stuff on my own because I need it for things that I'm working on), so this may be an elementary question... But is it possible to solve for a variable "within" a product series like this?

In the above example, is it possible to solve for x? If so, how, and if not, why?

Thanks in advance for your help.
 
Physics news on Phys.org
In this case, every 'n' (so going from a to b) will be a solution of this equation.
 
Assuming:

[tex]a, b \in \mathbb{N}[/tex]

Then all that tells us is that:

[tex]a \leq x \leq b \quad \text{and} \quad x \in \mathbb{N}[/tex]
 
I understand that, but I need to use every value of n in another equation. I have an equation similar to the one I just showed you and another... And the other requires an input of every integer between a and b. I figured I could do this with a product series... But then I realized that I can't solve for x, so I can't substitute anything into the other equation for where the variable x is now.

That's why I need to solve for x, or figure out that it can't be done.
 
o.k, think about it this way:

0 = (x - [a])(x - [a+1])(x - [a+2])...(x - [b-1])(x - )

Which means one of those brackets is equal to 0, let's say it is (x - [t]) for [itex]a \leq t \leq b[/itex] and [itex]t \in \mathbb{N}[/itex] therefore x - t = 0 and x = t.
 
Zurtex said:
o.k, think about it this way:

0 = (x - [a])(x - [a+1])(x - [a+2])...(x - [b-1])(x - )

Which means one of those brackets is equal to 0, let's say it is (x - [t]) for [itex]a \leq t \leq b[/itex] and [itex]t \in \mathbb{N}[/itex] therefore x - t = 0 and x = t.


I understand that. I didn't get this equation from the internet or something; I constructed it delibrately as an equation that would give me x = all intergers such that a<=x<=b.

To simplify it to the basics, I need x to be defined by

[tex]0 = \prod_{n=a}^b (x-n)[/tex]

And then solve for values of y:

[tex]0 = \prod_{k=c}^d (y-x(2+k))[/tex]

As you can see, I need to rearrange the first equation, if possible, into an x= format; that way I can substitute whatever is equal to x into the second equation in place of x.

I understand that x is all integers greater than or equal to a and less than or equal to b. I made the equation specifically for that purpose; but I need x on its own, so I can substitute.

If this is impossible, I have an alternate (trig-based) form of the equations that act to the same purpose; I have the same problem with them, the inability to isolate x. And while the problem would be easier to overcome with those equations, these are preferrable. So, unless what I want to do is impossible, I'd prefer to use these if anyone can help me ><.

Thanks to you guys who have replied so far ^_^.
 
Last edited:
I'm assuming that the index for the second was supposed to be k, not n.

The easiest way is to use set notation, so that with a, b, c, d, n, and k integers:

From the first equation, you know that x is an element of {n | a < n < b }

The using the second equation, y is an element of {n*(2+k) | a < n < b}, c < k < d}.
 
daveb said:
I'm assuming that the index for the second was supposed to be k, not n.

The easiest way is to use set notation, so that with a, b, c, d, n, and k integers:

From the first equation, you know that x is an element of {n | a < n < b }

The using the second equation, y is an element of {n*(2+k) | a < n < b}, c < k < d}.

Yes, it was supposed to be k! I'm sorry, that's what I get for copying and pasting instead of rewriting the code from scratch. I've edited it to what it should be.

And the set notation is a good idea... It would work excellently, but is there no way to put all of those values into a single variable (isolate x in the first equation or use some other method?)? It would be most convenient to have everything in one simple equation instead of having extra definitions and sets and things floating around.


If it is not possible to isolate the x in the first equation, perhaps someone could explain the (presumably) more simple problem of simplifying an equation that contains sine? I've got an equation for a two waves that intersect with the x-axis and each other at every integer between a and b... But I've been unable to perform the simple process of solving for those intersections... When I've tried (assuming I'm setting up such an elementary problem correctly ><), I always run into the sine... And if I cancel it out with sine[tex]^{-1}[/tex], I don't get all of the values that the actual equation gives-- because sine modulates whatever input I give it, and I can't account for that in my solution...

I'd prefer to isolate x in the equation I've posted above... But if that isn't possible, the intersection of the two wave functions and the x-axis would be sufficient.
 
If I understand your problem correctly, this is just an application of the implicit function theorem? f(x,n) is your function, P=(a,b) is a point satisfying f(P)=0. If df/dx<>0 in P, then there exists a unique function g so that f(g(n),n)=f(x,n) (so g(n)=x) in an open interval round x.
 
  • #10
If I understand your problem correctly, this is just an application of the implicit function theorem? f(x,n) is your function, P=(a,b) is a point satisfying f(P)=0. If df/dx<>0 in P, then there exists a unique function g so that f(g(n),n)=f(x,n) (so g(n)=x) in an open interval round x.

I'm not exactly sure of what you mean, having not learned this level of mathematics... But, from what I can tell and from what I've researched, I'm pretty sure that you're right. That is what I'm trying to do, although I don't know how to use differential equations or the implicit function theorem-- I only about them and what they are in basic terms ><.
 
  • #11
It only means that your function is solvable (and unique) in an open interval round x. It does not tell what or how you should solve it. It only tells that your quest for such a function will not be fruitless.

In most cases, it is sufficient just to know that such a function exists, without having to search explicitly for one. You can also find things like first deriviative in a point, without having to know the function.

Do you want such a function explicitly? (I take it we assume a<=b, positive integers)
 
  • #12
Dr Avalanchez said:
It only means that your function is solvable (and unique) in an open interval round x. It does not tell what or how you should solve it. It only tells that your quest for such a function will not be fruitless.

In most cases, it is sufficient just to know that such a function exists, without having to search explicitly for one. You can also find things like first deriviative in a point, without having to know the function.

Do you want such a function explicitly? (I take it we assume a<=b, positive integers)

Thank you for the explanation.

Yes, I want such a function explicitly. And yes again, a<=b, positive integers.
 
  • #13
Thank you all for your help, but the answer randomly came to me. I've found the function, so this thread is no longer necessary.

Thank you all very much ^_^
 

Similar threads

  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 3 ·
Replies
3
Views
5K
  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 14 ·
Replies
14
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 8 ·
Replies
8
Views
5K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 17 ·
Replies
17
Views
4K
  • · Replies 2 ·
Replies
2
Views
3K