Intro to University Mathematics Problems
Intro to University Mathematics Problems
Given |z| = 1 implies that z * conjugate(z) = 1. Let z = e^(iθ), then Im(z(z+1)^2) = Im(e^(iθ)(e^(iθ)+1)^2). Expanding, we get e^(iθ)(e^(i2θ) + 2e^(iθ) + 1). The imaginary parts pair to cancel since they are symmetric across the imaginary axis due to the unit circle constraint, leading to Im(z(z+1)^2) = 0. Geometrically, z lies on the unit circle in the complex plane, meaning all such vectors maintain symmetry about the real axis along these transformations, reflecting the constraint .
If 2 divides n, then n = 2k for some integer k. Therefore, n^2 = (2k)^2 = 4k^2, which is divisible by 2, as it is clearly a multiple of 2. Conversely, if 2 divides n^2, then n^2 = 2m for some integer m. Suppose n is odd, i.e., n = 2k + 1 for some integer k. Then n^2 = (2k + 1)^2 = 4k^2 + 4k + 1, which is not divisible by 2 (since it leaves a remainder of 1 when divided by 2). Hence, n cannot be odd and must be even, meaning 2 divides n .
Sequences and series are related concepts where a series is the sum of terms of a sequence. Similarly, derivatives and integrals are complementary operations; differentiation is the inverse operation of integration. In sequences, forming a series (integral) sums terms analogous to finding the area under a curve. Conversely, differentiating (considered inverse in some sense) reconstructs the sequence term (original function). Integrating then differentiating often results in the initial function (or close, depending on constants of integration), similar to reconstructing a sequence from a series .
For the nth iteration, the number of sides S_n = 3*4^(n-1). The length of each side L_n = (1*(1/3)^n), hence P_n = S_n * L_n = 3 * (4/3)^n. The area approaches a finite limit as n approaches infinity, calculated as Area = (2/5)*√3, confirming its fractal nature as the perimeter becomes infinite with bounded area .
The matrix that represents an anticlockwise rotation of θ = 3π/4 radians is given by: [[cos(3π/4), -sin(3π/4)], [sin(3π/4), cos(3π/4)]] = [[-√2/2, -√2/2], [√2/2, -√2/2]].
The Dirichlet function is a classic example of a function that is discontinuous everywhere. It is defined as f(x) = 1 if x is rational and f(x) = 0 if x is irrational. Since between any two rationals, there exist irrationals and vice versa, the function does not have continuity at any point .
The formula for the maximum number of pieces P(n) you can make with n straight cuts is given by P(n) = (n(n+1)/2) + 1. This is derived by observing that each new cut can intersect all previous cuts, and number of intersections is n choose 2, giving rise to additional pieces beyond the previous total .
Let x(t) represent the number of radioactive atoms at time t. The differential equation describing the decay process is dx/dt = -kx, where k is a positive constant representing the decay rate. The solution of this equation is x(t) = x_0 * e^(-kt), where x_0 is the initial number of atoms .

