Maths
Get insights from 6.5k questions on Maths, answered by students, alumni, and experts. You may also ask and answer any question you like about Maths
Follow Ask QuestionQuestions
Discussions
Active Users
Followers
New answer posted
8 months agoContributor-Level 10
Given a right-angled triangle with one angle π/3 (or 60°), and the side adjacent to it is h/2.
Using the tangent function: tan (π/3) = opposite / adjacent.
Let the adjacent side be 2. Then tan (π/3) = h/2.
We know tan (π/3) = √3.
So, h/2 = √3, which implies h = 2√3.
New answer posted
8 months agoContributor-Level 10
Given a triangle with inradius r and circumradius R.
The inradius r is calculated as r = |0 + 0 - 3| / √2 = 3 / √2.
From the geometry of the triangle, we have the relation r/R = sin (30°) = 1/2.
This gives R = 2r.
The question asks for the sum R + r, which is 2r + r = 3r.
Substituting the value of r, we get 3 * (3/√2) = 9/√2.
∴ R + r = 9/√2.
New answer posted
8 months agoContributor-Level 10
Let x = m(a + λb).
Given m(a + λb) ⋅ (3i + 2j - k) = 0, which leads to λ = -3/8.
The projection of vector x on vector a is given by x ⋅ â, where â is the unit vector of a.
Projection = (x ⋅ a) / |a| = 17√6 / 2
x ⋅ a = (m(a + λb)) ⋅ a = m(a ⋅ a + λ(b ⋅ a)) = m(|a|^2 + λ(b ⋅ a))
The provided text simplifies this to:
m(6 - 3/8 * (-1)) = 17√6 / 2
m * (51/8) = 17 * 6 / 2 (The text seems to have a typo 17x6/2 instead of 17√6 / 2)
Assuming it is 17 * 6 / 2, m * 51/8 = 51, so m = 8.
x = 8(a + (-3/8)b) = 8a - 3b
x = 8( (13/8)i - (14/8)j + (11/8)k ) (The vectors a and b are not fully defined in the provided text)
The final vec
New answer posted
8 months agoContributor-Level 10
The problem provides an equation involving the coordinates (α, β, γ) of a point P:
((α + β + γ) / √3)^2 + ((α - nγ) / √(l^2 + n^2))^2 + ((α - 2β + γ) / √6)^2 = 9
The locus of P(α, β, γ) is given by replacing (α, β, γ) with (x, y, z):
((x + y + z) / √3)^2 + ((lx - nz) / √(l^2 + n^2))^2 + ((x - 2y + z) / √6)^2 = 9
This represents the equation of an ellipsoid. The text proceeds by comparing coefficients. By expanding the equation, the coefficients of x^2, y^2, z^2, and cross-product terms are collected. From the given conditions:
Coefficient of x^2: 1/3 + l^2 / (l^2 + n^2) + 1/6 = 1
Coefficient of y^2: 1/3 + 0 + 4/6
New answer posted
8 months agoContributor-Level 10
If the orthocenter and circumcenter of a triangle both lie on the y-axis, the centroid also lies on the y-axis.
The x-coordinate of the centroid is (x1 + x2 + x3) / 3. If the vertices are (cos α, sin α), (cos β, sin β), (cos γ, sin γ), then the x-coordinate of the centroid is (cos α + cos β + cos γ) / 3.
Since the centroid lies on the y-axis, its x-coordinate is 0.
cos α + cos β + cos γ = 0
Using the identity: If a + b + c = 0, then a^3 + b^3 + c^3 = 3abc.
Let a = cos α, b = cos β, c = cos γ.
Then, cos^3 α + cos^3 β + cos^3 γ = 3 * cos α * cos β * cos γ.
We need to evaluate the expression:
(cos 3α + cos 3β + cos 3γ) / (
New answer posted
8 months agoContributor-Level 10
The numbers 1, log10(4^x - 2), and log10(4^x + 18/5) are in an Arithmetic Progression (A.P.).
This means that the corresponding numbers 10^1, 10^(log10(4^x - 2)), and 10^(log10(4^x + 18/5)) are in a Geometric Progression (G.P.).
So, 10, 4^x - 2, and 4^x + 18/5 are in G.P.
For a G.P., the square of the middle term is equal to the product of the other two terms:
(4^x - 2)^2 = 10 * (4^x + 18/5)
Let y = 4^x.
(y - 2)^2 = 10y + 36
y^2 - 4y + 4 = 10y + 36
y^2 - 14y - 32 = 0
(y - 16)(y + 2) = 0
So, y = 16 or y = -2.
Since y = 4^x, y must be positive. Thus, 4^x = 16, which gives x = 2.
The determinant calculation that follows appears to be unrelated to the
New answer posted
8 months agoContributor-Level 10
Given matrices A = [[a, b], [c, d]] and B = [[α], [β]] where B ≠ [[0], [0]].
The product AB is:
AB = [[a, b], [c, d]] * [[α], [β]] = [[aα + bβ], [cα + dβ]]
From the problem statement AB = B, we have:
aα + bβ = α (i)
cα + dβ = β (ii)
Rearranging these equations:
(a - 1)α + bβ = 0
cα + (d - 1)β = 0
For this system of linear equations to have a non-trivial solution (since B is not the zero matrix), the determinant of the coefficient matrix must be zero.
det([[a-1, b], [c, d-1]]) = 0
(a - 1)(d - 1) - bc = 0
ad - a - d + 1 - bc = 0
ad - bc = a + d - 1
The provided text jumps to the conclusion ad - bc = 2020.
New answer posted
8 months agoContributor-Level 10
Given the integral In = ∫(log|x|)^n / x^19 dx.
Let t = log|x|, which implies x = e^t and dx = e^t dt.
The integral becomes:
In = ∫ e^(-20t) * t^n dt
Using integration by parts, where u = t^n and dv = e^(-20t) dt:
In = [t^n * e^(-20t) / -20] - ∫ n*t^(n-1) * e^(-20t) / -20 dt
In = e^(-20) / -20 - (n / -20) * In-1
20 * In = -e^(-20) + n * In-1
For n = 10: 20 * I10 = e^20 - 10 * I9 (Note: There seems to be a sign inconsistency in the original document's derivation vs. standard integration by parts, the document states e^20 instead of -e^(-20) and proceeds with e^20).
For n = 9: 20 * I9 = e^20 - 9 * I8
From these two equations, we can express e
New answer posted
8 months agoContributor-Level 10
To find the sum Σ[r=0 to 6] (?C?)².
This is the coefficient of x? in the expansion of (1+x)?(x+1)? = (1+x)¹².
By the binomial theorem, (1+x)¹² = Σ[k=0 to 12] ¹²C? x?.
The coefficient of x? is ¹²C?.
¹²C? = (12 * 11 * 10 * 9 * 8 * 7) / (6 * 5 * 4 * 3 * 2 * 1) = 11 * 2 * 3 * 2 * 7 = 924.
Taking an Exam? Selecting a College?
Get authentic answers from experts, students and alumni that you won't find anywhere else
Sign Up on ShikshaOn Shiksha, get access to
- 66k Colleges
- 1.2k Exams
- 691k Reviews
- 1850k Answers

