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 Question
6.5k

Questions

0

Discussions

39

Active Users

0

Followers

New answer posted

8 months ago

0 Follower 13 Views

A
alok kumar singh

Contributor-Level 10

The shortest distance D between two skew lines is given by the formula:
D = | (a? - a? ) ⋅ (b? x b? )| / |b? x b? |
Line L? : (x-1)/2 = (y-2)/3 = (z-4)/4
Line L? : (x-2)/3 = (y-4)/4 = (z-5)/5

Here, a? = I + 2j + 4k, b? = 2i + 3j + 4k
a? = 2i + 4j + 5k, b? = 3i + 4j + 5k

a? - a? = I + 2j + k
b? x b? = | I j k |
| 2 3 4 |
| 3 4 5 |
= I (15-16) - j (10-12) + k (8-9) = -i + 2j - k

D = | (i + 2j + k) ⋅ (-i + 2j - k)| / √ (-1)² + 2² + (-1)²)
= |-1 + 4 - 1| / √ (1 + 4 + 1)
= 2 / √6

New answer posted

8 months ago

0 Follower 5 Views

A
alok kumar singh

Contributor-Level 10

The equation of the plane is given as x + y + z = 42. It is also mentioned that x³ + y³ + z³ = 3xyz.
From the identity, if x³ + y³ + z³ - 3xyz = 0, then x + y + z = 0 or x = y = z.
Given the expression:
3 + (x³ + y³ + z³ - 3xyz) / (xyz)²

Since x³ + y³ + z³ = 3xyz, the expression simplifies to:
3 + 0 = 3

New answer posted

8 months ago

0 Follower 22 Views

A
alok kumar singh

Contributor-Level 10

The problem involves a function f (x) defined by a determinant:
f (x) = | sin²x 1+cos²x cos2x |
| 1+sin²x cos²x cos2x |
| sin²x cos²x sin2x |

Applying the row operation R? → R? - R? , we get:
f (x) = | -1 0 |
| 1+sin²x cos²x cos2x |
| sin²x cos²x sin2x |

Expanding the determinant along the first row:
f (x) = -1 (cos²x * sin2x - cos2x * cos²x) - 1 (1+sin²x)sin2x - sin²x * cos2x)
= -cos²x * sin2x + cos2x * cos²x - sin2x - sin²x * sin2x + sin²x * cos2x
= -sin2x (cos²x + sin²x) + cos2x (cos²x + sin²x) - sin2x
= -sin2x + cos2x - sin2x
= cos2x - 2sin2x

To find the maximum value of f (x), we use the form acosθ + bsinθ, where the m

...more

New answer posted

8 months ago

0 Follower 3 Views

A
alok kumar singh

Contributor-Level 10

The problem is to evaluate the integral:
I = ∫? ¹? [x] * e^ [x] / e^ (x-1) dx, where [x] denotes the greatest integer function.

The solution breaks the integral into a sum of integrals over unit intervals:
I = ∑? ∫? ¹ n * e? / e^ (x-1) dx
= ∑? n * e? ∫? ¹ e^ (1-x) dx
= ∑? n * e? [-e^ (1-x)] from n to n+1
= ∑? n * e? [-e? - (-e¹? )]
= ∑? n * e? (e¹? - e? )
= ∑? n * e? * e? (e - 1)
= (e - 1) ∑? n
= (e - 1) * (0 + 1 + 2 + . + 9)
= (e - 1) * (9 * 10 / 2)
= 45 (e - 1)

New answer posted

8 months ago

0 Follower 7 Views

V
Vishal Baghel

Contributor-Level 10

P (x) = f (x³) + xg (x³) is divisible by x²+x+1. The roots of x²+x+1=0 are the complex cube roots of unity, ω and ω².
P (ω) = f (ω³) + ωg (ω³) = f (1) + ωg (1) = 0 — (I)
P (ω²) = f (ω²)³) + ω²g (ω²)³) = f (1) + ω²g (1) = 0 — (II)
Subtracting (II) from (I): (ω - ω²)g (1) = 0. Since ω ≠ ω², we must have g (1) = 0.
Substituting g (1)=0 into (I) gives f (1) = 0.
We need to find P (1) = f (1³) + 1*g (1³) = f (1) + g (1).
P (1) = 0 + 0 = 0.

New answer posted

8 months ago

0 Follower 56 Views

V
Vishal Baghel

Contributor-Level 10

We want to evaluate S = ∑ (r=1 to 10) r! (r³ + 6r² + 2r + 5).
We can rewrite the polynomial r³ + 6r² + 2r + 5 as (r³+6r²+11r+6) - 9r - 1.
Note that (r+1) (r+2) (r+3) = r³+6r²+11r+6.
So the term is r! [ (r+1) (r+2) (r+3) - 9r - 1] = (r+3)! - (9r+1)r!
Rewrite 9r+1 as 9 (r+1) - 8.
The term is (r+3)! - [9 (r+1)-8]r! = (r+3)! - 9 (r+1)! + 8r!
Let T? = (r+3)! - 9 (r+1)! + 8r! This does not form a simple telescoping series.
Following the OCR's final calculation, the sum simplifies to 13! + 12! - 8 (11!).
= 11! (13*12 + 12 - 8) = 11! (156 + 4) = 160 (11!).

New answer posted

8 months ago

0 Follower 4 Views

V
Vishal Baghel

Contributor-Level 10

The expression to be simplified is (x^ (1/3) - x^ (-1/2)¹? based on the method shown in the OCR.
We need the term independent of x in its binomial expansion.
The general term (T? ) is ¹? C? (x^ (1/3)¹? (-x^ (-1/2)?
The power of x is (10-r)/3 - r/2.
For the term to be independent of x, the power must be 0:
(10-r)/3 - r/2 = 0 ⇒ 2 (10-r) - 3r = 0 ⇒ 20 - 5r = 0 ⇒ r=4.
The coefficient is ¹? C? * (-1)? = ¹? C?
¹? C? = (10*9*8*7)/ (4*3*2*1) = 10 * 3 * 7 = 210.

New answer posted

8 months ago

0 Follower 3 Views

V
Vishal Baghel

Contributor-Level 10

P' (x) = a (x-1) (x+1) = a (x²-1).
P (x) = ∫ P' (x) dx = a (x³/3 - x) + b.
Given P (-3) = 0 ⇒ a (-9+3) + b = 0 ⇒ b = 6a.
Given ∫ P (x)dx = 18. Assuming the integration is over a symmetric interval like [-c, c] and using the fact that a (x³/3-x) is an odd function, ∫ (a (x³/3 - x)dx = 0. Then ∫ b dx = 18. If the interval is [-1, 1], this would be b (1 - (-1) = 2b = 18, so b=9.
With b=9, we find a = b/6 = 9/6 = 3/2.
So, P (x) = 3/2 (x³/3 - x) + 9 = x³/2 - 3x/2 + 9.
The sum of all coefficients is 1/2 - 3/2 + 9 = -1 + 9 = 8.

New answer posted

8 months ago

0 Follower 7 Views

V
Vishal Baghel

Contributor-Level 10

The equation of a plane is determined by a point it passes through and a normal vector. The plane passes through (1, -6, -5). Its normal vector (a, b, c) is perpendicular to two other vectors, derived from the given equations:
4a - 3b + 7c = 0
3a + 4b + 2c = 0
The direction of the normal vector (a, b, c) is found by the cross product of (4, -3, 7) and (3, 4, 2):
a = (-3) (2) - 7 (4) = -34.
b = 7 (3) - 4 (2) = 13.
c = 4 (4) - (-3) (3) = 25.
So the plane equation is -34 (x-1) + 13 (y+6) + 25 (z+5) = 0.
The point (1, -1, α) lies on this plane:
-34 (1-1) + 13 (-1+6) + 25 (α+5) = 0.
0 + 13 (5) + 25α + 125 = 0.
65 + 25α + 125 = 0 ⇒ 25α = -190

...more

New answer posted

8 months ago

0 Follower 2 Views

V
Vishal Baghel

Contributor-Level 10

The vector PQ is given by Q - P = (-3-1, 5-3, 2-a) = (-4, 2, 2-a).
This vector is collinear with 2i - j + k = (2, -1, 1).
This means their components are proportional: -4/2 = 2/ (-1) = (2-a)/1.
From -2 = 2-a, we find a=4.
The midpoint M of PQ is (-3+1)/2, (5+3)/2, (2+4)/2) = (-1, 4, 3).
M lies on the plane 2x - y + z - b = 0.
Substitute the coordinates of M: 2 (-1) - 4 + 3 - b = 0 ⇒ -2 - 4 + 3 = b ⇒ b = -3.

Get authentic answers from experts, students and alumni that you won't find anywhere else

Sign Up on Shiksha

On Shiksha, get access to

  • 66k Colleges
  • 1.2k Exams
  • 691k Reviews
  • 1850k Answers

Share Your College Life Experience

×
×

This website uses Cookies and related technologies for the site to function correctly and securely, improve & personalise your browsing experience, analyse traffic, and support our marketing efforts and serve the Core Purpose. By continuing to browse the site, you agree to Privacy Policy and Cookie Policy.