Solve Symmetry Continued Homework: f(x)+f(a+b-x)=2f((a+b)/2)

  • Thread starter KingKendrick
  • Start date
  • Tags
    Symmetry
In summary: So r should be the same everywhere in the expression, and that would be the r in the equation. Sorry, I'm still having trouble understanding it. :(The r in the equation would be the same as the r in the brackets in the statement.
  • #1
KingKendrick
12
0

Homework Statement


This is the second part of a question I asked earlier.
I tried to figure it out but was having trouble even with 4 of my peers.

PART 1 (SOLVED)

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.


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)


Part 2 UNSOLVED:

Suppose that f is a continuous function on the interval |a,b| and is symmetric about the point ((a+b)/2,f(a+b)/2) (the point whose x coordinate is the midpoint of [a,b] and whose y coordinate is the corresponding point on the graph of f). Using Step 1, show that f satisfies f(x) + f(a+b-x) = 2f(a+b)/2) for all x in [a,b].


Homework Equations





The Attempt at a Solution



I made a few attempts but none of them seem to incorporate the first step. Can anyone please help me get started atleast?
 
Physics news on Phys.org
  • #2
The right hand side looks like the 2f(p) you had in Step 1. Can you find a p and an x (as in step 1, but x is used differently in step 2 so let's call it r instead) so that f(x) + f(a + b - x) = 2 f((a + b) / 2) is written as f(p + r) + f(p - r) = 2 f(p) ?
 
  • #3
CompuChip said:
The right hand side looks like the 2f(p) you had in Step 1. Can you find a p and an x (as in step 1, but x is used differently in step 2 so let's call it r instead) so that f(x) + f(a + b - x) = 2 f((a + b) / 2) is written as f(p + r) + f(p - r) = 2 f(p) ?


Would the f(p) be the f(a+b)/2 in this case? Sorry, but I'm having a bit of of trouble understanding the question as a whole.
 
  • #4
Be careful with the brackets!
It is f((a+b)/2) which is indeed f(p) for p = (a+b)/2, as you said.
I.e. you take the average of a and b and plug that into f. This is different from what you wrote: f(a+b)/2 is half of the function value of the sum of a and b, i.e. 1/2 * f(a+b).

It's OK if you don't "understand" the question, sometimes you just have to do the algebra :)
What the statement tries to say, is that if f is symmetric around the "center of the graph" (i.e. around the given point), then the average of two function values which are equally far from the endpoint is the average function value over the whole interval.
E.g. if you take a = 0, b = 10, then it says that
f(0) + f(10) = f(1) + f(9) = ... = f(4) + f(6) = f(5) + f(5) (= 2 f(5)).
 
  • #5
CompuChip said:
Be careful with the brackets!
It is f((a+b)/2) which is indeed f(p) for p = (a+b)/2, as you said.
I.e. you take the average of a and b and plug that into f. This is different from what you wrote: f(a+b)/2 is half of the function value of the sum of a and b, i.e. 1/2 * f(a+b).

It's OK if you don't "understand" the question, sometimes you just have to do the algebra :)
What the statement tries to say, is that if f is symmetric around the "center of the graph" (i.e. around the given point), then the average of two function values which are equally far from the endpoint is the average function value over the whole interval.
E.g. if you take a = 0, b = 10, then it says that
f(0) + f(10) = f(1) + f(9) = ... = f(4) + f(6) = f(5) + f(5) (= 2 f(5)).
Ok! Thanks for that.

So pretty much I converted the -> 2f((a+b)/2) into 2f(p), as in the last question.

I'm still having trouble converting the f(x) into f(p+r) and f(a+b-x) into f(p-r).
What would be the r?

I understand the equation, but the conversion is still lost, I feel like I'm not picking up something obvious.
 
Last edited:
  • #6
Anyone? Still having trouble. :(
 
Last edited:
  • #7
Well, obviously p should be the same everywhere in the expression, so if you compare the arguments to f, you get
$$x = p + r = (a + b)/2 + r$$
$$a + b - x = p - r$$

Actually the first one is enough to determine r but you can use the other one for verification.
 
  • #8
How exactly did you get the first part there?

Is it saying f(x) = f(p+r) = f((a+b/2)+r)?
and f(a+b-x) = f(p-r)?

Sorry for all the questions but I need this in about 12 hours and I'm kind of panicking.
 
  • #9
KingKendrick said:
So pretty much I converted the -> 2f((a+b)/2) into 2f(p), as in the last question.

You said you "converted" f((a+b)/2) into f(p).
I assumed that what you meant was, that you defined p to be (a+b)/2.

Maybe I went a bit too fast in assuming that you got my point earlier, so let me try to go back and explain that again. In Part 1 of the question, you have shown that f(p-x) + f(p+x) = 2f(p).
In Part 2, you want to show that f(x) + f(a+b-x) = 2f(a+b)/2).

Since both contain an x with a different meaning, let me rename x to r in the first one.
Now if you write down those two things:
$$
\begin{matrix}
f(p - r) & + & f(p + r) & = 2 & f(p) \\
f(x) & + & f(a+b-x) & = 2 & f( \tfrac12(a+b) )
\end{matrix}
$$

By just looking at that, you will (hopefully) see that they are very similar. If you could find p and r such that the two lines become the same, you can apply the theorem you have proved in Part 1 to that particular p and r. Do you agree so far?
 
  • #10
CompuChip said:
You said you "converted" f((a+b)/2) into f(p).
I assumed that what you meant was, that you defined p to be (a+b)/2.

Maybe I went a bit too fast in assuming that you got my point earlier, so let me try to go back and explain that again. In Part 1 of the question, you have shown that f(p-x) + f(p+x) = 2f(p).
In Part 2, you want to show that f(x) + f(a+b-x) = 2f(a+b)/2).

Since both contain an x with a different meaning, let me rename x to r in the first one.
Now if you write down those two things:
$$
\begin{matrix}
f(p - r) & + & f(p + r) & = 2 & f(p) \\
f(x) & + & f(a+b-x) & = 2 & f( \tfrac12(a+b) )
\end{matrix}
$$

By just looking at that, you will (hopefully) see that they are very similar. If you could find p and r such that the two lines become the same, you can apply the theorem you have proved in Part 1 to that particular p and r. Do you agree so far?

Yes that makes sense. But the statement that was posted earlier.

x=p+r=(a+b)/2+r

a+b−x=p−r

How would I apply this?
 
Last edited:

1. What is the equation for symmetry formula?

The equation for symmetry formula is f(x)+f(a+b-x)=2f((a+b)/2). This formula is used to determine if a function is symmetric about a certain point or line.

2. What does f(x) represent in the symmetry formula?

In the symmetry formula, f(x) represents the function that is being evaluated. This can be any mathematical function, such as a polynomial or trigonometric function.

3. How do you use the symmetry formula to solve a problem?

To solve a problem using the symmetry formula, you must first identify the point or line of symmetry. Then, plug in the given values for x and a+b-x into the formula. If the two sides of the equation are equal, then the function is symmetric about the given point or line.

4. What is the significance of the number 2 in the symmetry formula?

The number 2 in the symmetry formula represents the fact that a symmetric function has equal values on both sides of the point or line of symmetry. This means that if you plug in a value for x on one side, you will get the same result as plugging in a value for a+b-x on the other side.

5. Can the symmetry formula be used for any type of function?

Yes, the symmetry formula can be used for any type of function. It is a general formula that can be applied to polynomial, exponential, logarithmic, and trigonometric functions, among others.

Similar threads

  • Calculus and Beyond Homework Help
Replies
3
Views
284
  • Calculus and Beyond Homework Help
Replies
1
Views
281
  • Calculus and Beyond Homework Help
Replies
5
Views
1K
  • Calculus and Beyond Homework Help
Replies
5
Views
525
  • Calculus and Beyond Homework Help
Replies
4
Views
2K
Replies
8
Views
3K
  • Calculus and Beyond Homework Help
Replies
6
Views
1K
  • Calculus and Beyond Homework Help
Replies
2
Views
275
  • Calculus and Beyond Homework Help
Replies
32
Views
2K
Back
Top