ADVERTISEMENT

Alcaraz, Sabalenka sail through at China Open

Published Oct 2, 2023 05:43 am

At A Glance

  • Top seeds Carlos Alcaraz and Aryna Sabalenka both breezed into the next round of the China Open with routine victories on Sunday, Oct. 1.

BEIJING (AFP) -- Top seeds Carlos Alcaraz and Aryna Sabalenka both breezed into the next round of the China Open with routine victories on Sunday, Oct. 1.

33X39U8-highres.jpg
Spain's Carlos Alcaraz hits a return against Italy's Lorenzo Musetti in their men's singles match during the China Open tennis tournament at the National Tennis Center in Beijing on Sunday, Oct. 1. (AFP)
 

Alcaraz sealed a place in the men's quarterfinals with a smooth 6-2, 6-2 victory over Italy's Lorenzo Musetti in Beijing.

The world number two overpowered his opponent and seized the first set when Musetti whacked a baseline backhand into the net.

The Spaniard then broke serve twice in the second set and saw out a comfortable match with an unreturned serve.

He will next face Casper Ruud after the world number nine came back to beat Argentina's Tomas Etcheverry 1-6, 7-5, 7-6 (9-7).

"I feel great, honestly. It was a good performance against a really tough opponent," Alcaraz said at a post-match news briefing.

"(My level) didn't (go) up and down. I stayed at a high level, high quality, during the whole match," the 20-year-old said.

The match balls have been a sticking point in the tournament's early rounds, with Alcaraz's main challenger Daniil Medvedev describing them on Saturday as "like a grapefruit".

Alcaraz said Sunday he had also felt the distinct quality of the balls, which Medvedev said were also quick to fluff up, "since day one".

"It's something tough, but tennis players have to get used to the balls in every tournament," he said in response to a question from AFP.

"Here, in just one or two games, the balls become really different from (when they're) new. It's a kind of different (style of) play," he said.

Also on Sunday, world number seven Jannik Sinner obliterated Japan's Yoshihito Nishioka 6-2, 6-0.

The Italian will play a quarterfinal against Bulgaria's Grigor Dimitrov after he upset fourth-ranked Holger Rune 6-3, 7-5.

 

Super Sabalenka

 

World number one Aryna Sabalenka earlier sailed into the second round of the women's draw with an imperious 6-1, 6-2 defeat of American Sofia Kenin.

The Belarusian pummeled Kenin with a succession of mighty serves and groundstrokes and wrapped up the opening set with an ace after just 23 minutes.

The 25-year-old broke serve twice more in the second set as Kenin -- playing with heavy strapping on her left thigh -- failed to muster a response.

Sabalenka sealed the match with yet another unreturned serve to set up a tie against Britain's Katie Boulter, ranked number 54 in the world.

"Honestly, I didn't expect to play that good on my serve -- in practice, it didn't work very well," Sabalenka said at a post-match briefing.

"But I was super hyped that I was able to bring that level on my serve today. I think it helped a lot," she said.

"I think that was the key of today's match."

The China Open is taking place for the first time since 2019 after Beijing ended its isolationist zero-Covid policies.

All of the eight top-ranked men are taking part except 24-time Grand Slam winner Novak Djokovic, while all of the women's top eight are in action.

The women's tournament is also the first since its global governing body ended a boycott of China this year.

The embargo had been declared after Chinese player Peng Shuai made sexual assault accusations against a top government official.

Related Tags

Carlos Alcaraz Aryna Sabalenka
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.