How Do I Visualize Complex Zeros of a Quadratic Equation?

  • Context: Undergrad 
  • Thread starter Thread starter vrc
  • Start date Start date
  • Tags Tags
    Complex
Click For Summary

Discussion Overview

The discussion revolves around the visualization of complex zeros of a quadratic equation, specifically the equation f(x) = 3x^2 + 7x + 10. Participants explore how to represent these complex roots graphically and their relationship to the function's behavior in the complex plane.

Discussion Character

  • Exploratory
  • Technical explanation
  • Conceptual clarification
  • Debate/contested

Main Points Raised

  • One participant calculates the complex zeros of the quadratic equation and seeks ways to visualize them, comparing it to simpler cases with real roots.
  • Another participant explains that a root of a polynomial corresponds to a factor of that polynomial, prompting a discussion on how to rewrite the given quadratic in terms of its roots.
  • Several participants discuss the implications of complex roots on the graph of the quadratic function, noting that the graph does not intersect the x-axis when complex roots are present.
  • A participant introduces the idea of visualizing complex functions as surfaces in 3D, where the real and imaginary parts can be represented as separate dimensions.
  • One participant suggests a specific online demonstration to help visualize complex zeros, emphasizing the need for interactive visualization to understand the behavior of complex functions better.
  • Another participant describes the relationship between real and complex functions, suggesting that every real function can be viewed as a slice of a more general complex function.
  • Discussion includes the analogy of complex zeros as points in a fluid flow, where the zeros represent points of zero velocity.

Areas of Agreement / Disagreement

Participants express varying degrees of understanding regarding the visualization of complex zeros, with some agreeing on the conceptual framework while others remain uncertain about practical visualization methods. There is no clear consensus on a single method for visualizing these complex roots.

Contextual Notes

Participants mention limitations in visualizing complex functions, particularly in static plots versus interactive representations. There is also a recognition that understanding complex functions requires a grasp of their real and imaginary components.

Who May Find This Useful

This discussion may be useful for students and enthusiasts of mathematics and physics who are interested in complex analysis and the visualization of complex functions.

vrc
Messages
32
Reaction score
0
hey,

I was solving the following equation: f(x) = 3x^2+7x+10
this gives me the following complex zeros:

-1.17+1.404i
-1.17-1.404i

I rewrite those as

-(1.17-1.4041i)
-(1.17+1.404i)

How do I visualize this complex zeros, because like f(x)=x^2-2x+1=(x-1)^2
that is the multiplication between 2 functions (x-1)
is there some kind of relation between those interpretations ?


thank you !
 
Physics news on Phys.org
A nice fact to know is that a is a root of f(x) if and only if (x-a) is a factor of f(x). So, if a polynomial f(x) has roots a1, a2, ... , an, and leading coefficient b, we can write f(x) as:

f(x) = b(x-a1)(x-a2)...(x-an).

In the case of f(x)=x^2-2x+1, x = 1 is a double root, so we can write f(x) as:

f(x) = (x-1)(x-1) = (x-1)2

Knowing this, how do we rewrite f(x) for your problem?
 
well I had already calculated that in my course:

f(x) = 3x^2+7x+10=3*(x+(1.17-1.404i))*(x+(1.171.404i))

it's the last therm I want to have a visual image of like the example I have given:

f(x) = x^2-1 = (x-1)*(x+1) , so g(x) = x-1 multiply with h(x) = x-1 gives (fx) = (x-1)^2 = x^2-2x+1

I hope I answered your question ?

thank you

grtz
 
Yes,
[tex]3x^2+ 7x+ 10= 3(x+(1.17-1.404i))(x+(1.17+ 1.404i))[/tex]
[tex]= 3((x+ 1.17)- 1.404i)((x+ 1.17)+ 1.404i)[/tex]
[tex]= 3((x+ 1.17)^2+ (1.404)^2)[/tex]
 
yes that true, but so far I nobody still give me an answer how I have to visualize the complex zeros

3*(x+(1.17-1.404i))*(x+(1.171.404i))

I can't put this into a plotter because it's not on the xy plane, but on the complex plane isn't a variable x...
so I'm still questioning

thanks

grtz
 
It is not at all clear to me to what you mean by "visualizing" the complex roots. If you mean in the sense that you can see real roots as where the graph crosses the x-axis, you might prefer this: If a quadratic equation has complex roots then its graph will not cross the x-axis but if its vertex is at [itex](x_0, y_0)[/itex] then its complex roots are [itex]x_0\pm i \sqrt{y_0}/a[/itex] where "a" is the leading coefficient.

That can be seen from the form I gave before: If a quadratic equation has leading coefficient a and roots [itex]x_0\pm y_0i[/itex], then it can be written as
[tex]a(x- (x_0+ iy_0))(x- (x_0- iy_0)))= a((x- x_0)^2+ y_0^2)[/tex]

when [itex]x= x_0[/itex], [itex]y= ay_0^2[/itex].
 
thank you for your explenation, now it makes more sense to me !

so I can pressume because that such an equation is rewritable in the form you wrote
and that those zeros are situated around the vertex of the equation
because it isn't real those zeros are then complex

something like this ?

thanks

grtz
 
vrc said:
yes that true, but so far I nobody still give me an answer how I have to visualize the complex zeros

grtz

Assuming you have some experience in complex variables and know that a complex-valued function of a complex variable has a real part and an imaginary part, both of which are surfaces in 3D, this Wolfram demonstration might help you "visualize" complex zeros:

http://demonstrations.wolfram.com/LocationOfComplexRootsOfARealQuadratic/

(place the cursor over the plot, hold down the left mouse button to rotate the plot interactively in order to see it better however I'm not sure if you need Mathematica ver 8 and the associated browser add-on's to get this interaction)
 
Last edited:
very good post !
I have to add an extra dimension to de xy plane, it's like a 3d cartesian plane but on the z plane (assuming the y is vertical and x is horizontal) the imaginary multiples of i.

complex.png


z^2-4z = (x+iy)^2-4(x+iy) = x^2+y^2-4x-2iy,
the real part of this solution is represented by the Re-axle = funttion of x and y, the imaginary solution can be found at the y axle

is this correct ?

thank you
 
  • #10
vrc said:
very good post !
I have to add an extra dimension to de xy plane, it's like a 3d cartesian plane but on the z plane (assuming the y is vertical and x is horizontal) the imaginary multiples of i.

z^2-4z = (x+iy)^2-4(x+iy) = x^2+y^2-4x-2iy,
the real part of this solution is represented by the Re-axle = funttion of x and y, the imaginary solution can be found at the y axle

is this correct ?

thank you

Ok, that is really, really confussing and a "static" plot of it like you posted is virtually useless because you can't really see what's going on without having the ability to rotate it interactively.

Let me try to help you. Consider the real function f(x)=x^2-4x. That is really, only a "slice" of the more general complex function f(z)=z^2-4z in which the imaginary part of z=x+iy is simply set to zero. Now consider the more general case by letting the complex variable z=x+iy. Then we have:

[tex]f(z)=z^2-4z[/tex]

So that in terms of the variables x and y we can write:

[tex]f(z)=u(x,y)=(x+iy)^2-4(x+iy)[/tex]

[tex]u(x,y)=x^2+2xyi-y^2-4x-4iy[/tex]

[tex]u(x,y)=x^2-y^2-4x+i(2xy-4y)[/tex]

So that the real and imaginary components of f(z) are then:

[tex]Re(f)=x^2-y^2-4x=g(x,y)[/tex]

[tex]Im(f)=2xy-4y=h(x,y)[/tex]

Ok, then g(x,y) and h(x,y) are really functions of two variables x and y and these functions are surfaces in 3D and that demonstration is then plotting g(x,y) and h(x,y) and then superimposing the "complex zeros" on them where the functions g(x,y) and h(x,y) are zero at the same time.
 
Last edited:
  • #11
vrc said:
How do I visualize this complex zeros,

A classic picture of the zeros of a complex polynomial comes from viewing is as describing an incompressible fluid that flows along the the lines, real part = constant. The zeros of the function are the points where the velocity of the flow is zero.

You can find pictures of this in many books.
 
  • #12
these are the answers I looked for !
no offence to other replies!

so I can assume every real 2d function is a part of a greater 3d complex function where the imaginary part is defined zero ...

somehting like this ?

thank you !

grtz
 
  • #13
vrc said:
these are the answers I looked for !
no offence to other replies!

so I can assume every real 2d function is a part of a greater 3d complex function where the imaginary part is defined zero ...

somehting like this ?

thank you !

grtz

Close enough: Every function f(x,y) of two variables, including functions such as f(x,y)=3, f(x,y)=2x and the likes, is the real part of some complex function h(z)=h(x,y)=f(x,y)+ig(x,y) and when g(x,y)=0, then h(z)=f(x,y)=a real function.
 
  • #14
and that is why it's called imaginary because it's still there but for real functions it has the value 0.

now this alle make's more and more sense, I can calculate with complex numbers and function, but hadn't no clue what actually happens in a graph

htank you so much

if you have even more (good) information like pdf's etc.., I'd like to have those !

grtz
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 14 ·
Replies
14
Views
5K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 8 ·
Replies
8
Views
1K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K