Proof of Complex Number Conjugates

AI Thread Summary
The discussion revolves around proving that for a quadratic function y = f(x) = ax^2 + bx + c, the complex conjugate of the function evaluated at the conjugate of x equals the conjugate of the function evaluated at x, expressed as y* = f(x*). Participants clarify that complex conjugation applies to the value of f(x) rather than the function itself. There is confusion regarding the application of conjugation to the roots of the function, with suggestions to explore the arithmetic properties of conjugation instead of separating real and imaginary components. The conversation highlights the importance of understanding the definitions and properties of complex conjugates in this context. Ultimately, the participants aim to clarify the logical steps needed to complete the proof.
typeinnocent
Messages
14
Reaction score
0

Homework Statement


Consider: y = f(x) = ax^2+bx+c, where a, b and c are real constants. Prove that y*=f(x*)


Homework Equations


conjugate of a complex number x=a+jb and x*=a-jb


The Attempt at a Solution


You can show the answer of f(x*) by substituting (a-jb) for each x in f(x), but I was confused on how you do the conjugate of an entire function. Would you try to find the roots of y and f(x*) each and then take the conjugate roots of y, and if they are the same then y*= f(x*)?
 
Physics news on Phys.org
typeinnocent said:
but I was confused on how you do the conjugate of an entire function.
In everything you've written, conjugation is only being applied to complex values, so I'm not sure why you're asking this.

Actually, in everything you've written, the only expressions that have been conjugated are the variables themselves. But even in an expression like
f(x)*
complex conjugation is being applied to the value of f(x), not to f.


As an aside, you have an error in your grammar (which may betray a misundersanding of logic): you probably meant
(Definition of the) conjugate of a complex number: If x=a+jb then x*=a-jb​
which means something very different from what you wrote.



You'll probably never encounter it so it probably doesn't matter, but the conjugate of the actual function f is f itself. The definition of conjugation should insist that
f*(x*) = f(x)*
and if we invoke the theorem you are trying to prove along with substituting x* for x, we get:
f*(x) = f(x*)* = f(x)​
so the functions f* and f are equal. (Because they are "pointwise equal" -- they have the same value on every input)
 
Last edited:
I'm sorry, but I'm really confused by your explanation. You said that for f(x)*, "complex conjugation is being applied to the value of f(x)." Do you mean then, that the complex conjugation is being applied to the roots of f(x), since those give the values of f(x)?

Perhaps I'm reading my question wrong, so let me try to phrase it the way I'm understanding it - maybe then you can help me clarify my thinking. I also didn't realize until now that we're supposed to let x = \alpha+j\beta, so that may also be a component of my misunderstanding.

I solved f(x) for x=\alpha+j\beta, which ended up equaling (a*\alpha^2+b*\alpha+c) + j(2*a*\alpha*\beta-a*\beta^2+b*\beta). When I solved f(x) for x = \alpha-j\beta (the complex conjugate), I got (a*\alpha^2+b*\alpha+c) - j(2*a*\alpha*\beta+a*\beta^2+b*\beta). My guess now would be to take the complex conjugate of the solution of f(x) to see if the two solutions will be equal, but that doesn't happen. The complex conjugate of f(x) is (a*\alpha^2+b*\alpha+c) - j(-2*a*\alpha*\beta+a*\beta^2-b*\beta).

So now perhaps you can tell me if I'm still not understanding the question, or if I'm headed down the wrong path in trying to get the solution. I really appreciate the help!
 
Your method is indeed a reasonable one. But you've made an arithmetic error. :frown:


P.S. once you get this worked out, you might try doing another proof that uses the algebraic properties of *, rather than splitting everything into real and imaginary parts.



Do you mean then, that the complex conjugation is being applied to the roots of f(x), since those give the values of f(x)?
I really have no idea what you mean by that...
 
Back
Top