- #1
squenshl
- 479
- 4
Homework Statement
I found when z = 1 the Taylor series expansion for z1/3 by taking 11/3 = 1.
What if I was taking 11/3 = omega = e2i pi/3
squenshl said:Homework Statement
I found when z = 1 the Taylor series expansion for z1/3 by taking 11/3 = 1.
What if I was taking 11/3 = omega = e2i pi/3
And yes, you plug in [itex]z_0=e^{2n\pi i/3}[/itex] for each term in the Taylor series where n=0, 1 or 2 for each surface of the function.
f[z_] := z^{1/3};
f2[z_] := Exp[2*Pi*(I/3)]*f[z];
z0 = 1;
mySeries =
N[Sum[((D[f2[z], {z, n}] /. z -> z0)/
n!)*(z - z0)^n, {n, 0, 10}]]
thePartialRiemannSurface = Plot3D[Re[f2[x + I*y]],
{x, -2, 2}, {y, -2, 2},
PlotStyle -> Opacity[0.2]]
mySeriesPlot = Plot3D[Re[mySeries] /.
z -> x + I*y, {x, 0.1, 1.9},
{y, -0.9, 0.9}, PlotStyle -> Red]
Show[{thePartialRiemannSurface, mySeriesPlot}]
squenshl said:So my series is wrong.
I put it into wolframalpha and get my series.
The formula for calculating 11/3 with complex numbers using z1/3 is (11/3)^(1/3).
To solve for z1/3, you need to first convert 11/3 to a complex number, such as 11/3 + 0i. Then, you can use the formula (11/3)^(1/3) to calculate the cube root of 11/3.
Yes, complex numbers can be used to calculate fractions. The formula for calculating 11/3 with complex numbers is (11/3)^(1/3), where the cube root of 11/3 is taken using the complex number system.
Yes, there is a difference between calculating 11/3 with complex numbers and real numbers. Complex numbers include both real and imaginary components, while real numbers only include the real component. This means that complex numbers can produce a more accurate result when calculating fractions like 11/3.
Complex numbers are used in various fields such as mathematics, physics, engineering, and computer science. They can be applied in solving problems involving electrical circuits, quantum mechanics, fluid dynamics, and signal processing. In the case of calculating fractions like 11/3, complex numbers can provide a more precise solution compared to using only real numbers.