What is Symmetry about a Point (p,q) and its Relationship to Function Values?

  • Thread starter Thread starter KingKendrick
  • Start date Start date
  • Tags Tags
    Point Symmetry
Click For Summary
SUMMARY

A function f is symmetric about a point (p,q) if the condition f(p-x) + f(p+x) = 2f(p) holds for all x in the interval of interest. The discussion clarifies that if (p,q) is on the graph, then f(p)=q, f(p+x)=q+y, and f(p-x)=q-y. Participants confirmed that by substituting these values, one can derive the symmetry condition without needing integrals, ultimately proving that f(p+x) + f(p-x) = 2f(p).

PREREQUISITES
  • Understanding of function symmetry
  • Familiarity with algebraic manipulation
  • Basic knowledge of coordinate geometry
  • Concept of function values at specific points
NEXT STEPS
  • Study the properties of symmetric functions in detail
  • Explore examples of functions symmetric about points
  • Learn about transformations in coordinate geometry
  • Investigate the implications of symmetry in calculus
USEFUL FOR

Students studying mathematics, particularly those focusing on algebra and geometry, as well as educators looking for examples of function symmetry in teaching materials.

KingKendrick
Messages
12
Reaction score
0

Homework Statement



A function f is said to symmetric about a point (p,q) if whenever the point (p-x, q-y) is on the graph of f, then the point (p + x, q - y) is also on the graph. Said differently, f is symmetric about a point (p,q) if the line through the points (p,q) and (p+x, q+y) on the graph of y=f(x) intersects the graph at the point (p-x, q-y). Show that a function symmetric about the point (p,q) satifies f(p-x) + f(p+x) = 2f(p) for all x in the interval of interest.

Homework Equations



f(p-x) + f(p+x) = 2f(p)

The Attempt at a Solution



This questions completely contrasts the questions we had been attempting in class. I have never seen anything like this. I tried taking integrals of functions I thought were symmetrical but I could really use some help getting started.

Thanks.
 
Physics news on Phys.org
KingKendrick said:

Homework Statement



A function f is said to symmetric about a point (p,q) if whenever the point (p-x, q-y) is on the graph of f, then the point (p + x, q - y) is also on the graph. Said differently, f is symmetric about a point (p,q) if the line through the points (p,q) and (p+x, q+y) on the graph of y=f(x) intersects the graph at the point (p-x, q-y). Show that a function symmetric about the point (p,q) satifies f(p-x) + f(p+x) = 2f(p) for all x in the interval of interest.

Homework Equations



f(p-x) + f(p+x) = 2f(p)

The Attempt at a Solution



This questions completely contrasts the questions we had been attempting in class. I have never seen anything like this. I tried taking integrals of functions I thought were symmetrical but I could really use some help getting started.

Thanks.

No integrals are needed. If (p,q) is on the graph then f(p)=q. If (p+x,q+y) is on the graph then f(p+x)=q+y. Similar for (p-x,q-y). Write all of those down and try to eliminate the q and y.
 
Last edited:
Could you be a bit more specific or rephrase what you said please?

I wrote

f(p)=q
f(p+x)=q+x
f(p-x)=q-x

and I'm still struggling to figure out what to do next. Would I have to make them equal to each other? What exactly did you mean when you said "eliminate the q"?

Thanks for your help.
 
KingKendrick said:
Could you be a bit more specific or rephrase what you said please?

I wrote

f(p)=q
f(p+x)=q+x
f(p-x)=q-x

and I'm still struggling to figure out what to do next. Would I have to make them equal to each other? What exactly did you mean when you said "eliminate the q"?

Thanks for your help.

I meant add the last two equations and substitute the first one. But thinking about it you probably shouldn't assume x=y. Just leave it as:

f(p)=q
f(p+x)=q+y
f(p-x)=q-y

But same idea.
 
Ok, I made progress but I don't know if I am answering the question or if I am doing something completely random.

Prove: f(p+x) + f(p-x) = 2f(p)

If we can assume

f(p)=q
f(p+x)=q+y
f(p-x)=q-y

then

f(p+y) + f(p-y) = 2q + 0
f(p) + f(y) + f(p) - f(y) = 2q
2f(p) = 2q

We know f(p) = q so...

2f(p) = 2f(p)

Am I doing something right?
 
Last edited:
KingKendrick said:
Ok, I made progress but I don't know if I am answering the question or if I am doing something completely random.

Prove: f(p+x) + f(p-x) = 2f(p)

If we can assume

f(p)=q
f(p+x)=q+y
f(p-x)=q-y

then

f(p+y) + f(p-y) = 2q + 0
f(p) + f(y) + f(p) - f(y) = 2q
2f(p) = 2q

We know f(p) = q so...

2f(p) = 2f(p)

Am I doing something right?

You are doing a few things wrong. Why did you change f(p+x) into f(p+y) and saying f(p+y)=f(p)+f(y) is generally wrong. You don't have to do that. You'll get f(p+x)+f(p-x)=2q, and q=f(p). Soooo? You are almost there.
 
Last edited:
Dick said:
You are doing a few things wrong. Why did you change f(p+x) into f(p+y) and saying f(p+y)=f(p)+f(y) is generally wrong. You don't have to do that. You'll get f(p+x)+f(p-x)=2q, and q=f(p). Soooo?

Haha. I haven't done math for 2 semesters so I'm a bit rusty.

So I revised it to this

f(p+x) + f(p-x) = 2f(p)

f(p)= q
f(p+x) = q+y
f(p-x) = q-y

f(p+x) + f(p-x) = (q+y) + (q-y)
f(p+x) + f(p-x) = 2q

we know f(p) = q so substituting this in the 2q we get

f(p+x) + f(p-x) =2f(p)
 
KingKendrick said:
Haha. I haven't done math for 2 semesters so I'm a bit rusty.

So I revised it to this

f(p+x) + f(p-x) = 2f(p)

f(p)= q
f(p+x) = q+y
f(p-x) = q-y

f(p+x) + f(p-x) = (q+y) + (q-y)
f(p+x) + f(p-x) = 2q

we know f(p) = q so substituting this in the 2q we get

f(p+x) + f(p-x) =2f(p)

Yeah, not so hard, right?
 
Dick said:
Yeah, not so hard, right?

I guess I was thinking it was going to be a tough problem requiring integrals, I actually had the answer at one point and thought it was too obvious and discarded it.

Thanks for all your help!
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
1
Views
2K
Replies
7
Views
1K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 1 ·
Replies
1
Views
2K