Rational functions w/ common factors don't simplify?

Click For Summary

Discussion Overview

The discussion revolves around the simplification of rational functions, specifically addressing why certain common factors do not cancel out in the context of undefined values. Participants explore the implications of domain restrictions and the conditions under which simplifications can be made, focusing on both theoretical and practical aspects.

Discussion Character

  • Debate/contested
  • Conceptual clarification
  • Mathematical reasoning

Main Points Raised

  • Some participants express confusion about why the factor (x-4) in the rational function P(x)=(x^2-3x-4)/(x-4) does not cancel out, despite the function appearing to graph similarly to y=x+1 for x≠4.
  • Others clarify that P(x) is not equal to x+1 at x=4 because P(x) is undefined at that point, while x+1 is defined.
  • One participant questions the ability to reduce the expression [(x+1)(x-4)]/(x-4) to (x+1) and seeks further understanding of the conditions preventing this simplification.
  • Another participant emphasizes that algebraic rules stem from the properties of numbers, suggesting that undefined expressions cannot be manipulated in the same way as defined ones.
  • Some participants propose that if one is aware that x will never equal 4 in a practical application, simplification may be acceptable, while others argue that this does not hold in pure mathematics.
  • A later reply discusses a different rational function F(x)=[(X+1)(X^2+1)]/(X^2+1), suggesting that since (X^2+1) never equals zero, it can be simplified without issue.
  • Participants note the importance of clearly stating assumptions in mathematical reasoning, particularly in contexts like physics and engineering, where such assumptions may be implicit.

Areas of Agreement / Disagreement

Participants generally agree on the importance of domain restrictions in simplifications, but there remains disagreement on the application of these principles in different contexts, particularly between pure mathematics and applied scenarios.

Contextual Notes

Limitations include the need for clarity on assumptions regarding the domain of functions and the implications of undefined values in rational expressions. The discussion highlights the nuanced understanding required when dealing with rational functions and their simplifications.

TheTinCook
Messages
5
Reaction score
0
Say we have a rational function P(x)=(x^2-3x-4)/(x-4)=[(x+1)(x-4)]/(x-4)

I'm a little confused as to why the (x-4) doesn't cancel out. It graphs the same as y=x+1 for x≠4. I feel like I'm missing something from the order of operations.
 
Physics news on Phys.org
You said it yourself, if [itex]x\neq 4[/itex], then

[tex]P(x)=x+1[/tex]

But if x=4, then

[tex]P(x)\neq x+1[/tex]

since the left-hand side is not defined, but the right-hand side is.

So the difference between P(x) and x+1 is that P(x) is not defined in 4, while x+1 is. So the two cannot be equal.

If your domain is [itex]\mathbb{R}\setminus \{4\}[/itex], then P(x)=x+1 does hold.
 
Thanks!

I think the part I'm getting stuck on is why [(x+1)(x-4)]/(x-4)≠(x+1)
 
TheTinCook said:
Thanks!

I think the part I'm getting stuck on is why [(x+1)(x-4)]/(x-4)≠(x+1)

It has already been explained why: the left-hand side is undefined at x=4.
 
I understand why the left hand side is undefined, I just don't get why it can't be reduced to the lowest terms in the first place.
 
It can't be reduced since it's undefined. You can't do anything without undefined things.
 
If the left hand side is undefined and the right hand side is defined, there is no equality. If there is no equality, then it can't be reduced. It doesn't work the other way. The rules of algebra stem from the facts about how numbers work, not the other way around.

If this were to come up in an application, and you knew you were never going near [itex]x=4[/itex] then you could reduce it. But in pure math, it does not work this way.
 
DrewD said:
If this were to come up in an application, and you knew you were never going near [itex]x=4[/itex] then you could reduce it. But in pure math, it does not work this way.
Eh? It works that way in "pure math" too; when x is restricted to being unequal to 4, both sides make sense and are equal.
 
See, I get confused when I see things like this
Fundamental Principle of
Rational Expressions

For any rational expression.P/Q, and any polynomial R, where, R≠0, then (PR)/(QR)=P/Q
from some college website I can't link to because I don't have enough posts yet.

This means if there is a real solution for R=0, then I can't just simplify it away?

So if the function was F(x)=[(X+1)(X^2+1)]/(X^2+1), I could factor out the (X^2+1) because it never = 0?

Thanks again for all your patient help. Sorry for being slow on the uptake.
 
  • #10
TheTinCook said:
See, I get confused when I see things like this
from some college website I can't link to because I don't have enough posts yet.

This means if there is a real solution for R=0, then I can't just simplify it away?

So if the function was F(x)=[(X+1)(X^2+1)]/(X^2+1), I could factor out the (X^2+1) because it never = 0?

Thanks again for all your patient help. Sorry for being slow on the uptake.

You could factor that expression just fine, since [(X+1)(X^2+1)]/(X^2+1)] = X+1 for every real number.
 
  • #11
Yes,

[tex]\frac{(x+1)(x^2+1)}{x^2+1}=x+1[/tex]

for all [itex]x\in \mathbb{R}[/itex]. There are no undefined situations here for real x.
 
  • #12
Ah, I'm starting to get a glimmer of understanding. Thanks guys!
 
  • #13
Eh? It works that way in "pure math" too; when x is restricted to being unequal to 4, both sides make sense and are equal.

You're right sorry. I was getting at the fact that often in physics and engineering the restriction isn't mentioned because of physical assumptions. It was an unnecessary comment.
 
  • #14
DrewD said:
You're right sorry. I was getting at the fact that often in physics and engineering the restriction isn't mentioned because of physical assumptions. It was an unnecessary comment.
You just had the misfortune of hitting a pet peeve of mine: when someone leaves an important assumption out of a problem, works on the problem, then suddenly uses that assumption to justify some step just before going on an aside to point out how important 'physical reasoning' is because you couldn't justify the step with mathematics.

While such reasoning is often justifiable, the aside really isn't, and I think I've most often seen trivial situations, like assuming [itex]x \neq 4[/itex] or that some function vanishes at infinity or some other such thing that is trivial to spell out.

And, for the record, 'physical reasoning' isn't the exclusive domain of physicists and engineers -- other disciplines reason in the same sort of fashion about their subject. Even mathematicians do, although I think they're more likely than most to review a completed argument to fix up the details.
 
  • #15
in other words, it is not a matter of "you can't cancel". What is true is that
[itex]\frac{x^2- 3x- 4}{x- 4}= x+ 1[/itex]
as long as [itex]x\ne 4[/itex]. Of course, they are not equal when x= 4 because then the right side is 5 and the left side is not defined.
 

Similar threads

  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 53 ·
2
Replies
53
Views
7K
  • · Replies 36 ·
2
Replies
36
Views
7K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 4 ·
Replies
4
Views
4K
Replies
7
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K