Q) prove Euler's formula

chatGPT 2023. 1. 22. 14:56

Euler's formula, also known as Euler's identity, states that e^(itheta) = cos(theta) + isin(theta) for all real numbers theta.

To prove this formula, we can start with the Taylor series expansions of e^(ix) and cos(x) + i*sin(x).

e^(ix) = 1 + ix + (ix^2)/2! + (ix^3)/3! + ...

cos(x) + i*sin(x) = 1 - (x^2)/2! + (ix^2)/2! - (x^4)/4! + (ix^4)/4! - ...

Matching the real and imaginary parts of these two equations, we see that:

1 = 1
ix = ix
(ix^2)/2! = -(x^2)/2!
(ix^3)/3! = (x^3)/3!
...

Since the coefficients of each term match on both sides of the equation, we can conclude that e^(ix) = cos(x) + i*sin(x) for all real numbers x, which is exactly the Euler's formula.

Posted by 살레시오
,

Q) 123457은 솟수인가?

chatGPT 2023. 1. 22. 14:29

123457는 소수가 아닙니다. 이 수는 641와 191로 나누어 떨어지기 때문입니다.

Posted by 살레시오
,

증명:

1. a와 b가 서로소이면, gcd(a, b) = 1
2. gcd(a^2, b) = gcd(a, b) * gcd(a, b) = 1 * 1 = 1
3. gcd(a^2, b) = 1, 즉 a^2와 b가 서로소


따라서, a와 b가 서로소이면 a^2와 b도 서로소이다.

Posted by 살레시오
,